LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-02-2014, 07:03 PM   #1
rkfb
Member
 
Registered: Oct 2003
Location: Guildford, England
Distribution: Slackware64 -current running i3
Posts: 503

Rep: Reputation: 174Reputation: 174
Lost all sound on removal of headphones


Hi,

Slackware64 14.1 KDE (full install)

I had some Microsoft Lifechat LX3000 headphones plugged in and they worked fine, well the speakers did not sure of the mic.

Now I've unplugged them I seem to have lost all sound on the system on all user accounts through the normal speakers.

If I look in 'Audio Setup' the LX3000 is listed but greyed out. I get a popup on login saying they have stopped working and the system is reverting but there is no sound, not in firefox either. I followed the howto at Slackdocs

http://docs.slackware.com/howtos:har...s_on_slackware

but no joy. The Noise.wav in /usr/share didn't play on any combination. As per that article I have:

[rkfb ~]$ lsmod | grep snd
snd_usb_audio 115981 0
snd_usbmidi_lib 18764 1 snd_usb_audio
snd_rawmidi 18645 1 snd_usbmidi_lib
snd_seq_device 5108 1 snd_rawmidi
snd_hda_codec_hdmi 29622 4
snd_hda_codec_realtek 34792 1
snd_hda_intel 34861 12
snd_hda_codec 143196 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 6388 2 snd_usb_audio,snd_hda_codec
snd_pcm 76009 4 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 7098 2 snd_pcm,snd_hda_intel
snd_timer 18614 1 snd_pcm
snd 58630 35 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_rawmidi,snd_u sbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore 5354 1 snd

[rkfb ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: MID [HDA Intel MID], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: MID [HDA Intel MID], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0

No joy with alsamixer and I created the .asoundrc but that didn't work either. I think I might need to get rid of the trace of the headphones maybe?

I've googled and searched on here but there's a lot of stuff similar to the Slackdocs article, I've not really managed to make any progress.

One other thing I did try on one of the accounts was renaming .kde to .old-kde then logging out and in again but that didn't work either.
 
Old 09-02-2014, 10:22 PM   #2
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
I guess that is a usb device ?? . open a terminal assume root command lsusb make sure it is plugged in ok.

if it fails to read that usb device then send the 19 dollar headset back to the company. I have been through 2 of those and a couple hp's'
the wire where it goes into the usb coupler go bad from simple stretch etc.

if lsusb does list your device then it is time to open up alsamixer press F6 to see all the hardware. then set it.

Last but not least try plugging it into a different usb slot or switch one.

if lsusb does not read it then the kernel is not loading it. and if the kernel is not loading it the device is dead.
or you have bios set up problems.

My last HP usb digital head set did that before it died it was greyed out all the time. Wiggle it and then it would work then die.
 
Old 09-03-2014, 12:50 AM   #3
rkfb
Member
 
Registered: Oct 2003
Location: Guildford, England
Distribution: Slackware64 -current running i3
Posts: 503

Original Poster
Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by Drakeo View Post
I guess that is a usb device ?? . open a terminal assume root command lsusb make sure it is plugged in ok.

...
Sorry Drakeo, it's not the headset I'm trying to get working, it's the sound through my computer speakers. I unplugged the headset and since then have had no sound at all for any user. The headset seems to have killed all sound.
 
Old 09-03-2014, 01:14 AM   #4
rkfb
Member
 
Registered: Oct 2003
Location: Guildford, England
Distribution: Slackware64 -current running i3
Posts: 503

Original Poster
Rep: Reputation: 174Reputation: 174
Managed to get rid of the headphones from Audio Setup by running:

rm $HOME/.kde/share/config/phonondevicesrc

for each user then logging out and in again. Still no sound though. I'll try working through the Slackdocs page again later when I get more time.
 
Old 09-03-2014, 02:13 AM   #5
rkfb
Member
 
Registered: Oct 2003
Location: Guildford, England
Distribution: Slackware64 -current running i3
Posts: 503

Original Poster
Rep: Reputation: 174Reputation: 174
That time it worked following the Slackdocs page, maybe getting rid of the headphones from Audio Setup helped.
 
Old 09-03-2014, 02:26 AM   #6
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Sorry Mis read it so I am glad you have it back to default again system wide. And default is your analog motherboard sound card.
if you had a ~/.asoundrc and that device is gone that would cause that. Then going into KDE settings and setting the devices you want for default
helps then restarting KDE. and slackdocs works well. Since your aplay -l was your on board sound card as default and you had no sound.
I just figured you need to turn up the volume or set the channel for your output.

Like my card default output is channel 2 but that is not what I have my speakers on mine are on channel 6.

Last edited by Drakeo; 09-03-2014 at 02:28 AM.
 
Old 09-03-2014, 01:26 PM   #7
rkfb
Member
 
Registered: Oct 2003
Location: Guildford, England
Distribution: Slackware64 -current running i3
Posts: 503

Original Poster
Rep: Reputation: 174Reputation: 174
I think it may have been something to do with me creating .asoundrc files, thanks for helping.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Sound - OK but distorted on headphones but no sound from speakers Optiker Linux - Laptop and Netbook 54 12-09-2013 05:26 AM
No sound on speakers, sound on headphones and no system sounds EricTRA Linux Mint 2 10-12-2010 10:39 AM
sound but no headphones flury Linux - Laptop and Netbook 1 05-29-2007 11:28 AM
Back Panel - No Sound, Headphones - Sound GNewbie Ubuntu 2 03-19-2007 11:15 PM
No sound from headphones:( in 6.10 sagar.1986 Ubuntu 6 02-18-2007 07:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:33 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