Open donorconohue opened 4 years ago
I've narrowed it down to
sudo ip link set $WLAN down
sudo ip addr add $GATEWAY/24 dev $WLAN
sudo ip link set $WLAN up
in setup_ap.sh. Whenever I set wlan0 up or down it causes the kernel to spazz out. Any ideas?
After stopping service systemd.resolved, I get a complete os crash and the following kernel dump trying to run start_flash, which is shown in my syslog:
Im running Ubuntu 20.04.1 LTS on a Khadas Vim 3. Any ideas on how to fix this?