Werkt Geluid niet meer in Ubuntu ? Klik dan hier!

Status
Niet open voor verdere reacties.

dragonsna

Gebruiker
Lid geworden
7 feb 2009
Berichten
215
dit is hoe ik heb het opgelost...

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 ) and all distributions based on these versions of Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS

Installation Guide

1. Download linux-headers-2.6.34-020634_2.6.34-020634_all.deb
2. Download your kernel headers package;
I386: linux-headers-2.6.34-020634-generic_2.6.34-020634_i386.deb
AMD64: linux-headers-2.6.34-020634-generic_2.6.34-020634_amd64.deb
3. Download your kernel compile;
I386: linux-image-2.6.34-020634-generic_2.6.34-020634_i386.deb
AMD64: linux-image-2.6.34-020634-generic_2.6.34-020634_amd64.deb
4. Install the files in the same order (else it won`t work!)
5. In the terminal run:
Code:
sudo update-grub
6. Reboot and select the kernel from the bootloader menu
 
Je kan vast wel een nieuwere kernel installeren maar - als het om geluid gaat - kan je ook gewoon een nieuwere versie van alsa installeren. Dit gaat het makkelijkste met module-assistant:
Code:
sudo apt-get install module-assistant
sudo m-a prepare
sudo m-a a-i alsa
 
Dat is een mogelijkheid Maar meestal is dat het probleem niet en helpt het dus niet (ik had dat ook al geprobeert)
 
Welke ubuntu versie heb je dan?
En wat is de output van
cat /proc/asound/version
met die 2.6.34 kernel?
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan