All of lore.kernel.org
 help / color / mirror / Atom feed
* Mac Pro problem with USB soundcard
@ 2009-01-15 16:31 James Ward
  0 siblings, 0 replies; only message in thread
From: James Ward @ 2009-01-15 16:31 UTC (permalink / raw)
  To: alsa-devel

I'm running 64 Bit Sabayon Linux 4.0 r1 on a Mac Pro.  I have connected a Creative USB sound card and would like to use it as the default.

I tried these two .asoundrc files suggested by gnubien on #alsa:

pcm.!default {
    type hw
    card 1
}
ctl.!default {
    type hw           
    card 1
}

and:

created by wishie on #alsa 10-13-07
#Set the card you want to use here.. this example is for hw:1,0

pcm.snd_card {
        type hw
        card 1 
#change "card 1" to the card number listed for your usb soundcard using cat /proc/asound/cards output
        device 0
}

pcm.!default {
        type plug
        slave.pcm "dmixer"
}

pcm.dmixer {
        type dmix
        ipc_key 1024
        ipc_key_add_uid false
        ipc_perm 0660        
        slave {
                pcm "snd_card"
                rate 48000
                period_time 0
                period_size 1024
                buffer_time 0
                buffer_size 5120
        }
}

Either of these .asoundrc files result in the USB soundcard going away.  I have to unplug it and plug it back in to get it back.  Please help.

James

-- 
Ward... James Ward
Linux System Administrator
System Administration
Phone:  520-290-0910 ext 268
Fax:    520-546-3442
ICQ:    201663408
Jabber: james@jabber.chinoc.net

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-15 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 16:31 Mac Pro problem with USB soundcard James Ward

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.