Skip to content

Instantly share code, notes, and snippets.

@rmoriz
Created December 23, 2011 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoriz/76235e6cdd89606f9804 to your computer and use it in GitHub Desktop.
Save rmoriz/76235e6cdd89606f9804 to your computer and use it in GitHub Desktop.
root@omap:~# lsmod
Module Size Used by
rtl8192cu 102930 1
rtl8192c_common 62358 1 rtl8192cu
rtlwifi 71386 1 rtl8192cu
mac80211 222591 3 rtl8192cu,rtl8192c_common,rtlwifi
cfg80211 164350 2 rtlwifi,mac80211
rfkill 17022 1 cfg80211
arc4 1195 0
aes_generic 27905 0
root@omap:~# iwconfig
lo no wireless extensions.
usb0 no wireless extensions.
eth0 no wireless extensions.
root@omap:~# iwconfig wlan0
wlan0 No such device
root@omap:~# iwconfig wlan1
wlan1 No such device
root@omap:~# ifup wlan0
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Cannot find device "wlan0"
Failed to bring up wlan0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment