Eino wrote:I can see that being a issue.fatmac wrote:Just thinking aloud, but if it is a usb device, perhaps giving the system more time to find & initiate usb devices might help.
Try adding rootdelay=10 to your grub boot line, wouldn't hurt to try.
I find that snd_usb_audio was already loaded; I'll try adding rootdelay=10 to my boot line -- that'll potentially fix the failure to detect on start, but I'm not sure it'll do anything for"detected and still doesn't work". Latest lsmod | grep"snd" shows some synth related stuff:
Code: Select all
# lsmod | grep"snd"
snd_opl3sa2 17539 0
snd_mpu401_uart 13299 1 snd_opl3sa2
snd_opl3_lib 17206 1 snd_opl3sa2
snd_wss_lib 22464 1 snd_opl3sa2
snd_seq_midi 12744 0
snd_usb_audio 101153 1
snd_seq_midi_event 13124 1 snd_seq_midi
snd_usbmidi_lib 22821 1 snd_usb_audio
snd_hwdep 12910 2 snd_usb_audio,snd_opl3_lib
snd_pcm_oss 44023 0
snd_rawmidi 22278 3 snd_usbmidi_lib,snd_mpu401_uart,snd_seq_midi
snd_mixer_oss 21705 1 snd_pcm_oss
snd_pcm 69459 3 snd_pcm_oss,snd_usb_audio,snd_wss_lib
snd_page_alloc 12882 2 snd_wss_lib,snd_pcm
snd_seq 43264 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 12980 4 snd_seq,snd_rawmidi,snd_opl3_lib,snd_seq_midi
snd_timer 22187 4 snd_wss_lib,snd_pcm,snd_seq,snd_opl3_lib
snd 46786 16 snd_pcm_oss,snd_opl3sa2,snd_usb_audio,snd_hwdep,snd_timer,snd_wss_lib,snd_pcm,snd_seq,snd_rawmidi,snd_usbmidi_lib,snd_mpu401_uart,snd_seq_device,snd_mixer_oss,snd_opl3_lib
soundcore 12890 1 snd
usbcore 137870 5 uhci_hcd,snd_usb_audio,snd_usbmidi_lib,ehci_hcd,usbhid