[Bug 200523] Re: MCP51 HD Audio not detected in kernel 2.6.24-12-generic

Pekka Pessi ppessi at gmail.com
Sat Apr 26 09:56:52 UTC 2008


*** This bug is a duplicate of bug 200338 ***
    https://bugs.launchpad.net/bugs/200338

The MCP51 mixer gets muted unless you specify correct model option.

The file /usr/share/doc/alsa-base/driver/ALSA-configuration.txt.gz lists
different options for driver snd-hda-intel. For instance, my mobo is
ASUS M2NPV-VM, and model alsa-dig seems to work on it.

You can try different model names until you get mixer unmuted.

Remove snd-hda-intel module and reinstall it with correct "model", e.g.,

sudo rmmod snd_hda_intel
sudo modprobe snd_hda_intel model=alsa-dig

If the module is in use, see which process keeps it open with

sudo lsof /dev/snd/*

and kill the processes.

As permanent fix, add line with correct module option to
/etc/modprobe.d/options:

options snd-hda-intel model=alsa-dig

Also, make sure that you don't already have an incorrect options line.

-- 
MCP51 HD Audio not detected in kernel 2.6.24-12-generic
https://bugs.launchpad.net/bugs/200523
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-meta in ubuntu (via bug 200338).




More information about the kernel-bugs mailing list