Title: Trouble with USB-audio (Soundblaster MP3+)

I'm using a Turlte Beach Santa Cruz (CS46xx) PCI-card and a Sound blaster MP3+ card. The Santa Cruz is doing fine, but I'm having lots of difficulties with the USB-card.

At times I can get the whole setup running perfectly. But this usually requires several re-boots of the computer and during boot-up I usually get several error messages about "insmod failed: failed to load snd-usb-audio" or "insmod failed: soundcore already exists" or "insmod failed: audio already exists".

Also when the ALSA-USB portion fails, the regular OSS drivers seems to have kicked in (since I can run kmixer with no problem and configure the usb-card). This is especially strange since I have commented out the OSS-portion of modules.conf!

All this has led me to believe that the regular OSS-drivers aren't fully surpressed during startup. Any way to check this? Or does anyone have a better idea how to fix this?

Peter

[EMAIL PROTECTED] peter]$ more /etc/modules.conf
alias eth0 3c59x
alias eth1 dmfe
alias char-major-195 nvidia
alias char-major-81 bttv
options bttv gbuffers=8
alias usb-controller usb-uhci
# OSS
#alias sound-slot-0 cs46xx
#post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
#pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1|| :
# ALSA start
alias char-major-116 snd
alias snd-card-0 snd-usb-audio
alias snd-card-1 snd-cs46xx
options snd major=116 cards_limit=2
options snd-cs46xx index=0
options snd-usb-audio index=1
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
# card #1 Turtle Beach Santa Cruz
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
# card #2 Soundblaster MP3+ USB
#alias sound-service-1-0 snd-mixer-oss
#alias sound-service-1-3 snd-pcm-oss
#alias sound-service-1-12 snd-pcm-oss
#below snd-card-1 snd-mixer-oss snd-seq-oss snd-pcm-oss
#below bttv
# ALSA end


[EMAIL PROTECTED] peter]$ dmesg | grep usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 07:14:02 May 29 2003
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0xff80, IRQ 9
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
usb-uhci.c: USB UHCI at I/O 0xff60, IRQ 9
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
usb-uhci.c: interrupt, status 3, frame# 638
input0: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse Optical] on usb1:2.0
usb_control/bulk_msg: timeout
usb-uhci.c: interrupt, status 3, frame# 70
input1: USB HID v1.00 Joystick [6666:0667] on usb1:3.0
usb.c: USB device 2 (vend/prod 0x41e/0x3010) is not claimed by any active driver.
usb.c: registered new driver audio
usbaudio: device 2 audiocontrol interface 0 has 1 input and 1 output AudioStreaming interfaces
usbaudio: device 2 interface 2 altsetting 1 channels 2 framesize 2 configured
usbaudio: valid input sample rate 48000
usbaudio: valid input sample rate 44100
usbaudio: device 2 interface 2 altsetting 1: format 0x01000010 sratelo 44100 sratehi 48000 attributes 0x01
usbaudio: device 2 interface 1 altsetting 0 does not have an endpoint
usbaudio: device 2 interface 1 altsetting 1 channels 2 framesize 2 configured
usbaudio: valid output sample rate 48000
usbaudio: device 2 interface 1 altsetting 1: format 0x01000010 sratelo 48000 sratehi 48000 attributes 0x00
usbaudio: registered dsp 14,3
usbaudio: constructing mixer for Terminal 5 type 0x0605
usbaudio: no mixer controls found for Terminal 5
usbaudio: constructing mixer for Terminal 6 type 0x0301
usbaudio: registered mixer 14,0
usbaudio: constructing mixer for Terminal 7 type 0x0101
usbaudio: selector unit 8: ignoring channel 3
usbaudio: registered mixer 14,16
usb_audio_parsecontrol: usb_audio_state at dec96140
usb-uhci.c: ENXIO 80000280, flags 0, urb decbeb80, burb decbec80
usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 9 ret -6
usb-uhci.c: ENXIO 80000280, flags 0, urb decbec80, burb decbeb80
usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 9 ret -6
usb.c: registered new driver snd-usb-audio
usb-uhci.c: ENXIO 80000280, flags 0, urb decbec80, burb decbeb80
usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 9 ret -6

Reply via email to