Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! chandan_raka's Avatar
    Join Date
    Jul 2009
    Location
    India
    Posts
    7

    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.

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,393
    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/

  3. #3
    Just Joined! chandan_raka's Avatar
    Join Date
    Jul 2009
    Location
    India
    Posts
    7

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...