#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):

 I'm experimenting with this workaround:
 {{{
 root@OpenWrt:~# grep monitor.sh /etc/rc.local
 /bin/sh /mnt/usb/scripts/monitor.sh &
 root@OpenWrt:~#
 }}}
 {{{
 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\". Restarting Wifi"; wifi down; wifi up;
 else echo "No match for $LOGLINE" >>/mnt/usb/monitor.log; fi
 done
 }}}

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

Reply via email to