Difference between revisions of "Brother HL-2270DW"
Jump to navigation
Jump to search
(web interface, changed admin password) |
(→with cups (on ubuntu and tested on arch): turn into more readable step-by-step instructions) |
||
Line 12: | Line 12: | ||
Original listserv announcement: http://lists.sudoroom.org/pipermail/sudo-sys/2013-December/000144.html | Original listserv announcement: http://lists.sudoroom.org/pipermail/sudo-sys/2013-December/000144.html | ||
== | ==bare-metal linux instructions== | ||
# Install & run [https://www.cups.org/ CUPS] | |||
#* On Ubuntu/Mint: | |||
#** <code>apt-get install cups</code> | |||
#** <code>service start cups</code> | |||
#* On Debian: | |||
#** <code>apt-get install cups</code> | |||
Connection: lpd://192.168.1.8/queue | #** <code>/etc/init.d/cups start</code> | ||
#* On Arch Linux: | |||
#** <code>pacman -Syu cups</code> | |||
#** <code>systemctl start cups</code> | |||
# You configure CUPS through the browser at: http://localhost:631/admin | |||
# Click on <code>Add Printer</code>. It will ask you for your root password. This is very insecure but it's how some stupid Linux things work! | |||
#* User Name: root | |||
#* Password: your root password | |||
# Under '''Other Network Printers''', select: <code>LPD/LPR Host or Printer</code> and press <code>continue</code> | |||
# Under '''Connection''', enter this string: <code>lpd://192.168.1.8/queue</code> | |||
# Choose a name, description & location you will remember, then press <code>continue</code> | |||
# Under '''Make''', select Brother. Press <code>continue</code>. | |||
# Under '''Model''', select: <code>Brother HL-1250 Foomatic/hl1250 (recommended)</code>. | |||
# Press <code>Add Printer</code>. | |||
# Try printing a test page! |
Revision as of 20:48, 25 February 2014
Model: Brother HL-2270DW
Model website: http://www.brother-usa.com/Printer/ModelDetail/1/HL2270DW/
Features: B&W laser duplex wifi
wifi mac address: 00:22:58:18:DD:FD
Configured to connect to the SSID "sudoroom" with static IP 192.168.1.8
You can access its web interface from the sudo network: http://192.168.1.8/printer/main.html
The user is "user" and its password is "sudoroom" - the admin password is kept by Yar
Original listserv announcement: http://lists.sudoroom.org/pipermail/sudo-sys/2013-December/000144.html
bare-metal linux instructions
- Install & run CUPS
- On Ubuntu/Mint:
apt-get install cups
service start cups
- On Debian:
apt-get install cups
/etc/init.d/cups start
- On Arch Linux:
pacman -Syu cups
systemctl start cups
- On Ubuntu/Mint:
- You configure CUPS through the browser at: http://localhost:631/admin
- Click on
Add Printer
. It will ask you for your root password. This is very insecure but it's how some stupid Linux things work!- User Name: root
- Password: your root password
- Under Other Network Printers, select:
LPD/LPR Host or Printer
and presscontinue
- Under Connection, enter this string:
lpd://192.168.1.8/queue
- Choose a name, description & location you will remember, then press
continue
- Under Make, select Brother. Press
continue
. - Under Model, select:
Brother HL-1250 Foomatic/hl1250 (recommended)
. - Press
Add Printer
. - Try printing a test page!