Hi everyone! I just bought a usb wifi dongle ASUS N10, I tried to install realtek driver but it didn’t work. The light of that dongle doesn’t light up while the dmesg showed it connected successfully. What can I do in this situations?
[ 78.799120] usb 1-2.2: new high-speed USB device number 6 using tegra-xusb
[ 78.819956] usb 1-2.2: New USB device found, idVendor=0b05, idProduct=18f0
[ 78.819962] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 78.819966] usb 1-2.2: Product: 802.11n NIC
[ 78.819969] usb 1-2.2: Manufacturer: Realtek
[ 78.819972] usb 1-2.2: SerialNumber: 04421A48A0A1
I went to ASUS homepage and downloaded the driver for usb n10. But I cannot build it successfully, it kept returning the error of recipe for target “modules” failed.
make ARCH= CROSS_COMPILE= -C M=/home/luugage/Downloads/DR_USB_N10nano_40511249/RTL8188C_8192C_USB_linux_v4.0.5_11249.20140422/driver/rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422 modules
make[1]: *** M=/home/luugage/Downloads/DR_USB_N10nano_40511249/RTL8188C_8192C_USB_linux_v4.0.5_11249.20140422/driver/rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422: No such file or directory. Stop.
Makefile:718: recipe for target ‘modules’ failed
make: *** [modules] Error 2
luugage@luugage:~/Downloads/DR