Comment 15 for bug 184314

Revision history for this message
Shang Wu (shangwu) wrote :

@sammydlm:

Let's test out on your machine and see if we can fix it by simply create a link:

1. Rename the alsa-driver folder by running the following command:

$ sudo mv /lib/modules/`uname -r`/ubuntu/sound/alsa-driver /lib/modules/`uname -r`/ubuntu/sound/alsa-driver1

2. Now we make the link by running the following command:

$ cd /lib/modules/`uname -r`/ubuntu/sound
$ sudo ln -s ../../kernel/sound/ alsa-driver

* If that doesn't work, then you probably need to compile the driver manually.