Comment 38 for bug 647539

Revision history for this message
Karl Hegbloom (karl.hegbloom) wrote :

Ok, here's the solution. First I ran 'modinfo thinkpad_acpi' to see what options that module supports... I did that because I have run it before and remembered that what we are looking for is one of it's options... I found that "enable" is for enable or disable of the ALSA interface to the console volume control. Disabling it solves the problem and I have sound again.

Create /etc/modprobe.d/thinkpad-acpi.conf with at least:

options thinkpad_acpi enable=0

... and then reboot the computer.

I'm not certain what package should contain that setting. I am sure that this is thinkpad specific, and not related to the problem mentioned above that was found on the other laptop model. I would begin debugging them in similar fashion, by stopping the pulseaudio daemon if it's even running, and then trying to run it from a terminal to see what it prints.