RE: trouble with VIA vt6212L

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 25 May 2009, Dan Beygelman wrote:

> What does error -145 mean in your architecture?
> 
> Do you have all the pins for the VT6212 hooked up correctly?  This 
> looks like a hardware problem, so you're in a much better position to 
> figure it out than any of us on the mailing list.
> 
> Alan Stern
> 
> I used regular PCI USB card (INTEX USB CARD 4 port USB2.0) which I bay in computer store. It works fine when I insert it in my PC with SUSE 10.2. The error -145 is ETIMEDOUT	/* Connection timed out */ from hub_port_init
> 		for (j = 0; j < SET_ADDRESS_TRIES; ++j) {
> 			retval = hub_set_address(udev);
> 			if (retval >= 0)
> 				break;
> 			msleep(200);
> 		}
> 		if (retval < 0) {
> 			dev_err(&udev->dev,
> 				"device not accepting address %d, error %d\n",
> 				udev->devnum, retval);
> 			goto fail;
> 		}

You might be having byte-endian problems.  I don't remember if the 
kernel you're using was able to handle them all.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux