Some updated info to fill in missing data. RH Kernel 2.4.9-13, which is the latest stable kernel I know of for redhat. Perhaps you can direct me else where?
Here is a diff of the file /proc/bus/usb/devices with the device unplugged and plugged in. < T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=01 Dev#= 4 Spd=1.5 MxCh= 0 --- > T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 5 Spd=12 MxCh= 0 > D: Ver= 1.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS=64 #Cfgs= 1 > P: Vendor=085a ProdID=8027 Rev= 2.04 > C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA > I: If#= 0 Alt= 0 #EPs= 0 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) > I: If#= 0 Alt= 1 #EPs=13 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) > E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl= 10ms > E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=84(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=86(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=06(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=88(I) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > E: Ad=08(O) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > E: Ad=89(I) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > E: Ad=09(O) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > E: Ad=8a(I) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > E: Ad=0a(O) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > I: If#= 0 Alt= 2 #EPs=13 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) > E: Ad=81(I) Atr=03(Int.) MxPS= 64 Ivl= 10ms > E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=84(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=86(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=06(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=88(I) Atr=01(Isoc) MxPS= 256 Ivl= 1ms > E: Ad=08(O) Atr=01(Isoc) MxPS= 256 Ivl= 1ms > E: Ad=89(I) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > E: Ad=09(O) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > E: Ad=8a(I) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > E: Ad=0a(O) Atr=01(Isoc) MxPS= 16 Ivl= 1ms > T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=02 Dev#= 4 Spd=1.5 MxCh= 0 I saw in the USB Guide chapter 2 on how to get devices to work that I should run the command: /sbin/insmod usb-serial.o vendor=0x085a product-0x8027 which is what is reported as the vendor and product number, however, I get the error of "insmod: usb-serial.o: No such file or directory." I have also tried a slightly differnt file (no .o) found in a seperate document and returned a slightly different error: "insmod: usb-serial: no module by that name found." I have tried to locate the file usb-serial.o with little success. I'm not new to linux, but I am not very profiecient when dealing with modules and the kernel (oh how I love the simplicity of a CLI and the FreeBSD kernel, you just can't do most of this stuff in in that environment). I appreciate all the help so far. Hank On Wed, 2001-12-12 at 17:43, Greg KH wrote: > On Wed, Dec 12, 2001 at 05:07:21PM -0800, Hank Wethington wrote: > > > > Has anyone gotten this thing to work, and if so, how? This is one of the > > last hurdles to making the move. > > What does /proc/bus/usb/devices show when this device is plugged in? > > And have you tried the "USB Xircom / Entregra Single Port Serial Driver" > that is in the more recent 2.4 kernels? > > thanks, > > greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
