I installed Ubuntu 14.04 on a computer with a Gigabyte GA-990FXA-UD3 (rev 1.0) motherboard. This motherboard has a Realtek ALC889 "HD Audio" chip. However, the volume control only shows "Dummy Output" and I do not hear any sound.
When I run lspci
, the output includes the following line:
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
When I run find /lib/modules/`uname -r` | grep snd
, I see lines for a number of codecs, including /lib/modules/3.13.0-29-generic/kernel/sound/pci/hda/snd-hda-codec-realtek.ko
, which I would have thought is the correct one. modprobe -c | grep realtek
shows that this codec is loaded.
I was going to try installing the generic Realtek HD Audio driver, but I don't want to mess things up if there's a better way.
If it matters, I am using XFCE instead of Unity.
cannot open mixer: No such file or directory
. In step 3, I getUnloading ALSA sound driver modules: (none loaded). Loading ALSA sound driver modules: (none to reload).
Step 4 says that it is not compatible with 14.04. – Moshe Katz Jun 19 '14 at 16:47