PINE64
Megi's pre-compiled kernels - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: Megi's pre-compiled kernels (/showthread.php?tid=18435)



Megi's pre-compiled kernels - tmschmitz - 06-30-2023

When I bought my PineBook Pro, I formatted the emmc and installed postmarket os, but recently, wanting to use an external monitor, I thought I would try the kernel at https://github.com/megous/linux. Cloning the repository failed, probably from running out of hdd space, but I noticed there were pre-compiled kernels. I grabbed kernel 6.4 for pbp, and followed the instructions in the readme. I also added an entry to the extlinux.conf. reboot. Came up beautifully on the external monitor, but without networking. I then ran lsmod, and saw that there were no modules present.

ls /lib/modules/6.4.0-rc5-00791-g75b3f7ec5825-dirty/kernel/ shows no modules.
ls -l /lib/modules/6.4.0-rc5-00791-g75b3f7ec5825-dirty/kernel/source is a link to /workspace/megous.com/orangepi-pc/linux-6.4.
which of course is not on my machine.

What am I missing?