Setting Up
-
2. Getting Installation Brother Driver Script
Download the Brother Scanner Driver Installer for Linux
And then Installation Script is the Same for All Brother Printers!
-
3. Extracting Brother Scanner Driver Package
Double-Click on Archive Extract into /tmp
Or from Command Line:
gunzip -c $HOME/Downloads/linux-brprinter-installer*.gz > /tmp/linux-brprinter-installer
-
4. Setting Brother Scanner Driver Permissions
Give Execution Permission.
cd /tmp
chmod +x linux-brprinter-installer*
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo. -
5. Installing Brother Scanner Driver
Now to Install Brother Scanner Drivers
sudo ./linux-brprinter-installer*
In case of “CUPS is not installed” issue then to see How to Install it Here.
When Prompted Insert your Brother Scanner Model!
Then the Installer will Provide Automatically to Download and Install the Scanner and potentially also the Scanner Drivers…
Again following the CLI wizard, when Prompted about a Device URI:- For a USB Connection Simply Enter “n”!
- For a Network Shared Connection Setup Go to: http://localhost:631/printers/
Select the Scanner
Select “Modify Scanner”
Enter your sudo Username & Pass
Select the Protocol and Continue…
For Help see Instructions on:
http://localhost:631/help/network.html
-
6. Installing CUPS
And to Install CUPS in MX Linux
Simply run:sudo apt install cups cups-client cups-filters cups-ipp-utils
-
7. Running CUPS
Then to Start CUPS Service
Execute:sudo service cups start
And to Enable it at Boot:
sudo systemctl enable cups
-
8. Adding Printer
Finally, to Add Printer
First, Choose Printers:And then Add New Printer:
Follow the Wizard and the Printer should be successfully Founded and Installed…
Contents