I'm expecting wlan1 (wlan0 is the onboard wifi), however ifconfig
doesn't show any new wifi adapter
lsusb
Bus 001 Device 009: ID 7392:b811 Edimax Technology Co., Ltd
dmesg
[ 2230.446927] usb 1-1.3: new high-speed USB device number 9 using dwc_otg
[ 2230.578043] usb 1-1.3: New USB device found, idVendor=7392, idProduct=b811, bcdDevice= 0.00
[ 2230.578063] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2230.578075] usb 1-1.3: Product: Edimax N150 Adapter
[ 2230.578087] usb 1-1.3: Manufacturer: Realtek
[ 2230.578099] usb 1-1.3: SerialNumber: 08xxx
lsmod | grep 8192
returns nothing
Env: Linux raspberrypi 5.4.72-v7+ #1356 SMP Thu Oct 22 13:56:54 BST 2020 armv7l GNU/Linux
lsmod
, check if there is a8192cu
loaded? – Mats Karlsson Dec 07 '20 at 02:29lsmod
– Mats Karlsson Dec 10 '20 at 08:51