Setting The Default Sound Card - USB Headset
- 3
- Add a Comment
You go to Sound in Ubuntu preferences and no matter what you try - your selection for a default sound card will not stick! No need to fear. Just watch the video above and use the following scripts. Copy each script, then right click on you desktop and choose create document. Paste each script in there. Once the correct card name has been pasted into the script (you’ll likely want a script for the sound card and for the headset if needed), you are half way there. Right click on it afterward and then goto properties, choose permissions then allow to be executed.
What sound cards do you have? Open up a terminal and paste in:
sudo asoundconf list
Make note of each card. Use trial and error if you are unsure which card is which. The process of elimination will only take a few tries.
#! /bin/sh -f sudo asoundconf set-default-card name-of-card-to-be-default
I use the above script twice in two files for my sound card and my Plantronics USB headset - works perfectly.
Do you have an Ubuntu, Linux Mint, Simply Mepis, Linspire/Freespire or PCLinuxOS related question? Perhaps you are just burnt out on writing on the walls with crayons? Whatever the comments may be, drop me a line, and you too can “Just Ask Matt”- Linux Edition!
[tags]USb headset, sound card, Linux[/tags]

3 Comments
rain
October 12th, 2007
at 9:57pm
thanks ,it works!
Kev
January 2nd, 2008
at 12:06pm
Thanks Matt,
was driving me crazy having to wait and see where my sound was coming from :)
Cheers,
Kev
Gavin
April 14th, 2008
at 3:14am
Thanks Matt. I was setting the default device to the Plantronics device (DSP100), but just could not record any sound (Ubuntu 7.10).
You saved the day with your scripts.
Grateful.