Created
December 19, 2011 16:25
-
-
Save bartlomiejdanek/1497843 to your computer and use it in GitHub Desktop.
ubuntu - sound cart - reinstall drivers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo su | |
apt-get --purge remove linux-sound-base alsa-base alsa-utils | |
apt-get install linux-sound-base alsa-base alsa-utils | |
apt-get install gdm ubuntu-desktop | |
reboot |
it solves mine too! Amazing man
It's fixed my lost sound. Thank a lot!
best resource, i have found on internet
i can finally play sound. Thanks
i cannot install gdm
maybe try "gdm3" instead of gdm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It solves my problem!! Thanks.