Ubuntu 8.10 on käyttiksenä. Ja Realtek ALC880-äänipiirin asennus ei ota toimiakseen. 8.04 Ubuntulla sama ongelma.
Miten saisin äänet kuuluviin?
Olen ihan n00b tämän linuxin kanssa ja muuten olen tykännyt tästä mutta äänien toimimattomuuden takia vaihtuu kohta taas Vistaan takaisin
..Ootko kokeillu tätä:
Man skriver in detta i terminalen:
sudo apt-get install module-assistant
sudo m-a update
sudo m-a prepare
sudo m-a a-i alsa
och startar om datorn sen. Sen funkar det.
..tää löytyi :
http://ubuntu-se.org/phpBB3/viewtopic.php?f=194&t=26728..ja se on laina sivulta : http://kubasik.net/blog/2008/03/31/sound-problems-in-ubuntu-hardy/
joka ei just nyt ole auki , ..(kokeile myöhemmin..)..
..täs on viel yks lisää:
..Try the following guide for troubleshooting sound problems:
http://ubuntuforums.org/showthread.php?t=205449..Jos mä oon tajunnu "the problem" oikein, niin "the sound modules" pitää "invoke" tuolla "init command"..
.täs loytyi viel yks sivu:
http://linux.dell.com/wiki/index.php/Ubuntu_8.04/Issues/No_Sound_After_Distribution_Or_Kernel_UpgradeUbuntu 8.04/Issues/No Sound After Distribution Or Kernel Upgrade
From DellLinuxWiki
< Ubuntu 8.04
Jump to: navigation, search
Description: No sound after upgrade from Ubuntu 7.10 or upgrade to kernel 2.4.24-17.
Systems Affected: Inspiron E1505n, 1420n and 1525n.
Impact: No sound from speakers or headphones.
Fix: If doing a distribution upgrade from Ubuntu 7.10 to 8.04, remove old modem driver. If you're already running Ubuntu 8.04 and are upgrading from kernel 2.4.24-16 to 2.4.24-17, upgrade to kernel 2.4.24-18 or above:
Upgrading from Ubuntu 7.10 to 8.04
Remove old modem driver for Ubuntu 7.10:
$ sudo dpkg -r hsfmodem
Remove linux-backports-modules package for kernel 2.6.22-14-generic:
$ sudo dpkg -r linux-backports-modules-2.6.22-14-generic
Restore name of sound driver that old modem driver renamed:
$ cd /lib/modules/`uname -r`/ubuntu/sound/alsa-driver/pci/hda
$ sudo mv snd-hda-intel.ko.REPLACEDBYhsfmodem snd-hda-intel.ko
Remove old sound drivers from kernel module directory:
$ cd /lib/modules/`uname -r`/updates
$ sudo rm snd-hda-intel.ko
$ sudo rm snd-hda-codec.ko
Rebuild initrd and reboot:
$ sudo depmod -a
$ sudo update-initramfs -u
$ sudo reboot
If you want to install the new modem driver for Ubuntu 8.04, see here .
If already running Ubuntu 8.04 and upgrading to kernel 2.6.24-17-generic
Restore name of sound driver that old modem driver renamed:
$ cd /lib/modules/2.6.24-17-generic/ubuntu/sound/alsa-driver/pci/hda
$ sudo mv snd-hda-intel.ko.REPLACEDBYhsfmodem snd-hda-intel.ko
Remove old sound drivers from kernel module directory:
$ cd /lib/modules/2.6.24-17-generic/updates
$ sudo rm snd-hda-intel.ko
$ sudo rm snd-hda-codec.ko
Rebuild initrd and reboot:
$ sudo depmod -a
$ sudo update-initramfs -u
$ sudo reboot
The modem should now be recognized and fully functional.