Difference between revisions of "Brother HL-2270DW"

Jump to navigation Jump to search
3,676 bytes added ,  16:13, 3 July 2015
more fixes
(web interface, changed admin password)
(more fixes)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
It's a networked printer. Most operating systems will find it automatically if you're connected to Omni wifi (sudomesh, Omni Ballroom, etc). 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 />
[http://www.brother-usa.com/VirData/Content/en-US/Printers/Consumer/UsersManual/UM_HL_2220_2230_2240_2240D_2270DW_EN_2640.PDF user guide]<br />
[http://www.brother-usa.com/VirData/Content/en-US/Printers/Consumer/NetworkUsersManual/NUM_HL_2270DW_EN_2639.PDF network user's guide]<br />
Features: B&W laser duplex wifi<br />
Features: B&W laser duplex wifi<br />
wifi mac address: 00:22:58:18:DD:FD
wifi mac address: 00:22:58:18:DD:FD<br />
ethernet mac address: 00:1B:A9:56:22:ED


Configured to connect to the SSID "sudoroom" with static IP 192.168.1.8
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.1.8/printer/main.html
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 />
The default user is "admin" and its password is "access".<br />


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


==with cups (on ubuntu and tested on arch)==
=='''HELP!  how do i stop it printing stuff nobody wants?'''==
install "cups"
if you're printing from linux, try emptying your local print spool by typing <code>lprm</code>
go to localhost:631
 
also try the printer's web interface maybe
 
==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>
#** <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.42.12/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!
 
== Getting More Toner ==
 
Bring the empty toner cartridge to [http://www.yelp.com/biz/cartridge-world-oakland Cartridge World] and they will give you a full one for $50ish. They reuse the cartridges. They've always had plenty of this model in stock. If you know of a cheaper alternative please edit this wiki.
 
It's just down the road, 1.5 miles away. [https://www.google.com/maps/dir/Sudo+Room/Cartridge+World+Rockridge Directions]
 
Make sure you bring just the cartridge and not the entire drum thing. Those are more expensive and breakable.
 
== Duplex Mode ==
 
Duplex mode is when it prints on both sides of the page. You can turn this on/off at the web interface: http://192.168.42.12/user/prnset.html
 
In duplex mode, I advise printing just one copy at a time. If you try to print multiple copies in one job, it might COLLATe utf8mb4_unicode_ci wrong. This just happened to me. I tried to print two copies, but each sheet had the same exact thing front & back. Very weird.
 
== Network Fail ==
 
Sometimes the network settings get fucked up because someone factory reset it or something. You can print the current settings by pressing '''Go''' 3 times within 2 seconds. If it got factory reset, the IP address will probably be <code>169.254.32.12</code> so you can fix it by connecting your linux laptop directly by ethernet and then something like:
 
sudo ip link set eth0 up
sudo ip addr add 169.254.32.11/16 broadcast 169.254.32.255 dev eth0
 
Then visit the [http://169.254.32.12/printer/main.html settings page] in your browser. The default auth is:
 
Username: admin
Password: access
 
=== Fixing the settings ===


use these settings:
Tell wifi to use sudomesh:
Description:
* http://169.254.32.12/bio/wlan.html
Location: sudo
** Wireless Network Name (SSID): sudomesh


Driver: Brother HL-1250 Foomatic/hl1250 (recommended) (grayscale, 2-sided printing)
Then change the wifi TCP/IP settings:
* http://169.254.32.12/bio/tcpip2002.html?interface=2
** IP Address: 192.168.42.12
** Gateway: 192.168.42.1


Connection: lpd://192.168.1.8/queue
Then make it use the wifi instead of ethernet:
* http://169.254.32.12/bio/multiif.html
** Auto Switching ( Enable Both Interfaces )


Defaults: job-sheets=none, none media=na_letter_8.5x11in sides=one-sided
The printer will restart and the page won't reload. But now wifi should work. For some reason you can't have wifi + ethernet at the same time.

Navigation menu