Replies: 13 comments 18 replies
-
Update: |
Beta Was this translation helpful? Give feedback.
-
I'm still testing 24.10 (compile last week). It is working fine and stable. But there are some negative aspects: |
Beta Was this translation helpful? Give feedback.
-
I switched to the master branch and it (mac80211) compiles fine:
|
Beta Was this translation helpful? Give feedback.
-
Looks like the newly compiled image (from master branch) is working as expected. Now show stopper yet. |
Beta Was this translation helpful? Give feedback.
-
After some initial hinds, OpenWRT 24.10 performs well (as of today). |
Beta Was this translation helpful? Give feedback.
-
To disable the red PWR LED and/or green ACT LED of a Raspberry Pi add this 2 lines to an init.d script:
Estimated power savings about 5 mA. |
Beta Was this translation helpful? Give feedback.
-
Hey @ZerBea, just noticed the following line in lessons_learned.txt: By default in Openwrt I just get phy0 without an interface name assigned to it. What would be the best way to use it in this case? |
Beta Was this translation helpful? Give feedback.
-
Full rtw88 USB support has been added to OpenWRT 24.10 (latest git head);
Initial test is here: |
Beta Was this translation helpful? Give feedback.
-
You need to do a git pull to get the latest drivers (don't forget to update you .config): BTW: |
Beta Was this translation helpful? Give feedback.
-
The new (updated) drivers rtl8xxxu and rtw88 usb are real game changers since they joined the bandwagon. |
Beta Was this translation helpful? Give feedback.
-
I'm glad this is happening quickly. I did not expect it to happen this quickly. One thing to be aware of is that not all patches are in mainline yet so are likely not in OpenWRT. Examples: USB3 detect and autoswitch support for 8812bu just landed in kernel 6.13 rc2. USB3 detect and autoswitch for 8812au is scheduled to go into kernel 6.14. There are more. The amount of patches necessary to get USB support up to speed in rtw88 was large and took over a year. It appears that I need to update some of my documentation at github.com/morrownr/USB-WiFi . It would help me if I see reports on the quality of the rtw88 support. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I agree completely. Knowledge of the problems that USB3 creates is not widespread. Even some adapter makers are not aware of it. There are certain guidelines that I emphasize on my USB-WiFi site:
My Plug and Play List only shows adapters that meet the above criteria. I probably need to go further and explain in detail the interference problems. Even using a modern dual or tri band adapter in band 1 (2.4 GHz) can be an issue and I recommend that users in this situation only use USB2. |
Beta Was this translation helpful? Give feedback.
-
Missing firmware rtl8192fufw.bin (e.g. Edimax EW-7722UTn V3) Driver/device test is here: |
Beta Was this translation helpful? Give feedback.
-
OpenWRT 24.10 is available now:
Initial tests have shown that 24.10 is working as fine.
Some notes:
The init process of some devices is slow.
Add "sleep 10" to an init.d script to make sure the device has been initialized before hcxdumptool/hcxlabtool starts.
Running a minimalist OpenWRT, it could be possible that a WiFi USB adapter has not been assigned during boot.
Add "sudo iw phy phyx interface add wlan0 type managed" to an init.d script to make sure the interface has been assigned (hcxdumptool/hcxlabtool does not hijack unassigned interfaces).
Beta Was this translation helpful? Give feedback.
All reactions