Re: Fwd: USB HID problem

2016-07-21 Thread Alan Stern
On Thu, 21 Jul 2016, Bruce Korb wrote: > It seems the problem is related to 64 bit Linux on Gigabyte motherboards. > 32 bit? No problem. Windows? No problem. Another mobo? No problem. > So much for buying the preferred Linux mobo. > I've added the GRUB_CMDLINE_LINUX= change to /etc/default/grub

Re: Fwd: USB HID problem

2016-07-21 Thread Bruce Korb
It seems the problem is related to 64 bit Linux on Gigabyte motherboards. 32 bit? No problem. Windows? No problem. Another mobo? No problem. So much for buying the preferred Linux mobo. I've added the GRUB_CMDLINE_LINUX= change to /etc/default/grub and updated with "update-bootloader". I hope t

Re: Fwd: USB HID problem

2016-07-20 Thread Alan Stern
On Wed, 20 Jul 2016, Bruce Korb wrote: > Hi Alan, > > I swapped the driver, so usb_device_supports_lpm() always returns "0". > No change. Bandwidth for a Class 10 SSD, but not for a mouse or FYI, a Class 10 SSD does not have any bandwidth requirement. If very little bandwidth is available, th

Re: Fwd: USB HID problem

2016-07-20 Thread Bruce Korb
Hi Alan, I swapped the driver, so usb_device_supports_lpm() always returns "0". No change. Bandwidth for a Class 10 SSD, but not for a mouse or keyboard. There is a new message that I've not seen before, hub_port_status failed (err = -71) === EPROTO $ lsusb -t /: Bus 02.Port 1: Dev 1, Clas

Re: Fwd: USB HID problem

2016-07-20 Thread Bruce Korb
Hi Alan, On Mon, Jul 18, 2016 at 6:09 PM, Alan Stern wrote: >> Given the repeatability, maybe I can dig into where stuff is going awry. >> Maybe I can trace down how the bogus speed information is derived. > > If my guess was correct, there is no bogus speed information. OK. >> I do not believe

Re: Fwd: USB HID problem

2016-07-18 Thread Alan Stern
On Mon, 18 Jul 2016, Bruce Korb wrote: > On Mon, Jul 18, 2016 at 2:24 PM, Alan Stern wrote: > > This is not surprising, because the problem probably stems from the > > xHCI host controller in your computer, not from the hub. > > Gigabyte is supposed to make reliable motherboards. > Haven't been

Re: Fwd: USB HID problem

2016-07-18 Thread Bruce Korb
On Mon, Jul 18, 2016 at 2:24 PM, Alan Stern wrote: > This is not surprising, because the problem probably stems from the > xHCI host controller in your computer, not from the hub. Gigabyte is supposed to make reliable motherboards. Haven't been trying to use USB3 until now, but still Given t

Re: Fwd: USB HID problem

2016-07-18 Thread Alan Stern
On Mon, 18 Jul 2016, Bruce Korb wrote: > On Sun, Jul 17, 2016 at 12:43 PM, Alan Stern > wrote: > > A USB-3.1 device should work okay with a USB-3 driver. However, it > > would help if you upgrade to the latest available kernel version. > > It is the latest available openSUSE release. The rele

Re: Fwd: USB HID problem

2016-07-18 Thread Bruce Korb
On Sun, Jul 17, 2016 at 12:43 PM, Alan Stern wrote: > A USB-3.1 device should work okay with a USB-3 driver. However, it > would help if you upgrade to the latest available kernel version. It is the latest available openSUSE release. I've downloaded the latest Slackware release. I'll try it la

Re: Fwd: USB HID problem

2016-07-17 Thread Alan Stern
On Sun, 17 Jul 2016, Bruce Korb wrote: > On Sun, Jul 17, 2016 at 6:57 AM, Alan Stern wrote: > > > > What kernel version are you using? > > openSUSE's latest: 4.1.27 > Someone told me that the "05e3:0610 Genesys Logic, Inc" device is a > USB 3.1 and the driver capable of handling it was released

Re: Fwd: USB HID problem

2016-07-17 Thread Bruce Korb
On Sun, Jul 17, 2016 at 6:57 AM, Alan Stern wrote: > > What kernel version are you using? openSUSE's latest: 4.1.27 Someone told me that the "05e3:0610 Genesys Logic, Inc" device is a USB 3.1 and the driver capable of handling it was released _several_ days ago now. Perhaps I'm just not up-to-d

Re: Fwd: USB HID problem

2016-07-17 Thread Alan Stern
On Sat, 16 Jul 2016, Bruce Korb wrote: > On Sat, Jul 16, 2016 at 4:18 PM, Greg KH wrote: > >> [13043.528023] usb 1-1.3: Product: Gaming Mouse G400 > >> [13043.528027] usb 1-1.3: Manufacturer: Logitech > >> [13043.528309] usb 1-1.3: Not enough bandwidth for new device state. > >> [13043.528319] us

Re: Fwd: USB HID problem

2016-07-16 Thread Bruce Korb
On Sat, Jul 16, 2016 at 4:33 PM, Greg KH wrote: > That's not how USB protocols work, they are driven from the host, not > the device, your computer is asking that keyboard if it constantly has > new data, it's not driven by how fast or slow you type. Not a USB person, I didn't know. I prefer "I

Re: Fwd: USB HID problem

2016-07-16 Thread Greg KH
On Sat, Jul 16, 2016 at 04:27:05PM -0700, Bruce Korb wrote: > On Sat, Jul 16, 2016 at 4:18 PM, Greg KH wrote: > >> [13043.528023] usb 1-1.3: Product: Gaming Mouse G400 > >> [13043.528027] usb 1-1.3: Manufacturer: Logitech > >> [13043.528309] usb 1-1.3: Not enough bandwidth for new device state. >

Re: Fwd: USB HID problem

2016-07-16 Thread Bruce Korb
On Sat, Jul 16, 2016 at 4:18 PM, Greg KH wrote: >> [13043.528023] usb 1-1.3: Product: Gaming Mouse G400 >> [13043.528027] usb 1-1.3: Manufacturer: Logitech >> [13043.528309] usb 1-1.3: Not enough bandwidth for new device state. >> [13043.528319] usb 1-1.3: can't set config #1, error -28 > > That's

Re: Fwd: USB HID problem

2016-07-16 Thread Greg KH
On Sat, Jul 16, 2016 at 12:40:43PM -0700, Bruce Korb wrote: > [13026.604365] usb 1-1.3: USB disconnect, device number 28 > [13043.430087] usb 1-1.3: new full-speed USB device number 32 using xhci_hcd > [13043.528010] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c245 > [13043.528018] us

Fwd: USB HID problem

2016-07-16 Thread Bruce Korb
I just found your address as a better one than linux-kernel: *** My typing follows a line with a bunch of stars. That is followed by command output. *** I have a USB 3.0 hub and switch that I need to use to switch devices between a Linux desktop, laptop and MacBook Pro. At first, I was