openSUSE Forums > Hardware » 11.1 perfect except Logitech Headphones

Go Back   openSUSE Forums > Hardware
Forums FAQ Members List Search Today's Posts Mark Forums Read


Hardware Questions about drivers, peripheral cabling, configuration

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 31-Oct-2009, 05:16
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 18
Darkblue2 hasn't been rated much yet
Default 11.1 perfect except Logitech Headphones

I have a perfectly running 11.1 64 system. It is patched to the latest and even kde4.3.1 release 183
kernel info :
Linux a91f 2.6.27.37-0.1-default #1 SMP 2009-10-15 14:56:58 +0200 x86_64 x86_64 x86_64 GNU/Linux

The only thing which let's me down are
the USB Logitech Headphones. Tried everything , including putting the USB Audio first in yast->hardware->sound. Kmixer shows it as Logitech Headphone next to the HDA Intel tab.
Pulseaudio is enabled.
Try to run Skype ... headphones no sound, no mic its dead. Someone had the same problem in this forum and it seems to have gone away with the latest kernel from head.

To recompile the kernel for a perfectly good system is the last thing I want to do.

What are my other options ?

Thanks
Db
Reply With Quote
  #2 (permalink)  
Old 31-Oct-2009, 09:25
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,677
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: 11.1 perfect except Logitech Headphones

Quote:
Originally Posted by Darkblue2 View Post
I have a perfectly running 11.1 64 system. It is patched to the latest and even kde4.3.1 release 183
kernel info :
Linux a91f 2.6.27.37-0.1-default #1 SMP 2009-10-15 14:56:58 +0200 x86_64 x86_64 x86_64 GNU/Linux

The only thing which let's me down are
the USB Logitech Headphones. Tried everything , including putting the USB Audio first in yast->hardware->sound. Kmixer shows it as Logitech Headphone next to the HDA Intel tab.
Pulseaudio is enabled.
Try to run Skype ... headphones no sound, no mic its dead. Someone had the same problem in this forum and it seems to have gone away with the latest kernel from head.

To recompile the kernel for a perfectly good system is the last thing I want to do.
I do not have USB headphones, so I have no direct experience in this. I assume then that you believe you tried all the recommendations in this page:
USB headphones - openSUSE

... I have a friend who noted their USB headphones only work if they boot their PC with the headphones plugged. Else they do not work. But thats just their PC and configuration.

Typically for sound problems I ask users provide detail as to their sound configuration, asking them to run the script:
/usr/sbin/alsa-info.sh
and post here the output URL it will provide when the script completes.

I also typically ask for the output of:
rpm -qa '*alsa*'
rpm -qa '*pulse*'
rpm -q libasound2
uname -a
cat /etc/modprobe.d/sound
However, given I have no such device, I do not believe there is much I can to offer. Possibly someone else may be able to look at the output of the above thou, and make some suggestions.
Reply With Quote
  #3 (permalink)  
Old 31-Oct-2009, 22:54
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 18
Darkblue2 hasn't been rated much yet
Default Re: 11.1 perfect except Logitech Headphones

Thank you for taking time out to look into this issue !

1) http://www.alsa-project.org/db/?f=17...aace0f8fb1f26a


2) rpm -qa '*alsa*'
alsa-utils-1.0.18-6.4
alsa-1.0.18-8.12.1
alsa-plugins-pulse-1.0.18-6.13
alsa-oss-1.0.17-1.43
alsa-plugins-1.0.18-6.13
alsa-devel-1.0.18-8.12.1
alsa-firmware-1.0.17-1.42
alsa-oss-32bit-1.0.17-1.37


