[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] help with m-audio usb Fast Track pro on debian



Rob Owens <rowens@ptd.net> writes:

>> However, when I attempt tp play something with `mplayer some.wav', I
>> get no sound.
>> 
> You may need to specify which sound card to send/receive the sound
> through.  
>
> To see all your sound devices, run:
>
> aplay -l
>
> Figure out what card # and device # your m-audio is.  Then run:
>
> aplay -d hw:1,0 some.wav  (for card #1, device #0 -- adjust as
> necessary).
>
> Another thing to try is running gnome-volume-control.pulse and selecting
> your m-audio device on the "output" tab.

aplay -l 

,----
| **** List of PLAYBACK Hardware Devices ****
| card 0: ICH5 [Intel ICH5], device 0: Intel ICH [Intel ICH5]
|   Subdevices: 0/1
|   Subdevice #0: subdevice #0
| card 0: ICH5 [Intel ICH5], device 4: Intel ICH - IEC958 [Intel ICH5 - IEC958]
|   Subdevices: 1/1
|   Subdevice #0: subdevice #0
| card 1: Pro [FastTrack Pro], device 0: USB Audio [USB Audio]
|   Subdevices: 1/1
|   Subdevice #0: subdevice #0
| card 1: Pro [FastTrack Pro], device 1: USB Audio [USB Audio #1]
|   Subdevices: 1/1
|   Subdevice #0: subdevice #0
`----

So trying:
  aplay -d hw:1,0 my.wav

  It just stalls like this:

aplay -d hw:1,0 W.P.A._CaseyBillWelden.wav 
Playing WAVE 'W.P.A._CaseyBillWelden.wav' : Signed 16 bit Little
  Endian, Rate 44100 Hz, Stereo

And ditto for hw:1,1

Just hangs right there ... seems to go no furhter.

-------        ---------       ---=---       ---------      -------- 

However I get joy with:

mplayer -ao alsa:device=hw=1.0 W.P.A._CaseyBillWelden.wav 

Thank you  very much


Reply to: