ok i have hashed out alsa to death.
i have an m-audio mobilepre, and a soundblaster live 5.1 (its one of the better ones with an expansion slot)
anyways alsa ALWAYS ALWAYS defaults to the soundblaster. i want the usb device as the default. i can use the mixer command to access the other card
"amixer -c 1" or "alsamixer -c 1"
"amixer -D 1" and "alsamixer -D 1" result in errors
there is no real clear way to set the default other than to renumber the devices and have the default device be 0. or am i wrong? i really would like to say "i know i have 2 devices, but i want the alsa default to be device 1! and not device 0!"
thanks, you guys are rock stars at this forum!
heres some errorage for everyone to see
mkultra@mkultra:~$ alsamixer -d 1
alsamixer: invalid option -- d
AlsaMixer v1.0.15
Usage: alsamixer [-h] [-c <card: 0...7>] [-D <mixer device>] [-g] [-s] [-V <view>] [-a <abst>]
mkultra@mkultra:~$ alsamixer -D 1
ALSA lib control.c:909

snd_ctl_open_noupdate) Invalid CTL 1
alsamixer: function snd_ctl_open failed for 1: No such file or directory
mkultra@mkultra:~$