> To: [EMAIL PROTECTED] > Date: Mon, 08 Oct 2001 01:26:27 +0100 > From: "Emilio Federici" <[EMAIL PROTECTED]> > Subject: [Linux-usb-users] Sitecom USB Network Bridge (PL-2302) > > Hi everybody! In order to connect my brother's laptop (WinME) to my > PC (Win2k/Linux) I bought a Sitecom "USB Network bridge cable" > which I discovered (using kernel messages and USB vendor/prod codes > list) being based on Prolific PL-2302 chip. I was happy about this because > it looked like Linux would have worked with it,
Linux working with it doesn't necessarily mean that Linux can talk to Windows with it, unfortunately. Some of those cables interop with Windows drivers, some don't, and I don't think that the PL-2301/2302 cables will interop. > so I recompiled the kernel > with both CONFIG_USB_PLUSB and CONFIG_USB_USBNET I'd just use "usbnet"; more recent kernels have finally gotten rid of "plusb", so that confusion won't happen. > but now in kernel messages I get: > > usb-uhci.c: interrupt, status 3, frame# 804 > plusb.c: set_interface failed > usb-uhci.c: interrupt, status 3, frame# 806 > usbnet.c: set_interface failed > usb.c: USB device 2 (vend/prod 0x67b/0x1) is not claimed by any active driver > > What's wrong with it? Not sure. I just hooked up a PL-2302 device with usb-uhci on kernel 2.4.13-pre2 and it didn't report any errors at all; came up just fine. - Dave _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
