$ cat /etc/cron.d/wirelessMAILTO=""PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin@reboot root sleep 60 ; echo 0 > /sys/kernel/debug/ieee80211/phy0/wlcore/sleep_auth
..., but not a method to disable it automatically. Any ideas?
wireless-power offAt this point I don't know what it is. I setup a cronjob to turn off wireless power management, but something else seems to be causing a crash. My SSH hangs or so so slow that I can type "ls" and walk away to make a cup of coffee and it still hasn't done an 'ls', but 5 minutes later, bam, it happens.I've looked in dmesg and journalctl to see if there are any messages, but nothing.
--
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 beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/2c23a6b8-df50-4a95-a43d-fbd9499724c0%40googlegroups.com.
Well I do not have a BBBW, but I do have an rPI 3. Disabling power save at boot is fairly easy.
william@rpi:~$ sudo nano /etc/rc.local
Add: /sbin/iw dev wlan0 set power_save off
william@rpi:~$ sudo reboot
william@rpi:~$ iwconfig wlan0
wlan0 IEEE 802.11bgn Mode:Master Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:offHowever, I have a sneaking suspicion that this, and all the other methods mentioned above won't work. I'm fairly sure Robert is using some form of a network manager to handle the BBBW's wireless, and in this case, disabling power_save will have to be done through this network manager.
On Mon, Dec 19, 2016 at 10:52 AM, Jay Doobie <doob...@gmail.com> wrote:
At this point I don't know what it is. I setup a cronjob to turn off wireless power management, but something else seems to be causing a crash. My SSH hangs or so so slow that I can type "ls" and walk away to make a cup of coffee and it still hasn't done an 'ls', but 5 minutes later, bam, it happens.I've looked in dmesg and journalctl to see if there are any messages, but nothing.
--
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 beagleboard...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/1a0cb60b-64ac-4cbf-b677-6999df34da78%40googlegroups.com.
Is there a power supply requirement difference between the BBB and a BBBW?
The BBB works great outside of my machine connected to USB on a computer, but within the machine it hangs and crashes.The cape powers the BBB, it has a 24v 2.7a supply. I have noticed some funny things (I have to plug it in to the wall first, then the device; it won't start if the device is plugged in first) with the supply and am in the process of trying to acquire a new one.