3)rpm -qa '*pulse*'
pulseaudio-module-x11-0.9.14-2.2.1
pulseaudio-module-jack-0.9.14-2.2.1
libpulse-browse0-0.9.14-2.2.1
vlc-aout-pulse-1.0.2-0.pm.5.12
libpulse0-32bit-0.9.14-2.2.1
libpulse0-0.9.14-2.2.1
alsa-plugins-pulse-1.0.18-6.13
pulseaudio-esound-compat-0.9.14-2.2.1
pulseaudio-module-bluetooth-0.9.14-2.2.1
pulseaudio-utils-0.9.14-2.2.1
pulseaudio-lang-0.9.14-2.2.1
pulseaudio-0.9.14-2.2.1
pulseaudio-module-zeroconf-0.9.14-2.2.1
libpulse-mainloop-glib0-0.9.14-2.2.1
pulseaudio-module-lirc-0.9.14-2.2.1
libxine1-pulse-1.1.16.3-2.pm.6.16

4) rpm -q libasound2
libasound2-1.0.18-8.12.1


5)uname -a
Linux linux-a91f 2.6.27.37-0.1-default #1 SMP 2009-10-15 14:56:58 +0200 x86_64 x86_64 x86_64 GNU/Linux

6)cat /etc/modprobe.d/sound

options snd slots=snd-usb-audio,snd-hda-intel
# uniq.unknown_key:USB Audio
alias snd-card-0 snd-usb-audio
# u1Nb._pEU9zEoPx2:82801JI (ICH10 Family) HD Audio Controller
alias snd-card-1 snd-hda-intel


Other info : Motherboard : ASUS P6T


Thanks
Db
Reply With Quote
  #4 (permalink)  
Old 01-Nov-2009, 03:41
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,677
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: 11.1 perfect except Logitech Headphones

Quote:
Originally Posted by Darkblue2 View Post
Thank you for taking time out to look into this issue !

1) http://www.alsa-project.org/db/?f=17...aace0f8fb1f26a
The script does not see the USB headphones as evident from this:
Code:
!!Soundcards recognised by ALSA
!!-----------------------------
 1 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xf7ff8000 irq 22
Did you have the USB headphones plugged in when you ran the script?

Did you have the USB headphones plugged in when you booted?

If not, please try that (ie reboot with the headphones plugged in). Then run the diagnostic script:
/usr/sbin/alsa-info.sh
Reply With Quote
  #5 (permalink)  
Old 01-Nov-2009, 05:45
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 18
Darkblue2 hasn't been rated much yet
Default Re: 11.1 perfect except Logitech Headphones

The headset is always plugged in.

Now after rebooting three times and
running the script I get this output
on the last run :

http://www.alsa-project.org/db/?f=8d...e229a2140b62be


I get sound through the headset using
the Vlc player.

Krecord also worked .

What not works is :

Skype 2.1.0.47
Amarok
Firefox 3.5.4 (tested with youTube)

They choose not to play via the headset but only via the connected speakers .


Thanks for any further pointers.

Db
Reply With Quote
  #6 (permalink)  
Old 01-Nov-2009, 06:02
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,677
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: 11.1 perfect except Logitech Headphones

Quote:
Originally Posted by Darkblue2 View Post
I get sound through the headset using the Vlc player.

Krecord also worked .

What not works is :

Skype 2.1.0.47
Amarok
Firefox 3.5.4 (tested with youTube)

They choose not to play via the headset but only via the connected speakers .
Someone who has USB speakers and/or USB headset will need to chime in. I assume YaST provides the option to make a USB device the default device. Did you try that if it is available?

If you need to boot 3 times for this to be recognized, there is something not right. You may need to write a bug report on this.
Reply With Quote
  #7 (permalink)  
Old 01-Nov-2009, 06:25
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 18
Darkblue2 hasn't been rated much yet
Default Re: 11.1 perfect except Logitech Headphones

One can set the USB Audio as primary card in Yast, which I did, but did not
make any difference so far.

Thank you for your help and have a nice day.
Reply With Quote
  #8 (permalink)  
Old 01-Nov-2009, 07:06
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,677
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: 11.1 perfect except Logitech Headphones

Quote:
Originally Posted by Darkblue2 View Post
One can set the USB Audio as primary card in Yast, which I did, but did not
make any difference so far.
It may only have an effect after a successful reboot with the USB device plugged in (and successfully recognized after the boot).
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2