2012-12-08

[SOLVED] No sound on Linux Mint 14 (Nadia) through ATI RS690/780 HDMI, Digital Out.

I have just upgraded my Linux Mint from 9 to 14 (Nadia) and first issue was with playing audio through
Card: HDA ATI HDMI  
Chip: ATI RS690/780 HDMI

Internet contains zillion of different solutions and neither one helped me until I found solution here https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/989671/comments/4. So, simply applying below steps solved my problem.

1) do
sudo vim /etc/default/grub

2) find the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

3) change it to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.audio=1"

4) do
sudo update-grub

reboot your system and enjoy!

2 comments:

  1. wow!! Thank you sooo much. Was in the same boat and now its all good!

    ReplyDelete
  2. Done that, sudo update grub and reboot but still not workingbut no joy

    ReplyDelete