usb sound device "Imic"
Hi, I have problems with an usb sound device Imic from Griffin. . . I used mdk9. 0 with alsa driver. . . The alsamixer recognise it for controlling sound levels, but theres no means to play and record with this device.
Hi,
I have problems with an usb sound device "Imic" from Griffin...
I used mdk9.0 with alsa driver...
The alsamixer recognise it for controlling sound levels,
but theres no means to play and record with this device...
for example cat song.au > /dev/dsp
thanks ;(
I have problems with an usb sound device "Imic" from Griffin...
I used mdk9.0 with alsa driver...
The alsamixer recognise it for controlling sound levels,
but theres no means to play and record with this device...
for example cat song.au > /dev/dsp
thanks ;(
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
With RH 9 and the Alsa drivers I've been able to use an iMic for both input and output.
You need to do a complete Alsa installation, including the OSS portions.
My modules.conf looks like:
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-usb-audio
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
With this I am able to record and play with several apps, including arecord, ecasound, and the Gnome Sound Recorder.
You need to do a complete Alsa installation, including the OSS portions.
My modules.conf looks like:
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-usb-audio
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
With this I am able to record and play with several apps, including arecord, ecasound, and the Gnome Sound Recorder.