You are not logged in.
Pages: 1
modprobe: module snd-virmidi not found in modules.dep
Does that mean I need to compile it myself? Need to re-compile the kernel? Or what?
TIA!
Offline
If the output:
[c]zcat /proc/config.gz | grep -i virmidi[/c]
is
[c]# CONFIG_SND_VIRMIDI is not set[/c]
You have to compile the kernel.
http://doc.slitaz.org/en:guides:kernel
Offline
Thanks mojo!
CONFIG_SND_VIRMIDI isn't set...
From your reply I can conclude that simply compiling snd-virmidi.ko without also compiling the kernel won't work? I'm doing some reading on kernel compiling/modules, but it's not clear to me why that is so.
Offline
The last post in this thread has instructions for compiling a kernel module without compiling the kernel:
http://vanilla.slitaz.org/index.php?p=/discussion/817/solved-how-to-make-new-kernel-module-available-without-the-wok-s#Item_4
Offline
Thanks again mojo! I'll try my hand at it now...
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]