brother_printer_fwupd
brother_printer_fwupd copied to clipboard
Script to update the firmware of some Brother printers
* [bug] Condition reversed in https://github.com/sedrubal/brother_printer_fwupd/pull/21/files#r1594590002 * [bug] download_fw was broken In order for firmware *uploading* to work, `download_fw` needs to return the path of the downloaded firmware file. *...
This printer identifies itself in a slightly strange way, as MODEL=`HL-L2360D series`: ``` snmpwalk -v 2c -c public 192.168.4.120 iso.3.6.1.4.1.2435.2.4.3.99.3.1.6.1.2 iso.3.6.1.4.1.2435.2.4.3.99.3.1.6.1.2.1 = STRING: "MODEL=\"HL-L2360D series\"" iso.3.6.1.4.1.2435.2.4.3.99.3.1.6.1.2.2 = STRING: "SERIAL=\"******************\"" iso.3.6.1.4.1.2435.2.4.3.99.3.1.6.1.2.3...
In the case when the printer was *not* autodiscovered (e.g. IP address specified explicitly with `-p 192.168.1.234`), the parameter `port` will be `None`, and the intended default behavior will depend...
e.g. it expects SNMP to be enabled and configured with snmp v2c. A security focused person might set this to v3 or have the service off completely. which of the...