[PlanetCCRMA] Edirol UA-25 not recognized by software

Antonio Enriquez Antonio Enriquez <ntonyo@gmail.com>
Thu Jan 27 15:55:02 2005


I recently installed FC3 & CCRMA onto a Dell Latitude C610.  The
module loaded for the audio card is an intel8x0, and works fine. 
Using qamix I am able to control the inputs and outputs of the intel
audio card.  I recently purchased an Edirol UA-25 USB Audio/MIDI
interface, but I can't seem to get the software (qamix, ardour, etc.)
to recognize the UA-25.
I thought I could disable the internal audio card by modifying the
config file for loading modules.  Qamix only displays the options for
the previous card.

When I use qamix, under soundcard, usb is an option, but no controls
are displayed when it is selected.  The UA-25 is working fine, but I
feel that I'm missing something.

Based on other posts, here's some info:

uname -a
Linux ml 2.6.10-0.1.rdt.rhfc3.ccrma #1 Fri Jan 7 02:34:29 EST 2005
i686 i686 i386 GNU/Linux

[root@ml ~]# lsmod
Module                  Size  Used by
radeon                 71040  1
realtime                5128  0
commoncap               8192  1 realtime
snd_seq                62352  0
md5                     4096  1
ipv6                  273312  10
autofs4                20740  0
i2c_dev                10112  0
i2c_core               23184  1 i2c_dev
pcmcia                 25736  4
ipt_REJECT              7552  1
ipt_state               1792  2
ip_conntrack           49172  1 ipt_state
iptable_filter          3584  1
ip_tables              19840  3 ipt_REJECT,ipt_state,iptable_filter
video                  15620  0
container               4352  0
button                  6416  0
battery                 9220  0
asus_acpi              10900  0
ac                      4740  0
yenta_socket           21124  2
rsrc_nonstatic         10880  1 yenta_socket
pcmcia_core            53952  3 pcmcia,yenta_socket,rsrc_nonstatic
uhci_hcd               32656  0
snd_intel8x0m          18756  0
snd_intel8x0           33088  0
snd_ac97_codec         75384  2 snd_intel8x0m,snd_intel8x0
snd_usb_audio          68800  0
snd_pcm_oss            63776  0
snd_mixer_oss          21888  1 snd_pcm_oss
snd_pcm               109064  5
snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_usb_audio,snd_pcm_oss
snd_timer              29572  2 snd_seq,snd_pcm
snd_page_alloc         11012  3 snd_intel8x0m,snd_intel8x0,snd_pcm
snd_usb_lib            13824  1 snd_usb_audio
snd_rawmidi            27680  1 snd_usb_lib
snd_seq_device          9868  2 snd_seq,snd_rawmidi
snd                    69892  12
snd_seq,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_usb_lib,snd_rawmidi,snd_seq_device
soundcore               9952  1 snd
3c59x                  41384  0
mii                     5120  1 3c59x
floppy                 60372  0
dm_snapshot            19100  0
dm_zero                 2432  0
dm_mirror              23892  2
ext3                  138760  2
jbd                    67224  1 ext3
dm_mod                 62716  6 dm_snapshot,dm_zero,dm_mirror

[root@ml ~]# more /etc/modprobe.conf
alias eth0 3c59x
alias usb-controller uhci-hcd
alias snd-card-0 snd-usb-audio
options snd-card-0 index=0
install snd-usb-audio /sbin/modprobe --ignore-install snd-usb-audio &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-usb-audio { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-usb-audio
#alias snd-card-2 snd-intel8x0
#options snd-card-2 index=2
#install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
#remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-intel8x0

Thanks in advance,

Antonio