PDA

Bekijk de volledige versie : USB device not accepting new address=2 (errno=145)



tatnat
01-03-2005, 22:21
Hi,

first thanks for all the great information in the forum. I got some problems solved. But this one seems to be really hard:

I want to attach a USB relais board. It works on my i386 Linux PC. But when I try to connect to the Asus WL-500g the log says:

Jan 1 01:00:02 kernel: hub.c: new USB device 00:04.0-1, assigned address 2
Jan 1 01:00:02 kernel: usb.c: USB device not accepting new address=2 (error=-145)
Jan 1 01:00:03 kernel: hub.c: new USB device 00:04.0-1, assigned address 3
Jan 1 01:00:03 kernel: usb.c: USB device not accepting new address=3 (error=-145)

I have custom firmware release 1.9.2.7-3b, but I also tried older versions and the -3c version. USB on the device works with a memory stick.
Errno 145 I found only for asm-mips and it says something like timeout.

The module compiled fine and its also loaded without complains. But the error seems to be even before the module is needed.

Any ideas?

Thanks,
Bernd

tatnat
04-03-2005, 18:50
Hi again,

I managed to kind of fix the problem. Because 145 is a mips specific timing error, I use a hub. So the Asus communicates with the hub and the hub with my device.
That of course means that there is something wrong in the USB driver.

Ciao,
Bernd