Problem with sound driver
Posted
by
JiminP
on Ask Ubuntu
See other posts from Ask Ubuntu
or by JiminP
Published on 2011-11-24T09:49:45Z
Indexed on
2011/11/24
10:22 UTC
Read the original article
Hit count: 330
I had problem that sound had lag in Flash. (Other than that, there was no problem.) On the internet, I found that installing OSS4 might help me.
So I installed OSS4, but there was some problems (no sound on Flash, and couldn't use function key on the laptop - which is quite annoying), so I try to remove OSS4 and re-installing sound modules.
After some mess-up, the whole sound was gone.
I used Ubuntu for a year, but I don't know how to use the terminal well (All I know is basic commands like sudo
, ls
, or apt-get
)..
Now I'm trying to recover by following instructions at this page, but I have some problems... :(
When I try to follow instructions:
sudo aplay -l
finds no sound drivers.find /lib/modules/'uname -r' | grep snd
(backtick changed to ' due to code markup) returns nothing.When I try to do
sudo apt-get install linux-restricted-modules-'uname -r' linux-generic
, it says that it can't findlinux-restricted-modules-3.0.0-13-generic
package.lspci -v | grep -A7 -i "audio"
returns this, which doesn't contain anything about the name of the driver.Writing
sudo modprobe sn
and pressing tab twice only returnssudo modprobe sn9c102
.sudo aptitude --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-'uname -r' linux-ubuntu-modules-'uname -r' libasound2
returns this, and didn't change non of above.sudo apt-get install linux-alsa-driver-modules-$(uname -r)
fails because it can't find the packagelinux-alsa-driver-modules-3.0.0-13-generic
.Compiling ALSA driver doesn't work. When I try to
make
, it says that/lib/modules/3.0.0-13-generic/build/include/linux/modversions.h
doesn't exist.
I'm using Ubuntu 11.10. Can anyone help me? I can re-install Ubuntu, but I don't want to....
© Ask Ubuntu or respective owner