Brother printer fwupd
Script to update the firmware of some Brother printers
Script to update the firmware of some Brother printers (e.g. MFC). The project is written primarily in Python, distributed under the GNU General Public License v3.0 license, first published in 2019. Key topics include: brother, firmware, mfc, printer, snmp.
Brother Printer Firmware Update Tool
Script to update the firmware of some Brother printers (e.g. MFC).
Idea:
Brother provides drivers etc. for Linux but when you want to update the firmware of your printer,
Brother only provides ugly programs for Windows or Mac OS.
I think, you should do firmware upgrades from time to time, because the supported printers have
advanced network functionality, like SNMP, HTTP Web Management UI, and much more.
Some of them can be connected with Ethernet and some of them with WiFi.
The more features a system has, the greater is the risk of bugs.
You could try to use the official tools. You could try to run the Windows EXE in Wine for example.
First it seemed to work, but then it crashed - like almost always I tried to run programs in wine.
You could also extract the jar from the Mac OS DMG as described here.
But unfortunately this tool didn't find my printer and I had no chance to debug the problems as it
didn't give me any hint, what it is trying to do.
Then I found blog posts like
this, that described a
way to update the firmware with only standard Linux tools.
I tried it and it worked :tada:
To make it a bit easier, I wrote this simple script.
See also
- https://github.com/CauldronDevelopmentLLC/oh-brother
- https://cbompart.wordpress.com/2014/05/26/brother-printer-firmware-part-2/
What the script does:
- Optional (if no IP is given): Discover the printer using MDNS
- Get printer info (like model name, firmware versions, etc.) with SNMP (v2c)
- Query the firmware download URL from Brother API server
- Download the firmware
- Upload the firmware to the printer over port 9100 (PDL-Datastream / jetdirect)
Note: Make sure the required protocols are enabled in the printer settings
Tested with:
- DCP-9020CDW
- DCP-9022CDW
- HL-5370DW
- MFC-9142CDN
- MFC-9332CDW
- MFC-L3750CDW
Usage
A: Run with docker / podman:
The image is published on hub.docker.com.
bashpodman run --rm -it --network=host therealsedrubal/brother-printer-fwupd
B: Run package using pipx:
shellpipx run brother-printer-fwupd[autodiscover]
C: Install package using pip:
shellpip install --user --upgrade brother-printer-fwupd[autodiscover]
If this does not work, try pip install --user --upgrade brother_printer_fwupd.
D: Development installation:
- Clone the repo
- Install system dependencies:
libxslt-dev,libxml2-dev uv sync --all-extrasuv run brother-printer-fwupd --helpuv run brother-printer-fwupd-autodiscover --helpuv run brother-printer-fwupd-snmp-info --help
Use at your own risk!™
Contributions welcome.
Unit tests
Start the simulator in a second terminal:
bashcd ./simulator/ uv run ./run.py
Make sure, that you have all python interpreter versions installed. Then, run the unit test:
bashuv run tox
License
Contributors
Showing top 3 contributors by commit count.
