ubuntu sound problem

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
Comments
22
why not using alsa through apt-get/aptitude?
: <


: <



: <



: <
I hate that mixed german / english terminal output in localised linux versions :&

Possible solution: install missing libraries.
you'd better try package version if you don't know what 'error: this packages requires a curses library' means ;)

(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 )
since ur not the first one with this prob u could use google!
Got Realtek AC'97? You don't need to compile a driver, it's already included;
Try running "sudo modprobe snd-hda-intel", then run "dmesg" and paste me the last 10 lines.
vmuser@vmuser-desktop:~$ sudo modprobe snd-hda-intel
[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.
Parent
Did you remove the sound drivers or something?
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
Parent
working now <3<3<3<3<3
Parent
now i did the linux updates and my sound disappeared again
Parent
Quote
14.011193] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 14.011261] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 14.021194] sd 4:0:0:1: [sdc] Attached SCSI removable disk
[ 14.021259] sd 4:0:0:1: Attached scsi generic sg3 type 0
[ 14.041185] sd 4:0:0:2: [sdd] Attached SCSI removable disk
[ 14.041250] sd 4:0:0:2: Attached scsi generic sg4 type 0
[ 14.071192] sd 4:0:0:3: [sde] Attached SCSI removable disk
[ 14.071257] sd 4:0:0:3: Attached scsi generic sg5 type 0
[ 61.372779] ATI IXP AC97 controller 0000:00:14.5: PCI INT B disabled
[ 62.827909] usbcore: registered new interface driver oss_usb
[ 64.996595] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 64.996599] Bluetooth: BNEP filters: protocol multicast
[ 65.003596] Bridge firewalling registered
[ 65.740832] ppdev: user-space parallel port driver
[ 70.115777] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 80.868015] eth0: no IPv6 routers present
[ 128.984038] Clocksource tsc unstable (delta = -194038785 ns)

Parent
sudo modprobe snd_hda_intel says wat?
Parent
[sudo] password for vmuser:
FATAL: Module snd_hda_intel not found.

tried both options you named me, even booting the old kernel brings up the same error message
Parent
how did you do that upgrade?
Parent
"aktualisierungsverwaltung" over the linux intigrated upragefunction
Parent
Try to modprobe ac97.
You can also try to open sound panel and enable sorround channel, keep it high and try to open a sound file.
Back to top