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?