I have a problem with a usb wifi dongle on the raspberry pi.
I have simply plug it to the raspberry pi, I won't see the device when typing lsusb:
Code: Select all
pi@raspberrypi:~$ lsusb
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. Code: Select all
[ 3.035169] usb 1-1.5: new high-speed USB device number 4 using dwc_otg
[ 3.156681] usb 1-1.5: New USB device found, idVendor=0bda, idProduct=8176
[ 3.167685] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.181740] usb 1-1.5: Product: 802.11n WLAN Adapter
[ 3.190350] usb 1-1.5: Manufacturer: Realtek
[ 3.196996] usb 1-1.5: SerialNumber: 00e04c000001
[ 3.306885] udevd[175]: starting version 175
[ 4.192960] random: nonblocking pool is initialized
[ 4.265271] usbcore: registered new interface driver rtl8192cu
[ 5.673676] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[ 5.962127] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[ 12.018574] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 12.392229] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
[ 12.889050] usb 1-1.5: USB disconnect, device number 4
[ 12.889471] rtw_cmd_thread: DriverStopped(0) SurpriseRemoved(1) break at line 482
[ 13.061924] uart-pl011 3f201000.uart: no DMA platform data
[ 13.438779] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xDDE1
Code: Select all
Cannot find device "wlan0"
Bind socket to interface: No such device
Failed to bring up wlan0.
lsmod will display the module
Code: Select all
8192cu 528485 0
By the way, I have the raspberry pi powered using an external power supply
Does anyone have any information? I have updated the raspberry pi updated to 4.1.4 v7+ kernel