fredx181 wrote: ↑Sun Dec 27, 2020 4:53 pmYes, v1.0.4 from Sid Dog repo:
https://github.com/doglinux/sidog/raw/m ... .4_all.deb
Thanks. That worked with one small problem.
On the first boot, it stops at the prompt and can't find any hardware. But when I run
Code: Select all
depmod -a
modprobe i915 r8169
startx
it starts up OK and is good on subsequent boots.
Can I put this depmod command somewhere in the mkinitrd process? Or is this a quirk of this "trunk" kernel. I didn't have the problem with your "-rc6" kernel.
[Edit] I fixed this by using "depmod -b" as part of building the kernel squashfs module.
I was also able to build a mini-devx out of the Experimental repo that works fine.
Bill