έγραψε:Getting the ALSA drivers from a *fresh* kernel
Sometimes, sound might be configured correctly, but for some reason or another (tinkering) it stops working. One way to go back to the old setup is to reinstall Ubuntu. However, this step is actually quite unnecessary since you are reinstalling everything because of one thing.
A faster way, is to just remove the problematic packages and reinstall them cleanly.
(1) Remove these packages
Code:
sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils
(2) Reinstall those same packages
Code:
sudo apt-get install linux-sound-base alsa-base alsa-utils
[list][*]
VERY IMPORTANT NOTE: Ubuntu (GNOME) users have reported that packages 'gdm' and 'ubuntu-desktop' are removed after removing the linux-sound-base packages. If this happens, then do the following
Code:
sudo apt-get install gdm ubuntu-desktop
(3) Reboot
απο http://ubuntuforums.org/showthread.php?t=205449
Πλεον δεν εχω ΚΑΘΟΛΟΥ ηχο, ουτε στο login
Η εντολη asoundconf list μου βγαζει:
Names of available sound cards:
Intel
Τελος, αν κανω καποια αλλαγη στον ελεγκτη εντασης ηχου δεν μου αποθηκευει τις ρυθμισεις μετα την επανεκινηση.
Στις επιλογες-ηχος εχω βαλει αυτες τις ρυθμισεις:
Καποιος καμια ιδεα, αρχιζω και απελπιζομαι...



