Monday, December 8, 2008

Linux - Default sound card

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.

by Matt Hartley

No comments:

Post a Comment