puddlemoon wrote:I am also teaching myself linux audio, so i am wanting to incorporate jack and rt audio in a remaster and i'd like to know which kernels in this forum can be used? with a script? (or swapped manually)? e.g. the ones from busterdog or perhaps from @rockedge ?
or is that all over complicated and i just should use what is in the repos?
Not sure if the lowlatency kernel from Ubuntu will do? (there's no rt kernel available anymore, I believe lowlatency replaces it) Anyway here's a "package":
https://github.com/DebianDog/FossaDog/r ... ncy.tar.gz
For a frugal install: Extract in the "casper" folder (but better first rename initrd1.xz and vmlinuz to .bak, otherwise will be overwritten, also rename k-5.4.0-47-generic.squashfs e.g. to .bak) and reboot.
I tested and boots OK, but cannot really test audio.
Also attached "upgrade-kernel-lowlat" script, can be used to build or upgrade the lowlatency kernel "package" yourself.
Remove fake .gz and make executable.
It will install the lowlatency kernel in "chroot" so does not alter the filesystem.
You need a Linux formatted partition for that (ext2/3/4)
Fred