#12313: RT305X   Dir-300B1 rt2x00queue_write_tx_frame: Error
--------------------------+-----------------------------------------------
  Reporter:  janegle@…    |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  high         |  Milestone:  Barrier Breaker 14.07
 Component:  base system  |    Version:  Attitude Adjustment 12.09 Beta
Resolution:               |   Keywords:  rt2x00queue_write_tx_frame: Error
--------------------------+-----------------------------------------------

Comment (by kenneho):

 Thanks for the tip. Just in case turning off and on wifi doesn't do the
 trick, I've replaced this feature with a simple reboot:
 {{{
 root@OpenWrt:~# cat /mnt/usb/scripts/monitor.sh
 logger "Starting the monitor script"
 logread -f | while read LOGLINE
 do
     if [ "$LOGLINE" != "${LOGLINE/Dropping frame due to full tx queue/}"
 ]; then logger "Found \"$LOGLINE\". Rebooting..."; reboot; else echo "No
 errors found in \"$LOGLINE\"" >>/mnt/usb/monitor.log; fi
 done
 }}}
 My simple workaround is not as neat as yours, but if it works I think I'll
 leave it at that for the time being.

--
Ticket URL: <https://dev.openwrt.org/ticket/12313#comment:29>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to