Folks,
I need a little help getting my audio outputted via HDMI. This is the listing from the lspci command:
ATI RS880 HDMI Audio [Radeon HD 4200 Series]
This is the built in chipset on the motherboard.
Background: I'm running a multiboot system. (I've been using Ubuntu since 5.04). I have multiple hard drives installed. Until just the other day, I've been using the same home directory for all the different flavors. I've just changed that, and now have links from the "old" home drive directory to each of the "new" home directories for all things I want available on any Linux flavor I'm using.
On /dev/sda I have a common swap partition.
/dev/sda5 Debian 6.0.5
/dev/sda6 Ubuntu 12.04
/dev/sda7 Mint 14
/dev/sda9 /home/{debian,ubuntu,mint}
/dev/sdb1 "old home directory"
I first experienced the audio out problem via HDMI on Ubuntu 12.04. At that time, I found a post indicating that audio output via HDMI had been disabled in the kernel and to add a switch to a line in grub (don't recall exactly what it was). That worked and I assumed it had been fixed in later kernels because I never had to change it again. I installed Kubuntu 12.10, and the audio out from HDMI stopped working. Couldn't find a solution, got frustrated, repartioned and started from scratch with what I described above.
I found one post on the Arch Wiki which suggested creating a .asoundrc file with the following contents:
pcm.!default {
type hw
card 1
device 3
}
This worked for Debian, which is running a 2.6 kernel, but would not work with the 3.2 or 3.5 kernel's of Ubuntu. I downloaded the latest fglrx drivers from AMD's site (one post I read on the Ubuntu Wiki stated you needed the latest proprietary drivers to make it work) and that didn't work. There is a HDMI cable connected, so that shouldn't be the issue. I've tried the latest audio files from the Ubuntu PPA files, still doesn't work.
I know the hardware is fine, because it works in Debian and I have been using it in Ubuntu since 11.10. I'm convinced its software, but I don't know where to go. I'd rather not have to build new kernels, would prefer to get the updates as they come out. Any ideas would be helpfull.
As an aside question (probably better for another post, but). Does anyone know how to create a 2nd taskbar in Cinamon? I'd like to have one on top and one on the bottom, more like gnome.
Thanks for the help.


