File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ or on Arch with
73
73
sudo pacman -S python-pipx
74
74
```
75
75
76
+ You will also need the USB development libraries; on Ubuntu/Debian, install
77
+ with
78
+
79
+ ``` bash
80
+ sudo apt-get --no-install-recommends install libusb1-dev
81
+ ```
82
+
76
83
By default, users don't have permission to access generic USB devices, so you will
77
84
need to add a rule. The first time you run ` labelle ` , it will give instructions
78
85
about how to do this:
@@ -90,6 +97,16 @@ You do not have sufficient access to the device. You probably want to add the a
90
97
91
98
<!-- markdownlint-enable MD013 -->
92
99
100
+ ## Interference from CUPS
101
+
102
+ Sometimes, the CUPS printing system will attempt to communicate with the label
103
+ maker, causing interference with Labelle. If you don't otherwise have a USB
104
+ printer, you can disable CUPS attempting this with:
105
+
106
+ ``` bash
107
+ sudo touch /etc/udev/rules.d/70-printers.rules
108
+ ```
109
+
93
110
## Testing experimental features
94
111
95
112
To install a test branch, by GitHub user ` ghuser ` for the branch ` branchname ` , run
You can’t perform that action at this time.
0 commit comments