Search |
||
Printing to an Apple Airport Connected USB Printer from SolarisPosted by mhadley on January 30, 2006 at 9:39 AM PST
The first thing to do is work out the IP address of the Airport base station to which you've hooked up the printer. The Airport Admin utility on a Mac can help out here if you have multiple base stations but if you have only one then its likely to the same IP address that is your default gateway. To find the default gateway type (the # represents the shell prompt, don't type it): # netstat -rn and look for the 'default' entry. To make sure you've got the right IP address try:
# telnet ipaddr 9100 where Next you need to configure a Solaris printer queue that points to the networked printer. It turns out that the Airport base station works pretty much the same as a HP JetDirect print server and the following commands get the job done: # lpadmin -p hp -v /dev/null -m netstandard -o dest=airport:9100 -o protocol=tcp -o banner=never -T PS -I postscript # enable hp printer "hp" now enabled # accept hp destination "hp" now accepting requests # lpadmin -d hp where »
Related Topics >>
Mac Java Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|