Re: Sound stopped working a month ago!
- From: John-Paul Stewart <jpstewart@xxxxxxxxxxxxxxxx>
- Date: Sat, 24 Feb 2007 14:21:03 -0500
Ignoramus30515 wrote:
About a month ago, sound stopped working on my son's computer. It runs[snip]
FC6. This is the card:
Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio
------- lspci --------[snip]
00:00.0 Host bridge: Intel Corporation 82845 845 (Brookdale) Chipset Host Bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 82845 845 (Brookdale) Chipset AGP Bridge (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 12)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 12)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 12)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 12)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 12)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 12)
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400/G450 (rev 04)
02:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
02:0a.0 USB Controller: NEC Corporation USB (rev 43)
02:0a.1 USB Controller: NEC Corporation USB (rev 43)
02:0a.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
02:0c.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
02:0c.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
------- /etc/modprobe.conf --------
alias eth0 3c59x
options snd-emu10k1 index=0
remove snd-emu10k1 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1
alias snd-card-1 snd-intel8x0
options snd-card-1 index=1
options snd-intel8x0 index=1
remove snd-intel8x0 { /usr/sbin/alsactl store 1 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
The "options snd-emu10k1 index=0" line tells the system that your first sound card is a card from the SoundBlaster Live! family. There's no such card listed from the output of lspci.
The "options snd-intel-8x0 index=1" line tell the system that your second sound card is the on-board Intel stuff. IMHO, you should delete the two lines pertaining to snd-emu10k1 and change the Intel one to "index=0". (Note that the 'alsactl store' line needs to be updated, too.)
You might also want to set up sound from Brooktree-based card, making *it* have index=1.
------- /etc/asound.conf --------
#Generated by system-config-soundcard, do not edit by hand
#SWCONF
#DEV 0
defaults.pcm.card 0 defaults.pcm.device 0 defaults.ctl.card 0
This tells the system that the default output device is the card with index=0---the non-existent SB Live. You either need to make the Intel audio index=0 as described above -or- change all those 0s to be 1s to use the card with index=1 by default. (It would appear that system-config-soundcard should be used to edit /etc/asound.conf.)
.
- Follow-Ups:
- Re: Sound stopped working a month ago!
- From: Ignoramus3123
- Re: Sound stopped working a month ago!
- References:
- Sound stopped working a month ago!
- From: Ignoramus30515
- Sound stopped working a month ago!
- Prev by Date: Re: Can't get xwpe to start
- Next by Date: Re: Why is the MAC address in a config file?
- Previous by thread: Re: Sound stopped working a month ago!
- Next by thread: Re: Sound stopped working a month ago!
- Index(es):
Relevant Pages
|