Watch the installation guide video
This guide is for an educational purposes only. Please find the resources here or here.
sudo apt-get update
Watch the installation guide video
This guide is for an educational purposes only. Please find the resources here or here.
sudo apt-get update
| ## Make sure the kernel in use has a real time patch available for it. | |
| ## Check the below patch site for a patch for the appropriate kernel | |
| ## For gentoo, its usually necessary to emerge a specific version of the kernel as not all version have a patch set | |
| ## Using different kernel than the one you're using also allows you to switch between a working version if something goes wrong | |
| ## You need to make sure the exact version matches, example: 5.15.65 is exact version I used | |
| ## Patch site | |
| ## https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.15/ |