[Linux-usb-users] Re: Creative Webcam Vista (Was: Translating usb logs...)

2004-08-15 Thread Nuno Tavares
Em Mon, 16 Aug 2004 03:42:53 +0100, Nuno Tavares escreveu: > Tried to cycle directly to 0xFF without checking for matches at the > return values, but no success. Latest values doesn't match, I'll have to > check that out manually - more on this later. As usual, a stupid mistake. They *do* match.

[Linux-usb-users] Creative Webcam Vista (Was: Translating usb logs...)

2004-08-15 Thread Nuno Tavares
Alan, Thanks for the answer. No doubts until now. I'm analysing the logs, and noticed that the windows driver, after issuing an initial command, it will spend 256*pattern packets cycling from command 0x00 to 0xFF. The pattern consists basically on a sequence of commands, changing only 1 value (t

Re: [Linux-usb-users] Re: Translating usb logs to libusb and more

2004-08-15 Thread Alan Stern
On Sun, 15 Aug 2004, Nuno Tavares wrote: > >> #define USB_DIR_OUT 0x0 > >> #define USB_DIR_IN (0x1 << 7) > >> char buf[255]; > >> usb_control_msg(udev, \ > >>USB_DIR_OUT|USB_TYPE_VENDOR|USB_RECIP_DEVICE,\ > >>0,0x08,0x8200,buf,0,500); > >> > >> Is this correct? > > > > Yes, although you

[Linux-usb-users] usb-storage problem (Apacer Audio Steno)

2004-08-15 Thread Darsen Lu
I have a 128MB Apacer Audio Steno, but I can't mount it under kernel 2.6. Does anyone know how to solve this problem? It works on Windows and Mandrake 9.2 (kernel 2.4.22-10mdk). However, when I tried Mandrake 10 (kernel 2.6.3-7mdk) it failed. I typed "dmesg" and saw "Buffer I/O error on devic

[Linux-usb-users] Re: Translating usb logs to libusb and more

2004-08-15 Thread Nuno Tavares
Alan, Gerard: Thanks! I'll be digging ISO [EMAIL PROTECTED] whenever I checkpoint camera preparation. Right now I'm interested in testing if my understanding of the protocol is correct. The documents I've read tend only to deal with the enumeration, which is done by the subsystem (right?), so I ju

Re: [Linux-usb-users] LaCie d2 BigDisk 500 is NOT working properly with Linux!!!

2004-08-15 Thread Alan Stern
On Sun, 15 Aug 2004, Mikael Björn wrote: > I'm getting serious trouble from this driver since I tried to add a > LaCie d2 BigDisk 500 through the USB to the system (a 2.6.3 kernel). > Fdisk reports bogus drive geometry and only recognizes 1Gb out of the > 500Gb, which of course is really bad. 2.

Re: [Linux-usb-users] Translating usb logs to libusb and more

2004-08-15 Thread Alan Stern
On Sun, 15 Aug 2004, Nuno Tavares wrote: > Please take a look at URB 5 for [1] *or* 15 for [2] (preferred) - > these are only the first transfers. Here is 15: > --- > 15: Vendor-Specific Request (DOWN), 15.08.2004

Re: [Linux-usb-users] Kensington VideoCAM is not recognized.

2004-08-15 Thread Alan Stern
On Sat, 14 Aug 2004, Lou Erickson wrote: > > You didn't say what version of Linux you're using, but I can tell it's not > > a recent one because of that "invalid alternate setting" message. Try > > upgrading to a more recent kernel. > > No, I didn't think to mention that. I'm running 2.6.4, com

[Linux-usb-users] LaCie d2 BigDisk 500 is NOT working properly with Linux!!!

2004-08-15 Thread Mikael Björn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I'm getting serious trouble from this driver since I tried to add a LaCie d2 BigDisk 500 through the USB to the system (a 2.6.3 kernel). Fdisk reports bogus drive geometry and only recognizes 1Gb out of the 500Gb, which of course is really bad.

Re: [Linux-usb-users] Translating usb logs to libusb and more

2004-08-15 Thread gerard klaver
On Sun, 2004-08-15 at 04:31, Nuno Tavares wrote: > Hello all developers, > > I'm just starting to play around with libusb and linux-usb, so I can build > a driver for my webcam (Creative Webcam). This is being done based on > (both) sniffusb/UsbSnoop and usbmon logs (these last more easy to read)

[Linux-usb-users] usb host bug 2.6.8

2004-08-15 Thread Bc. Michal Semler
Hi Michal, > I have this problem and because I don't know if it is job for you or USB guys, > I posted it into kernel-bugs.osdl.org. > > PLS check it: > > http://kernel-bugs.osdl.org/show_bug.cgi?id=3210 > > when Transceiver is in 2.0 slot, everything works like a charm sounds like a USB hos