forked from agalakhov/captdriver
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
So, I'm reading the Wiki, and found out that sufficient permission is required to print. (I suspect I don't have sufficient permission so it just stucks on Processing - cfFilterChain: ghostscript (PID 3712) exited with no errors.)
Also recall that we have set the device permission to
"0666"inudev, which means read and write for all users. Verify that fact by listing the device file:
$ ls -l /dev/bus/usb/001/008
crw-rw-rw-. 1 root lp 007, 20 Mar 20 00:00 /dev/bus/usb/001/008
Here's my output
$ ls -l /dev/bus/usb/001/002
crw-rw-rw- 1 root users 189, 1 10:28 26 Thg 4 /dev/bus/usb/001/002
- First, taking a look at permission, I think it looks the same. But if I notice correctly, the fullstop is at the end of the permission, which makes me wondering if this is actually required, or not.
- Second, the user doesn't seems to be correct. It said
users189instead of what I'm expecting:lp007
My system: EndeavourOS 25.4-1
ViZiD
Metadata
Metadata
Assignees
Labels
No labels