Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: ALSA 1.0.23 - Still no HDMI device

  1. #1
    Join Date
    Nov 2009
    Location
    Netherlands
    Beans
    207
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question ALSA 1.0.23 - Still no HDMI device

    Hi,

    I'm a bit confused. I am still struggling with getting my HDMI working under Ubuntu lucid.

    I added the ricotz/unstable repositories to get the latest version of ALSA (1.0.23):
    Code:
    sudo add-apt-repository ppa:ricotz/unstable
    sudo apt-get update 
    sudo apt-get upgrade
    All 1.0.23 related packages were installed (Alsa base, alsa utils, libasound).

    If I check the ALSA version in /proc/asound:
    Code:
    bas@ubuntu-lt:~$ cat /proc/asound/version 
    Advanced Linux Sound Architecture Driver Version 1.0.21.
    Result, still no HDMI ports available when I type aplay -l:
    Code:
    bas@ubuntu-lt:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
      Subdevices: 0/1
      Subdevice #0: subdevice #0
    I got this working under Karmic. What am I doing wrong?

    Help is appreciated! Thanks in advance.

    Bas

  2. #2
    Join Date
    Nov 2009
    Location
    Netherlands
    Beans
    207
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ALSA 1.0.23 - Still no HDMI device

    Further more:
    Code:
    alsamixer -c 1:
    
    Card: HDA NVidia
    Chip: Nvidia ID a
    │  This sound device does not have any controls.

  3. #3
    Join Date
    Nov 2006
    Beans
    165
    Distro
    Xubuntu 18.04 Bionic Beaver

    Re: ALSA 1.0.23 - Still no HDMI device

    I'll watch this one with interest as I am having the exact same problems.

  4. #4
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: ALSA 1.0.23 - Still no HDMI device


  5. #5
    Join Date
    Nov 2006
    Beans
    165
    Distro
    Xubuntu 18.04 Bionic Beaver

    Re: ALSA 1.0.23 - Still no HDMI device

    Quote Originally Posted by dino99 View Post
    Looks useful, thanks.

  6. #6
    Join Date
    Nov 2009
    Location
    Netherlands
    Beans
    207
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ALSA 1.0.23 - Still no HDMI device

    Hi,

    Thanks for the pointer.

    The thing is, for some reason my nvidia sound card is not listed in aplay.

    Code:
    bas@ubuntu-lt:~$ cat /proc/asound/cards
     0 [Intel          ]: HDA-Intel - HDA Intel
                          HDA Intel at 0xb7100000 irq 22
     1 [NVidia         ]: HDA-Intel - HDA NVidia
                          HDA NVidia at 0xb3000000 irq 16
    Code:
    bas@ubuntu-lt:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    I had the same problem on Karmic, there it was solved with Alsa 1.0.23. So I've updated with the packages from rizotz/unstable, but cat /proc/asound/version still gives 1.0.21 (while synaptic does tell me that alsa-base 1.0.23 is installed).

    So my guess is that it goes wrong at some point there.

    Any clue?

    thanks in advance.

    Bas

  7. #7
    Join Date
    Nov 2009
    Location
    Netherlands
    Beans
    207
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Smile Re: ALSA 1.0.23 - Still no HDMI device

    Problem solved.

    I found a post where they solved it by upgrading the alsa kernel driver.

    If anybody has the same issue, this is what you need to do to solve the problem:

    1) Add the repository for audio packages:
    Code:
    add-apt-repository ppa:ubuntu-audio-dev/ppa
    2) Check your kernel version:
    Code:
    uname -a
    For me this is:
    Code:
    bas@ubuntu-lt:~$ uname -a
    Linux ubuntu-lt 2.6.32-24-generic #39-Ubuntu
    3) The install the alsa kernel driver:
    Code:
    sudo apt-get install linux-alsa-driver-modules-2.6.32-24-generic
    Note: the bold part should be replaced by your own kernel version (uname -a)

    4) Reboot and check ur aplay -l output
    Code:
    bas@ubuntu-lt:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC272X Analog [ALC272X Analog]
      Subdevices: 0/1
      Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    Good luck.

    Bas

  8. #8
    Join Date
    Nov 2009
    Location
    Netherlands
    Beans
    207
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ALSA 1.0.23 - Still no HDMI device

    Once you have your HDMI devices, do not forget to unmute them in alsamixer.

    Code:
    alsamixer -c 1
    Note the -c 1. That tells alsamixer which card you want to tune. Unmute a device with the 'm' key.

  9. #9
    Join Date
    Dec 2009
    Beans
    10
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ALSA 1.0.23 - Still no HDMI device

    Had the same problem and installing that fixed it up for me, thanks!
    Last edited by kellymartinv; September 3rd, 2010 at 04:17 PM.

  10. #10
    Join Date
    Apr 2005
    Beans
    132

    Re: ALSA 1.0.23 - Still no HDMI device

    bprins directions worked perfectly for me on two systems. thanks!

Page 1 of 2 12 LastLast

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
  •