Kernel updates remove modules for the running kernel. 12 October 2019, 14:38:05 When updating the kernel, pacman also removes the currently running kernel, including the modules.This may prevent the user from mounting new filesystems until a reboot. For example iso9660 or udf (for dvds).When I encountered this problem I thought it was a vlc bug or something until I manually tried to mount the disc.So it may be only a minor issue, but it can cause a lot of confusion.
Re: Kernel updates remove modules for the running kernel. Reply #1 – 12 October 2019, 18:34:52 Yes, this is the default pacman behaviour and known to cause problems when a kernel module is requested before reboot. Work around: extract the current kernel's package somewhere in /tmp and insmod the module manually.
Re: Kernel updates remove modules for the running kernel. Reply #2 – 27 October 2019, 19:14:59 Sorry for the late reply.How can we fix it? Rebooting is in my case easier than manually insmoding the necessary modules. But I don't want it to stay this way. It is just unnecessary pain. And we are using free software. So it should be fixable and fixed.If it's a known problem, others should already have come up with ideas. Are you aware of any of these?
Re: Kernel updates remove modules for the running kernel. Reply #3 – 10 June 2020, 16:14:27 If someone here is interested, I found this solution on reddit. It is not perfect, though. Read the comments for potential problems.
Re: Kernel updates remove modules for the running kernel. Reply #4 – 10 June 2020, 21:57:52 you should reboot your pc after every kernel update, it is better... if yu can not reoot, better if you wait with upgrade your OS ...
Re: Kernel updates remove modules for the running kernel. Reply #5 – 11 June 2020, 19:04:17 It would be best if Arch supported live kernel update/patching- 1 Likes
Re: Kernel updates remove modules for the running kernel. Reply #6 – 14 July 2020, 17:23:37 Quote from: alium – on 10 June 2020, 21:57:52you should reboot your pc after every kernel update, it is better... if yu can not reoot, better if you wait with upgrade your OS ...The thing is I'm using a cron job to update.Yes, I know that it's not recommended. But I don't want to always do it manually. A system should be able to update itself automatically. On pacman that is not (officially) supported, and I hate that.