Jump to content
Compatible Support Forums
Sign in to follow this  
Maninux

usb sound device "Imic"

Recommended Posts

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 ;(

Share this post


Link to post

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.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×