How to Add printer in Linux Adding Printer to CUPS Server Procedure
In this article we are going to learn how to add printer in Linux and Adding Printer to CUPS Server procedure. Most of Linux users feel that adding / installing printer in Linux is hard, some times we have to say yes because all the printer models does not have proper drivers for Linux.
Still most of branded printers will work easily with Linux Operating System.
How to Add Printer in Linux RHEL 7 / Centos 7
Below is the process to install an printer from GUI Mode
First Step
Here is the main step where we can select the printer based on its connectivity.
Serial Port #1 – If your printer connected through serial / parallel cable as a local printer then select Serial Port #1 Or #2.
If your Printer is connected through Network then Select Network printer option again here Select the type which is the best for your printer. If you already have CUPS server then that CUPS server URL.
In this screen Select the option carefully, Select printer from Database is the option few of the printer drivers already available in Linux along with OS. Provide PPD is the option where we have to download driver file from vendor site and attach.
Click Forward
Click Forward
Provide Printer Name and Printer description then Click on Apply
Printer has been successfully
Adding Printer to CUPS Server Procedure
This procedure has been written assuming CUPS server is already exists and adding printer to CUPS server
Let’s see options
- -p <Printer Name>
- -v <Device URI>
- -D <Description>
- -L <Location>
- -o <Options>
- -u <User to allow>
- -m <Driver File Name>
Note: Before specifying driver file name we have to copy the PPD file to /usr/share/cups/model/ path
Above command will enable the printer
Verify the printer status using below command
Change the printer config to yes
Restart CUPS Service to effect the changes
That’s it your printer is added successfully to CUPS Server.
No comments:
Post a Comment