Difference between revisions of "Brother HL-2270DW"
(changed lpd ip) |
(simpler intro) |
||
Line 1: | Line 1: | ||
It's a networked printer. Most operating systems will find it automatically if you're connected to any of these wifi networks: | |||
* sudomesh | |||
* sudoroom | |||
* sudoroom24g2 | |||
* sudoroom2.4ghz | |||
* sudoroom5ghz | |||
* basement | |||
* Omni Ballroom | |||
If you have trouble over the network, you can also connect by USB. | |||
== Details == | |||
Model: Brother HL-2270DW<br /> | Model: Brother HL-2270DW<br /> | ||
Model website: http://www.brother-usa.com/Printer/ModelDetail/1/HL2270DW/<br /> | Model website: http://www.brother-usa.com/Printer/ModelDetail/1/HL2270DW/<br /> | ||
Line 6: | Line 17: | ||
wifi mac address: 00:22:58:18:DD:FD<br /> | wifi mac address: 00:22:58:18:DD:FD<br /> | ||
ethernet mac address: 00:1B:A9:56:22:ED | ethernet mac address: 00:1B:A9:56:22:ED | ||
Configured to connect to the SSID "sudomesh" with static IP 192.168.42.12 | |||
You can access its web interface from the sudo network: http://192.168.42.12/printer/main.html | |||
The user is "user" and its password is "sudoroom" - the admin password is kept by Yar<br /> | |||
Original listserv announcement: http://lists.sudoroom.org/pipermail/sudo-sys/2013-December/000144.html | |||
=='''HELP! how do i stop it printing stuff nobody wants?'''== | =='''HELP! how do i stop it printing stuff nobody wants?'''== | ||
Line 14: | Line 33: | ||
lprm - | lprm - | ||
on linux machines (in a terminal) | on linux machines (in a terminal) | ||
==bare-metal linux instructions== | ==bare-metal linux instructions== |
Revision as of 12:06, 12 September 2014
It's a networked printer. Most operating systems will find it automatically if you're connected to any of these wifi networks:
- sudomesh
- sudoroom
- sudoroom24g2
- sudoroom2.4ghz
- sudoroom5ghz
- basement
- Omni Ballroom
If you have trouble over the network, you can also connect by USB.
Details
Model: Brother HL-2270DW
Model website: http://www.brother-usa.com/Printer/ModelDetail/1/HL2270DW/
user guide
network user's guide
Features: B&W laser duplex wifi
wifi mac address: 00:22:58:18:DD:FD
ethernet mac address: 00:1B:A9:56:22:ED
Configured to connect to the SSID "sudomesh" with static IP 192.168.42.12
You can access its web interface from the sudo network: http://192.168.42.12/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
HELP! how do i stop it printing stuff nobody wants?
Open a browser on a computer connected to the sudoroom network, and go to http://192.168.1.8 Then... i don't know what to do.
Also try emptying the print spooler on the computer that had printed the job, which means typing lprm - on linux machines (in a terminal)
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.42.12/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!