Displaying 1 result from an estimated 1 matches for "lj3500".
Did you mean:
j3500
2007 Mar 01
0
Wide open (security = share) w/ printers including driver download success story
...nd dry and quick (I'm a
command line kind of guy). Printers are a Brother DCP8045D, Brother MFC8840D,
and HP color laserjet 3500 (the USB guy). Added raw queues this way:
lpadmin -p brother-1 -v lpd://brother-1/raw -E -m raw
lpadmin -p brother-2 -v lpd://brother-2/raw -E -m raw
lpadmin -p hp-lj3500 -v usb:/dev/usb/lp0 -E -m raw
In my setup, brother-1 and brother-2 have entries in DNS pointing to printer
IP addrs. Hence the names in lpd:// instead of IP addrs.
Directory permissions for the one data share and printer driver area:
mkdir -p /shares/data
chown nobody.nobody /shares/data
chmod...