this post was submitted on 27 Mar 2024
1288 points (98.1% liked)
linuxmemes
21169 readers
727 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows.
- No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
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.