On Wednesday 20 August 2008 17:42:07 Frank Barknecht wrote:
Hallo,
Antoni Beksiak hat gesagt: // Antoni Beksiak wrote:
i'm trying to use zoom h4 as an audio
interface on linux
(linpus on acer aspire one). i read here and there that once it is
connected (and proper option is chosen on the zoom itself), it should
show up as a device. unfortunately it's not the case, it is not available
neither as a device in qjackctl nor in audacity. also "aplay -l" doesn't
show anything more than the built-in sound chip.
I think, the Zoom is a USB-audio device, so make sure you have
snd-usb-audio loaded: check with "lsmod | grep snd-usb-audio".
it is snd_usb_audio here.
If it's
not loaded, load it with "modprobe snd-usb-audio" and use whatever tool
your distribution provides to load it automatically.
After loading, unplug and replug the device and watch /var/log/messages
and do some "cat /proc/asound/cards"
Ciao