I'm trying to configure the beaglebone black [wireless version - 4.9.82-ti-r102 #1 SMP PREEMPT] -- running debian 9.3 stretch.
So, I can successfully cause the device to sleep and wake with this command: /usr/sbin/rtcwake -m mem -u -t $(date +%s -d "20 minutes") However, the AP run from the BBB wireless does not restart. I would like to use crontab to then restart the BBB access point, which I think I have to do via connmanctl. Unfortunately, I've not been able to get this to happen. What I am seeing is that the wifi module on the BBB wifi appears to require a power cycle or a physical reset before the wifi will re-establish properly after a suspend and then wake. The following command will not give errors, but it won't actually get the AP up and running again: /usr/bin/connmanctl disable wifi;/usr/bin/connmanctl enable wifi;/usr/bin/connmanctl tether wifi "BeagleBone-thing" "Password" Is this a limitation of the wifi module on this board? Is there a way to initiate a reset of the module without powering down the BBB? Thanks! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/1919de60-b8e5-4948-a35b-a6148310d4c3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
