How to enable wifi on Jetson Xavier?
I have connected USB realtek wifi module, and can see it.
$ lsusb
Bus 001 Device 003: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
But couldn’t get it to work. Is there no driver support on Xavier’s kernel?
Then how can I get it? M2 slot for SSD, I have to connect USB wifi module.
Thanks.
I can’t answer the specifics for your hardware, but adding a kernel module for a driver is usually fairly simple once you’ve set up for building modules. You won’t find any embedded system which installs every driver…mostly embedded systems only start with what is actually used. Not being currently installed is not the same as not being supported.
[57079.921238] usb 1-4.2: new high-speed USB device number 6 using tegra-xusb
[57079.943492] usb 1-4.2: New USB device found, idVendor=0bda, idProduct=8176
[57079.943507] usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[57079.943511] usb 1-4.2: Product: 802.11n WLAN Adapter
[57079.943515] usb 1-4.2: Manufacturer: Realtek
[57079.943518] usb 1-4.2: SerialNumber: 00e04c000001
Does this mean, there is no Wifi USB module that works out of the box with Xavier? I know with Raspberry Pi, some of the Wifi dongles just work when plugged in following simple steps like this one linked: