【发布时间】:2014-11-02 11:08:04
【问题描述】:
有什么方法可以在不重启系统的情况下升级linux驱动模块?
【问题讨论】:
-
如果您的模块当前未使用,您应该可以
rmmod和insmod它。然后,还有KSplice:ksplice.com。一般来说,这个问题更适合superuser.com或serverfault.com
标签: linux kernel linux-device-driver
有什么方法可以在不重启系统的情况下升级linux驱动模块?
【问题讨论】:
rmmod 和insmod 它。然后,还有KSplice:ksplice.com。一般来说,这个问题更适合superuser.com或serverfault.com
标签: linux kernel linux-device-driver
是的,我们可以在不重新启动系统的情况下进行升级。有几个教程可用,请参考下面的几个
http://korovamilky.tumblr.com/post/16460518079/running-new-linux-kernel-without-rebooting https://askubuntu.com/questions/193069/how-can-i-upgrade-my-servers-kernel-without-rebooting http://www.zdnet.com/kernelcare-new-no-reboot-linux-patching-system-7000029127/
希望对你有用
【讨论】: