Instruction Sheet: Installing Epson L6160 on Modern Linux Mint/Ubuntu¶
This guide provides the definitive steps to manually install your Epson L6160 network printer when the standard automatic setup fails.
Prerequisites: You need your printer's IP address (e.g., 192.168.1.100).
Step 1: Prepare the Drivers 🔧¶
First, we will install the correct official driver and remove the conflicting system driver.
-
Download the Official Driver:
- Search online for "Epson L6160 driver linux".
- From the official Epson support site, download the printer driver file that ends in
.deb.
-
Install the Official Driver:
- Go to your
Downloadsfolder. - Double-click the downloaded
.debfile to install it with the GDebi Package Installer.
- Go to your
-
Remove the Conflicting Driver:
- Open a terminal and run the following command to remove the old, problematic system driver:
Step 2: Prepare the System¶
Next, we will disable the faulty automatic discovery service that interferes with the setup.
- Disable the
cups-browsedService:- In the terminal, run these two commands to stop and permanently disable the service:
Step 3: Manually Create the Printer 🖨️¶
Finally, we will use the command line to manually create the printer queue with the correct driver and settings.
-
Find the Driver File (PPD) Path:
- In the terminal, run this command to find the exact location of the driver file:
- Copy the full path that the command outputs.
-
Place the Driver File in the System Folder:
- Use the path you just copied in the following command. Replace
[PASTE THE FULL PATH HERE]with the path you copied.
- Use the path you just copied in the following command. Replace
-
Create the Printer Queue:
- Run this final command in the terminal. Note the use of the
-Pflag.
- Run this final command in the terminal. Note the use of the
Step 4: Verification ✅¶
- Go to System Settings > Printers. You should see a single printer named "Epson_L6160".
- Right-click on the printer and print a test page to confirm everything is working.