IOT-LINK: Known Issues

From Compulab Mediawiki
Revision as of 12:23, 4 September 2025 by Igor (talk | contribs) (Created page with "{{ IssueCategory| WiFi and BT do not wake from sleep| after using low power modes WiFi and Bluetooth cannot wake :'''Workarou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
WiFi and BT do not wake from sleep

after using low power modes WiFi and Bluetooth cannot wake

Workaround :

before going to sleep unbind :

ip link set wlan0 down
ip link set uap0 down
ip link set wfd0 down
modprobe -r moal
modprobe -r btnxpuart

Once the device wakes up, re-bind them:

 modprobe moal
 modprobe btnxpuart