Re: [Alsa-user] problem loading virmidi with ymfpci

2002-03-19 Thread Bill Allen
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

Re: [Alsa-user] problem loading virmidi with ymfpci

2002-03-18 Thread Frank Barknecht
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