My only gripe with it was the scan drivers were not easy to configure to enable network scanning.
Once I figured that out, I made a SANE scan server that has the drivers, and I just point all my devices to that (SANE to SANE) and don’t even need to install the actual scanner drivers. It’s damn amazing.
Oh, yeah. lol. It’s the Linux scanner framework. It has a network protocol that will talk to other SANE services and allow scanners to be shared.
My scan programs all go through SANE, so you don’t need the Brother drivers on each PC you want to scan from (just the machine that is interfacing with the scanner; in my case, it’s a Docker container on my server).
Learning I could do that was pretty life changing. lol
Once I figured that out, I made a SANE scan server that has the drivers, and I just point all my devices to that (SANE to SANE) and don’t even need to install the actual scanner drivers. It’s damn amazing.
Could you point me towards instructions on how to do that?
Did the same thing for mine. I’ve got one with ADF scanning, but it’s only one-sided. So I simply wrote some script on my scan server that merges the current scan with the last scan if they have the same amount of pages and now I can easily scan stacks of paper with both sides. After that it goes through some compression and off to my NAS. Ah, love my pipeline, so glad how simple the printer’s Linux drivers made it.
I would take any laser printer with a scanner/copier that doesn’t have a subscription model that has Linux drivers for all features .
Brother is the only one I’ve found to check all the boxes
My only gripe with it was the scan drivers were not easy to configure to enable network scanning.
Once I figured that out, I made a SANE scan server that has the drivers, and I just point all my devices to that (SANE to SANE) and don’t even need to install the actual scanner drivers. It’s damn amazing.
Oh, the software is actually called SANE. I thought you were just making clear how bad Brother’s drivers were.
Oh, yeah. lol. It’s the Linux scanner framework. It has a network protocol that will talk to other SANE services and allow scanners to be shared.
My scan programs all go through SANE, so you don’t need the Brother drivers on each PC you want to scan from (just the machine that is interfacing with the scanner; in my case, it’s a Docker container on my server).
Learning I could do that was pretty life changing. lol
Maybe it depends on the model? I just set it up on one a laptop a couple weeks ago and it only took like 10 minutes.
I guess it was easy, just not well documented (at the time, anyway).
Could you point me towards instructions on how to do that?
Pretty sure I just followed this:
https://help.ubuntu.com/community/SaneDaemonTutorial
Thank you!
Did the same thing for mine. I’ve got one with ADF scanning, but it’s only one-sided. So I simply wrote some script on my scan server that merges the current scan with the last scan if they have the same amount of pages and now I can easily scan stacks of paper with both sides. After that it goes through some compression and off to my NAS. Ah, love my pipeline, so glad how simple the printer’s Linux drivers made it.
That’s awesome! I’d love to expand mine to do more like that, but the model I have doesn’t have the ADF so it’s kind of pointless.