mirror of
https://github.com/feisuzhu/gprinter-cups.git
synced 2025-09-24 16:41:02 -06:00
Merge pull request #3 from skylarmt/patch-1
Add English setup instructions to README
This commit is contained in:
commit
90ea966904
5
README
5
README
@ -1,5 +0,0 @@
|
|||||||
热敏小票打印机 CUPS 驱动(Linux)
|
|
||||||
|
|
||||||
在 Gprinter GP1324D 上测试成功
|
|
||||||
|
|
||||||
抄袭了 https://tifan.net/blog/2018/03/27/gprinter-thermal-printer-unix-driver/
|
|
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Linux CUPS Driver for Gprinter GP-1324D
|
||||||
|
|
||||||
|
## Driver Setup Instructions
|
||||||
|
|
||||||
|
1. Copy `rastertotspl` to `/usr/lib/cups/filter`
|
||||||
|
2. Make `rastertotspl` executable and owned by root (`sudo chown root:root rastertotspl && sudo chmod 755 rastertotspl`)
|
||||||
|
3. Edit `/usr/share/cups/usb/org.cups.usb-quirks` and add the text in this repository's `org.cups.usb-quirks` to the bottom.
|
||||||
|
4. Plug in the printer with USB.
|
||||||
|
5. Visit http://localhost:631, click Administration at the top, then click Add Printer.
|
||||||
|
6. Enter your login username and password if prompted. If it doesn't work, add your user to the `lp` and `lpadmin` groups, reboot, and try again.
|
||||||
|
7. Select the found printer in the list under Local Printers, fill in printer name and other info.
|
||||||
|
8. When asked to choose the make and model, use the "Provide a PPD file" option and open `Gprinter.ppd` from this repository.
|
||||||
|
|
||||||
|
# 热敏小票打印机 CUPS 驱动(Linux)
|
||||||
|
|
||||||
|
在 Gprinter GP1324D 上测试成功
|
||||||
|
|
||||||
|
抄袭了 https://tifan.net/blog/2018/03/27/gprinter-thermal-printer-unix-driver/
|
Loading…
x
Reference in New Issue
Block a user