Page 1 of 7 123 ... LastLast
Results 1 to 10 of 70

Thread: Nvidia GT220 & Audio Device "0be2"

  1. #1
    Join Date
    May 2009
    Beans
    13

    Nvidia GT220 & Audio Device "0be2"

    I just bought an OEM GT220 on eBay, it is the PCI version of the GT216. It's also the highest end VDPAU Feature Set C chip available for the desktop. I've seen numerous references to it including an audio decoder on board (instead of having SPDIF in).

    Sure enough it shows up:
    Code:
    > 03:00.1 Audio device: nVidia Corporation Device 0be2 (rev a1)
    However linux has no clue what it is and ALSA doesn't know how to use it. Does anyone have any patches or hacks to get this working?

    I currently have
    Code:
    00:07.0 Audio device: nVidia Corporation MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio (rev a1)
    On board, but without getting the '0be2' working I can't get audio out via HDMI.

  2. #2
    Join Date
    Apr 2006
    Beans
    Hidden!

    Re: Nvidia GT220 & Audio Device "0be2"

    I feel your pain I have a GTS 250M and can't get the hdmi audio working because I can't get the audio device working. Although mine is 0be4. Hopefully they are close enough that drivers can be made for both of us easily.
    Running Linux From Scratch for over 7 and a half years on my desktop
    Running Ubuntu on my laptop since I bought it

  3. #3
    Join Date
    Nov 2009
    Location
    South Carolina
    Beans
    37
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Nvidia GT220 & Audio Device "0be2"

    I have read someone got it to work with aplay, as in speaker test. However, still no sound. I have geforce 210 with this device:

    02:00.1 Audio device: nVidia Corporation Device 0be3 (rev a1)

    It shows no kernel modules or drivers loaded for this device, and aplay of course doesn't see it.

    This is the forum where I was reading:

    http://www.nvnews.net/vbulletin/showthread.php?t=140264

  4. #4
    Join Date
    May 2009
    Beans
    13

    Re: Nvidia GT220 & Audio Device "0be2"

    Anyone making any headway?

  5. #5
    Join Date
    Jun 2006
    Beans
    14

    Re: Nvidia GT220 & Audio Device "0be2"

    I'm in the same boat as everyone else. Hopefully someone gets this working soon in ALSA.

    Code:
    01:00.0 VGA compatible controller: nVidia Corporation GT200 [GeForce GT 220] (rev a2)
    01:00.1 Audio device: nVidia Corporation Device 0be2 (rev a1)

  6. #6
    Join Date
    Jun 2005
    Beans
    87

    Re: Nvidia GT220 & Audio Device "0be2"

    could you please paste the outputs of your aplay -l and aplay -L ?

  7. #7
    Join Date
    Jun 2006
    Beans
    14

    Re: Nvidia GT220 & Audio Device "0be2"

    Quote Originally Posted by sherl0k View Post
    could you please paste the outputs of your aplay -l and aplay -L ?
    Sure, not a problem. I'm running Karmic with the latest nvidia drivers from the nvidia-vdpau PPA. I haven't tried the latest ALSA dev nor any of the GT 220 patches floating around.

    Code:
    jstapels@media:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC887 Analog [ALC887 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC887 Digital [ALC887 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    Code:
    jstapels@media:~$ aplay -L
    front:CARD=Intel,DEV=0
        HDA Intel, ALC887 Analog
        Front speakers
    surround40:CARD=Intel,DEV=0
        HDA Intel, ALC887 Analog
        4.0 Surround output to Front and Rear speakers
    surround41:CARD=Intel,DEV=0
        HDA Intel, ALC887 Analog
        4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Intel,DEV=0
        HDA Intel, ALC887 Analog
        5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Intel,DEV=0
        HDA Intel, ALC887 Analog
        5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Intel,DEV=0
        HDA Intel, ALC887 Analog
        7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=Intel,DEV=0
        HDA Intel, ALC887 Digital
        IEC958 (S/PDIF) Digital Audio Output
    null
        Discard all samples (playback) or generate zero samples (capture)
    pulse
        Playback/recording through the PulseAudio sound server
    It's a P55 chipset on the MB, so I assume everything is from that.

  8. #8
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Nvidia GT220 & Audio Device "0be2"

    Chiming in to say that I'm also experiencing the same issue with a GT 220 in 9.10 and the 190.32 drivers.

  9. #9
    Join Date
    Feb 2009
    Beans
    63

    Re: Nvidia GT220 & Audio Device "0be2"

    I just installed a asus gt220 last night which also has the native hdmi sound builtin. Hindsight, you probably better off choosing a 220 that uses the spdif jumper to supply sound to the hdmi.

    aplay -l only shows the onboard sound devices.

    The video works like a champ on the highest vdpau interlace settings which I'm very pleased with compared to the onboard 8200 it replaced.


    What commands are you using to see this ?

    01:00.1 Audio device: nVidia Corporation Device 0be2 (rev a1)

    So I can check to see if I at least get that far as well.
    Last edited by David Grigor; December 3rd, 2009 at 09:50 PM.

  10. #10
    Join Date
    Jun 2006
    Beans
    14

    Re: Nvidia GT220 & Audio Device "0be2"

    Quote Originally Posted by David Grigor View Post
    What commands are you using to see this ?

    01:00.1 Audio device: nVidia Corporation Device 0be2 (rev a1)

    So I can check to see if I at least get that far as well.
    Code:
    $ lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    01:00.1 Audio device: nVidia Corporation Device 0be2 (rev a1)

Page 1 of 7 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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