On Wed, Mar 11, 2009 at 10:58:34PM +0100, paul van den berg wrote: > Hello, > > I have an i-gotU GT100 usb gps data-logger that I would like to use > with linux. But it does not work. > > Some information I found: > Vendor website: http://global.mobileaction.com/product/product_i-gotU_USB.jsp > > cat /proc/bus/usb/devices : > T: Bus=01 Lev=01 Prnt=01 Port=09 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 > D: Ver= 1.01 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0df7 ProdID=0900 Rev= 0.00 > S: Manufacturer=Mobile Action > S: Product=GT100/GT200 > C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA > I:* If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none) > E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms > > The device is not registered at http://www.qbik.ch/usb/devices/ > and not in http://www.linux-usb.org/usb.devices.txt > > Generic Serial driver does not work: > # modprobe -v usbserial vendor=0x0df7 product=0x0900 Yeah, that's because the endpoints are not what the generic serial driver is looking for. Try the navman driver instead. You can either add the device id to the driver and rebuild it, or do this before you plug the device in: modprobe navman echo -n "0x0df7 0x0900" > /sys/bus/usb-serial/drivers/navman/new_id and then plug your device in and see if that works. Let me know how it goes. thanks, greg k-h -- 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