06 Aug 2005Netgear WGPS606 Printer Configuration Mini HowTo

I had a terrible time getting my HP1200 configured on the Netgear WGPS606 as a linux only user. These are the simple steps on how to go about configuring it.

*NOTE: You can still set up the printer with pre V1.0_020 firmware, but you will have to do “Start Printer” after every job, and expect PCL errors, half completed jobs or jobs that spool but never print.**

*NOTE 2: Unfortunatly, printing multiple copies doesn’t work. To get around this problem, print to a file and then use the following script…**

Script:

#!/bin/bash

function is_int() { [ “$1” -eq “$1” ] > /dev/null 2>&1 return $? }

i=0 if ! is_int $1 || [ -z $2 ]; then echo “$0: USAGE: $0 " exit 1 fi

if [ ! -e $2 ]; then echo “$0: $2: File does not exist.” exit 2 fi

while (( $i < $1 )); do lp $2 let i=$i+1 done

Below added December, 20, 2006 *NOTE 3: Mac OSX Tiger (10.4) ships with CUPS 1.1. This device can be used through the Print & Fax pane under your System Prefences. (See Below)**

Mac OSX Tiger configuration: