Hi! I also followed the instructions in:
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Midiman%2FMAudio&card=Audiophile+USB.&chip=&module=usb-audio
I could play using aplay, but not to record. I also tried using jack,
and could play and record but with noise.
To avoid noise, acording to the document above, I should load the
snd-usb-audio module selecting a device_setup option. However the option
is not recongized. I tried it in AGNULA 1.3.0 and Mandriva 2005.
# modprobe snd-usb-audio index=1 device_setup=0x09
FATAL: Error inserting snd-usb-audio
(/lib/modules/2.6.11-6mdk-i686-up-4GB/kernel/sound/usb/snd-usb-audio.ko.gz):
Unknown symbol in module, or unknown parameter (see dmesg)
# dmesg
snd-usb-audio: Unknown parameter `device_setup'
Has anyone had a good experience with this device?
Some comments in the list about it are a bit discouraging.
Bye.
Martín.
Clemens Ladisch escribió:
Kareem Kneawy wrote:
$ aplay -D hw:1,0 -c2 -t raw -r48000 -fS16_BE ed.raw
Playing raw data 'ed.raw' : Signed 16 bit Big Endian, Rate 48000 Hz, Stereo
aplay: set_params:962: Unable to install hw params:
...
Try
aplay -v -D plughw:1,0 -c2 -t raw -r48000 -fS16_BE ed.raw
and the look what format is actually used by the driver.
HTH
Clemens