Pablo Alberto Dalbem de Castro wrote: > The dazuko.o was generated. However, when I try to inserto it into the kernel > with the command > > /sbin/insmod dazuko.o > > an error occured. "insmod cannot insert binary modules" > > what is wrong? How to solve this?
Hi, If you are using a 2.6.x kernel, then you need to insert the "dazuko.ko" file instead of the "dazuko.o" file. You can see which version you are using with: $ uname -r If you are using a 2.4.x kernel, then it should work. Try looking in /var/log/messages to see if more helpful error messages are available: $ tail /var/log/messages John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
