Hi, I've recently installed "64studio" Linux distro on my AMD64
machine, use EDIROL UA-20 usb soundcard. I have modprobed
snd-usb-audio, seens working fine, no error messages. I start Ardour
with jack:<br>
jackd -R -d alsa -r 44100&ardour<br>
and I can record.<br>
<br>
But I cannot hear a thing while playback. Not only here, also with
Audacity running without jackd - also can record (I see the
visualisation reacts ok), but not to playback. Where am I wrong? Seems
like there whole of playback is wrong. Audacity shows me graphicaly the
output level, but - no sound. In prafferences of course
Input/output=/dev/dsp. The card is OK - I have checked it on Windows.<br>
What I'm using?<br>
   uname -r: <br>
2.6.12-1-multimedia-amd64-generic.<br><br>
   lsmod|grep snd: <br>
snd_seq_dummy           4356  0 <br>
snd_seq_oss            36032  0 <br>
snd_seq_midi            9856  0 <br>
snd_seq_midi_event      9856  2 snd_seq_oss,snd_seq_midi<br>
snd_seq               
58880  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event<br>
snd_usb_audio          76864  3 <br>
snd_pcm_oss            55648  0 <br>
snd_mixer_oss          19072  1 snd_pcm_oss<br>
snd_pcm              
100200  4 snd_usb_audio,snd_pcm_oss<br>
snd_timer              26784  2 snd_seq,snd_pcm<br>
snd_page_alloc         10952  1 snd_pcm<br>
snd_usb_lib            17344  1 snd_usb_audio<br>
snd_rawmidi            28640  2 snd_seq_midi,snd_usb_lib<br>
snd_seq_device         
9680  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi<br>
snd                   
59624  13
snd_seq_oss,snd_seq,snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_rawmidi,snd_seq_device<br>
soundcore              12000  1 snd<br>
usbcore              
130872  6 snd_usb_audio,snd_usb_lib,ehci_hcd,usbhid,ohci_hcd<br>
<br>
something in dmesg, while I'm trying playback?<br>
usbcore: registered new driver snd-usb-audio<br>
ohci_hcd 0000:00:02.0: bad entry 14ed5ea0<br>
ohci_hcd 0000:00:02.0: bad entry 1c1b5060<br>
ohci_hcd 0000:00:02.0: bad entry 14ed5720<br>
ohci_hcd 0000:00:02.0: bad entry 14ed5360<br>
ohci_hcd 0000:00:02.0: bad entry 14ed5720<br>
ohci_hcd 0000:00:02.0: bad entry 14ed57e0<br>
ohci_hcd 0000:00:02.0: bad entry 14ed5300<br>
ohci_hcd 0000:00:02.0: bad entry 14ed55a0<br>
ohci_hcd 0000:00:02.0: bad entry 14ed5180<br>
ohci_hcd 0000:00:02.0: bad entry 14ed5600<br>
ohci_hcd 0000:00:02.0: bad entry 14ed5420<br>
<br>
I don't know if these types of messages are meaning anything. USB device of course allowed in BIOS...<br>