Raptor Computing Systems Community Forums (BETA)

Software => Operating Systems and Porting => Topic started by: manatails on February 21, 2021, 08:23:49 am

Title: Compiling a new kernel for debian
Post by: manatails on February 21, 2021, 08:23:49 am
Hi, I am trying to use Blackbird with the newest linux kernel.

I'm using the classic commands:

cd linux-5.x.x
cp -v /boot/config-$(uname -r) .config
make olddefconfig
make -j16 deb-pkg

the new kernel builds, fine, boots fine but it cannot reboot or shutdown the computer...

Any words about what could be done about this?
Title: Re: Compiling a new kernel for debian
Post by: ClassicHasClass on February 21, 2021, 10:50:41 am
What happens when you try to? What do you see in dmesg?
Title: Re: Compiling a new kernel for debian
Post by: MauryG5 on February 22, 2021, 03:55:56 pm
In any case, I don't understand why the Debian site lists the "linux-package" package when it no longer exists. Obviously the procedure they give does not work because that package does not download and honestly I can not understand all this ... What replaces that package and why is it not mentioned anywhere?
Title: Re: Compiling a new kernel for debian
Post by: manatails on February 23, 2021, 11:21:13 am
What happens when you try to? What do you see in dmesg?

(https://i.imgur.com/JwZoY3k.jpg)

I just left the computer turned on after it froze, then a few minutes later I got this in the terminal