I grabbed the .deb package and manually installed the ppd in a folder in /usr/share/ppd/xerox and cups and see the ppd and configures the printer.
however I can't seem to connect to it. I am on the same lan network as the printer and there are no special rules on the printer as other boxes connect.
nmap showes me the following ports on the printer:
Code: Select all
PORT STATE SERVICE
80/tcp open http
443/tcp open https
515/tcp open printer
631/tcp open ipp
9100/tcp open jetdirectHowever when I try ipp://192.168.0.10, http://192.168.0.10:631 http://192.168.0.10:9100 http://192.168.0.10:515 etc I can't print a test page.
I checked a working ubuntu box's config and its using a bla.bla.bla.ipp._tcp.local address which I also tried and does not work.
Error logs dont give a clue either
And advice on connecting to these huge office printers would be appreciated
Thanks in advance
EDIT looking at the specs for the bonjour protocol
and running the command9.2.2 rp
This key is used to specify the queue name.
Code: Select all
avahi-browse --all -t -r | grep -ne 'rp='so with socket://192.168.0.10/ipp/print and the generic Generic PCL Laser Printer I can print a test page.
So now I just need to figure out whats wrong with their ppd file so I can print in color.

