Thanks for the reply. I found the problem after reading the code (imagine
that!). The error I was getting was coming from a function called
init_module. On inspecting the code, I found that this routine is only
invoked from isapnp. Since my sound card isn't isapnp, I'm a little
confused why it
Bill Allen hat gesagt: // Bill Allen wrote:
> All compiles, installs fine. If I load ymfpci, I get sound and record and
> all is well, but I can't load virmidi. I get:
>
> # /sbin/modprobe -v snd-virmidi
try " modprobe snd-virmidi snd_index=1"
> On the other hand, if I unload ymfpci, I can lo
System is stock redhat 7.2. Alsa version 0.9.0beta12. Configured with:
./configure --with-cards=ymfpci,virmidi --with-oss=yes
--with-sequencer=yes
All compiles, installs fine. If I load ymfpci, I get sound and record and
all is well, but I can't load virmidi. I get:
# /sbin/modprobe -v snd-v