ubuntu sound problem
•
21 Sep 2009, 11:12
•
Journals
I got a realtek AC 97 here and it seems like the sound just dont want to work : <
when i try to install the realtek drivers i get this shit : <
configure: error: this packages requires a curses library
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
make: *** Keine Regel, um »install« zu erstellen. Schluss.
Remove Folder.....
./install: 102: alsaconf: not found
when i try to install the realtek drivers i get this shit : <
configure: error: this packages requires a curses library
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
make: *** Keine Regel, um »install« zu erstellen. Schluss.
Remove Folder.....
./install: 102: alsaconf: not found
: <
: <
: <
Possible solution: install missing libraries.
(note: it's not an irony, messages in linux aren't too descriptive at first :P a curses library is probably libncurses or something like that but on fail distros like ubuntu when you're installing through packages you have to install the dev version - it should be libncurses-dev or sth like that - to be able to compile using it )
Try running "sudo modprobe snd-hda-intel", then run "dmesg" and paste me the last 10 lines.
[sudo] password for vmuser:
WARNING: Could not open '/lib/modules/2.6.28-11-generic/kernel/sound/core/snd-page-alloc.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.28-11-generic/kernel/sound/core/snd.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.28-11-generic/kernel/sound/core/snd-timer.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.28-11-generic/kernel/sound/core/snd-pcm.ko': No such file or directory
FATAL: Could not open '/lib/modules/2.6.28-11-generic/kernel/sound/pci/hda/snd-hda-intel.ko': No such file or directory
vmuser@vmuser-desktop:~$
edit after enabling the soundcard in the bios i got this msg
vmuser@vmuser-desktop:~$ sudo modprobe snd-hda-intel
[sudo] password for vmuser:
FATAL: Module snd_hda_intel not found.
Do either
sudo aptitude install linux-ubuntu-modules-`uname -r` linux-generic
or
sudo aptitude install linux-restricted-modules-`uname -r` linux-generic
and try again
FATAL: Module snd_hda_intel not found.
tried both options you named me, even booting the old kernel brings up the same error message
You can also try to open sound panel and enable sorround channel, keep it high and try to open a sound file.