
Originally Posted by
simosx
A shortcut would be to google for your exact netbook model name, let's say 'asus eee xyz ubuntu', in order to find testimonials of others who installed linux on the same machine.
I have now done that. There is a bug report in Launchpad, and one of the commenters said that you need to change the /etc/modprobe.d/alsa-base.conf. After doing that, alsa doesn't get loaded and is nowhere to be found. The 'alsamixer' commmand doesn't work either. Deleting the added line of code doesn't restore the original state.
When I run:
Code:
$ sudo modprobe snd-hda-intel
(which is supposed to reload the driver for my sound card, I get this:
Code:
WARNING: Could not open '/lib/modules/2.6.32-21-generic/kernel/sound/core/snd-page-alloc.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.32-21-generic/kernel/sound/core/snd.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.32-21-generic/kernel/sound/core/snd-timer.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.32-21-generic/kernel/sound/core/snd-pcm.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.32-21-generic/kernel/sound/core/snd-hwdep.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.32-21-generic/kernel/sound/pci/hda/snd-hda-codec.ko': No such file or directory
FATAL: Could not open '/lib/modules/2.6.32-21-generic/kernel/sound/pci/hda/snd-hda-intel.ko': No such file or directory
I'm lost again.
Do I have to do something to the kernel?
Bookmarks