1
Operating Systems and Porting / 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?
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?