0

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

sunny
  • 9
  • 2

1 Answers1

2

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

Dom
  • 6,743
  • 1
  • 20
  • 24