Jump to content

Armbian Ubuntu Bionic 5.15.25 kernel fail


javigh

Recommended Posts

Hi all,

I have a Rock64 running on the "official" image (at the time, according to the official Pine64 documentation) "Armbian Ubuntu Bionic XFCE Desktop". Recently I updated it but suddenly it stopped working. After rebooting, all the 3 LEDs were lit, ON all the time and that was about it. I thought it was some kind of SD card corruption because it couldn't load some files from the SD card after the update and before rebooting. The only thing that came to mind to fix this was to restore a backup I had from Dec 2020. So I restored it and it worked again! But guess what... after updating the 280 packages that had an update, it stopped working again. But this time it was different. This time it just didn't find the ethernet card. So I could log in into the board locally, the display worked fine through HDMI but there was no network at all. I tried to show all network devices and the card was nowhere to be found. So I thought there was some kind of problem with the kernel. I flashed my backup again and I kept back around 5 packages, linux-image-current-rockchip64 and linux-dtb-current-rockchip64 among them. After that, it still worked so I knew it was one of those 5. At the end I realised the one that broke it was the linux-image-current-rockchip64 as I suspected and it was going from 21.08.2 to 22.02.1. I think that goes from a 5.10.63 kernel to a 5.15.25. This is the moment when it happened:
 

javi@rock64:~$ sudo apt list -a linux-image-current-rockchip64
[sudo] password for javi:
Listing... Done
linux-image-current-rockchip64/bionic 22.02.1 arm64 [upgradable from: 21.08.2]
linux-image-current-rockchip64/bionic,now 21.08.2 arm64 [installed,upgradable to: 22.02.1]
linux-image-current-rockchip64/bionic 21.08.1 arm64
linux-image-current-rockchip64/bionic 21.05.9 arm64
linux-image-current-rockchip64/bionic 21.05.4 arm64
linux-image-current-rockchip64/bionic 21.05.1 arm64
linux-image-current-rockchip64/bionic 21.02.3 arm64
linux-image-current-rockchip64/bionic 21.02.2 arm64

javi@rock64:~$ sudo apt install linux-image-current-rockchip64=22.02.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  linux-image-current-rockchip64
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 51.2 MB of archives.
After this operation, 123 MB disk space will be freed.
Get:1 https://stpete-mirror.armbian.com/apt bionic/main arm64 linux-image-current-rockchip64 arm64 22.02.1 [51.2 MB]
Fetched 51.2 MB in 10s (5,066 kB/s)
(Reading database ... 109695 files and directories currently installed.)
Preparing to unpack .../linux-image-current-rockchip64_22.02.1_arm64.deb ...
update-initramfs: Deleting /boot/initrd.img-5.10.63-rockchip64
Removing obsolete file uInitrd-5.10.63-rockchip64
Unpacking linux-image-current-rockchip64 (22.02.1) over (21.08.2) ...
Setting up linux-image-current-rockchip64 (22.02.1) ...
update-initramfs: Generating /boot/initrd.img-5.15.25-rockchip64
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/drivers/cdrom/cdrom.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/isofs/isofs.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/jfs/jfs.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/reiserfs/reiserfs.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/udf/udf.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/xfs/xfs.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/netfs/netfs.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/fscache/fscache.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/net/sunrpc/sunrpc.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/nfs_common/grace.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/lockd/lockd.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/nfs/nfs.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/nfs/nfsv2.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/nfs_common/nfs_acl.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/nfs/nfsv3.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/nfs/nfsv4.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/fs/nls/nls_iso8859-1.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/lib/842/842_decompress.ko.xz not found.
modinfo: ERROR: Module /lib/modules/5.15.25-rockchip64/kernel/drivers/md/dm-mod.ko.xz not found.
update-initramfs: Converting to u-boot format

 And that's it, after rebooting the network card doesn't work anymore. I've tried to run 
 

depmod -a
update-initramfs -u

 before updating that package to no avail, still the same errors. I've tried to have both linux-image-current-rockchip64 and linux-dtb-current-rockchip64 packages on the same 21.08.2 version and update both at the same time but the problem still persists. Other people over the DietPi forums are having other kind of issues, like USB3 or other devices not working. So I think there is some problem with this kernel. I know Armbian doesn't support the rock64 any more officially but I thought it was worth to report the problem.

 

Thank you!

Edited by javigh
Specifying the kernel version on the title
Link to comment
Share on other sites

  • javigh changed the title to Armbian Ubuntu Bionic 5.15.25 kernel fail

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines