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--->