Cupswrapper Driver Install(PJ-Printer CUPS)
Follow the 6 steps below to install drivers.
Installation to 64bit distributions is not supported
- Step 1. Login as a superuser ( or use "sudo" option if it is required )
- Step 2. Download drivers
- Download LPR driver and cupswrapper driver.
- P-touch, QL/PJ-Printer Driver download page
- Step 3. Install LPR driver and cupswrapper driver
- 3-1. Turn on your PJ-Printer and connect the USB cable.
*** Click the close button if the installation wizard comes up
- 3-2. Open the terminal and go to the directory where the drivers are.
- 3-3. Install LPR driver
- Command (for dpkg) : dpkg -i --force-all (lpr-drivername)
- Command (for rpm) : rpm -ihv --nodeps (lpr-drivername)
- 3-4. Install cupswrapper driver
- Command (for dpkg) : dpkg -i --force-all (cupswrapper-drivername)
- Command (for rpm) : rpm -ihv --nodeps (cupswrapper-drivername)
- 3-5. Check if the LPR driver and cupswrapper driver are installed
- Command (for dpkg) : dpkg -l | grep Brother
- Command (for rpm) : rpm -qa | grep -e (lpr-drivername) -e (cupswrapper-drivername)
- Step 4. Configure your printer on the cups web interface
- 4-1. Open a web browser and go to "http://localhost:631/printers".
- 4-2. Click "Modify Printer" and set following parameters.
- Your PJ-Printer's name |
|
for Device |
*** Select a entry with "USB #x"
e.g. "Brother PJ-622 USB #1 (Brother PJ-622)"
|
| - Brother |
|
for Make/Manufacturer Selection |
- Your PJ-Printer's name |
|
for Model/Driver Selection |
- Step 5. Try a test print
- 5-1. Open a web browser and go to "http://localhost:631/printers".
- 5-2. Click "Print Test Page"
Page Top