Hello and Happy New Year to everybody !

I have a problem with my system, under Ubuntu Dapper. The snd_usb_audio
is loaded but when I run my M-Audio synth I have this :

Jan  8 14:22:36 kawada kernel: [17179731.248000] ohci_hcd 0000:00:02.1:
wakeup
Jan  8 14:22:37 kawada kernel: [17179731.632000] usb 2-1: new full speed
USB device using ohci_hcd and address 3
Jan  8 14:22:37 kawada kernel: [17179731.848000] snd-usb-audio: probe of
2-1:1.0 failed with error -5
Jan  8 14:22:37 kawada kernel: [17179731.848000] snd-usb-audio: probe of
2-1:1.1 failed with error -5


Here are some files I modified :

------------------

[EMAIL PROTECTED]:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
psmouse
snd_usb_audio
snd_seq_midi

----------------

[EMAIL PROTECTED]:~$ cat /etc/modprobe.d/alsa-base
# autoloader aliases
install sound-slot-0 modprobe snd_hdsp
install sound-slot-1 modprobe snd_usb_audio
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 modprobe --ignore-install snd $CMDLINE_OPTS && { modprobe
-Qb snd-ioctl32 ; : ; }
install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS &&
{ modprobe -Qb snd-pcm-oss ; : ; }
install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS &&
{ modprobe -Qb snd-mixer-oss ; : ; }
install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS &&
{ modprobe -Qba snd-seq-midi snd-seq-oss ; : ; }

# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS
&& { modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx modprobe --ignore-install snd-via82xx $CMDLINE_OPTS
&& { modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it
anyway)
install saa7134 modprobe --ignore-install saa7134 $CMDLINE_OPTS &&
{ modprobe -Qb saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2

#hard set for sound cards
options snd_hdsp index=0
options snd_usb_audio index=1

---------------------

[EMAIL PROTECTED]:~$ lsmod |grep snd_usb_audio
snd_usb_audio          79296  0
snd_usb_lib            16640  1 snd_usb_audio
snd_pcm                89864  5 snd_usb_audio,snd_hdsp,snd_pcm_oss
snd_hwdep               9376  2 snd_usb_audio,snd_hdsp
snd                    55268  18
snd_seq_oss,snd_seq,snd_usb_audio,snd_hdsp,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep,snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device
usbcore               130820  5
snd_usb_audio,snd_usb_lib,ehci_hcd,ohci_hcd

-----------------------


And finally, the snd_usb_audio slot doesn't appear : 

[EMAIL PROTECTED]:~$ cat /proc/asound/cards
0 [DSP            ]: H-DSP - Hammerfall DSP
                     RME Hammerfall DSP + Multiface at 0xe6000000, irq
11
1 [UART           ]: MPU-401 UART - MPU-401 UART
                     MPU-401 UART at 0x330, irq 10


If you can help me for this new year... :) Thank you !

Stanislas.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to