Brother HL-L2340DW: Difference between revisions
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
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) | 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) | ||
<pre> | |||
$ 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 | |||
</pre> |
Revision as of 02:17, 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
- https://wiki.archlinux.org/title/CUPS/Printer-specific_problems
- https://wiki.gentoo.org/wiki/Brother_networked_printer
- https://wiki.gentoo.org/wiki/Driverless_printing
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