Super, appreciate the quick update. So now I have the rtl8188 usb nub working well as a wireless client — it just took an apk add rtl8188fu-firmware kmod-rtl8xxxu
and it shows up in iw list
and such.
The mediatek is being stubborn, still. This would be handy to figure out as it's the internal/factory device.. I did install the u
kmod variant, good call on that. In dmesg:
[ 10.324225] usbcore: registered new interface driver rtl8xxxu
[ 10.329876] usbcore: registered new interface driver mt7921u
More RTL-related stuff:
[ 9.189798] usb 1-1: RTL8188FU rev B (SMIC) romver 0, 1T1R, TX queues 2, WiFi=1, BT=0, GPS=0, HI PA=0
[ 9.190622] usb 1-1: RTL8188FU MAC: 90:de:80:9d:df:7e
[ 9.191067] usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8188fufw.bin
[ 10.324225] usbcore: registered new interface driver rtl8xxxu
But nothing further about the mt79 and it doesn't show in iw list
, & I'm not sure what else might be needed. Here's relevant lsmod
info about it:
cfg80211 339968 5 mt7921_common,rtl8xxxu,mt76_connac_lib,mt76,mac80211
mac80211 667648 5 mt7921_common,rtl8xxxu,mt792x_lib,mt76_connac_lib,mt76
mt76 73728 6 mt7921u,mt7921_common,mt792x_usb,mt792x_lib,mt76_usb,mt76_connac_lib
mt76_connac_lib 49152 3 mt7921u,mt7921_common,mt792x_lib
mt76_usb 20480 2 mt7921u,mt792x_usb
mt7921_common 53248 1 mt7921u
mt7921u 12288 0
mt792x_lib 32768 3 mt7921u,mt7921_common,mt792x_usb
mt792x_usb 12288 1 mt7921u
lsusb -v
still only show bluetooth info for this adapter and no 802.11 business. (Edit: I know this device can work because it worked on the stock firmware)
Just for some fun context, I picked up this gadget as a super-compact addition to my DJ setup: enough eth ports to plug into CDJs + extra, USB for the mixer, a decent processor to run custom software I'm working on + audio-reactive WLED lighting effects, and wifi for a portable AP or uplink. If I can get the firmware part stable I think it'll be very handy!