On Fri, 2 Aug 2002 23:43, Hendrik Kokulinsky wrote: <snip> > The devices is identified on the usb-bus as 8Port Voltmeter (see > below) You still haven't provide enough information for me to help you. <snip> > status: problem doing write > usb error: error writing to bulk endpoint 0: No such file or directory > ERROR: id=3 Why are you writing bulk data to a control endpoint?
> transfer type=bulk ep=0x01 dir=Out > doing bulk transfer id 4 to ep 0x1, size 0, timeout 10000 frames > status: problem doing write > usb error: error writing to bulk endpoint 1: No such file or directory > ERROR: > id=4 <snip> > T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=1.5 MxCh= 0 > D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0925 ProdID=1234 Rev= 0.01 > S: Manufacturer=Hendrik Kokulinsky > S: Product=8Port Voltmeter > C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA > I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=(none) You need to load the HID driver for the hiddev API to work. If you do this, do you get anything from the /dev/usb/hiddevX device? [Maybe http://www.frogmouth.net/hid-doco/examples/hiddev-misc/dump-events.c will help] -- http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
