#15267: Netgear WNR2200: USB powered off (missing gpio pins)
---------------------------+----------------------------------
  Reporter:  sinnerotuh@…  |      Owner:  developers
      Type:  defect        |     Status:  new
  Priority:  normal        |  Milestone:  Chaos Calmer (trunk)
 Component:  kernel        |    Version:  Trunk
Resolution:                |   Keywords:
---------------------------+----------------------------------

Comment (by kyaminskiy@…):

 I found a workaround solution for mounting problem. We should run ath9k
 kernel module to power on usb port. Creating file /lib/preinit/81-ath9k
 with following contents resolves the problem:
 {{{
 #!/bin/sh
 /usr/sbin/modprobe ath9k
 }}}
 This file must be created in a "base-files" package before building
 firmware.

 Yaminskiy Konstantin

--
Ticket URL: <https://dev.openwrt.org/ticket/15267#comment:16>
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