|
Post by kk6juj on Sept 18, 2014 9:56:05 GMT -7
If you are having problems with your WIFI adapter losing its internet connection you may want to try the following fix. This made al my issues become non issues it works on the 8192U chipset which many adapters are running. learn.adafruit.com/adafruits-raspberry-pi-lesson-3-network-setup/test-and-configure#fixing-wifi-dropout-issuesFixing WiFI Dropout Issues If you find your module 'drops out' from time to time, you can fix it fairly easily with a command line fix (thanks perseus286!) Create and edit a new file in /etc/modprobe.d/8192cu.conf sudo nano /etc/modprobe.d/8192cu.conf
and paste the following in # Disable power saving options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1
Then reboot with sudo reboot Gluck, Brad KK6JUJ
|
|