Announcement

Collapse
No announcement yet.

no sound with VIA VTX82xx onboard sound card

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    no sound with VIA VTX82xx onboard sound card

    So I have surfed and googled and have found no real solution for my problem... no sound at all. No system test sound... nothing.

    For those who read the post here is some info:

    rtichy@edison:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: VT82xx [HDA VIA VT82xx], device 0: HDA Generic [HDA Generic]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    rtichy@edison:~$ lspci -v

    ***lots of output***

    0000:04:01.0 0403: VIA Technologies, Inc. VIA High Definition Audio Controller (rev 10)
    Subsystem: Micro-Star International Co., Ltd.: Unknown device 7255
    Flags: bus master, fast devsel, latency 0, IRQ 58
    Memory at dfafc000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <available only to root>

    While I am not 100% sure what the above is telling me I think I can assume this means that the card is recognized... so why am I not getting any sound. I assume that the right drivers are loaded but I am not sure.

    Any help would be appreciated.

    Ciao, hyper

    #2
    Re: no sound with VIA VTX82xx onboard sound card

    I am having the same issue, and can not find any help anywhere that has worked. I tried everything at the Comprehensive Sound Problems Solution guide at http://ubuntuforums.org/showthread.php?t=205449 and nothing has worked. I have VIA 82xx onboard sound and am running Feisty.

    under KInfocenter>sound this is what I get

    Sound Driver:3.8.1a-980706 (ALSA v1.0.14rcl emulation code)
    Kernel: Linux FreeFamily 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686

    Config options: 0

    Installed Drivers:
    Type 10: ALSA emulation

    Card Config:
    VIA 8235 with ALC200,200P at 0xe400, irq 20

    Audio Devices:
    0: VIA 8235 (DUPLEX)

    Synth devices: NOT ENABLED IN CONFIG

    MIDI devices: NOT ENABLED IN CONFIG

    Timers:
    31: system timer

    Mixers:
    0: Realtek ALC200,200P rev 0


    under aplay -l

    **** List of PLAYBACK Hardware Devices ****
    card 0: V8235 [VIA 8235], device 0: VIA 8235 [VIA 8235]
    Subdevices: 4/4
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    card 0: V8235 [VIA 8235], device 1: VIA 8235 [VIA 8235]
    Subdevices: 1/1
    Subdevice #0: subdevice #0


    and my lspci -v

    00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
    Subsystem: Elitegroup Computer Systems Unknown device 0a85
    Flags: medium devsel, IRQ 20
    I/O ports at e400 [size=256]
    Capabilities: <access denied>

    I am new to Linux, and would love to get my sound going. If anyone has any advice or a good post to check out that may guide me in the right direction, please let me know.


    thanks in advance,

    TimmoG

    Comment


      #3
      Re: no sound with VIA VTX82xx onboard sound card

      Just a real wild guess from me...

      modinfo snd_via82xx gives

      filename: /lib/modules/2.6.20-16-generic/kernel/sound/pci/snd-via82xx.ko
      license: GPL
      description: VIA VT82xx audio
      author: Jaroslav Kysela <perex@suse.cz>
      srcversion: 168C1FCA438240AA8F739AE
      alias: pci:v00001106d00003059sv*sd*bc*sc*i*
      alias: pci:v00001106d00003058sv*sd*bc*sc*i*
      depends: snd-ac97-codec,snd-pcm,snd-page-alloc,snd-mpu401-uart,snd,gameport
      vermagic: 2.6.20-16-generic SMP mod_unload 586
      parm: index:Index value for VIA 82xx bridge. (int)
      parm: id:ID string for VIA 82xx bridge. (charp)
      parm: mpu_port:MPU-401 port. (VT82C686x only) (long)
      parm: joystick:Enable joystick. (VT82C686x only) (bool)
      parm: ac97_clock:AC'97 codec clock (default 48000Hz). (int)
      parm: ac97_quirk:AC'97 workaround for strange hardware. (charp)
      parm: dxs_support:Support for DXS channels (0 = auto, 1 = enable, 2 = disable, 3 = 48k only, 4 = no VRA, 5 = enable any sample rate) (int)
      parm: enable:bool
      Maybe loading the module with ac97_quirk options might be worth a try since

      You can use the 'ac97_quirk'-option if your volume-level is very low (probably
      due to some switching of the headphone and master controls). The options:
      ac97_quirk - AC'97 workaround for strange hardware (-1 = default)
      -1 = default, don't override
      0 = disable
      1 = use headphone control as master
      2 = swap headphone and master controls
      3 = for AD1985 turn on OMS bit and use headphone
      Try unloading the module and reloading it with one of the options...

      rmmod snd_via82xx
      modprobe snd_via82xx ac97_quirk=<0,1,2,3>

      Comment


        #4
        Re: no sound with VIA VTX82xx onboard sound card

        There is still no good support for the via sound been trying ti get mic working for a year now good thing i dont use it in kubuntu yet but I will need it soon cause windows will be gone soon
        look in my other post there is the info on my sound card it works out put but still no input > mabe that will help atleast a little
        dapper installed it and it worked but no mic

        Comment


          #5
          Re: no sound with VIA VTX82xx onboard sound card

          Did you ever find a solution to this?

          Comment

          Working...
          X