View previous topic :: View next topic |
Author |
Message |
dirtbag Guru
Joined: 18 Feb 2003 Posts: 508 Location: NC
|
Posted: Mon Aug 08, 2011 2:13 pm Post subject: problem with usb headset [resolved] |
|
|
disclaimer up front.. Im a gentoo user for many years, but this problem is NOT specific to gentoo. but according to my track record, this forum has more knowledgeable people and answers more of my questions than anywhere else, so..
have a new thinkpad w510 laptop that will not recognize my usb headset correctly.. the same headset works fine on my workstation computer.
but on my laptop, I get
Quote: | [ 2046.523638] usb 3-3: Not enough bandwidth for altsetting 1
[ 2046.523643] ALSA sound/usb/pcm.c:223: 5:2:1: usb_set_interface failed
[ 2046.524243] xhci_hcd 0000:0f:00.0: ERROR: unexpected command completion code 0x11.
[ 2046.524255] usb 3-3: Not enough bandwidth for altsetting 1
[ 2046.524260] ALSA sound/usb/pcm.c:223: 5:2:1: usb_set_interface failed
[ 2046.524993] xhci_hcd 0000:0f:00.0: ERROR: unexpected command completion code 0x11.
[ 2046.525004] usb 3-3: Not enough bandwidth for altsetting 1
[ 2046.525009] ALSA sound/usb/pcm.c:223: 5:2:1: usb_set_interface failed
|
i assume this is a usb driver problem in the kernel.. where would be the best place to get help with this issue?
regards,
db
Last edited by dirtbag on Tue Aug 09, 2011 6:45 pm; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54809 Location: 56N 3W
|
Posted: Mon Aug 08, 2011 9:22 pm Post subject: |
|
|
dirtbag,
The kernel is trying touse the USB3 driver for a USB1 device.
Do you have the UHCI_HCD module built, which is the USB1.1 driver for intel chip sets?
Try using that. USB headsets are USB1 devices. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
dirtbag Guru
Joined: 18 Feb 2003 Posts: 508 Location: NC
|
Posted: Mon Aug 08, 2011 11:33 pm Post subject: |
|
|
i dont see that one.. the only ones I see are
[root@zim 2.6.38.8-35.fc15.i686]# find ./ -name *.ko | grep -i hcd
./kernel/drivers/usb/host/u132-hcd.ko
./kernel/drivers/usb/host/xhci-hcd.ko
./kernel/drivers/usb/host/isp1362-hcd.ko
./kernel/drivers/usb/host/sl811-hcd.ko
./kernel/drivers/usb/host/whci/whci-hcd.ko
[root@zim 2.6.38.8-35.fc15.i686]#
-db |
|
Back to top |
|
|
dirtbag Guru
Joined: 18 Feb 2003 Posts: 508 Location: NC
|
Posted: Tue Aug 09, 2011 6:45 pm Post subject: |
|
|
aha! there is an updated kernel that seems to have a fix., Linux zim 2.6.40-4.fc15.i686.PAE #1 SMP
im running it now and the usb headset works fine now..
thanks/regards,
-db
furthermore.. it seems that the cheap-ass usb hub (usb2.0) that I had plugged into my laptop was more likely the issue. im back to running a 2.6.40.4-5.fc15.i686.PAE
kernel with no issues WITHOUT the cheap-ass usb hub.. |
|
Back to top |
|
|
|