Comment 18 for bug 200693

Revision history for this message
blue (sobluege) wrote :

I downloaded the nightly code from http://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/ and wanted to compile, but I still failed. Can anybody help me?

Before I compiled, my laptop had not any sound, but volumn keys and command alsamixer looked good.

Following is what I had done:

1, rename old driver: /lib/modules/2.6.24-17-generic/ubuntu/sound/alsa-driver
2, move the nightly code to /lib/modules/2.6.24-17-generic/ubuntu/sound/alsa-driver
3, cd to /lib/modules/2.6.24-17-generic/ubuntu/sound/alsa-driver
4, sudo ./configuer --with-cards=snd-hda-intel
5, sudo make
6, sudo make install

Now I can have beep sound if I click the key "Tab" in termial, and here is output of alsamixer:

alsamixer: function snd_ctl_open failed for default: No such file or directory

How to do from here now? Thanks