Page 1 of 1

No AMD ATI Hdmi sound Mint 14 Cinnamon (SOLVED)

Posted: Tue Nov 13, 2012 4:42 am
by JDinAZ
So, I have a ATI HD 4xxx series card on my laptop and I guess the Catalyst drivers wont work with Mint 14 for some reason. Is there any possible way to get sound through Hdmi with the open source drivers? I really like Mint 14 so would rather not have to go back to 13.

Re: No Hdmi sound Mint 14 Cinnamon

Posted: Tue Nov 13, 2012 12:25 pm
by remoulder
Mint 14 is not released yet, see http://blog.linuxmint.com/?p=2205 for reporting problems on the RC.

Re: No Hdmi sound Mint 14 Cinnamon

Posted: Wed Nov 14, 2012 8:12 pm
by JDinAZ
This problem isn't really unique to Mint 14 its been around for as many versions as I can remember. In the past the only way around this was to install the AMD proprietary drivers however those drivers no longer work in Mint 14 because of the newer kernel and some other things as I understand it. So my question is there any work around or alternative that anyone knows of to get HDMI sound working with the opensource drivers that anyone knows of? Otherwise I guess those of us with AMD HD 2xxx, 3xxx, 4xxx series cards have no choice but to stay with Mint 13 or older and install the now legacy proprietary drivers from here on out. A rather disappointing alternative :(

Re: No Hdmi sound Mint 14 Cinnamon

Posted: Wed Nov 14, 2012 10:44 pm
by JDinAZ
Well I finally found a solution to this long time annoying problem! I just wish I would have found this sooner. The fix was to add a custom kernel boot parameter. I changed GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" TO GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.audio=1"
This will enable the support for AMD ATI HDMI sound which I guess from what I've read has been around since kernel 3.3 but is not on by default (I don't know why?) Anyways I hope this helps somebody as I know I've spent many hours trying to get this working. Good Luck!

Re: No AMD ATI Hdmi sound Mint 14 Cinnamon (SOLVED)

Posted: Fri Nov 30, 2012 3:40 am
by Mandler
@JDinAZ: Thank you. Your solution worked for me.

I had a different situation caused by the same problem. I'm using Mint Mate 14 and discovered that my sound was flaky. Whenever I would adjust the volume, I heard screeching and static that persisted until I made a random change in the sound properties.

Sometimes the distortion returned on its own. Other times, my sound hardware was not recognized at all. I would only see Dummy Output listed under the output devices.

Implementing your suggestion and rebooting solved the problem. (Running update-grub didn't work for me.)

Thank you for the research and for taking the time to share it.

Re: No Hdmi sound Mint 14 Cinnamon

Posted: Tue Feb 19, 2013 12:28 pm
by spnoe
JDinAZ wrote:Well I finally found a solution to this long time annoying problem! I just wish I would have found this sooner. The fix was to add a custom kernel boot parameter. I changed GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" TO GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.audio=1"
This will enable the support for AMD ATI HDMI sound which I guess from what I've read has been around since kernel 3.3 but is not on by default (I don't know why?) Anyways I hope this helps somebody as I know I've spent many hours trying to get this working. Good Luck!
This sounds like the answer I have been looking for but how do you edit the Grub??

Help much appreciated.
Steve

Re: No AMD ATI Hdmi sound Mint 14 Cinnamon (SOLVED)

Posted: Fri Mar 08, 2013 11:24 am
by uzbad
Hi,
You need to edit it with e.g.

Code: Select all

sudo nano /etc/default/grub
sudo update-grub
Good Luck!