Author Topic: Compiling a new kernel for debian  (Read 1876 times)

manatails

  • Newbie
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Compiling a new kernel for debian
« 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?

ClassicHasClass

  • Sr. Member
  • ****
  • Posts: 443
  • Karma: +34/-0
  • Talospace Earth Orbit
    • View Profile
    • Floodgap
Re: Compiling a new kernel for debian
« Reply #1 on: February 21, 2021, 10:50:41 am »
What happens when you try to? What do you see in dmesg?

MauryG5

  • Hero Member
  • *****
  • Posts: 729
  • Karma: +22/-1
    • View Profile
Re: Compiling a new kernel for debian
« Reply #2 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?

manatails

  • Newbie
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: Compiling a new kernel for debian
« Reply #3 on: February 23, 2021, 11:21:13 am »
What happens when you try to? What do you see in dmesg?



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