getting echoaudio soundcard to work - now it won't record
Susan Cragin
susancragin at earthlink.net
Wed Oct 3 15:14:40 BST 2007
Jonathan --
The following is the output from etc/modprobe.d/alsa-base, with the
changes I made to get the indigo io to run.
Just adding options snd-indigoio index=0 near the bottom works but did
not survive re-booting.
The indigoio now runs great in the output mode, but I can't get it to
record, and think I may have another error below.
Also, the little audio icon in the upper right is on "mute" no matter
what I do.
Susan
-------------------------------------------------------------------------
# autoloader aliases - I CHANGED THE FIRST TO MY CARD
install sound-slot-0 /sbin/modprobe snd-indigoio-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe
--quiet snd$
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && {
/sbin/modprobe --q$
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && {
/sbin/modprobe$
install snd-seq /sbin/modprobe --ignore-install snd-seq && {
/sbin/modprobe --q$
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && {
/sbin/modp$
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1
$CMDLINE_OPTS &$
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx
$CMDLINE_OPTS &$
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it
anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS
&& { /sbi$
# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe
-Qb snd-seq$
# Prevent abnormal drivers from grabbing index 0
# I COMMENTED OUT ALL BUT THE FIRST LINE, WHICH I ADDED
options snd-indigoio index=0
# options snd-bt87x index=-2
# options snd-cx88_alsa index=-2
# options saa7134-alsa index=-2
# options snd-atiixp-modem index=-2
# options snd-intel8x0m index=-2
# options snd-via82xx-modem index=-2
# options snd-usb-audio index=-2
# options snd-usb-usx2y index=-2
More information about the Ubuntu-Studio-users
mailing list