Skip to content

Instantly share code, notes, and snippets.

@bartlomiejdanek
Created December 19, 2011 16:25
Show Gist options
  • 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
@MI264B
Copy link

MI264B commented Mar 15, 2025

maybe try "gdm3" instead of gdm

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