This is a nice little document scanner, and seems to work fairly well in Mint 17.2, after a somewhat pain-in-the-butt setup process, which is not necessarily very intuitive. I am writing down some notes here to save the next person a lot of time spent on trial-and-error. These instructions supplement - and don't replace - the instructions on Brother's website.
Before we get started, I like to use gscan2pdf (available in the software manager). In order to use it effectively, you may wish to install the following packages: unpaper, djvulibre-bin, gocr, although these packages are not required.
Please let me know if these instructions work for you!
I go through the following in three different sections:
- Basic installation
- Network setup
- Changing scanner settings via the network
Basic installation:
- To install the scanner, the first thing to do is visit Brother's website (http://support.brother.com). Navigate to the Downloads, find your device (under Document Scanners). I have the ADS-1 series.
- Select "Linux" for your operating system
- If you are running LM17, then you will want the "deb" file. Hit "search". I selected the 64-bit, but it will depend on your setup.
- Read and understand the "Notes before downloading" section
- Agree and download the file.
- Follow the directions on the website (use dpkg in the command line).
- Connect with printer USB cable and test with a scan program such as gscan2pdf. It may fail, because you may need superuser privileges. If it succeeds, proceed to step 9. You may wish to reboot the computer first.
- To use the scanner as a "normal" (not "super") user, you can follow the instructions linked in step number 5 of the Brother webpage instructions. I personally followed the instructions for "Ubuntu 9.10, 10.04, 10.10, 11.4, 11.10, 12.04, 12.10" and rebooted, but this may not be necessary.
- Your scanner should be working.
Network installation:
- Download the quick setup guide. Follow the instructions on page 11. Note: in my experience, it will not pair with a hidden network. You may have to unhide your network, and then rehide it once it is paired.
- Find your scanner on the network. If you don't know how to do this, the following command in the terminal may help.
- sudo nmap -sP 192.168.1.0/24|grep BRW
- This will return something like:
- Nmap scan report for BRWA1238798AJA.Networkname (192.168.1.105)
- Note the IP address in parentheses (192.168.1.105). This will be important in the next step.
- To configure your scanner, you use the brsaneconfig4 feature.
- To add the network scanner, you can type something like this (note: do not use spaces in the name):
- brsaneconfig4 -a name="WhateverNameYouWant" model=ADS-1000W ip=192.168.1.105
- Obviously, you have to replace the 192.168.1.105 with the IP address that you found in your Nmap scan report.
- To remove the scanner from your computer
- brsaneconfig4 -r name="WhateverNameYouWant"
- To see other options, you can use brsaneconfig4 -h
- To list all wireless brother scanner devices on your computer, simply use brsaneconfig4 -q and scroll to the bottom of the list.
To change scanner settings on network scanner:
Simply take the scanner IP address (use brsaneconfig4 -q or the nmap command in step two of the network installation section) and put it in your web browser. You will see all manner of options there, including a way to turn off that obnoxious beeping noise.
Thanks a MILLION sir!!!!!!!!!
ReplyDeleteHave you tried this scanner with mint 19 yet?
ReplyDeleteYes, and it's a pain. I am currently using it through the USB. If I can come up with a consistent way to get it working, I will let you know.
Delete