Yet another Linux to Windows printing tip
Posted by gsri11 on January 22nd, 2008
Solution: with CUPS webform, adding printer and specifying login guest for printing without a password in a windowish printer.
Let’s consider a common situation: we have winXP computer with network address 192.168.1.1, it has network shared printer LaserJet 1200 visible by SAMBA with name HPLaserJ. From another windows machines all printed without problems, but from Linux machine with CUPS when you attempt to print something you getting error.
Connection failed with error NT_STATUS_ACCESS_DENIED
If you attempt to print on it via IPP, you get:
Unable to connect to SAMBA host, will retry in 60 seconds…foomatic-rip version $Revision$ running…
There is no password on shared printer in windows – it is empty.
Solve of this puzzle is ridiculously simple. Just add in CUPS webform new printer, choose “Windows printer via Samba”, and in address field write:
smb://guest@192.168.1.1/HPLaserJ
And that’s all! Printing without a problems!
Original post is HERE
It’s incredible that in huge and pretty goofy CUPS documentation this useful example is missing.
In KDE applications you ought to choose local printing address 127.0.0.1:631.
