This shows you the differences between two versions of the page.
|
usb_wifi_dongles [2015/06/09 11:53] deHakkelaar |
usb_wifi_dongles [2015/06/10 17:14] (current) deHakkelaar |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| **USB WiFi dongles** | **USB WiFi dongles** | ||
| - | All below BASH commands needs to be executed as user 'root'.\\ | + | Most all below BASH commands needs to be executed as user 'root'.\\ |
| Best practice if troubleshooting/installing WiFi is to login via SSH using the wired interface 'eth0'. | Best practice if troubleshooting/installing WiFi is to login via SSH using the wired interface 'eth0'. | ||
| Line 35: | Line 35: | ||
| Firmware blob is already installed at //"/lib/firmware/rtlwifi/rtl8192cufw.bin"//.\\ | Firmware blob is already installed at //"/lib/firmware/rtlwifi/rtl8192cufw.bin"//.\\ | ||
| But needs a driver assigned thats already installed:\\ | But needs a driver assigned thats already installed:\\ | ||
| - | <code>echo 'install 8192cu /sbin/modprobe --ignore-install 8192cu; /bin/echo "0df6 0077" >| /sys/bus/usb/drivers/rtl8192cu/new_id' | sudo tee /etc/modprobe.d/8192cu.conf | + | <code>echo 'install 8192cu /sbin/modprobe --ignore-install 8192cu; /bin/echo "0df6 0077" >| /sys/bus/usb/drivers/rtl8192cu/new_id' | tee /etc/modprobe.d/8192cu.conf |
| echo "options 8192cu rtw_power_mgnt=0 rtw_enusbss=0" >> /etc/modprobe.d/8192cu.conf | echo "options 8192cu rtw_power_mgnt=0 rtw_enusbss=0" >> /etc/modprobe.d/8192cu.conf | ||
| echo "8192cu" >> /etc/modules | echo "8192cu" >> /etc/modules | ||
| reboot</code> | reboot</code> | ||