Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
> > Couyld you please tell me how to change the kernel module loaded at > startup? > * find the drbd modules in /lib/modules/$(uname -r) ( -> find /lib/modules/$(uname -r) -name "drbd*" -type f) * check module version with modinfo $module-with-full-path * rename old module to (for example) drbd.ko.orig * stop drbd * run "depmod", modprobe -r drbd, modprobe drbd - Thomas