-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
X96 Max Plus 100W Ethernet/Wifi problem #566
Comments
meson-sm1-x96-air.dtb |
Doesn't work with meson-sm1-x96-air.dtb, either. Failed to start Raise network interface. |
Hi @ophub, I'm current having the same experience with @jbyu for my X96 Max Plus 100W. Device specifications:
Software informations:
Descriptions:
Could you please show us any way to fix this problem? Thank you in advance. |
All kernels except 5.4.y and 5.15.y must use UBOOT_OVERLOAD, Copy it as u-boot.ext when using it in USB, and copy it as u-boot.emmc when using it in eMMC, This copy operation will be done automatically by scripts such as install/update. There is no need to add in the 5.4.y and 5.15.y kernels, but you can try to manually copy and add when you encounter problems such as incomplete memory recognition. This is the source code Confirm your own Bluetooth chip and add the corresponding support |
So is it means that I needed to add the My apologies, I have very little knowledge about understanding, modifying these linux kernel things, especially when it comes to DTB/DTS files, so I don't really know how to do this properly. |
Confirm your chip, you can find similar code from other files in the kernel library, refer to add, compile and test |
I've tried looking for the similar code for the Unfortunately there was zero result after lots of researching, that's why I have to find another way - extracting the DTS files from the TV Box in order to achieve this. But I just found this only, and directly import these field into the armbian DTS file made no difference:
Could you please instruct me how to port this into the armbian dts file? |
You copied the Android code, which cannot be added to the source code of the mainline kernel. The code of wifi and bluetooth in the mainline kernel can be seen in the standard writing in this file. The premise of adding code is that there is this driver in the kernel. Many manufacturers only submit drivers for Android, but they are not added to the mainline kernel. So it can be used on Android, but not in the mainline. |
Is the img firmware you posted in the google network disk the Android firmware of your box? Can you identify the location of the shorting contacts on this board? |
@ophub yes, it is the manufacture firmware of the Sorry I've missed your point on "location of the shorting contacts". |
When testing new equipment, it is a prerequisite to ensure that the system can be restored. When the system is normal, a toothpick can. But brushed into a brick, you can only short-circuit the recovery system. Therefore, when the system is normal, you can also use the short-circuit test to find the exact location in advance, otherwise it will be difficult to find when it is really broken. https://fcc.report/FCC-ID/ZQ6-W522A |
This is the short connection point of the X96max motherboard of other Bluetooth chips, you may also be this position |
Okay I get it, so could your please tell us what to do next? |
It's a pity that this W522A module is such a new chip, so that there's no support available on the Internet. |
These boxes are produced for watching TV, so Android will support it at the earliest, and then the manufacturer will submit the driver to the mainline kernel and try again. |
So basically the issue seems really tricky to be fixed unless the manufacturer release his driver to the mainline kernel. |
Some people will share their open source drivers |
Same lack of drivers for the recent X96 Max+ 2101 and 2101W (LAN 1Gb JL2101) W522A radio module (Fn-Link K255B-SR). Other hardware variant are detailed here Other useful link: |
As of today, no solution? |
Hi @luucasmooreira, have you tried the solution mentioned by user @tv4you2016?
|
I'm having the same wifi problem with W522A radio module and would love to hear your feedback on that solution. |
can you have DTB file because i also face ethernet network issue all things are ok but ethernet is not working |
Can you provide me the working DTB files for ethernet |
Tried this DTB but did not worked for me |
You try using the 5.15 kernel |
yes i am using that kernel 5.15 but ethernet is not worked |
I have the same radio module on my x96 max plus 2101W board . tuto for W155S1 if it can help you, thanks for your work ;) |
This seems to be the driver used to support the W155S1 chipset in Jethome's Jethub D1+. They use it to provide their own builds of armbian, as this particular bit does not seem to be upstreamed (yet?). |
Hi, I got a tv box, X96 Max Plus_100W 4GRam, LAN 100m, 2 antennas, radio module W522A.
Booted by Armbian_22.11.0_Aml_s905x3_bullseye_5.15.62_server_2022.09.09 with meson-sm1-x96-max-plus-100m.dtb.
But Ethernet/Wifi are not working.
I had tried
meson-sm1-x96-max-plus.dtb
meson-sm1-x96-max-plus-q2.dtb
meson-sm1-sei610.dtb
None of them works.
The text was updated successfully, but these errors were encountered: