This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:raspberry:raspbian:troubleshooting [2015/04/06 22:36] – lunetikk | linux:raspberry:raspbian:troubleshooting [2020/01/15 12:01] (current) – lunetikk | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Raspberry Troubleshooting ===== | ===== Raspberry Troubleshooting ===== | ||
| - | ==== WLAN0 is loosing | + | ==== WLAN0 is losing |
| \\ | \\ | ||
| After a while the raspberry loses the network connection via WLAN0 \\ | After a while the raspberry loses the network connection via WLAN0 \\ | ||
| Line 16: | Line 16: | ||
| options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1</ | options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1</ | ||
| Third (optional): Create a cronjob with a script to check the connection and restart if wlan0 is turned off -> [[https:// | Third (optional): Create a cronjob with a script to check the connection and restart if wlan0 is turned off -> [[https:// | ||
| - | <code bash - WiFi_Check># | + | <code bash WiFi_Check># |
| ################################################################## | ################################################################## | ||
| # A Project of TNET Services, Inc | # A Project of TNET Services, Inc | ||
| Line 100: | Line 100: | ||
| ################################################################## | ################################################################## | ||
| </ | </ | ||
| + | |||
| + | \\ | ||
| + | \\ | ||
| + | ~~DISCUSSION: | ||