Open WillMeakin opened 10 months ago
Hi @WillMeakin
lsusb gives a device id not listed in "supported-device-IDs". Maybe it just needs to be added?
This is likely the case. You provided a good report.
I have added the ID so try the following from the driver directory:
$ git pull $ sudo sh install-driver.sh
FYI: ifconfig is long since depreciated. Please use `iw".
Example: $ iw dev
FYI: The site here has a lot of info for USB WiFi adapter user:
https://github.com/morrownr/USB-WiFi
Reading menu items 1 and 2 can be very helpful for Linux users.
Regards,
@morrownr
It works!
Addtional Info:
0) I didn't think it worked at first, so troubleshooted by running remove-driver.sh
, rebooting, running install-driver.sh
rebooting, loading the module with modprobe 8852bu
, changing ports, waiting 10 seconds ish, then the light on the card started flashing and could see it in wifi settings menu and iw dev
. Not sure what is actually necessary in all that.
1) It works in both USB 2 and 3 ports. Faster in 3.
2) The extension cable/cradle also works at the similar speed as without.
3) It works slightly faster in Linux than Windows (not significantly and that might just be a variable connection but still, Linux ftw)
4) I only have a 4ish Megabytes/Second connection so can't test any faster. I'll see if I can try faster when I'm back at work and update.
5) MSI got back to me; basically "Can't help, only supports kernels 3.13~5.19" (which I think is because RealTek only supports that).
6) I can't really know if all the fancy WiFi 6 features work as I know very little about networking, but am happy to test if given proper instructions.
Thanks for that write up about Linux WiFi, it's what I've been looking for for a long time. I can't really contribute development wise, but do you have a donation link or something?
Some more info if needed.
iw dev
phy#5
Interface wlx2cf05df9384a
ifindex 9
wdev 0x500000001
addr 2c:f0:5d:f9:38:4a
ssid Zenfone 8_6933
type managed
channel 11 (2462 MHz), width: 20 MHz, center1: 2462 MHz
txpower 12.00 dBm
@WillMeakin
Glad it worked.
I didn't think it worked at first,
The adapter is likely a multi-state adapter. That could account for some delay. It could also be that Realtek's WiFi 6 drivers for Linux are just not that good. It took a lot of work to get this driver in good enough shape to release and seems reasonably good in managed mode but it is shaky beyond that.
MSI got back to me; basically "Can't help, only supports kernels 3.13~5.19"
This driver only supported 5.19 so I had to add support for many kernel releases.
I can't really contribute development wise, but do you have a donation link or something?
Thanks for the kind thought but my reward is seeing happy users. Stop by and say hi when you have time.
@morrownr
Hello.
I'm trying to get this to work with the "MSI AX1800 WiFi USB Adapter" It installs successfully and loads with modprobe, but doesn't show up in settings or
ifconfig
lsusb
gives a device id not listed in "supported-device-IDs". Maybe it just needs to be added?Most relevant Info:
Device link: https://www.msi.com/Networking/AX1800-WiFi-USB-Adapter/support The linux driver download has docs that say it needs RTL8852BU or RTL8832BU MSI's linux driver errored out on the install script (will update if they get back to me)
Info Issue 9 requested: