Closed josemariasaldana closed 5 years ago
Sometimes it happens that the Odin Agent changes the mask in /sys/kernel/debug/ieee80211/phy0/ath9k/bssid_extra, setting it to ff:ff:ff:ff:ff:ff.
/sys/kernel/debug/ieee80211/phy0/ath9k/bssid_extra
ff:ff:ff:ff:ff:ff
This jeopardizes the network, as layer-2 ACKs are no longer sent.
I have added a line service NetworkManager stop in start.sh
service NetworkManager stop
start.sh
I have fixed it by just stopping network manager in start.sh. See this commit
Sometimes it happens that the Odin Agent changes the mask in
/sys/kernel/debug/ieee80211/phy0/ath9k/bssid_extra
, setting it toff:ff:ff:ff:ff:ff
.This jeopardizes the network, as layer-2 ACKs are no longer sent.
I have added a line
service NetworkManager stop
instart.sh