Re: USB disconnect problems
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Mon, 21 Jun 2004, Vincent Guffens wrote: > We are trying to configure a belkin USB wireless card with the at76c503 > driver. We have used this driver on an other pc with the same card > successfully but we cannot configure it on a particular pc. > > We beleive the problem is similar to the problem mentioned in the post > > http://lists.berlios.de/pipermail/at76c503a-user/2003-April/000092.html > > as we see in the log : > usb.c: USB disconnect on device 00:1d.2-1 address 3 > > we have tried with the usb driver usb-uhci uhci and ehci-hcd. > > What is very strange with that problem is that the wlan0 interface > appears after with plug the card. We can even modify its configuration > with iwconfig. > > But when we use ifconfig to set the interface up, the orange led does > not go green and the interface does not go up. Also, if we try to > configure an ip with ifconfig, we see the led flashing a little bit and > returning to orange, the ip is not configured successufully and the > interface does not go up. > > Instead, we have the disconnect message in the log. > > Is there a patch for that problem as mentioned in the following post by > Jörg who says the following : "I'll forward an old mail to you with some > findings and the patch of hub.c." Please give more info: driver version, Linux kernel version, USB host controller (lspci output). If uhci.o failed (and an external hub didn't help), I don't think that patch (for hub.c in 2.4.18+ kernels) would help. What's the exact error output of "ifconfig wlan0 ..."? When does the "disconnect msg" in syslog show up? Please post more (driver relevant) lines from syslog (with debug on in the driver). Do you see a wlanX (X != 0) in "ifconfig -a" ? /Jörg