[linux-audio-user] simple usb audio question?

Dylan McNerney dylanmcnerney at yahoo.com
Sun Jul 3 16:23:49 EDT 2005


This is probably a very basic question, because all references to usb
audio seem to relate to quality, rather that getting the device working,
but I'm new to linux.  Currently I can't capture from or play to my
Edirol UA-25.  I assume it is in conflict with the onboard soundcard
which is an nForce3, but don't know which modules to remove, etc. I
tried taking out the snd_intel8x0 driver, but then mixers didn't find
anything at all.  The device seems to be recognized in the sense that
the Suse control center sees it as a midi controller, and I tried to add
it as a generic usb audio in YAST, which seems to have put it at hw [1].
I followed the ALSA project instructions for the modules.conf file
and .asoundrc but not sure what I should be looking for now.

I'm running Suse 9.2 x86_64 with custom 2.6.11.12 kernel with
realtime_lsm module.  The device works fine in windows.

Thanks for any help.
Dylan

# modinfo soundcore

filename:       /lib/modules/2.6.11.12-realtime/kernel/sound/soundcore.ko
alias:          char-major-14-*
license:        GPL
author:         Alan Cox
description:    Core sound module
depends:
vermagic:       2.6.11.12-realtime preempt gcc-3.3


# lsmod
Module                  Size  Used by
snd_pcm_oss            64864  0
snd_mixer_oss          21760  1 snd_pcm_oss
snd_seq_midi           10880  0
snd_seq_midi_event      9664  1 snd_seq_midi
snd_seq                65024  2 snd_seq_midi,snd_seq_midi_event
snd_ioctl32            27840  0
snd_usb_audio          74560  0
snd_usb_lib            14272  1 snd_usb_audio
snd_rawmidi            29280  2 snd_seq_midi,snd_usb_lib
snd_seq_device         10064  3 snd_seq_midi,snd_seq,snd_rawmidi
snd_intel8x0           36800  0
snd_ac97_codec         84560  1 snd_intel8x0
snd_pcm               110924  5
snd_pcm_oss,snd_ioctl32,snd_usb_audio,snd_intel8x0,snd_ac97_codec
snd_timer              28744  2 snd_seq,snd_pcm
snd                    70536  14
snd_pcm_oss,snd_mixer_oss,snd_seq_midi,snd_seq_midi_event,snd_seq,snd_ioctl32,snd_usb_audio,snd_usb_lib,snd_rawmidi,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
nvidia               4383844  14
usbserial              34352  0
parport_pc             43048  1
lp                     12936  0
parport                42060  2 parport_pc,lp
edd                    11424  0
cpufreq_userspace       5392  1
powernow_k8            10824  0
freq_table              5256  1 powernow_k8
thermal                20684  0
processor              37056  2 powernow_k8,thermal
fan                     6536  0
ipv6                  278912  13
button                  9760  0
battery                13512  1
ac                      7176  0
af_packet              24844  2
rfcomm                 40880  0
hidp                   17536  0
l2cap                  28744  10 rfcomm,hidp
soundcore              11680  1 snd
snd_page_alloc         11592  2 snd_intel8x0,snd_pcm
hci_usb                16904  2
bluetooth              56004  8 rfcomm,hidp,l2cap,hci_usb
usbhid                 46336  0
driverloader          269760  0
sg                     42168  0
st                     41572  0
sd_mod                 19224  0
sr_mod                 18852  0
scsi_mod              147216  4 sg,st,sd_mod,sr_mod
ehci_hcd               34888  0
ohci1394               34820  0
ieee1394              117400  1 ohci1394
ohci_hcd               22792  0
i2c_nforce2             7744  0
i2c_core               25944  1 i2c_nforce2
nls_utf8                2496  1
ntfs                   98304  1
joydev                 11328  0
dm_mod                 61400  0
usbcore               128720  9
snd_usb_audio,snd_usb_lib,usbserial,hci_usb,usbhid,driverloader,ehci_hcd,ohci_hcd
8139too                28160  0
mii                     5824  1 8139too
reiserfs              248496  1

# 




More information about the Linux-audio-user mailing list