Skip to content

Instantly share code, notes, and snippets.

@economysizegeek
Created February 12, 2013 14:22
Show Gist options
  • Save economysizegeek/4770182 to your computer and use it in GitHub Desktop.
Save economysizegeek/4770182 to your computer and use it in GitHub Desktop.
Do you have a usb/bluetooth headphone/mic setup on ubuntu? Make this change and Ubuntu will auto switch the input for mic and out put to the headphones when you plug in the headphones
# From http://askubuntu.com/questions/141947/headset-input-setting-as-default
sudo su -c 'echo "# From http://askubuntu.com/questions/141947/headset-input-setting-as-default
load-module module-switch-on-connect" >> /etc/pulse/default.pa '
pulseaudio -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment