Brother HL-L2340DW: Difference between revisions

From /dev/hack
No edit summary
No edit summary
Line 39: Line 39:


Nmap done: 1 IP address (1 host up) scanned in 10.30 seconds
Nmap done: 1 IP address (1 host up) scanned in 10.30 seconds
</pre>
ftp is also enabled:
<pre>
$ curl --user anonymous: ftp://192.168.50.40
total 1
-r--r--r--  1 root    printer  4096 Sep 28  2001 CFG-PAGE.TXT
----------  1 root    printer      0 Sep 28  2001 Ready-----------
</pre>
</pre>

Revision as of 02:22, 7 March 2024

Model: HL-L2340DW

Printer WebUI is http://192.168.50.40/general/status.html MAC is 2c:33:7a:12:ba:c6

gifted from The Bikery (via Jess)

drivers: https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=hll2340dw_us_eu_as

`brlaser` on linux seems to work too

Unsupported format "text/plain" -> install cups-filters


THE "MANUAL" IS AT https://support.brother.com/g/s/id/htmldoc/printer/cv_hll2300d/use/manual/index.html#GUID-CF52D2C7-FC76-4D85-94CD-21CAF1981773_159

the printer's 1line UI is surprisingly robust. use the arrows and the OK/back keys

to configure the cups network printer the URL lpd://192.168.50.40/ or ipp://192.168.50.40/ works (with the proper brlaser drivers and stuff installed)

 $ nmap -Pn 192.168.50.40
Starting Nmap 7.94 ( https://nmap.org ) at 2024-03-06 18:04 PST
Nmap scan report for 192.168.50.40
Host is up (0.044s latency).
Not shown: 993 closed tcp ports (conn-refused)
PORT     STATE SERVICE
21/tcp   open  ftp
23/tcp   open  telnet
80/tcp   open  http
443/tcp  open  https
515/tcp  open  printer
631/tcp  open  ipp
9100/tcp open  jetdirect

Nmap done: 1 IP address (1 host up) scanned in 10.30 seconds

ftp is also enabled:

$ curl --user anonymous: ftp://192.168.50.40
total 1
-r--r--r--   1 root     printer   4096 Sep 28  2001 CFG-PAGE.TXT
----------   1 root     printer      0 Sep 28  2001 Ready-----------