linux-surface/kernel

wrong kernel release version for pre-build linux-surface

specter119 opened this issue · 2 comments

$ ls /boot/*.img
/boot/initramfs-linux-surface.img
/boot/intel-ucode.img
/boot/initramfs-linux-surface-fallback.img

$ yay -Qi linux-surface
Name            : linux-surface
Version         : 5.3.6-1
Description     : The Linux-surface kernel and modules
Architecture    : x86_64
URL             : None
Licenses        : GPL2
Groups          : None
Provides        : None
Depends On      : coreutils  linux-firmware  kmod  mkinitcpio>=0.7
Optional Deps   : crda: to set the correct wireless channels of your country
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 77.76 MiB
Packager        : Unknown Packager
Build Date      : 2019年10月18日 06時28分05秒
Install Date    : 2019年10月19日 14時44分38秒
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature

$ uname -r
5.3.2-1-surface

also, there an error when install linux-surface(no other verison installed)

depmod: ERROR: could not open directory /lib/modules/5.3.2-1-surface: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
qzed commented

Looks like you did not reboot after upgrading the kernel. After upgrading you will still run the old kernel (as indicated by uname) but the modules for the old version will have been removed.

Sorry, you are right.