Linux – Upgrading Linux kernel module without reboot

kernellinux

Is there any way to upgrade linux driver module without rebooting the system ?

Best Answer

If it is possible to remove the module and reload it, you are saved. rmmod module_to_unload && modprobe module_to load

If it is the network card, don't do that by the network...

Related Topic