this post was submitted on 27 Mar 2024
1288 points (98.1% liked)

linuxmemes

20762 readers
1728 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

BTW, I've had my Brother laser MFP for 11 years and still on the original toner.

you are viewing a single comment's thread
view the rest of the comments
[–] LordCrom@lemmy.world 36 points 5 months ago (1 children)

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

[–] ptz@dubvee.org 10 points 5 months ago (4 children)

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.

[–] droans@lemmy.world 8 points 5 months ago (1 children)

Oh, the software is actually called SANE. I thought you were just making clear how bad Brother's drivers were.

[–] ptz@dubvee.org 6 points 5 months ago* (last edited 5 months ago)

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

[–] Dultas@lemmy.world 6 points 5 months ago (1 children)

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.

[–] ptz@dubvee.org 6 points 5 months ago

I guess it was easy, just not well documented (at the time, anyway).

[–] CosmicCleric@lemmy.world 3 points 5 months ago (1 children)

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?

[–] Opisek@lemmy.world 2 points 5 months ago (1 children)

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.

[–] ptz@dubvee.org 2 points 5 months ago* (last edited 5 months ago)

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.