I'm running Ubuntu 11.04 on Asus Eee PC 1015pn, which I have configured to multi-boot.
The HDMI audio works on my XBMC Live partition... but I cannot find a solution to get the HDMI audio to work on my Ubuntu partition.
This is the "solution" for my exact model taken from this page:
I opened the alsamixer and nothing is muted, so I thought that maybe the problem is that Intel is listed as the default soundcard, opposed to Nvidia.Get and install the latest nvidia binary drivers from the x-swat ppa https://launchpad.net/~ubuntu-x-swat/+archive/x-updates
open a terminal and type "aplay -l"
you will get a list of Playback devices containing the analog HDA Intel on card0 and a number of NVidia HDMI devices on card1. Test with aplay which of the devices is the good one in your case (here it's device 8 on card 1)
now add your hw device string to pulseaudio
Restart pulseaudio or reboot your system. Now open the sound Preferences, Hardware Tab and check that the "HDMI Output" profile is enabled."sudo gedit /etc/pulse/default.pa"
load-module module-alsa-sink device=hw:1,8
Every guide to change the default soundcard did not work. They all involved the following commands/configs which do not exist on my system:
-"sudo asoundconf" returns command not found
-"/etc/modprobe.d/" does not exist, so there is no config to edit.
Thanks in advance!



Adv Reply

Bookmarks