Logo
Shinguz Home
Google
 
/ch/open

Printer configuration

How to configure a Planet Print Server FPS-5P-D with a Brother HL-1030 Laser printer under Linux SuSE 9.0

Steps

  1. Configure Planet Print Server FPS-5P-D
  2. Configure Linux SuSE 9.0

Configure Planet Print Server FPS-5P-D

$ arp -s <ip_address> <mac_address>
$ arp -s 192.168.0.105 00:40:01:23:DF:0F

The IP address you have to choose out of your LAN address range (e.g. 192.168.0.105 out of 192.168.0.1 – 192.168.0.254 with net mask 255.255.255.0). You can test if the IP address is already used with e.g.

$ ping -b 192.168.0.255

The MAC address is written on the back side of your print server (e.g. 00400123DF0F -> 00:40:01:23:DF:0F)

$ arp -v
$ ping <ip_address>
$ ping 192.168.0.105
$ tftp <ip_address>
tftp> get config.txt
tftp> quit
01 BoxName : 1P_PrintServ23DF0F
02 BoxVersion : 6.08 (fixed)
03 BoxNodeID : 00-40-01-23-DF-0F (fixed)
04 DHCP/BOOTP : OFF
05 BoxIPAddress : 192.168.0.105
06 Gateway : 0.0.0.0
07 SubnetMask : 0.0.0.0
08 NetWare : Disable
09 PrinterMode : Fast (Fast, Normal, Slow)
10 Printer1Name : lp1 (fixed)
$ tftp <ip_address>
tftp> put config.txt
tftp> quit
$ ping <ip_address>

Configure Linux SuSE 9.0

© 2005 by Oli Sennhauser. This document is set under the GNU Free Documen­tation License. Any feedback is welcome.