Skip to content

Instantly share code, notes, and snippets.

@bartlomiejdanek
Created December 19, 2011 16:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save bartlomiejdanek/1497843 to your computer and use it in GitHub Desktop.
Save bartlomiejdanek/1497843 to your computer and use it in GitHub Desktop.
ubuntu - sound cart - reinstall drivers
#!/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
@Kunniii
Copy link

Kunniii commented Oct 6, 2022

It solves my problem!! Thanks.

@temka1007
Copy link

it solves mine too! Amazing man

@IacovColisnicenco
Copy link

It's fixed my lost sound. Thank a lot!

@shamim1845
Copy link

best resource, i have found on internet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment