Linux Printer Problems – Check the Simple Things First
I had a good reminder today that when troubleshooting Linux, it's very easy to assume Linux itself is the problem.I was trying to get my Epson XP-2100 printer working under Manjaro. Linux could detect the printer over USB, but nothing was actually printing.
After checking the printer setup and trying a few commands, I eventually switched over to Windows to see if the printer behaved differently.
The problem turned out to be much simpler than expected — the ink cartridges were empty!
It's a useful troubleshooting lesson. Before spending too much time changing drivers, CUPS settings or printer configurations, check the basics first:
- Is there paper in the printer?
- Are the ink cartridges actually OK?
- Is the USB/network connection working?
- Is there an error showing on the printer itself?
- Does the printer work from another operating system?
In this case Manjaro wasn't the problem at all.
One lesson learned though — I'll be buying genuine ink cartridges next time!
Anyone else ever spent ages troubleshooting a computer problem only to discover it was something simple?