The printer driver can be installed with the brother-brgenml1 AUR package.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # On the 'donor' machine, boot a live linux ISO (Ubuntu or whatever) | |
| # and connect it to the internet. Then run these commands, which will | |
| # dump the contents to sprunge.us so you can retrieve them easily. Or | |
| # copy them manually, whatever. | |
| mkdir -p /tmp/MSDM | |
| cd /tmp/MSDM | |
| for f in SLIC MSDM; do |