Fix navigation sound with HDMI
So when you are moving your cursor around the xbmc screen there is no sound
To fix use the following
press alt + ctrl and F2
login
Create a file in home directory:
nano .asoundrc
Add:
pcm.!default {
type plug
slave {
pcm “hdmi”
}
}
press ctrl X to save the file
ren reboot the machine with sudo reboot
you should now have navigation sounds just the way it was intended
Related posts:
- ASROCK ION 330 HDMI Sound XBMC I had been stuggling to get the sound working on...
- TechniSat TTS35AI IR remote working with XBMC TechniSat TTS35AI IR remote working with XBMC Just so happens...
- Change Booting Kernel If you have ran a yum update -y on you...
- sudoers file: Alias `SHUTDOWN_CMDS’ already defined If you get this error on your xbmc on the...
- Emprex 3009URF Remote ON XBMC Linux If you have one of these remotes to get most...
