Hi there.
I'm running fc6 on a gateway M420 laptop. my kernel is 2.6.19-1.2895.fc6, recently updated. that may be the source of my problem, but I'm not sure what to do if it is.
I recently installed fc6, and everything was working fine, except my sound card. I could play sound fine, but as far as fedora was concerned, my sound card didn't have an audio in port. I thought I should do something about that, but I never got around to it. Recently, I updated my computer using yumex, and now my sound card won't work at all.
When I run system-config-soundcard, the sound card is detected, and described like this:
Quote:
Intel Corporation
82801G (ICH7 Family) high definition audio controller
module snd-hda-intel
|
If I play a test sound, I hear nothing. I am then asked if I heard the sound, and when I click no, I am told that automatic detection of the sound card did not work.
Any help would be greatly appreciated.
Whenever I read other peoples posts about nonfunctional soundcards, these things are usually asked for, so here they are, just in case it helps:
aumix -q:
/sbin/lspci:
Quote:
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller AHCI (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8038 PCI-E Fast Ethernet Controller (rev 14)
03:00.0 Network controller: Broadcom Corporation BCM4310 UART (rev 01)
04:09.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
04:09.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
04:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
|
lsmod | grep snd:
Quote:
snd_hda_intel 24537 2
snd_hda_codec 164545 1 snd_hda_intel
snd_seq_dummy 8133 0
snd_seq_oss 37057 0
snd_seq_midi_event 11841 1 snd_seq_oss
snd_seq 57009 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 12365 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 46433 0
snd_mixer_oss 20545 1 snd_pcm_oss
snd_pcm 80965 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 26693 2 snd_seq,snd_pcm
snd 58181 13 snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer
soundcore 12193 1 snd
snd_page_alloc 14281 2 snd_hda_intel,snd_pcm
|