Will that work? I have two adapters echo ’00 07 * * 1-7 root /usr/sbin/wl -i ath0 radio on’ > /tmp/cron.d/wlanonoff echo ’00 07 * * 1-7 root /usr/sbin/wl -i ath1 radio on’ > /tmp/cron.d/wlanonoff echo ’00 23 * * 1-7 root /usr/sbin/wl -i ath0 radio off’ >> /tmp/cron.d/wlanonoff echo ’00 23 * * 1-7 root /usr/sbin/wl -i ath1 radio off’ >> /tmp/cron.d/wlanonoff
Worth trying, as long as you reference the radios with the correct interface name it should work. Let me know.
Will that work? I have two adapters
echo ’00 07 * * 1-7 root /usr/sbin/wl -i ath0 radio on’ > /tmp/cron.d/wlanonoff
echo ’00 07 * * 1-7 root /usr/sbin/wl -i ath1 radio on’ > /tmp/cron.d/wlanonoff
echo ’00 23 * * 1-7 root /usr/sbin/wl -i ath0 radio off’ >> /tmp/cron.d/wlanonoff
echo ’00 23 * * 1-7 root /usr/sbin/wl -i ath1 radio off’ >> /tmp/cron.d/wlanonoff
Worth trying, as long as you reference the radios with the correct interface name it should work. Let me know.
needs work.
sespizzirri