LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-19-2010, 07:14 PM   #1
lucmove
Senior Member
 
Registered: Aug 2005
Location: Brazil
Distribution: Debian
Posts: 1,432

Rep: Reputation: 110Reputation: 110
Unhappy All mute after upgrading ALSA


I didn't (maybe still don't) have ALSA loopback so I could record streaming, so I upgraded ALSA following these instructions:

http://alsa.opensrc.org/index.php/Ja...loop_if_needed

The only part I didn't follow verbatim was the final step:

Quote:
Allrighty, time to load it. But before that, shut down all audio apps (including firefox). Once done, do this:

Code:
sudo alsa force-unload
sudo modprobe snd-whatever-module-you-need
sudo modprobe snd-aloop
I was unsure about "snd-whatever-module-you-need" so I decided to reboot.

When KDE was just about to kick in, I saw a lot of new text I had never seen before scroll past very, very fast. Then it stopped and I could see it had something to with ALSA, but I couldn't really read anything. KDE started and... now I have no sound.

I checked kmixer, it looks normal. It doesn't seem to be mute.

I ran alsamixer in the command line, it doesn't seem to be mute either.

I ran Kcontrol and checked the audio section, couldn't figure anything out.

Here is the output of lsmod BEFORE the upgrade:

Code:
$luc> lsmod | grep snd                            
snd_hda_intel         434100  6
snd_pcm_oss            46336  0
snd_mixer_oss          22656  2 snd_pcm_oss
snd_pcm                83076  3 snd_hda_intel,snd_pcm_oss
snd_seq_dummy          10756  0
snd_seq_oss            37760  0
snd_seq_midi           14336  0
snd_rawmidi            29696  1 snd_seq_midi
snd_seq_midi_event     15104  2 snd_seq_oss,snd_seq_midi
snd_seq                56880  7 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              29704  3 snd_pcm,snd_seq
snd_seq_device         14988  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    62756  18 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              15200  2 snd
snd_page_alloc         16904  2 snd_hda_intel,snd_pcm
Here is the output of lsmod AFTER the upgrade:

Code:
$luc> lsmod | grep snd                            
snd_hda_codec_realtek   226308  1
snd_hda_intel          35840  3
snd_hda_codec         100992  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              15364  1 snd_hda_codec
snd_pcm_oss            46112  0
snd_mixer_oss          23040  3 snd_pcm_oss
snd_pcm                85636  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_oss            36224  0
snd_seq_midi_event     15232  1 snd_seq_oss
snd_seq                57584  5 snd_seq_oss,snd_seq_midi_event
snd_timer              29320  2 snd_pcm,snd_seq
snd_seq_device         15372  2 snd_seq_oss,snd_seq
snd                    69412  14 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_seq,snd_timer,snd_seq_device
soundcore              15200  3 snd
snd_page_alloc         17032  2 snd_hda_intel,snd_pcm
Looks like I have lost snd_seq_dummy, snd_seq_midi and snd_rawmidi. I don't need midi, so I just tried to load snd_seq_dummy with modprobe. The module is not found.

I reboot another two times hoping to be able to read something in that new boot sequence text, but I don't see it anymore. It's gone.

I don't know what else to do. Any ideas?

Last edited by lucmove; 09-19-2010 at 07:15 PM.
 
Old 09-20-2010, 01:26 PM   #2
instag
LQ Newbie
 
Registered: Sep 2010
Distribution: Slackware
Posts: 15

Rep: Reputation: 0
Try
Code:
rm /etc/asound.*
as root and then reboot. It might help.
 
Old 09-20-2010, 02:01 PM   #3
lucmove
Senior Member
 
Registered: Aug 2005
Location: Brazil
Distribution: Debian
Posts: 1,432

Original Poster
Rep: Reputation: 110Reputation: 110
I don't have any rm /etc/asound.* files. Maybe you have those in Slackware, but I am having this problem in Ubuntu.
 
Old 09-21-2010, 07:43 AM   #4
lucmove
Senior Member
 
Registered: Aug 2005
Location: Brazil
Distribution: Debian
Posts: 1,432

Original Poster
Rep: Reputation: 110Reputation: 110
Well, after a few reboots, it works. Suddenly I have sound. Just like that. Go figure.

Marking as solved, though I have no idea how that hapenned...
 
  


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
Please tell me how to un mute alsa eckelly Linux - Newbie 8 10-13-2005 04:49 AM
alsa mute default on startup simple Linux - Newbie 7 06-02-2005 04:15 AM
ALSA 1.04 auto mute kam_kenneth Linux - Newbie 2 05-09-2004 01:06 AM
Slackware 9.1 & Alsa mute... craigdolson Slackware 4 12-05-2003 02:05 AM
ALSA always defaults to mute strophy Linux - Software 1 09-01-2003 06:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:00 PM.

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