You are not logged in.
After updating internet no longer works.
uname -a
5.0.7...
pacman -Q Linux
5.1.6...I'm not sure how to correct this, the only fix I've had is to update and then roll back the Linux version... Which doesn't make me comfortable.
Last edited by Zhme (2019-06-03 20:41:02)
Offline
Did you reboot after the upgrade? The kernel cannot update on the fly without a reboot.
Make sure that the update process was successful before rebooting.
Last edited by ChaManO (2019-06-03 20:16:17)
Offline
I have rebooted, I checked before and after and the uname remains out of date. Looking into my wireless configuration it seems like my network card might be out of date or unsupported but I'm not sure.
Offline
Does the system have a separate /boot partition and was it mounted when the linux package was updated?
Offline
Does the system have a separate /boot partition and was it mounted when the linux package was updated?
This was the problem! I ran
mount | grep bootWith no output..
Mounted boot and updated, then rebooted. Uname is up to date now!
Thanks guys! Marking solved.
Offline
It's not a big problem, but if you unmount /boot, there will be a kernel and initramfs images in your root volume's boot directory that you can delete, which are hidden when /boot is actually mounted.
They won't exactly hurt anything being there, but it could avoid some confusion someday.
Offline