Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
02-01-2009, 09:14 AM
#1
LQ Newbie
Registered: Feb 2009
Posts: 13
Rep:
fedora 10 update seems to nuke my sound
It happened once with Fedora 9, I upgraded to 10, and now it's happened again. I assume it's the automatic update, because I haven't changed anything else - suddenly no sound. This is kernel 2.6.27.12-170.2.5.fc10.x86_64. If I go back to 2.6.27.5-117.fc10.x86_64, the sound is back again. I'm sure I'm missing something obvious, but would really appreciate some help.
Alan
02-01-2009, 09:20 AM
#2
Senior Member
Registered: Jul 2006
Location: Kolkata, India
Distribution: 64-bit Source, Kubuntu64, Fedora QA, Slackware, PCBSD
Posts: 2,331
Rep:
Post output of
#lspci
relevant part of
#lsmod
check mixer (volume)
try to reload alsa
#su
#/sbin/alsa reload
file a bug report
02-01-2009, 10:36 AM
#3
LQ Newbie
Registered: Feb 2009
Posts: 13
Original Poster
Rep:
[almac@localhost ~]$ lspci
00:00.0 Host bridge: nVidia Corporation nForce3 Host Bridge (rev a4)
00:01.0 ISA bridge: nVidia Corporation nForce3 LPC Bridge (rev f6)
00:01.1 SMBus: nVidia Corporation nForce3 SMBus (rev a4)
00:02.0 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
00:02.1 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
00:02.2 USB Controller: nVidia Corporation nForce3 USB 2.0 (rev a2)
00:05.0 Ethernet controller: nVidia Corporation nForce3 Ethernet (rev a5)
00:08.0 IDE interface: nVidia Corporation nForce3 IDE (rev a5)
00:0a.0 PCI bridge: nVidia Corporation nForce3 PCI Bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation nForce3 AGP Bridge (rev a4)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:04.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
01:05.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 0c)
01:06.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
01:06.1 Input device controller: Creative Labs SB Audigy Game Port (rev 04)
01:06.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04)
01:08.0 RAID bus controller: Promise Technology, Inc. PDC20378 (FastTrak 378/SATA 378) (rev 02)
01:09.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
02:00.0 VGA compatible controller: ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]
02:00.1 Display controller: ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (Secondary)
mixer volume seems to be right up
... and I don't appear to have /sbin/alsa/reload
Thanks for responding, though
Alan
02-04-2009, 02:19 PM
#4
LQ Newbie
Registered: Feb 2009
Posts: 13
Original Poster
Rep:
Oh - forgot lsmod:
snd_emu10k1_synth 15616 0
snd_emux_synth 43392 1 snd_emu10k1_synth
snd_seq_virmidi 14080 1 snd_emux_synth
ata_generic 14084 0
snd_seq_midi_emul 14080 1 snd_emux_synth
pata_acpi 13184 0
snd_emu10k1 152720 5 snd_emu10k1_synth
snd_rawmidi 30848 2 snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 121160 1 snd_emu10k1
ac97_bus 10112 1 snd_ac97_codec
snd_seq_dummy 11396 0
snd_seq_oss 39104 0
snd_seq_midi_event 14848 2 snd_seq_virmidi,snd_seq_oss
snd_seq 61968 8 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 52224 0
snd_mixer_oss 23168 1 snd_pcm_oss
snd_pcm 85512 4 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_seq_device 15380 7 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_timer 30352 3 snd_emu10k1,snd_seq,snd_pcm
snd_page_alloc 16656 2 snd_emu10k1,snd_pcm
snd_util_mem 12416 2 snd_emux_synth,snd_emu10k1
snd_hwdep 16392 2 snd_emux_synth,snd_emu10k1
emu10k1_gp 11392 0
serio_raw 14084 0
snd 68984 24 snd_emu10k1_synth,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_emu10k1,snd_rawmidi,snd_ac97_ codec,snd_seq_dummy,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,s nd_util_mem,snd_hwdep
soundcore 14992 1 snd
02-05-2009, 03:41 AM
#5
LQ Newbie
Registered: Feb 2009
Posts: 13
Original Poster
Rep:
Also, the settings for Alsa mixer and for PulseAudio volume control are the same for the kernel that works and the one that doesn't.
Alan
02-05-2009, 04:50 AM
#6
LQ Newbie
Registered: Jun 2008
Distribution: Fedora 10, DSL, Zenwalk
Posts: 27
Rep:
Quote:
Originally Posted by
almac58
[almac@localhost ~]$ lspci
... and I don't appear to have /sbin/alsa/reload
Thanks for responding, though
Alan
Hi Alan,
/sbin/alsa reload is a command to be typed in a terminal.
Open a terminal window and type 'su -' without the quotes to become root.
Type in the root password when prompted.
Type in '/sbin/alsa reload' without the quotes to restart the alsa program.
Others have also had this problem. If the reload doesn't help you can boot with the old kernal until a fix comes along.
02-05-2009, 08:37 AM
#7
LQ Newbie
Registered: Feb 2009
Posts: 13
Original Poster
Rep:
Thanks, Laserman,
I don't have /sbin/alsa, all that seems close is /sbin/alsactl, and reload doesn't work with that. I guess I'll stick to the older kernel, but should I refuse updates, and how will I know when a fix comes along?
Sorry to spout so many questions. Good to know I'm not alone - well, good to know I'm not an only dumb one, and that others get this too.
Alan
02-06-2009, 03:21 AM
#8
LQ Newbie
Registered: Jun 2008
Distribution: Fedora 10, DSL, Zenwalk
Posts: 27
Rep:
Hi Alan,
It's not a good idea to refuse the updates as they may fix things far more serious than missing sound such as security holes.
If alsactl reload didn't work you may want to try
which will give you a graphical display of the volume setting.
btw: when posting outputs of things like 'lspci' and 'lsmod' surround the info with:
[ code ] and [ /code ] (without the spaces)
This will format the output nicely and make it much easier to read.
Here is the output of 'lsmod | grep snd' from my system.
Code:
[root@localhost /]# lsmod | grep snd
snd_via82xx 25752 3
snd_ac97_codec 95268 1 snd_via82xx
ac97_bus 5504 1 snd_ac97_codec
snd_seq_dummy 6660 0
snd_seq_oss 30364 0
snd_seq_midi_event 9600 1 snd_seq_oss
snd_seq 48576 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 42496 0
snd_mixer_oss 16896 1 snd_pcm_oss
snd_pcm 65924 3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_timer 22024 2 snd_seq,snd_pcm
snd_page_alloc 11016 2 snd_via82xx,snd_pcm
snd_mpu401_uart 10368 1 snd_via82xx
snd_rawmidi 22528 1 snd_mpu401_uart
snd_seq_device 10124 4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
snd 50616 18 snd_via82xx,snd_ac97_codec,snd_seq_dummy,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
gameport 13452 3 snd_via82xx,ns558
soundcore 9416 1 snd
You may want to check this with both kernels and see what (if anything) is different.
02-07-2009, 11:08 AM
#9
LQ Newbie
Registered: Feb 2009
Posts: 13
Original Poster
Rep:
Code:
[almac@localhost ~]$ lsmod | grep snd
snd_emu10k1_synth 15616 0
snd_emux_synth 43392 1 snd_emu10k1_synth
snd_seq_virmidi 14080 1 snd_emux_synth
snd_seq_midi_emul 14080 1 snd_emux_synth
snd_emu10k1 152720 4 snd_emu10k1_synth
snd_rawmidi 30848 2 snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 121160 1 snd_emu10k1
ac97_bus 10112 1 snd_ac97_codec
snd_seq_dummy 11396 0
snd_seq_oss 39104 0
snd_seq_midi_event 14848 2 snd_seq_virmidi,snd_seq_oss
snd_seq 61968 8 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 52224 0
snd_mixer_oss 23168 1 snd_pcm_oss
snd_pcm 85512 3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_seq_device 15380 7 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_timer 30352 3 snd_emu10k1,snd_seq,snd_pcm
snd_page_alloc 16656 2 snd_emu10k1,snd_pcm
snd_util_mem 12416 2 snd_emux_synth,snd_emu10k1
snd_hwdep 16392 2 snd_emux_synth,snd_emu10k1
snd 68984 23 snd_emu10k1_synth,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_dummy,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,snd_util_mem,snd_hwdep
soundcore 14992 1 snd
like this,I hope? Doesn't mean anything to me, I'm afraid - this is the later kernel, where the sound doesn't work. Thanks for your patience,
Alan
02-07-2009, 11:14 AM
#10
LQ Newbie
Registered: Feb 2009
Posts: 13
Original Poster
Rep:
and this is the one that does work:
Code:
[almac@localhost ~]$ lsmod | grep snd
snd_emu10k1_synth 15616 0
snd_emux_synth 43392 1 snd_emu10k1_synth
snd_seq_virmidi 14080 1 snd_emux_synth
snd_seq_midi_emul 14080 1 snd_emux_synth
snd_emu10k1 152720 4 snd_emu10k1_synth
snd_rawmidi 30848 2 snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 121160 1 snd_emu10k1
ac97_bus 10112 1 snd_ac97_codec
snd_seq_dummy 11396 0
snd_seq_oss 39104 0
snd_seq_midi_event 14848 2 snd_seq_virmidi,snd_seq_oss
snd_seq 61968 8 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 52224 0
snd_mixer_oss 23168 1 snd_pcm_oss
snd_pcm 85512 3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_seq_device 15380 7 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_timer 30352 3 snd_emu10k1,snd_seq,snd_pcm
snd_page_alloc 16656 2 snd_emu10k1,snd_pcm
snd_util_mem 12416 2 snd_emux_synth,snd_emu10k1
snd_hwdep 16392 2 snd_emux_synth,snd_emu10k1
snd 68984 23 snd_emu10k1_synth,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_dummy,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,snd_util_mem,snd_hwdep
soundcore 14992 1 snd
02-07-2009, 11:16 AM
#11
LQ Newbie
Registered: Feb 2009
Posts: 13
Original Poster
Rep:
Oh, did I say, the soundcard is an Audigy 2 ZS
02-07-2009, 11:18 AM
#12
LQ Newbie
Registered: Feb 2009
Posts: 13
Original Poster
Rep:
... annd the alsamixer shows output up in the red?
02-09-2009, 06:22 AM
#15
LQ Newbie
Registered: Feb 2009
Posts: 13
Original Poster
Rep:
and today, it works! Go figure, as they say. Thanks very much for your patience, Laserman.
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 07:59 AM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News