Try fixing wifi
This commit is contained in:
parent
76ccefa929
commit
03bbce079b
2 changed files with 40 additions and 8 deletions
|
|
@ -10,12 +10,14 @@ sudo apt install -y python3-pip python3-pil python3-opencv python3-smbus python3
|
|||
sudo swapoff -a
|
||||
sudo systemctl mask swap.target
|
||||
sudo systemctl disable --now bluetooth
|
||||
|
||||
sudo nmcli c modify netplan-wlan0-HiddenPlace 802-11-wireless.powersave 2
|
||||
```
|
||||
|
||||
Execute `sudo crontab -e` and add
|
||||
Execute `sudo crontab -e` reland add
|
||||
```
|
||||
@reboot /usr/sbin/iw wlan0 set power_save off
|
||||
*/5 * * * * /home/andras/frame/wifi-check.sh > /home/andras/wifi.log 2>&1
|
||||
*/5 * * * * /home/andras/frame/wifi-check.sh >> /home/andras/wifi.log 2>&1
|
||||
```
|
||||
|
||||
Execute `crontab -e` and add
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue