Dave
I dont have anyway of checking this currently but, if I remember
correctly the modules get loaded in the order they appear in the
/etc/modules file.
So this should just allow you to load the dazuko module before the
capability module.
Hope you having a good break
Ben
dave(a)staffslug.org.uk wrote:
Hello all!
Hope everyone is having/had a good Christmas!
Quick question. How do I change the kernel module load order in Debian?
The reason I ask this is so I can load the dazuko module, but before it
can load I have to remove the capability module then load the dazuko then
reload the capability module again (I've included the temp fix that I
got).
Hope this makes sense?
Dave
<---Begin Example--->
rmmod capability
insmod dazuko.ko
modprobe capability
<---End Example--->