Summary: | USB printer not recognized by CUPS due to hardened kernel option | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Kenzelmann <gentoo> |
Component: | [OLD] Printing | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Daniel Kenzelmann
2016-04-28 17:22:13 UTC
maybe it is related to eudev or usbutils? lsusb seems to show a similar behaviour # sudo -u lp lsusb this just returns nothing at all (no error, just nothing) on the eudev system while it returns all connected devices on the systemd/udev desktop you may need to manually add the printer. also, ensure that the "usblp" module is not loaded (or compiled into kernel). 1. USB_PRINTER kernel config is disabled 2. Even then, this is outdated information and no longer an issue, see https://bugs.gentoo.org/show_bug.cgi?id=501122 3. Even IF that were an issue, the usblp module caused issues with the backend (causing it to not being able to access the printer) however the backend IS recognizing the printer (when run as root). Also it works fine on the systemd desktop. 4. I also tried to add the usb://Samsung/M2020%20Series?serial=08HVB8GGCF013HK uri manually, this will not work, the printer is not working. Issue was caused by the hardened kernel option: CONFIG_GRKERNSEC_SYSFS_RESTRICT Closing as invalid (sorry for the noise ... :-) |