Try reserving a dhcp ip i.e : 192.168.1.3:9100 on your wireless router.
Then:
lpadmin -p hpj6450 -v /dev/null -m netstandard \
-o dest=192.168.1.3:9100 -o protocol=tcp -T PCL -I pcl
Then:
It's been awile, here is what I have done.
wget
http://openprinting.org/foomatic-db/db/source/PPD/HP/HP_Color_LaserJet_2605.ppd
gzip HP_Color_LaserJet_2605.ppd
chmod 444 HP_Color_LaserJet_2605.ppd.gz
su
cp HP_Color_LaserJet_2605.ppd.gz /usr/share/ppd/SUNWfoomatic/HP/
svcadm restart svc:/application/print/ppd-cache-update:default
Then start print manager and configure...
also to debug:
edit the file /usr/lib/lp/bin/foomatic-rip (save it first) and change
the line ...
my $debug = 0;
to
my $debug = 1;
run your print job.
Then look in the log file /tmp/foomatic-rip for anything that might tellyou if
the filtering went wrong.
Don't forget to switch off 'debug' when finished with it.
You might want to submit a RFE as well.
--
This message posted from opensolaris.org