Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IacovColisnicenco/49c60da6c8fbf1948dd519c7592847f4 to your computer and use it in GitHub Desktop.
Save IacovColisnicenco/49c60da6c8fbf1948dd519c7592847f4 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
@IacovColisnicenco
Copy link
Author

It's fixed my lost sound.

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