Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HS2734A wifi bluetooth module not working in 4.6 but does work in 4.3 #1196

Open
keitsang opened this issue Jun 5, 2023 · 4 comments
Open

Comments

@keitsang
Copy link

keitsang commented Jun 5, 2023

Describe the bug
HS2734A Wifi/bluetooth module not found/supported

To Reproduce
Installation on MXQ Pro 4k Pro+ ceases to have wifi or bluetooth on version 4.6 but is fine on 4.3

Expected behavior
Wifi and bluetooth both work fine in 4.3

EmuELEC version:

  • 4.6 (likely 4.4 and above), maybe the new CE kernel doesn't support this module

Device (please complete the following information):

  • SOC: S905X
  • Brand: MXQ
  • Model: 4K Pro+

Additional context
Using P212 1G/8G DTB, I have tried the latest coreelec v20 nightly and it doesn't pick up this module either.

@Langerz82
Copy link
Collaborator

Langerz82 commented Jun 6, 2023

Try this:
#1194

edit:
If it's not being recognised the drivers for it may be missing like you said.

@keitsang
Copy link
Author

Unfortunately that has not worked.

@junm6802030
Copy link

@Langerz82

He seems to have the same problem as me. It is because the built-in Bluetooth adapter has no driver or the driver is incompatible and incomplete. The easiest solution is to buy an external Bluetooth 8761 adapter, right?

@Langerz82
Copy link
Collaborator

I have no idea this will work, try:

Under this line:
https://github.com/EmuELEC/EmuELEC/blob/v4.6/projects/Amlogic-ce/devices/Amlogic-ng/options#L147

add:

		ADDITIONAL_DRIVERS+=" openvfd-driver wifi_dummy-aml media_modules-aml ap6xxx-aml ssv6xxx-aml RTL8822BU-aml RTL8822CS-aml RTL8152-aml"

And re-build and see if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants