How to configure a default soundcard

Charles philip Chan cpchan at sympatico.ca
Fri Aug 17 01:16:04 UTC 2007


kpfuser <kpfuser at yahoo.com.sg> writes:

> The need to configure a default sound card arose from the installation
> of an external USB sound card (Creative Sound Blaster Extigy) in a
> system that has an on-board sound card. Based on instructions in
>
> https://help.ubuntu.com/community/SoundTroubleshooting
>
> the shell command cat /proc/asound/modules returned
>
> 0 snd_intel8x0
> 1 snd_usb_audio

Try this.

1. sudo nano /etc/asound.conf

2. Now put the following in it:

   pcm.!default {
       type hw
       card 1
   }  

3. Restart Alsa.

Charles

-- 
"If you want to travel around the world and be invited to speak at a lot
of different places, just write a Unix operating system."
(By Linus Torvalds)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070816/b92d9c17/attachment.sig>


More information about the ubuntu-users mailing list