Any update on this simple feature request?
Have you tried using Developer Mode
It would be good to have a proof of concept and a write-up for early adopters.
Adding my support to this, I use the procedure below, the problem is with each update it get’s wiped out and a different method is needed to install. I’m pretty sure there is a big use group out there given frigate, photoprism and other pattern recognition needs.
apt install dh-dkms devscripts git
git clone GitHub - google/gasket-driver
cd gasket-driver
debuild -us -uc -tc -b -d
cd …
dpkg -i gasket-dkms_1.0-18_all.deb
The code from @PuppaBriggy or on other threads work.
Just FYI, this is what I apply on each SCALE update since 23.10
install-dev-tools
apt install dkms devscripts debhelper dh-dkms -y
git clone https://github.com/heitbaum/gasket-driver
cd gasket-driver
debuild -us -uc -tc -b -d
cd ..
dpkg -i gasket-dkms_1.0-18_all.deb
systemd-sysext merge
Can use the upstream Google repository but no_llseek
has been dropped by Linux Kernel 6.12 so this repo does the change, see GitHub - heitbaum/gasket-driver and it’s one commit
I support this as well… I understand not wanting to bloat the OS with something many won’t need, so maybe a compromise would be to add consistency – any easy way to install it so people don’t have to troubleshoot the install for every release.