File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,12 @@ 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 with
77
+
78
+ ``` bash
79
+ sudo apt-get --no-install-recommends install libusb1-dev
80
+ ```
81
+
76
82
By default, users don't have permission to access generic USB devices, so you will
77
83
need to add a rule. The first time you run ` labelle ` , it will give instructions
78
84
about how to do this:
@@ -90,6 +96,14 @@ You do not have sufficient access to the device. You probably want to add the a
90
96
91
97
<!-- markdownlint-enable MD013 -->
92
98
99
+ ## Interference from CUPS
100
+
101
+ Sometimes, the CUPS printing system will attempt to communicate with the label maker,
102
+ causing interference with Labelle. If you don't otherwise have a USB printer, you can
103
+ disable CUPS attempting this with:
104
+
105
+ sudo touch /etc/udev/rules.d/70-printers.rules
106
+
93
107
## Testing experimental features
94
108
95
109
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