How do I disable autoload of the lp kernel module?
What I've tried so far:
Try to disabel the module via blacklist
echo "blacklist lp">>/etc/modprobe.d/blacklist echo "blacklist lp">>/etc/modprobe.d/blacklist.confRecreated the linux image
sudo dpkg-reconfigure linux-image-$(uname -r)
Even after reboot, the module was loaded again.
Brute force rm /lib/modules/$(uname -r)/kernel/drivers/char/lp.ko is working fine, but looks ugly to me ;)
