Bruce wrote: ↑Fri Apr 26, 2024 5:29 pm
Hi Leo-
Well, I tried the command line entries you suggested and it looked like it ran the script ok. However, I don't see a printer folder in Control Center.
When I issued the mtink command, it opens a box "Epson Utilities V 1.0.16" There is one port choice: /dev/lp0
If I select that, it does not find my Wireless printer which is a WF2760. My printer is not in the list of printers so I tried other as well as a few others and still nothing. This printer also has a built in scanner and I would like to have the ability to scan as well if possible. Any ideas?
Thanks... Bruce
It sounds like the mink utility you’re using is designed for older Epson printers connected via a parallel port (/dev/lp0), which is why it's not detecting your Epson WF-2760, a newer wireless model.
Here are some suggestions to help get your printer and scanner working:
1. Install the Correct Driver
Make sure you’ve installed the appropriate driver for the WF-2760. Epson provides Linux support via ESC/P-R drivers and Image Scan! for Linux for scanning.
You can download them from Epson’s official support page:
Printer Driver: Epson WF-2760 ESC/P-R Driver
Scanner Utility: Image Scan! for Linux
2. Use CUPS for Printer Configuration
If you haven’t already, install and open CUPS (Common UNIX Printing System) via your browser:
Go to Administration > Add Printer
Look for your WF-2760 under Network
[https://printsetupguide.com/]
Follow the prompts and select the correct driver
If your printer isn’t detected, ensure it’s on the same Wi-Fi network and broadcasting its presence.
3. Install simple-scan or Xsane for Scanning
Once drivers are installed:
Sudo apt install simple-scan
Launch Simple Scan to check if the scanner is detected. If not, the scan may be necessary as mentioned above.
4. Check Dependencies
Make sure the avahi-daemon and cups services are running, as they help with device discovery:
Sudo systemctl enable --now avahi-daemon cups
If you can tell me which Linux distro you’re using (Ubuntu, Fedora, etc.), I can tailor the steps even more specifically.