Results 1 to 3 of 3
I'm also facing similar issues. I did try all alsa tricks and other thing. I am observing a strange thing.. that my FC 11 machin is detecting the VIA sound ...
- 11-24-2009 #1
VIA sound card not working
I'm also facing similar issues. I did try all alsa tricks and other thing. I am observing a strange thing.. that my FC 11 machin is detecting the VIA sound card as Intel card!!. Same card works fine on windows with VIA supplied sound card.
[chandank@localhost /]$ lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
[chandank@localhost /]$ lsmod | grep -i snd
snd_hda_codec_via 30500 1
snd_hda_intel 29000 2
snd_hda_codec 65376 2 snd_hda_codec_via,snd_hda_intel
snd_hwdep 8600 1 snd_hda_codec
snd_pcm 79960 2 snd_hda_intel,snd_hda_codec
snd_timer 22496 1 snd_pcm
snd 65096 9 snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_ timer
soundcore 7024 1 snd
snd_page_alloc 9216 2 snd_hda_intel,snd_pcm
any help would be appreciated.
- 11-24-2009 #2
The soundcard detection is usually excellent these days (it was pretty abysmal ten years ago...)
Are you sure that some background setting isn't turned off or set so that audio is silent. I've had problems with Fedora 11's sound system on my netbook, and the way I got around it was to do:
alsamixer -c 0
in a text console which let me adjust all the settings for the sound card, even the ones that Gnome hides.Linux user #126863 - see http://linuxcounter.net/
- 12-16-2009 #3
VIA driver issue
Hi,
I have checked most of the alsa settings. But the main problem which I am observing is that .. my machine is recognising the VIA card as intel card


Reply With Quote