LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No sound in Fedora (https://www.linuxquestions.org/questions/linux-newbie-8/no-sound-in-fedora-599598/)

Snickar-Lasse 11-14-2007 10:46 AM

No sound in Fedora
 
I'm running a dist. based on Fedora 6 and I can't the sound to work. Help much appreciated. Some output:

Code:

$ /sbin/lspci
[...]
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
[...]



Code:

$ cat /proc/asound/card0/codec#* | grep Codec
Codec: Analog Devices ID 1984
Codec: Generic 14f1 ID 2bfa

Code:

$ cat /etc/modprobe.conf
alias eth0 e1000
alias scsi_hostadapter ahci
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel

Code:

$ alsamixer

┌──────────────────[AlsaMixer v1.0.12 (Press Escape to quit)]──────────────────┐
│ Card: HDA Intel                                                              │
│ Chip: Analog Devices ID 1984                                                │
│ View: [Playback] Capture  All                                                │
│ Item: Master


ehawk 11-14-2007 03:37 PM

One thing you might want to try is to open the grapical sound manager and see that the volume is set all the way down or muted. Perhaps enter "alsamixer" at the command prompt or search around on the desktop for the volume control.

Snickar-Lasse 11-14-2007 05:11 PM

The KDE sound system volume is set to 100%. PCM and master volume are set to 75% in Alsamixer. There is a service called Audio Configuration which states the sound card is detected and that the volume isn't muted. But still no sound.


All times are GMT -5. The time now is 04:35 AM.