[Linux-usb-users] PSX Playstation 2 Controller not working

2005-12-04 Thread Hui Vzhopu
Hi I am connecting the Playstation controller via a USB adapter. This adapter supports 2 controllers (players 1 and 2). Controller is detected, and modules are loaded, however when I do cat /dev/input/js0 , and press buttons on the controller, nothing is printed on the screen. I have tried swit

Re: [Linux-usb-users] hp8200e mass storage driver no longer available?

2005-12-04 Thread Javier-Elias Vasquez-Vivas
On 11/28/05, Javier-Elias Vasquez-Vivas <[EMAIL PROTECTED]> wrote: > ... > > If I were you I would do all testing on 2.6.15-rc2 with USB storage debug > > enabled. > > > > Thanks, > > Daniel > > Ok, I'll do the trials on latest rc next weekend then (hoppefully I'll > get some logs to share if this

[Linux-usb-users] usbnet and ali m5632 high speed usb 2.0 net link cable

2005-12-04 Thread Steve Haynal
Hi, I cannot get my ali m5632-based usb 2.0 net link cable to transfer data at more than ~3.0 Mbytes per second! This is supposedly a USB 2.0 device, and the best transfer rate (3.0Mbytes per second) is more than 12 Mbits per second USB 2.0 full speed, but no where near the 480 MBits per seco

RE: [Linux-usb-users] Memory stick detection

2005-12-04 Thread Alan Stern
On Sun, 4 Dec 2005, Stephen Beaver wrote: > Thanks Matt. > > After rebooting the system, I did see an improvement. USB mass storage > devices now all seem to report ${INTERFACE} = 8/6/80 That should have been there all along. But as long as it's working now... > and this code in > /sbin/hotpl

Re: [Linux-usb-users] hotplug problem with a full speed HID device

2005-12-04 Thread Alan Stern
On Sun, 4 Dec 2005, Xiaofan Chen wrote: > Microchip PICkit 2 MCU programmer is a low cost USB full speed > programmer for Microchip MCUs. Thanks to the open firmware > we have developed libusb based application (one C based and one > Python based using BitPim libusb wrapper) to control it under >

Re: [Linux-usb-users] Re: logitech usb mouse "dies"

2005-12-04 Thread Alan Stern
On Sun, 4 Dec 2005, Willi Mann wrote: > > > To get more information, turn on USB verbose debugging (CONFIG_USB_DEBUG) > > in the kernel configuration and rebuild the USB drivers. Post the kernel > > or dmesg log showing what happens when the connection is lost. > > I've used the debian source

Re: [Linux-usb-users] Memory stick detection

2005-12-04 Thread Alan Stern
On Sat, 3 Dec 2005, Matthew Dharm wrote: > On Sat, Dec 03, 2005 at 11:56:09AM -0500, Stephen Beaver wrote: > > > > Thanks for your reply. If bInterfaceClass is supposed to be an 8 for this > > type of device but all the ones I tried (each from a different manufacturer) > > report a 0, perhaps the

linux-usb-users@lists.sourceforge.net

2005-12-04 Thread Alan Stern
On Sat, 3 Dec 2005, Travis H. wrote: > Hi, I'm going to lump a bunch of things into one email to save your patience. > > kernel: 2.6.13 SMP > > First, my PCI card probes as ehci but doesn't really seem to work very well: > > $ cat /proc/bus/usb/devices ... > # cat /proc/interrupts | grep -i us

RE: [Linux-usb-users] Memory stick detection

2005-12-04 Thread Stephen Beaver
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Dharm Sent: Saturday, December 03, 2005 9:20 PM To: Stephen Beaver Cc: Alan Stern; linux-usb-users@lists.sourceforge.net Subject: Re: [Linux-usb-users] Memory stick detection On Sat, Dec 03, 2005 at

[Linux-usb-users] hotplug problem with a full speed HID device

2005-12-04 Thread Xiaofan Chen
Microchip PICkit 2 MCU programmer is a low cost USB full speed programmer for Microchip MCUs. Thanks to the open firmware we have developed libusb based application (one C based and one Python based using BitPim libusb wrapper) to control it under Linux. It has dual configuration (HID and vendor sp

Re: [Linux-usb-users] Re: logitech usb mouse "dies"

2005-12-04 Thread Willi Mann
To get more information, turn on USB verbose debugging (CONFIG_USB_DEBUG) in the kernel configuration and rebuild the USB drivers. Post the kernel or dmesg log showing what happens when the connection is lost. I've used the debian source for that. They currently don't patch anything usb-re