[ale] Creating a Pseudo Sound Card

Brian Pitts brian at polibyte.com
Wed Jan 26 21:05:12 EST 2011


On 01/26/2011 02:38 PM, Chuck Payne wrote:
> 
> That what I need, I tried to do the following, but I didn't errors and
> it didn't load anything
> 
> 
> insmod snd_dummy
> 
> Do you know what i need to do to get that to install?

This worked on a CentOS 5 box for me. Note that insmod requires the path
to the module, whereas modprobe is cleverer and only requires the name.

# lsmod | grep snd
# modprobe -i snd_dummy
# lsmod | grep snd
snd_dummy              46913  0
snd_seq_dummy          37061  0
snd_seq_oss            65473  0
snd_seq_midi_event     41025  1 snd_seq_oss
snd_seq                87777  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         41557  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            77377  0
snd_mixer_oss          49985  1 snd_pcm_oss
snd_pcm               116681  2 snd_dummy,snd_pcm_oss
snd_timer              57161  2 snd_seq,snd_pcm
snd                   100201  8
snd_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              41825  1 snd
snd_page_alloc         44113  1 snd_pcm


-- 
All the best,
Brian Pitts


More information about the Ale mailing list