|
Edited by soroush_crazy at 2016-4-9 23:50
I have EDUP8085GS usb wifi dongle witch use RTL8188CUS chipset.
I plug the donge to my orange pi one witch use Raspbian OS.
The dongle LED was not turned on and when I use "sudo ifconfig" there is no wlan0 interface.
I had user "sudo apt-get upgate" and "sudo apt-get update" commands for updating OS; but noting had been changed.
I use "lsusb" and one of the result is:
Bus 006 Device 002: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
I had use "ifup wlan0" and result is :
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
wpa_supplicant: /sbin/wpa_cli daemon failed to start
run-parts: /etc/network/if-up.d/wpasupplicant exited with return code 1
what should i have to do to use wifi? |
|