There have been a lot of advancements in HP printers since 1995. Unfortunately they have all been in the wrong direction.
I hate HP printer software with every ounce of my being : sysadmin.
There have been a lot of advancements in HP printers since 1995. Unfortunately they have all been in the wrong direction.
I hate HP printer software with every ounce of my being : sysadmin.
The usual way printing works on Linux is by connecting your printer directly to your system, or printing through IPP. But what if you need to print to a printer connected to a Windows system?
Here is how to get it working while keeping fuss to a minimum. Once again, these instructions are made with Debian Squeeze in mind, so adjust them if you’re using a different distribution. I used Windows XP but I believe these instructions should also work for Vista and Windows 7.
Make note of the printer’s share name and the system’s hostname, viewable in System Properties (right-click the My Computer icon).
smbclient
.# aptitude install smbclient
You have to enter both the Windows hostname and the printer’s share name, so you’d type something like mywindowspc/myprinter
. Make sure you get the case right.
In my own case there were three available drivers for the printer, so I went with the one marked “recommended” by the wizard.
That should do the trick. If it doesn’t work you can try using another print driver. If that still doesn’t work, try looking for a Linux driver for your printer.