OpenWrt Forum Archive

Topic: USB mass storage problem on Asus WL-500GP

The content of this topic has been archived on 15 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

I'm having a bit of a problem with USB mass storage support on my Asus WL500Gp, USB drives are not registered at all when plugged in. No entries are written to the kernel log.

I'm using a self built trunk version of Kamikaze (r17848) with 2.6 kernel, because the rtorrent package in the Openwrt repository was not working correctly. In a corresponding ticket it was verified that rtorrent compiled with gcc 4.3.3 works fine. So I've checked out the toolchain and packages from SVN trunk and built Openwrt myself. I've installed the created firmware and the usual packages and everything works fine except USB.  Do I have to select a configuration option in menuconfig to enable USB? I've used the brcm47xx.config as a base from the 8.09.1 repository and changed only a few things: set gcc 4.3.3 version and enabled user and group handling functions in busybox.

If nothing helps I'll try to use the official 8.09.01 firmware image and install only rtorrent from my local packages; but if I have to do that I'll loose the user management functions and I like those very much.

I would really appreciate if someone could help me.

Try to unload ohci-hcd / uhci-hcd (USB 1.1) and only load ehci-hcd (USB 2.0). Also is your USB drive powered by its own psu? Maybe it is underpowered by the port, try a powered USB hub then.

I've already tried with and without uhci and ohci packages (I usually don't even install them). The USB drive I'm trying to use is powered by the USB port, but it was working fine with the official 8.09.1 firmware; I was able to mount it and share it using samba. Using the image compiled by me the drive's LED is lit and it is spinned up but switches off after a few second and nothing is written into the kernel log. I've kept searching the forum and found a topic about the same problem (Can't see USB storage devices / https://forum.openwrt.org/viewtopic.php?id=21545 ). The difference is that I have V1 and bogdanbiv has a V2 of the router. In that topic I've read about some config settings that I may have missed while using the menuconfig. I will check the settings and recompile everything if necessary.

(Last edited by Brimstone on 7 Oct 2009, 20:19)

The discussion might have continued from here.