You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Installation from Debian package, the script downloads a meta-package. Installing the package will have dependency error: sudo dpkg -i linux-image-rt-amd64_6.12.6-1_amd64.deb
Preparing to unpack linux-image-rt-amd64_6.12.6-1_amd64.deb ...
Unpacking linux-image-rt-amd64 (6.12.6-1) over (6.12.6-1) ...
dpkg: dependency problems prevent configuration of linux-image-rt-amd64:
linux-image-rt-amd64 depends on linux-image-6.12.6-rt-amd64 (= 6.12.6-1); however:
Package linux-image-6.12.6-rt-amd64 is not installed.
dpkg: error processing package linux-image-rt-amd64 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-rt-amd64
sudo apt-get install -f will remove the linux-image-rt-amd64 package.
The following packages will be REMOVED:
linux-image-rt-amd64
Instead of using the meta-package, I successfully downloaded and installed the patched kernel package from here.
The text was updated successfully, but these errors were encountered:
Hi @tony2guo,
Thanks for bringing this to my attention. I changed the script now to download the patched kernel package that the meta-package points to instead (perhaps I should also make it download the kernel headers as well). I just tested it and it seems to work fine now. Let me know if it works for you too. Thanks again!
In Installation from Debian package, the script downloads a meta-package. Installing the package will have dependency error:
sudo dpkg -i linux-image-rt-amd64_6.12.6-1_amd64.deb
sudo apt-get install -f
will remove the linux-image-rt-amd64 package.Instead of using the meta-package, I successfully downloaded and installed the patched kernel package from here.
The text was updated successfully, but these errors were encountered: