LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-08-2011, 08:22 PM   #1
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Logitech Headset not recognized


When I plugged my Logitech Headset into this computer, it wouldn't produce any sound. Checked /etc/asound, /proc/asound/cards, etc. The headset would turn up as a USB identifier instead as of "headset".
That made me check /var/log/syslog first:
Code:
Jan  9 01:36:25 (none) kernel: [ 3551.908022] usb 2-1: new full speed USB device using uhci_hcd and address 3
Jan  9 01:36:25 (none) kernel: [ 3552.028022] usb 2-1: device descriptor read/64, error -71
Jan  9 01:36:25 (none) kernel: [ 3552.252024] usb 2-1: device descriptor read/64, error -71
Jan  9 01:36:26 (none) kernel: [ 3552.468019] usb 2-1: new full speed USB device using uhci_hcd and address 4
Jan  9 01:36:26 (none) kernel: [ 3552.588023] usb 2-1: device descriptor read/64, error -71
Jan  9 01:36:26 (none) kernel: [ 3552.812025] usb 2-1: device descriptor read/64, error -71
Jan  9 01:36:26 (none) kernel: [ 3553.028025] usb 2-1: new full speed USB device using uhci_hcd and address 5
Jan  9 01:36:26 (none) kernel: [ 3553.436019] usb 2-1: device not accepting address 5, error -71
Jan  9 01:36:27 (none) kernel: [ 3553.548025] usb 2-1: new full speed USB device using uhci_hcd and address 6
Jan  9 01:36:27 (none) kernel: [ 3553.956024] usb 2-1: device not accepting address 6, error -71
Jan  9 01:36:27 (none) kernel: [ 3553.956062] hub 2-0:1.0: unable to enumerate USB device on port 1
No good eh?
Strange, because I had been using this headset on a Debian Lenny laptop, and my son was using such a headset on his Debian Sid computer.
After two hours of googling.... (this error was mentioned often, but never resolved), I plugged in my son's headset, and voliá:
Code:
Jan  9 01:52:31 (none) kernel: [ 4517.984057] usb 2-1: USB disconnect, address 23
Jan  9 01:55:01 (none) kernel: [ 4668.264025] usb 2-1: new full speed USB device using uhci_hcd and address 24
Jan  9 01:55:02 (none) kernel: [ 4668.469553] usb 2-1: New USB device found, idVendor=046d, idProduct=0a0c
Jan  9 01:55:02 (none) kernel: [ 4668.469562] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan  9 01:55:02 (none) kernel: [ 4668.469566] usb 2-1: Product: Logitech USB Headset
Jan  9 01:55:02 (none) kernel: [ 4668.469570] usb 2-1: Manufacturer: Logitech
Jan  9 01:55:02 (none) kernel: [ 4668.469796] usb 2-1: configuration #1 chosen from 1 choice
Jan  9 01:55:02 (none) kernel: [ 4668.553653] input: Logitech Logitech USB Headset as /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.3/input/input11
Jan  9 01:55:02 (none) kernel: [ 4668.553806] generic-usb 0003:046D:0A0C.0006: input,hidraw1: USB HID v1.00 Device [Logitech Logitech USB Headset] on usb-0000:00:10.0-1/input3
Then I took a new one from the package, (thankfully I prevent disaster and bought 3 of them) plugged it in and it worked as well.

Conclusion: hardware defect. It is unlikely, but you should not exclude the possibility.
BTW lousy quality, only 6 months old, and Logitech is supposed to be one of the better brands. Unfortunately postage for warranty return will be more expensive than replacing.

jlinkels

Last edited by jlinkels; 01-08-2011 at 08:24 PM.
 
Old 01-10-2011, 11:21 AM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
So the final determination was that the headset was damaged? Another identical headset on the same machine worked fine?
 
Old 01-10-2011, 11:38 AM   #3
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Original Poster
Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Definitely.

I tried one used headset, it worked. Then I took a new headset from the packaging, it worked as well. All three headsets are identical, purchased in one batch from amazon.com. The defective one had been attached to one of my laptops (Debian Stable) for some weeks.

Of course it is uncommon that the USB device identifies itself and then refuses to communicate. Since this might be caused by a USB connection which can receive but not send, I tried to plug in the headset in all USB ports which were working as I had other devices connected.

For the record I will reconnect it to the laptop I mentioned, and then I'll perform an autopsy on the defective oen to see whether it is a cable defect. Although I believe the USB logic is in the plug, so there is no chance for a cable defect.

jlinkels
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Logitech Headset not recognized. zatix Linux - Hardware 6 11-08-2009 03:33 AM
Logitech Usb Headset GypsyPants Linux - Newbie 13 05-05-2009 02:53 PM
USB Headset not recognized? suse91pro Linux - Hardware 1 10-27-2008 05:54 AM
Logitech USB Headset + EMU10K1 PhoenixOne Linux - Hardware 1 01-07-2007 05:05 AM
USB Logitech Headset and Alsa. HOW ? Dark Carnival Linux - Hardware 0 05-19-2004 08:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration