Beau Neal wrote:
>
> I was getting the error:
> dusk:root:100:/tmp/plex86/user> ./plex86
> Processing command-line options
> Processing configuration script plex86.conf
> Opening VM
> open: No such device
>
> I then releazied that the kernel module wasn't loaded:
> dusk:root:103:/tmp/plex86/user> /sbin/insmod kernel/plex86.o
> dusk:root:104:/tmp/plex86/user> lsmod
> Module Size Used by
>
> How can I successfully load the kernel module. I'm running Linux 2.2.15
As root, in plex86/misc/:
./load_module.sh
This script handles loading the module, given the dyanamic
device number scheme.
-Kevin