Fedora Account System
Red Hat Associate
Red Hat Customer
Hi. I've installed Fedora 8 on my Asus F3Sa laptop but I can't manage to have sound on it! It detects the High Definition Audio card, 82801H Rev.3 but nothing cames out from the speakers. The alsamixer is configured and I've also tried remove the pulseaudio plugin for alsa as read in other bug and also on the forums, but I can't manage to have sound! Don't know if this is a bug or a config problem. Atteched is the log report. Thanks, Miguel
Created attachment 259641 [details] Log output
Run alsamixer (might have to run alsamixer -c0) and jack up the levels to 100% (full) for master, pcm, pcm front, front. Your values are all 75% or so and often that will be so quiet you can't hear it at all.
Hi. The problem was not with alsamixer. I've searched the web and found one soluction to the problem that was in the config. I've changed my modprobe.conf and the sound part now looks like this: alias char-major-116 snd alias snd-card-0 snd-hda-intel options snd-hda-intel model=lenovo # OSS/Free alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss Also added /etc/modprobe.d/alsa-base file with only the following line: options snd-hda-intel model=lenovo And now I have sound. People with Asus F3Sa can have sound with this added to modprobe.conf. Miguel