533 pointsby m4635 days ago46 comments
  • WarOnPrivacy4 days ago
    I'm a brother shill but a while back they experimented with a consumer-hostile firmware update for one of their models.

    Since then, I've been edge blocking the rdns of update.brother.co.jp. It usually resolves to 4 IPv4 addys. Depending on the DNS resolver, they should lie in one of these subnets.

        3.164.143.0/24 # per asia dns
        13.249.98.0/24 # per us dns
        18.154.219.0/24 # can't recall
        18.155.68.0/24 # per alibaba dns
        18.160.225.0/24 # per he.net
    
    edit: It looks like Brother is using cloudfront to provide CDN services. Every region I try I get a diff subnet. Better to query yourself than rely on my IPs.
    • ohgr4 days ago
      I never let my printer near the Internet. It goes on the "fucking trash" subnet which has no route out. Mine's an HP but it complains occasionally that it can't get new firmware which makes me feel warm inside.
      • Brian_K_White4 days ago
        Still have to be careful, they have another method where an update is delivered as a print job (that doesn't print anything). So also don't let any windows or mac (or android or ios or chromebook I guess) clients reach the printer by any means, even usb, with drivers you aren't 100% sure about.
        • throw109204 days ago
          That's devious and evil. Do you have further details about the mechanics? e.g. if it's delivered by JavaScript embedded in a PDF then maybe one could introduce a proxy that strips that out.
          • account424 days ago
            Having the method exist is reasonable - you want to have as many fallbacks as possible to avoid bricking the device if you manage to break the main update flow.

            Applying updates without user consent is the evil part.

            • Brian_K_White4 days ago
              Agreed the mechanism is just practical and robust engineering.

              The only problem is the closed source drivers that could use it at any time.

          • pbhjpbhj4 days ago
            Unless they got specific consent that sounds like unauthorised access and unauthorised alteration of a computer system (which I gather to be judged criminal in UK & USA at least).
            • skissane4 days ago
              > unauthorised access and unauthorised alteration of a computer system (which I gather to be judged criminal in UK & USA at least).

              I doubt it would ever be prosecuted. It is important to remember that the law doesn’t mean what you think it means, it means what the average prosecutor and/or judge thinks it means. Those laws were invented for use against scary “hackers”, not printer manufacturers updating their own products

              • andy_ppp4 days ago
                Yes, it's amazing how we have given corporations all the powers and none of the responsibilities of individuals over the years.
            • Brian_K_White4 days ago
              I would call it that, but no one in the government will. Printer manufacturers lawyers will just equate it with the same automatic updates that the printer will do by itself if it could. And they will have a dozen words buried somewhere in the middle of a bible sized tos that you "agreed to".
            • mrkstu4 days ago
              I’m sure we all consented when we clicked through the driver installation screens…
            • plagiarist4 days ago
              Crimes in the US are only for individuals (and even then only for poors). If you are a registered corporation you may defraud, steal, or manslaughter without consequence.
            • mystified50164 days ago
              They do get explicit consent. That's what the EULA is.
        • waltbosz4 days ago
          > method where an update is delivered as a print job

          I wonder if this is a way to install custom firmware. Probably not. I would guess that the code that decodes the firmware from the print job probably passes it through the same signature check code as the regular firmware update process.

          Still it's an interesting route for exploit exploration.

          • yencabulator4 days ago
            Generally a modern printer has a shitty embedded Linux install in it. There's more than likely an exploitable vulnerability in the network services; even more so if it serves a web admin interface.

            The complexity is really in constructing the replacement firmware to drive the hardware correctly; developing that is probably easier if you dismantle the printer and find debug leads on the motherboard. Getting the common chips like networking going sounds doable, but for the actual printing there's lots of trade secrets around driving the actual printing hardware.

            A more likely route: a Chinese factory should be able to make a smallish batch of cheap monochrome laser printers with good-enough print quality, publish badly-written but usable specs for it, and make it easy to replace the firmware.

        • mcv4 days ago
          This sounds like circumventing home network security measures and therefore illegal.
        • knowitnone4 days ago
          why own a printer if you can't even connect to it to print?
        • account424 days ago
          Android and iOS don't support printer drivers so should be safe, no?
          • Brian_K_White4 days ago
            idk about ios but I sure can print from android.

            I don't know if I'd be surprised or not to find out that you actually can't print from ios. It seems crazy to me, especially considering ipads, but the entire Apple ecosystem seems crazy to me and yet it exists despite my incredulity.

            I could even print from webos and palm but I guess that doesn't matter now. 50/50 toss up if the current webos on lg tvs still has any printer drivers. But if there was still any webos printer drivers, they will not be open source and so you can not trust them not to do unwanted things to your printer some day.

            • becurious4 days ago
              You can print from iOS to printers that support AirPrint. No drivers needed, but the printer needs to support the AirPrint protocol.
              • Brian_K_White4 days ago
                That means ios is not safe. Software that you don't control and was not written by end-users for end-users benefit, but was instead written by the same people who wrote the printer's firmware can send a print job from ios to the printer.

                The printer doesn't care what physical connection or network protocol is used, including airprint, and in the case of ios, while you might be able to print some documents without using any software from HP, HP does still have a an "HP Smart" app (and probably others) for ios. Meaning that blocking the printer from the internet does not prevent the printer from receiving updates, and all of the closed-source platforms are the primary dangers as sources of update print jobs.

                Technicall linux/bsd are not garanteed safe either. It's possible for a native linux app to send the same kind of update, but just far less likely without the users knowledge or intent.

                You have to go pretty far out of your way to install non-repo software from a printer manufacturers web site, and actively grant it permission to install and activate services that run on their own... And even if you did that, if such software even existed that was not well-behaved, the first time it did that to a linux user that didn't expect it, we would all find out about it and every google search on the topic of linux drivers for that printer would warn about the bad software.

                Or just no one would ever actually bother even looking to try to install it in the first place simply because the normal open source drivers and apps work well and the manufacturers software is a crazy mess.

                I had a Samsung color laser printer that actually had linux software provided by Samsung that I actually installed just to check it out. HOLY SHITBALLS it was terrible both outwardly just using it as a user and behind the scenes how it was written. Just crazy utter garbage all around. That software, since it wasn't open source, might do anything on it's own just like a Windows driver, including sending a printer update, but it was such junk, and so not-needed, that no linux user ever installs it, so it does no harm even though it exists and could.

            • account424 days ago
              Being able to print doesn't mean you have drivers for your printer - both the phone and printer support a semi-standardized protocol (probably bastardized postscript).
              • Brian_K_White4 days ago
                That's a driver. It's also a connection.

                If the blob is delivered in a ps package over https, or bluetooth, or via lpr or jetdirect makes no difference.

                The point is that software you don't control generated the data and delivered it to the printer.

                • account424 days ago
                  The OS is not going to deliver random printer firmware updates without some printer manufacturer software involved.
                  • Brian_K_White4 days ago
                    Yes but so what? I said don't let an ios client reach the machine. I didn't say it was Apple who wrote the software that will commit the act you don't want.

                    The same danger on Windows doesn't come from Microsoft. You download and install software from HP and it does the deed.

                    You could in theory write an open source driver that runs on windows and is safe. There are also old closed source drivers which just happen to be well behaved. Which is why I said "drivers you aren't 100% sure about".

                    On Android, depending on the version and distribution, there have been both pre-installed and user-installable printer drivers from hp and samsung and everyone else, pretty much just like on Windows. Even the pre-installed whichbare "part of the os" are written by the manufacturer not Google or AOSP. And just like Windows it is technically possible to write an open source driver that you can safely use and trust. Which again is why I said "drivers you aren't 100% sure about"

                    • account424 days ago
                      So what is the scenario you fear? An iOS or Android user goes to brother.com and prints brick_my_printer.pdf? With that level of paranoia you might as well trash the printer because an update could theoretically be steganographically hidden in a way no filter or intermediate print servers can catch without unacceptably degrading the print quality.
                      • Brian_K_White4 days ago
                        Why do you ask about a "scenario you fear"?

                        I don't "fear" anything. It is simply a fact that printers have an update mechanism that doesn't require the printer to have access to the internet, which is merely a print job.

                        And so if one wants, as the gggp comment did, to ensure that ones printer cannot be updated without ones deliberate instigation, one must also be aware of all possible sources of print jobs.

                        I don't know why you seem to have a problem with this. What scenario do you fear? In what way does this knowledge hurt you?

                      • Brian_K_White4 days ago
                        "goes to brother.com and prints brick_my_printer.pdf" is really quite a silly place to arrive, starting from "printers can be updated via print job".

                        An update print job is just a blob of data that anything can squirt at the printer. A person doesn't need to press "print" anywhere, or do anything at all, or even know that it happened.

                        Any driver or application software that was written by the same people as the printers own firmware can do it all by itself any time it wants, for the same reasons that the printers own firmware does in fact already do it all by itself any time it wants.

                        I don't know why you find this so unbelievable.

                        Two seconds on kagi yields http://h10032.www1.hp.com/ctg/Manual/c06530233.pdf

                        "HP printing devices have the ability to accept firmware upgrades, solutions software and custom color table “bundles sent as a print job. The “Allow firmware updates sent as print jobs (Port 9100)” setting controls the ability for the printing device to accept firmware over the standard printing port, and also applies to firmware sent over all print-path methods including FTP, LDP, IPP(s), EWS Print page or Copy command."

                        (meaning that although the label on the setting in this particular printer's ui mentions "port 9100", it's not actually limited to jetdirect, the special print job is recognized no matter what path or protocol it took to arrive at the printer)

      • aqueueaqueue4 days ago
        Eventually we get to the point we let nothing near the internet!
        • HenryBemis4 days ago
          And why should we? It should all be "allow" and not "block". Machine should be serving _us_ the buyers/users.

          I could never understand why my Windows Explorer (back in the ZoneAlarm days) were speaking to Microsoft when I was searching for my FileName.doc inside my C: Drive.

          I could understand the Word or Excel accessing when I need "Help" (I assume online help file was more frequently updated).

          No! Naughty developers and naughty businesses. My machines should leave my 127.0.01 when I want for MY uses and MY needs and MY convenience.

          For vast majority of home users the only app that needs to 'get out' is their browser and their "windows udpate". Everything else is just tracking.

          • thih94 days ago
            > Machine should be serving _us_ the buyers/users.

            Yes.

            But every now and then consumers get a tempting offer and trade a bit of their freedom for lower price, more comfort, more prestige, or something else. I.e. in practice buyers don’t mind that much and likely also don’t understand the difference and the consequences that well.

            • dietr1ch4 days ago
              Consumers don't get told prices are down because of privacy going away. Prices going down on technology is the norm, so it's not even suspicious.
            • toofy4 days ago
              > … and likely also don’t understand the difference and the consequences that well.

              this could be a very good argument to explain why so many have become skeptical of companies.

              we have example after example where companies take advantage of people.

              hearing my grandfathers generation go on about “the days when you could trust a company to be fair” i used to think they were seeing with rose-tinted glasses, but more and more im convinced we’re dealing something much more nefarious than that generation.

              • kjellsbells4 days ago
                > the days when you could trust a company to be fair

                Those days never really existed. It was simply that their misbehavior affected groups of people who didnt have access to the media and power structures. For the US, e.g.: central Americans (banana company inspired coups), native tribes (water pollution, deforestation), poor whites (coal ash pollution), etc.

                I can see that companies treated their employees better, but that might also be correlated with strong unions, less regulatory capture, more competition, or some other factor, rather than intrinsic goodness.

              • FredPret4 days ago
                Companies used to hire Pinkerton detectives to put down strikes and make employees use company stores.

                Behaviour has improved for various reasons.

                All we’re seeing now is that people’s technological surface area is expanding from zero to infinity so there are lots of new little cracks and edge cases society still has to sort out.

            • account424 days ago
              This is a false narrative. There is never any active consumer choice.
              • naikrovek4 days ago
                of course there is. it just takes a lot of people to make the good choices, and when money is tight, that is very hard for people to do en masse.

                this is part of the trend lately that has money flowing upwards and not back down again. if the end-user/customer is at the bottom, wages they're paid are what go into the economy and do the work that money does all the way up the chain of commerce until it reaches some rich guy shaped like a sphere who smokes cigars and laughs maniacally all the time. but because he's been tightening budgets on all the companies he's on the boards of, the employees of those companies get less money every year to spend on things. so more of the money stays in his hands. so customers have necessarily less choice on things they can buy and choices they can make in the marketplace.

                eventually people get laid off or fired and now they have no money to do anything with and in the end take any job they can, if they aren't found by some employer before then. so they have less and less agency while the people selling things have more and more and more.

                the end result of this is that we will become pets of the bourgeois which is exactly what they want. they not only have a need to win (which is fine by itself) but a need for all others to lose (which is not ok in any way) and they can never ever be happy with what they have.

                I truly wish I had not had children. Life is going to be hard for them.

          • miki1232114 days ago
            This is not what the vast majority of people want.

            People want security issues patched, preferrably without them having to do any work or even know about it (because they won't do the work and get annoyed at popups they don't feel like they need). People want bugs fixed (and crash reports do actually help with that, despite what some say). People want companies to prioritize the features that they're using and fix places where users get "stuck", and that's much easier with telemetry. People will almost always choose free shit over products they have to pay for, and for many products, free only works if you know what ads the user should see.

            • Xelbair4 days ago
              there's thin line between 'autoupdates consisting of security patches and bugfixes' and 'we will extract every piece of data we can and possibly remove features with no way to rollback'.

              most apps fall into the latter, into the network blackhole they go. You give them an inch, they take everything.

              You cant even get away from this by paying (and i'm willing to to so!) because people who actually are willing to pay are the most valuable ones to advertisers - so the incentives are there to extract even more value in such case.

              In case of products from outside of software domain there's this consumer assumption that product does the thing and just the thing - food doesn't try to poison you, toys are just toys and so on.

              they are aware of tradeoffs - something's cheaper, it might be less safe, less featured or maybe made a bit worse.

              99% of modern software is user hostile first - data extraction and maximizing value for adverts and then it might do a bad job of actually fulfilling its purpose, with updates usually making it worse over time, or jacking up prices in form of monthly subscription instead of license sale.

            • Zak4 days ago
              It's a printer.

              The only way it could have security issues is if it's connected directly to the internet (not behind NAT) or a device on my LAN is actively attacking it. The former case is difficult to accomplish without enough expertise to know better; the latter is plausible, but mitigated by a printer too simple to easily harbor a persistent threat.

              • account424 days ago
                Theoretically there may be an exploit via data in the print jobs sent to the printer.
                • Zak4 days ago
                  Sure, and that could break the printer, cause it to print things I don't want it to, or cause it to serve malware to other devices. I would like the printer to be too simple for the third case to be realistic, but that may be harder to build today than something with a more complex embedded OS.
                  • account424 days ago
                    I guess it may be possible that a printer exploit could be used to then exploit devices using it to print but yeah that's probably stretching it.
            • wkat42424 days ago
              Of course security issues are usually highly mitigated already by not having internet access on the device.

              And the vast majority of people hate ads like me.

              • dspillett4 days ago
                > And the vast majority of people hate ads like me.

                I don't mind respectful¹ ads, and refrain from using sponsorblock & similar. What I object to, and actively block, is the stalking that is endemic in the ad industry and is in no way respectful.

                ----

                [1] i.e. not the pop-ups/-unders of yore, not those that autoplay video or, worse, audio, not those that otherwise interfere with the normal use of the page I'm trying to look at, stalking etc.

                • wkat42423 days ago
                  That's up to you. I block everything and I'll never go back. I just want the whole advertising industry to go away. They've betrayed my trust so often that I'm never going to let them back in. In any form. I don't care about the collateral damage in the services and sites they 'support'.

                  When I ask around me people don't really have a very nuanced view either, though they're not as hostile as me, most of them just believe it is unavoidable. They don't have the skills I have in ad avoidance. But they don't have any kind of ethical concerns.

                • pdimitar4 days ago
                  Internet advertising is a race to the bottom. If you're not using scummy tactics then your competitors will, and you lose money -- or your entire business.

                  I can't remember the last time I was exposed to respectful ads. My home PiHole deny-lists keep growing in size and this will continue unless the internet at large changes. Which I don't believe it will, barring any civilization-wide disaster.

                  • dspillett2 days ago
                    > I can't remember the last time I was exposed to respectful ads.

                    There are still some out there, or at least some that aren't actively disrespectful. At least sponsor spots in podcasts don't stalk me online, etc, at least when they are honest about what is happening¹. They are very much in the minority though.

                    ----

                    [1] The 3D printing “community” on youtube is rife with “personal” recommendations that are obviously paid for but try to look more organic. “Today I'll test if you _really_ need to dry your PLA filament rolls, in a video sponsored by the company that makes one of the dryers I'll be testing…”

                    • pdimitar2 days ago
                      I still have some respect for that form of advertising though. At least they are not actively trying to be pieces of crap. :)
        • zecg4 days ago
          I have doubled my battery life on Moto Edge with Rethink DNS, blocking everything per app. There's so much junk I don't want to phone home that tries 50 times a day.
          • aqueueaqueue4 days ago
            This sort of solution appeals to me but I wonder what the trade-off is. I am now sending data about domains I visit and when to a different entity not my ISP, how do I trust them more?
            • zecg3 days ago
              You don't have to use any DNS features, Rethink will happily let you set your DNS resolvers to whatever you like, you can just use it as an on-device VPN that allows you to block or isolate everything per app or per connection.
        • lukan4 days ago
          Good luck with soldered on LTE modems.
          • notpushkin4 days ago
            Cool, a printer and a free unlimited SIM card!
            • hhjj4 days ago
              Until they use eSIM, and then we will have to tinfoil all of our electronics.
              • hkt4 days ago
                Or, cheaper electronics emerge that don't include any independent rogue networking capability!
                • FredPret4 days ago
                  Hardware that is not subsidized by spying on the consumer will be more expensive
                  • account424 days ago
                    All evidence points to the spying profits to not be returned to the user via lower prices.
                    • notpushkin4 days ago
                      Yeah, when everybody is spying why compete on the price?
                • gessha4 days ago
                  > cheaper electronics

                  > don't include any independent rogue networking capability

                  Everybody and their broligarch mom wants to make these two qualities incompatible.

      • DoingIsLearning4 days ago
        My reply is low value for HN but your comment is the literal embodiment of an older meme:

        - Tech Enthusiasts: Everything in my house is wired to the Internet of Things! I control it all from my smartphone! My smart-house is bluetooth enabled and I can give it voice commands via Alexa! I love the future!

        - Programmers / Engineers: The most recent piece of technology I own is a printer from 2004 and I keep a loaded gun ready to shoot it if it ever makes an unexpected noise.

        P.S. More seriously I agree, we witnessed multiple times over the enshitification that inevitably follows.

        • j1elo4 days ago
          We have this saying in Spanish "en casa del herrero, cuchillo de palo" (the blacksmith rather uses wooden-made knifes at home), meaning that when you're an insider to some of the nasty things that are part of certain products, you'll end up wanting to avoid it altogether. And in a sector as unregulated and wild regarding user protections as is the technology and software world, no surprise lots of engineers know that things look grim when you know the secrets of how they're done.
        • LinuxBender4 days ago
          You jest but my first experience with this were Compuserve CD's in the 90's. I saw my hard drive light blinking when I did not ask the computer to do anything so I killed the power then powered on, ejected the CD and threw it into the trash. Ever since that experience I've been highly skeptical of any program and vindicated hundreds of times since.
          • sellmesoap4 days ago
            I was just thinking how I miss the sound of spinning rust as a system health indicator.
          • ndsipa_pomu4 days ago
            Surely that's just the result of Windows blindly trusting and running any insertable media? That was such a stupid design choice by Microsoft
            • LinuxBender4 days ago
              That was a result of launching their program think early web client app to talk to their network. I did not install anything yet it started enumerating the hard drive. I had a LED for the CD and a LED for the hard drive. This was a 386-DX40 (40Mhz) with a 144MB RLL hard drive. There was enough flickering to indicate they were reading a lot of data.
        • throw_pm234 days ago
          I think the midwit meme captures this best, where at both ends of the IQ bell curve the characters say "I hate technology", and the guy in the middle loves it.
        • sellmesoap4 days ago
          I had an ARM win11 tablet that constantly cycled my ancient printer with the $11 2000 page toner. A firewall between the tablet and the printer was the answer.
      • a-french-anon4 days ago
        I went even more radical, personally: got a DCP-L2510D that simply doesn't have WiFi/Ethernet, only USB. Both scanning and printing work perfectly via CUPS and I'm happy as one can be.
      • throwawayqqq114 days ago
        Maybe i can help against that warmth ;)

        Could some rogue javascript establish a connection from your browser to your printer?

        • ohgr4 days ago
          Oh don't :)

          I'm actually worried that some newer smart devices might be set up to use well known public wifi services that are available from consumer routers.

          Just sitting here I have public "EE Wifi X" and "BT Internet" which it could connect to if configured at the factory to do that.

          Then I am boned.

          • macNchz4 days ago
            Check out Amazon Sidewalk—if any of your neighbors connect a device supporting it to the internet, your devices will find them and use their internet connection if you don’t provide one! Apparently their network covers like 90% of the US population (at a low data rate), and they’ve made it possible for non-Amazon devices to implement it.
            • ohgr4 days ago
              Ok so my next house: must have Faraday cage.
        • marcosdumay4 days ago
          Maybe, but it has been a lot harder than doing the trivial thing for a few years already.

          If it can, it's a vulnerability that has to be fixed.

        • rkagerer4 days ago
          Rouge as in red, or as in rogue?
          • robertlagrant4 days ago
            You need to do some rouge teaming to explore this vulnerability.
          • throwawayqqq114 days ago
            Fixed the typo. Even though its not as far fetched, i am not talking about cosmetic JS :)
      • dtgriscom4 days ago
        Ah, the joys of thwarting a piece of hardware.
      • abcd_f4 days ago
        Same. I just don't set the default gateway when configuring it.
      • mschuster914 days ago
        I dont see this that positive. As long as your computer has access to it, malware can exploit vulnerabilities in the firmware to achieve persistence.
    • viraptor4 days ago
      These are Amazon ranges. You're most likely blocking random aws load balancers including more than just brother servers. Also the brother servers can be redeployed at any point. It's likely better to prevent the dns name resolution instead.
      • hyperman14 days ago
        I'd suggest switching from a blacklist to a whitelist mindset. In this case, allow the printer only access to the local network.
        • account424 days ago
          I'd be even more paranoid and connect the printer via USB only. You can then run your own print server if you want to support printing from multiple devices.
      • codedokode4 days ago
        The printer might be using encrypted DNS.
        • viraptor4 days ago
          Very unlikely. At least not without a fallback. Lots of corps will not allow encrypted dns because they want good traffic monitoring for threat detection. It may be an option, but it almost certainly won't be enforced.
          • account424 days ago
            A plain UDP fallback won't help you if the printer can get to it servers without needing it in your home network. DNS-level filtering is pointless for devices you don't control.
            • viraptor4 days ago
              For malicious devices, sure. But a printer will do the basics and just use dns. There's no upside more important than a risk of whole bunch of devices just not being able to work. There's really no clever and sneaky functionality there.
          • HPsquared4 days ago
            Maybe the "Enterprise-grade" printer that costs twice as much and doesn't do the annoying things. Like how Enterprise versions of Windows let you disable certain stuff.
    • jchw4 days ago
      Barring a particularly good reason, I reckon your best bet is to just block internet access from the printer altogether. I can't think of a good reason why it should have internet access.
      • gregncheese4 days ago
        Scanning directly to a share folder? Scanning and sending to an email address.
        • jchw4 days ago
          You could come up with a list of features that are plausible but I can't imagine a world where having my scanner send an email would be more convenient than just having a scanned document directly on a computer or phone.

          Brother printers can scan to network shares without Internet access. Local networking is plenty.

          • rafaelmn4 days ago
            > but I can't imagine a world where having my scanner send an email would be more convenient than just having a scanned document directly on a computer or phone.

            I have a home office laser combo - it has a touch display on it and is bulky next to - when I need to scan in receipts I just upload it to a share folder where my accountant can pick it up.

            • account424 days ago
              Just scanning on your computer/phone and emailing the result would not be any more effort.
            • averageRoyalty4 days ago
              Given the capabilites of the average HN user, it would be trivial to send to a local share that is monitored and auto uploads, effectively firewalling the printer off. I do this with my "smart TV", it only has access to my web proxy and a DNS sever I control, whitelist only.
        • ohgr4 days ago
          I have never found a reason to do that personally. It seems like an extra step I don't need. I also don't want the printer going near a shared folder and I definitely don't want the printer's true owner (the vendor) to be handling my documents over email!
        • meindnoch4 days ago
          >Scanning and sending to an email address.

          Who's going to be sender of that email?

          • skipkey4 days ago
            Both HP and Brother offer this - it goes to a server that then sends to an email you have configured. I’d guess the vast majority of people who use the scanner do this rather than setting up a share on a home network.
    • FabHK4 days ago
      Thanks, good idea.

      I went to my home router (a Fritzbox) and just blocked the printer from accessing the internet (it's under Internet -> Filter, and the printer is named BRW90....). Fairly straightforward - that should be a good enough fix, no?

      • account424 days ago
        It's probably enough a truly malicous printer could change the MAC address and device name to get around any such blacklist. Even a MAC-based whitelist is vulnerable to spoofing. To be truly safe you'd need to put the printer on its own lan without an internet connection or not connect it via ethernet/wifi at all.
    • beached_whale4 days ago
      why does my brother printer need to be online? I dont add it to the allow list at all.
    • jerome-jh4 days ago
      I have a Brother inkjet/all-in-one. Of course it never connected to the internet, thanks to a router firewall rule. Actually I only use Brother cartridges for black. They are quite economical and I bought a bunch of them at some point when they were cheap on Amazon.

      Now the color cartridges keep draining although we never print in color. So of course I do not fit Brother color cartridges! For that reason and others (very average quality when printing from Linux, takes only high quality 90g paper, heads regularly clogged even with Brother ink, color prints ugly even with Brother ink), I am not satisfied with this product. Unfortunately I still have a few years of black ink to consume before getting rid of it.

    • davidjytang3 days ago
      > they experimented with a consumer-hostile firmware update for one of their models.

      Which model?

    • tankenmate4 days ago
      another option you could use is something like routedns[0], this allows you to filter DNS requests (or get them to resolve to 127.0.0.1) and it won't affect other services that might be on the same IP.

      [0] https://github.com/folbricht/routedns

    • ThePowerOfFuet3 days ago
      Why not just block it at the DNS level?
    • account424 days ago
      Why give the printer internet access at all?
  • samlinnfer4 days ago
    I want to see this confirmed before we hop into it. I've been using aftermarket toner with Brother all the time and it's working well. All the posts on Louis' wiki (https://wiki.rossmanngroup.com/wiki/Brother_ink_lockout_%26_...) are 2-3 years old and the only primary sources from people on reddit and there are a total of 3 people saying this. He's long winded video adds nothing new, this tomshardware article just repeats what he says in the video.

    Literally these are the only three sources I can find of people claiming this:

    1. https://www.reddit.com/r/printers/comments/s9b2eg/brother_mf...

    2. https://github.com/sedrubal/brother_printer_fwupd/issues/9

    3. https://news.ycombinator.com/item?id=31860131

    • philipodonnell4 days ago
      Hi. Maybe anecdotal, Brother MDC-J480DW, had it about 3 years, always bought third party ink, two weeks ago I had to replace the color ones and it started saying there was no ink even though ink was clearly visible, it failed on two different colors from two different sources, and the three different black cartridges, then bought legit from Walmart and worked perfectly. I can’t speak for everyone’s experience, but mine was definitely changed recently to always say third party ink was empty, and I’ll junk it once this ink runs out.
      • viraptor4 days ago
        Worth noting that this looks like a different issue. You're reporting high ink level not being accepted, but the other post reports high misalignment.
      • PennRobotics4 days ago
        I don't know about every Brother model. On ours, there's a key sequence you can press to reset the toner cartridge odometer letting you squeeze out toner until the text is a satisfying light grey.
      • nazgulsenpai4 days ago
        I use a J480DW and had the EXACT SAME ISSUE last month. Ordered a different brand of aftermarket cartridges and they worked like a charm. Maybe a supplier issue.
      • venusenvy474 days ago
        I've had the MFC-J480DW for many years and have been happy with the cheap generic ink cartridges I've been able to use. I'm getting worried about what I'm reading here. I have it connected by USB to my PC, and I don't know if it gets any updates from the PC.
    • jeffdubin4 days ago
      I can confirm this. A Brother HL-L3270CDW color laser worked fine with third-party toner at first, but would not recognize it after a firmware upgrade. I tried three different sets of cartridges, including different brands - none were recognized, and there's no way to revert to a previous firmware version.

      That was the last Brother color printer I'll buy, unless they go back to accepting generic toner.

    • schneems4 days ago
      Last time we changed ours (recently, maybe a few months) it gave us a message saying we were using untrusted ink and it now prints a black line down one side of the page. First time I’ve had any issues in years. TBH my first reaction was that it was some kind of intentional effort to degrade the experience.
      • viraptor4 days ago
        Have you checked with another third party ink to validate that it's not just a single broken cartridge?
    • MostlyStable4 days ago
      I can add an anecdote that it ("it" being printer stopped functioning when I replaced the cartridge with as 3rd party I've) happened to me and support confirmed that non OEM toner was the issue when I called about it.

      Swapping the drm chip from the oem starter cartridge to my 3rd party cartridge resolved the othe problem

      • varispeed4 days ago
        I tried that with mine, swapped chips from original Brother toner set to the aftermarket one and it didn't work.
      • gblargg4 days ago
        ...until the starter cartridge's low page count reaches zero (I hope I'm wrong).
        • MostlyStable4 days ago
          Hasn't happened to me yet, but there are apparently ways if resetting the counter.
      • noname1204 days ago
        For clarification, is “it” a Brother printer or another brand?
        • MostlyStable4 days ago
          Yes, two different models (both Brother). Can't remember the model numbers right now, but a simple black and white printer, and a black and white + scanner model.
          • noname1202 days ago
            Wow that sucks, I thought that Brother didn't engage in this shady practice. Guess I'll have to stick to older (discontinued) models that were released before that.
    • drfuzzy894 days ago
      There are a lot of similar anecdotes in this thread, but I'm still skeptical. I've had similar issues with my Brother printer randomly not accepting a new toner cartridge and telling me that it's empty. It happened twice. In one case, I had to use some obscure button combination to force it to reset and then everything was fine. In another case, I needed to remove and reseat the cart a dozen times before it suddenly worked.

      Anyway, it's definitely possible that these newer issues are Brother doing something nefarious, but I could also see a lot of these issues being with finicky sensors.

    • wewxjfq4 days ago
      The problem with printer recommendations is that many vocal supporters are running older models that work like charm, so when a good company becomes enshittified, there will be some timelag until consensus shifts. I mean I could still praise Samsung printers despite Samsung having left the printer business years ago.
    • drpixie4 days ago
      I used to buy Brother for exactly this reason,but recently had an older (but upgraded) Brother not recognise 3rd-party toner :(

      So ... not HP, not Brother ... anyone left that sells reasonable printers with honest firmware?

      • opan4 days ago
        At this point, like with many things, you'll have to go model by model and not trust a whole company to do something right. I have several of the Netgear R6220 router running OpenWrt, but Netgear as a whole tends to not have OpenWrt support, so I would never blindly recommend someone buy Netgear. Instead I'd say to look at the Table of Hardware on OpenWrt's site. That being said, a list of "good" printers somewhere would be fantastic. I have an old HP monochrome laser printer (sorry to be part of the problem, don't have the model handy, may edit it in later) I got at a thrift store, it happily accepted some very cheap toner I got from eBay. I understand everyone has hated HP printers for years, though I think it's mostly the inkjet models.
      • gessha4 days ago
        In a recent Louis Rossmann video that covered this Brother printer issue, there were some suggestions in the comments, Minolta if I remember correctly.

        https://youtu.be/bpHX_9fHNqE?si=pxf2eQW0cMRbds0m

    • varispeed4 days ago
      I bought Brother printer HL-3220CW and it doesn't work with 3rd party toners. It didn't even have new firmware.

      I also have HL-3230CDW that I bought few years ago and aftermarket toner works fine.

      Seems like they must have done it to the newer printers.

      The new printer is completely uneconomical. I had to pay around £150 for Brother set of toners, whereas aftermarket for my older printer is just £35. The quality is the same.

  • javawizard4 days ago
    I gotta say, switching to an Epson EcoTank printer was one of the best decisions I've ever made.

    It has ink reservoirs rather than cartridges, and small, permanently plumbed tubes that go from the reservoirs to the print head.

    Not only does that mean there's no way it can tell what kind of ink I'm putting in it, it also means the tanks are fucking massive. It's so nice being able to go O(years) without refilling.

    It cost about twice what a comparable, cartridge-based printer cost at the time. To this day I still consider it one of the best purchases I've ever made.

    • john01dav4 days ago
      With traditional cartridges the ink can dry out and clog the cartridge if you don't print regularly. My print work loads are very bursty, like I had to print 100 resumes to go to a career fair one time but this was after like 6 months of nothing. For this reason, I prefer laser printers. Furthermore, with permanently plumbed pipes, it sounds like it could ruin the whole printer instead of just a cartridge.
      • zamalek4 days ago
        I had a really shitty customer support interaction for a $60 Brother scanner: they included the wrong calibration sheet, and proceeded to attempt gas lighting me about user error despite photos showing it didn't fit in the scanner under any orientation. Replacements were $20 shipped, but out of stock anyway. Needless to say, that changed my mind about which manufacturer to make an expensive purchase from.

        It was Wikipedia that reminded me Xerox even existed. All my other research led to the usual shitlist: HP, Canon, Brother, etc. No problems on Linux and Mac (printing and scanning), which is seems par these days, but no problems on Windows either: the manufacturer app was completely optional (but was straight to the point, functional, and worth the install).

        Xerox color lasers have my glowing recommendation.

        • noname1204 days ago
          When did you buy it? After a cursory search it seems that Xerox engages in the same scammy behavior with 3rd-party consumables: artificially degrading the quality (lower DPI, fake printhead jerks), region-locking, wasting ink so it drains faster, and DRMs that blank out refuse anything that didn't pad their bottom line.
          • zamalek4 days ago
            Jerking print heads for laser? That's not how laser printers work. Either way, I'm using 3rd party toner in mine (6515) just fine. It looks like people who have issues purchased metered printers.
            • noname1202 days ago
              Laser heads can misalign though (not sure if Xerox does that). Your Xerox® WorkCentre 6515 printer was launched 9 years ago and is not sold anymore. It's very possible that they changed their practices since then and/or that the price point is high enough that they wouldn't do that (it's aimed at professional customers after all).

              Either way after a quick Reddit search there seems to be irreplaceable parts on that printer too. For example the fuser which is allegedly not user-replaceable.

          • account424 days ago
            > artificially degrading the quality (lower DPI, fake printhead jerks)

            Huh, won't users just blame the printer for that?

            • noname1202 days ago
              Not if it only happens on 3rd-party cartridges combined with the fact that Xerox claims that they are low-quality and compared to their high quality genuine original cartridges™
        • skyyler4 days ago
          I love my Xerox! It's a VersaLink that I took from an office of a defunct company.

          Came with replacement toner cartridges but I'm still on the set that was installed when I got it!!

          Prints are crisp, fast, and it doesn't use very much power when idle. Love it!

      • userbinator4 days ago
        If you're in a humid climate, toner will clump while ink won't dry. I've noticed that in SE Asia, inkjets are more popular, likely for this reason.
        • sejje4 days ago
          The inside of a home is rarely a humid climate.

          I quit buying inkjets 20 years ago in southwest Florida.

          • starspangled4 days ago
            There are places in the tropics where a lot of the houses aren't kept closed up with AC running constantly. A lot of South-East Asia, for example.
          • 4 days ago
            undefined
      • javawizard4 days ago
        It's a good point.

        My workloads are similarly bursty. I've had no problems so far; the worst I've had to deal with is splotchy printing after it's been sitting for O(months), and a quick print head clean fixes that right up.

        Laser printers are great if you're doing all or mostly documents though, I can't argue with that. About half of my printing is stickers and high quality photo prints, both of which benefit from inkjet printing.

        (My specific model of printer is an Epson EcoTank ET-8550)

      • sebazzz4 days ago
        Clogged cartridges aren't the major issue. Clogged print heads means your printer is ruined and you can dispose of it. Except for HP printers where the print head is in the cartridge itself.
        • numpad04 days ago
          I've had great successes undoing clogged head on Epson printers with just few drops of isopropyl alcohol on ink drawing port. Weirdly the clogs don't even reproduce thereafter, so it might be silently doing something horrible, but worked for me.
        • javawizard4 days ago
          Where did you hear that? You can buy replacement print heads for all cartridge-less printers I've ever worked with, including my ET-8550.

          The difference is that they're purchased separately from the ink, so as long as the original one works you can continue to use it no matter how much ink you go through.

      • starspangled4 days ago
        My print workload is very bursty but also low volume at the best of times. When my printer died I decided not to replace it because document printing services cost on the order of 10 cents per page (non-bulk) for basic printing.

        I'd have to print hundreds of pages to even match the cost of a very cheap printer. I may never reach that threshold ever.

        Best of all I don't have to worry about storing a crappy printer somewhere or have it dry out or clog up or spend time and effort on it and blocking it from accessing the internet and probably end up throwing it out and having to get a new one when I pull it out once every 4 years.

      • j454 days ago
        Fair point, laser is great. Color laser is preferable, but not always comparable to what some inkjets can do.

        Also possible to schedule/automate a test print every so often with the low cost of printing on the large tank printers to keep the print heads happy.

        • alsoforgotmypwd4 days ago
          5 year or more year old used HP enterprise workgroup printer only or mopier with low page count are ideal for personal use. In general, the more expensive the initial purchase price of laser printers, the more repairable and durable and lower cost per page they are. (I worked in a large university department in the 00's where they had zillions of network enterprise HP printers of all sizes.)

          I have an HP LaserJet Pro M402dw because I don't have a particular need for color.

          • j453 days ago
            Lots of great black and white options in laser printing. Even Laser LED printers (okidata, etc) are good bang for the buck.
    • gradschool4 days ago
      Something to keep in mind when selecting a printer with refillable liquid ink tanks is that they all have an internal waste ink repository, which is a sponge that soaks up unused ink that apparently accrues slowly through normal use, or quicker any time you do an ink purge [1]. On very high end photo printers it's replaceable, and might be described as a maintenance cartridge in the specs. If it fills up and can't be replaced, the printer is dead. When I was shopping around, the only brand I could find that had replaceable waste ink repositories even at the low end was Canon, and being too cheap even to have a network interface also saved me the trouble of firewalling it.

      It's true that ink tank printers need to be used regularly or else the print heads dry out like a felt tip pen. Since the ink costs next to nothing per page, I print a full page family photo once a week and hang it up somewhere around the house if I haven't used the printer for anything else, which still works out cheaper than any alternatives. The walls look like instagram, but being reminded of loved ones might not be such a bad thing.

      [1] https://youtu.be/6HUazpXWRYo

      • username1904 days ago
        EcoTank printers are particularly hostile with this. Despite that the waste ink pass on most models are user-servicable behind 1-2 screws, and can be purchased on Amazon for $10, the printer displays a message that you must ship the printer to Epson for a full replacement.

        In order to bypass the warning, you’ve traditionally needed to use a program like WIC[0], which costs $10 per use(!) - I recommend epson_print_conf[1], which is a little more tailored to the HN crowd, but does not extract a bribe every time you use it.

        [0] https://inkchip.net/wic/

        [1] https://github.com/Ircama/epson_print_conf

    • userbinator4 days ago
      It cost about twice what a comparable, cartridge-based printer cost at the time.

      CIS (https://en.wikipedia.org/wiki/Continuous_ink_system ) were around for a long time, and a popular mod amongst high-volume printers, especially Epsons, after the cartridge chip DRM was defeated[1]. They definitely cost less than the printer. I suppose Epson eventually found it profitable to do it themselves and sell with a warranty, that third-party CIS often didn't have.

      [1] https://news.ycombinator.com/item?id=25054177

    • dataflow4 days ago
      Do you have a recommendation for a particular color model? Preferably with a scanner (but it's fine if not)?
      • javawizard4 days ago
        Yes - mine is an Epson EcoTank 8550. It has a flatbed scanner and can print up to 13x19.

        They also make one that can only print 8.5x11 but that has a document feeder on the scanner. It's otherwise the same printer.

        I'd recommend either one, depending on how useful a document feeder would be for you and whether you need the larger print size of the one I have.

      • 4 days ago
        undefined
    • mystified50164 days ago
      While this is a good recommendation, inkjet is a poor technology for most people's needs.

      You want inkjet if you print a lot, at least a few pages every two weeks.

      If you only need to print once every three months, you are going to hate inkjet, even with refillable tanks. Especially with refillable tanks. Disuse clogs up the head, which takes a lot of ink to clear.

      Inkjet is only worth it if you use the hell out of it. You should only get a tank printer if you expect to actually use that much ink in less than a year.

      If you want a printer that does nothing other than print your resume and tax returns- and you want it to just work every time- you want laser. You can even refill the toner if you really want. You shouldn't but you can.

    • pjdesno4 days ago
      I’ve been pretty happy with my EcoTank, but my favorite is still the HP PageWide I have at work. (I typically have to print ~100 5-10 page exams twice a semester) I’m very sad they discontinued them.
    • rickyc0914 days ago
      Are you using wifi? I have the 4850 and the wifi would sporadically drop out after a few hours and I wouldn't be able to reconnect without a full factory reset. It was the most frustrating thing. I was about to return it then moved it to another location and connected it via ethernet. It's been fine since, but a $350 printer that doesn't have a reliable wifi module is terrible. After searching on reddit, it seems it's a common issue.
    • SwtCyber3 days ago
      The one downside is that if something goes wrong with the print head, it's a bigger hassle to fix than just swapping out a cartridge
    • thanatos5194 days ago
      My EcoTank didn't notice the day glo and invisible fluorescent inks I put through it. Amazing device.
    • mcpherrinm4 days ago
      Is there any mechanism to ensure you use "genuine" ink, or can you just dump whatever in?
      • jdiff4 days ago
        > Not only does that mean there's no way it can tell what kind of ink I'm putting in it
      • javawizard4 days ago
        Nope! As long as you've got a bottle or a syringe with an opening small enough to fit in the refilling ports, you're golden.
  • 51Cards4 days ago
    We have a large inventory of Brother printers we use onsite at events. We use Samsung for 12+ years until they pulled out of the printer business. We chose Brother mainly because they weren't HP with their toner practices. Now looks like it may not make much of a difference.
    • globular-toast4 days ago
      My Samsung ML-1910 is 15+ years old and still going. USB only so it's plugged in to a box running CUPS. I used to use a Raspberry Pi for it. I don't print an awful lot, only on my second ever toner cartridge, the initial "starter" one lasted ages. Hope it lasts forever. I didn't realise Samsung pulled out.
    • alsoforgotmypwd4 days ago
      There are zillions of cheap, chipped third-party HP toner cartridges for Pro and enterprise printers.
  • john01dav4 days ago
    So which printers are good to get now? I have a brother printer that I got for $30 off Facebook marketplace, which I'll keep for now, but it'd be good to know which brands are safe should I need to get another one or make a recommendation to less technical people in my circle.

    I'd prefer laser printers since they handle bursty workloads better (for example I had to print 100 resumes for a career fair after 6 months of nothing), since the ink can't dry out.

    • epoxy_sauce4 days ago
      I got an old dell mfp 3115 from a business that was moving for about a hundred bucks. I've never replaced the toner since I got it almost a decade ago and still have a compatible replacements. I've printed hundreds and hundreds of pages. I'll probably use it for the rest of my life or until I can't get the drivers to work. If you have the space something like that is an option.
    • omoikane4 days ago
      If it's really few months of not printing anything, would it be more economical to use one of those print services instead? You lose the convenience, but you also gain a bit of shelf space for not storing the printer and all related printing supplies.
      • bluGill4 days ago
        My time in not going to those places to pick up a job is worth more than the cost of a printer. I use those places for large prints - so far once in my life - but it takes valuable time.
      • dakiol4 days ago
        But what about privacy? Don’t you mind printing a copy of your passport or payslip or any sensitive doc via a print service (e.g., in a kiosk)
      • nosioptar4 days ago
        The library's even cheaper. My library offers something like 400 b+w pages or 200 color pages per month for free.
  • jonplackett4 days ago
    Of all the things the EU have taken a hard line on why can’t printers not being total assholes be one of them?

    This is way more annoying than cookies.

    • saalweachter4 days ago
      Are there major printer manufacturers in Europe?
      • mystified50164 days ago
        Irrelevant. The law would mandate requirements for printers sold in the territory. If it's non-compliant, it can't legally be sold.

        Doesn't matter if HP is an American company, their products would be illegal to sell in the EU. They have to produce a compliant product or just not sell anything.

        • saalweachter3 days ago
          I'm actually wondering the opposite.

          If 90% of printers in the EU are manufactured by foreign companies that's more in line with their consumer-friendly regulations targeting US tech companies, than if there's a local printer monopoly benefiting from outrageous ink prices.

          • jonplackett2 days ago
            The big ones are either American or Japanese
      • stuff4ben4 days ago
        Does that matter? I would think it's whoever wants to sell to European consumers that matters.
  • Prickle4 days ago
    I can confirm this from my own, anecdotal experience. My current brother printer no longer recognizes refilled ink cartridges and some third party cartridges.
    • SwtCyber3 days ago
      Keeping the printer offline and avoiding updates is probably the best move now
  • duxup4 days ago
    Bummer if true, my brother printer is the one I hate the least.
    • B1FF_PSUVM4 days ago
      The day is coming no one will print anything because it's so painful. Who knew that "save the trees" would come from printer manufacturers.

      (I know pulp trees are farmed, but I too have a Brother printer ...)

      • chii4 days ago
        farmed trees could theoretically cause more harm than good, if the plantation was from bulldozing a native area which had biodiversity.

        It really is circumstance based, rather than always good.

      • gblargg4 days ago
        "You will print nothing and be happy."
        • Gigachad4 days ago
          I might actually be happy with that.
          • fiverz4 days ago
            and you will enjoy it
        • cm21874 days ago
          Unless you are trying to locate a failed disk without labels!
  • b3ing4 days ago
    I guess it’s time for people to come up with open source printers
    • Brian_K_White4 days ago
      The entire gnu software movement was started decades ago already because one guy was fed up with printer firmwares and thought they should be replaced with public diy open source firmware to make the printers actually serve their owners.

      "it's time" was already forever ago and some serious committed practically religious power devs tried and gave up on it, even while toppling practically all other software ecosystems.

      Hell even the current locked down user-hostile printers are actually running linux and gnu software. That must be exceedingly galling.

    • tomkarho4 days ago
      Maybe an entire organization will spring from that to combat proprietary software :)
      • atq21194 days ago
        In case anybody doesn't get the reference, printer driver trouble is what initially motivated Stallman to come up with the idea of free software and ultimately the GPL and the FSF.
        • DaSHacka4 days ago
          I can't believe the entire FOSS ecosystem essentially stemmed from printer issues, and we _still_ don't have a mainstream FOSS printer firmware that removes DRM and tracking dots (and whatever else they do nowadays) akin to OpenWRT, but for printers.

          We have fully open source hardware AND software _3D_ printers capable of printing working guns, but we can't improve the process of squirting ink on paper so it's not universally abhorred?

          • rekoil4 days ago
            It does always sound really crazy because in our minds 3D is more complex than 2D, but in reality 3D printing is actually really really simple, it's basically just 3 motors, a heat block, and an extruder, that's pretty much it.

            Whereas 2D (inkjet) printing has all of the above (minus one motor), and actually comes with a few non-trivial non-printing related expectations as well, like loading and expelling a print surface (often many in one print), optionally flipping said print surface (and this requires that ink has dried as well) and colour processing to map computer colours to real-world colours.

            • chongli4 days ago
              It's actually even more complicated than that. Modern printers include a raster image processor (RIP) [1]. This specialized software converts vector graphics, text, and pixel-based images into a raster dot pattern that controls the print head. The individual dots that get printed can't be varied in size or brightness, so the variations in image tone are controlled by the density of the dots in the raster pattern. This is called halftone [2].

              [1] https://en.wikipedia.org/wiki/Raster_image_processor

              [2] https://en.wikipedia.org/wiki/Halftone

            • account424 days ago
              Yeah but those problems were all solved decades ago.
      • ivanmontillam4 days ago
        Maybe it's time for Framework to start doing printers too.
        • Brian_K_White4 days ago
          Firmware is the thing that Framework has failed the most at from day one to today. It's every bit as locked down as everyone else's only without the big guys quality control and updates so you get to live with bugs for the entire life of the hardware.

          Their firmware updates are complete clown car. When they actually do one, the update process itself is just stupid fragile. Cross your fingers and clear your schedule for the next day in case you aren't lucky. You have a 10% chance of being left with a machine that probably still runs but works worse than before, and no ability to roll back.

          I have a 11th gen intel board that is completely unusable after an update, but might possibly still be recoverable if I reinstall it into the laptop so it can use the laptop display instead of displayport. But I'd have to take my current 12th gen board out and then put it all back again after.

          A Framework printer, if it matched a Framework laptop, would still have shit firmware, probably licensed from one of the majors, with all the same bad behavior, except with more bugs.

          • grayhatter4 days ago
            agreed their firmware is their biggest flaw

            disagree it's all their fault, I've had 0 problems with my amd board on linux, and anecdotally that appears to be common on the forums, where intel is more painful.

            That's one of the reasons I refused to invest prior to their amd board. I can't trust intel not to be toxic.

            I'd still take a broken crappy printer from framework (assuming it's hackable, and not doom and gloom like you predict) over the status quo. I mean, I mainline linux because software being non-toxic is more important than polish will ever be to me.

    • MostlyStable4 days ago
      This topic has come up several times and there are apparently a host of issues. Patents in paper handling etc. A replacement, open source control board send potentially more doable.
      • b800h4 days ago
        We had laser printers in 2005. Anything before that is out of patent.
    • ishtanbul4 days ago
      You could probably 3d print most of the parts quite easily except the print head
      • RobotToaster4 days ago
        Paper handling is hard, that's why sprocket feed paper used to be popular.
      • DaiPlusPlus4 days ago
        Hypothetically... can't you just print a 2D document directly on a 3D printer?
        • chongli4 days ago
          3D printers don't have anywhere near the resolution of 2D printers. Take something like a $300 Epson photo printer [1]. It has 5760 x 1440 dpi with 6 colours!

          [1] https://epson.ca/For-Home/Printers/Photo/Expression-Photo-XP...

          • Sohcahtoa824 days ago
            A Creality Ender 3 Pro, a common budget 3D printer, has an accuracy of 0.1mm. That's an equivalent of about 254 DPI.

            Of course, that's just the positioning. If you're 2D printing on a 3D printer by mounting a pen to the end, you're also limited by the thickness of the pen tip.

            In any case, you could certainly draw text, but you'd only want to use a font that relies on thin lines, nothing thick. Filled in spaces would be difficult, and of course, photos are just completely out of the question.

            As mentioned in a sibling comment, really you'd have just reinvented plotters which have existed for decades.

        • Mashimo4 days ago
          Yeah, people have put pens on the printhead to make them into a plotter https://www.youtube.com/watch?v=10zg0aL0Y5M
        • aqueueaqueue4 days ago
          Yes but it is expensive and slow, rarely big enough for A4 (or Letter) and would be plastic. Additionally it would be maybe up to 4 colours. Not as in CYMK but as in 4 colours total no mixing.

          Unless you do a lithographic print but they need a light source to be seen.

          Also you can print pixels. You convert to G code so it is made up of lines.

    • _carbyau_4 days ago
      It's kind of amazing that capitalism can go so far as to make customers want to opt out and build their fucking own...
    • xxs4 days ago
      You'd need to be able to 3d print POM, though (or use CNC).
    • conductr4 days ago
      Before that, can the firmware be cracked / jail broken some how?
    • codethief4 days ago
      And then you 3D-print the open-source schematics? ;)
  • awruko4 days ago
    I have color laser mfc-9340cdw. It has outdated firmware version za1.10. There is newer firmware version zb1.10q dated 9.7.23. It looks like there is no automatic update. Just to be sure, I have created a static dhcp entry for it on a router with misconfigured default gateway.
  • bluGill4 days ago
    After thinking about this for a bit - I bet the third party ink refill manufactures would win in court if they sued for the codes needed. There are many laws in place already - most of them were written with cars in mind, but they are broad enough to apply to printers.

    However it would be several million in legal fees to do this and I'm not sure if they make enough on refill to pay the lawyers. Unless they can convince the courts to give them legal fees as well.

    • Neonlicht4 days ago
      Printers are mostly used by companies and they don't care. It's all tax deductible.
      • bluGill4 days ago
        There are still millions (probably hundreds of millions) of consumer grade printers out there. That is a lot of money for the refill makers to work with.
  • ciiiicii4 days ago
    Can the firmware be downgraded to a version that doesn't do this? That is, assuming the older firmware images are archived somewhere.
    • dlenski4 days ago
      Yes, with https://github.com/sedrubal/brother_printer_fwupd it's frequently possible.

      (I've contributed to it. Very useful tool.)

      • MostlyStable4 days ago
        That tool appears to be getting the firmware from brother servers. They have removed the old firmware as of more than a year ago (this issue is not new)
      • 3abiton4 days ago
        Is there anything useful usually in those fw updates?
        • wazoox4 days ago
          Probably some dubiously useful features such as a nicer web UI (I never use it anyway), some utterly useless features like "scanning to Dropbox/GDrive", or most probably now some "AI assistant" that tells you how to switch cartridges.
        • dlenskia day ago
          Not in my experience. No user visible changes.

          There might be some fixes to bugs

  • quanto4 days ago
    Et tu, Brother?

    Nevertheless, isn't Brother still the cheapest per page even with official cartridges? I would like to get some recommendations.

    • loeg4 days ago
      Yeah, I think I've bought replacement toner 2-3 times in more than a decade. It's still a good deal.
  • ustad4 days ago
    I have one of the popular cheap Brother BW laser printers and it was my first laser printer after years of crappy ink printers.

    Everything is great about it apart from using 3rd party generic toner cartridges. It senses they are not original, does warning messages etc. and forces me to open/close the toner door every time i switch on the printer to get it to function again.

    This ball breaking forced me to buy a legit brother toner cartridge at 3x price.

    Now, I’m not to pissed off because laser printing is pretty cheap and as long as you are ok with BW prints its pretty good quality and convenient. Never going back to inkjet printers.

    • alpaca1284 days ago
      > forces me to open/close the toner door every time i switch on the printer to get it to function again

      My first HP printer forced me to spam the Stop button for 10 seconds every time I turned it on as it would always try to print a colored test page with generous amounts of ink.

    • MostlyStable4 days ago
      It's worth looking up how to swap the drm chip. It was pretty easy (<10 minutes) when I did it.
  • brcmthrowaway4 days ago
    Why is there no open source printer or hacker friendly printer?

    Surely Eric from Pebble should focus his energy on that.

    • dv_dt4 days ago
      Because the paper and ink handling mechanicals are even less common than say PC grade electronics which are largely commoditized for an ecosystem of multiple designers. Eg Framework or MSI etc can design and build motherboards in the ecosystem. But, print engines afaic aren't design components packaged for multiple design partners.
      • wmf4 days ago
        It seems weird because back in the 1990s there were a bunch of companies combining e.g. Canon print engines with their own RIP. But now everything has vertically integrated?
        • wildzzz4 days ago
          There's near zero money in printer hardware. Ink is what makes money. So few people are printing nowadays that it's effectively a dead-end industry. It's not new, there's very few innovations in printing lately (other than ink tanks but even then, that's not that new). You've been able to print over wifi for a while now and have had access to some sort of cloud printing service for just as long. I could see some hobbyist wanting to develop their own printer but I doubt any manufacturers would sell them a print engine, there's not enough money to even bother replying to an email. Maybe I could see something where you piggyback onto the controller board and run your own software but that's likely such a niche market. Who cares enough to do so? Firewall your printer off and use printers that support generic drivers and can take generic ink (or can be tricked into doing so), you'll save a lot more time than building your own printer that you'll use twice a year.
      • dmonitor4 days ago
        it's crazy that 3d printers are so hackable but 2d printers are malicious spyware machines with no alternatives
        • throwaway484764 days ago
          The government has their tentacles in them to make sure the microdots are printed. They're trying to lock down 3D printers too in NY state.
          • alpaca1284 days ago
            > They're trying to lock down 3D printers too in NY state.

            Good luck with that. Unkess they inspect every single vehicle and delivery entering the state they could only make it a little less convenient and force a few more people to buy a kit instead.

        • p0w3n3d4 days ago
          Solution: put colourful pens into 3d printer "hands"
          • DaSHacka4 days ago
            This unironically may be what needs to be done.

            A video by Stuff Made Here covered what is essentially one such machine [0].

            That specific machine is meant for generating handwritten notes, but I imagine it could likely work for general purpose documents too with some tweaks.

            [0] https://youtube.com/watch?v=cQO2XTP7QDw

    • criddell4 days ago
      Because as much as we like to complain about consumer hostile printer companies, modern printers are marvels. Reliable, excellent print quality, and fast and all that for very inexpensive prices.

      If selling printers was a business with decent margins, you would find a lot of Chinese white label printers doing more for less.

    • em3rgent0rdr4 days ago
      If you can limit yourself to vector graphics, there are inexpensive open-source pen-plotters which use the same Arduino-based grbl program that is used by CNC drilling machines. I don't know how reliable they are, and I don't know of one with an automatic paper-feed, and they probably take long to draw, particularly if there are a lot of solid color areas. Looking on amazon I see a cheap A4-sized self-assemble pen-plotter for $130.
      • wizzwizz44 days ago
        We should make a dual-head pen-plotter / paintbrush combo, to fill in solid colour areas faster.
    • Sohcahtoa824 days ago
      Making a reliable paper feed is surprisingly difficult and requires construction with tiny tolerances.

      Not to mention that if you tried to re-invent it yourself, there's a good chance you'd end up violating a patent. Even if you didn't, HP or some other company could allocate a lot of legal funding to convince a judge that you have.

    • Almondsetat4 days ago
      Because printers are ungodly complex to make
  • Brajeshwar4 days ago
    Is this where we insert the ever popular meme, “You Were The Chosen One!”

    https://knowyourmeme.com/memes/you-were-the-chosen-one

  • wurzeltrick3 days ago
    About 5 hours ago, Louis Rossman posted a pinned comment below his video and changed its title asking you to read it.

    He says Brother contacted him, denying any firmware changes that hinder the use of third party toner. He states that he has send them a series of questions to explore the issue further.

    https://youtube.com/watch?v=bpHX_9fHNqE&lc=Ugxbi1fUIxpbKI5YT...

  • ahoef4 days ago
    I block my printers from doing any Internet requests for this reason. They're only allowed established and related traffic on the LAN.
  • SV_BubbleTime4 days ago
    I had a brother for 12 years. It finally died.

    It took about 5 minutes to see that I would not be replacing it with another.

    Canon for now.

    • wazoox4 days ago
      I had a Canon about 20 years ago. Getting it to work with Linux was incredibly difficult and finicky, and required some piece of proprietary software at some point. So my gut feeling about Canon is "never again", though the situation may have evolved.
      • SV_BubbleTime3 days ago
        Works right away in Linux. No special drivers, auto recognized over network.
    • viknesh4 days ago
      Just replaced a 17 year old Brother with a new one. Seems to work just as well, although I've always been using first party cartridges.
  • asdf69694 days ago
    What are you guys printing in 2025?
    • unregistereddev4 days ago
      Paperwork for the kid's daycare. Sick kid needs a prescription? Get them mostly better at home, then print and fill a form authorizing daycare to administer prescription meds and deliver it (along with the eyedrops or whatever) when dropping off the kid. None of that has been digitized yet.

      Shipping labels. Returning something you bought online? The merchant often will send you a shipping label to print and tape to the package. My wife chooses to buy a lot of clothes online and return the ones that don't fit.

      Signs for when we host a large gathering of people. Sometimes it's to label garbage vs recycling (for the large number of aluminum cans, mostly). Usually it's to warn people that one of the cats likes to try and sneak outside, and please watch out and don't let him outside.

      Certain government paperwork. While many things can be filled and submitted online, other stuff (passport renewals come to mind) need to be printed and physically mailed. This tends to be very infrequent, but the forms contain personal information. How much do you trust a print shop?

      • account424 days ago
        > Shipping labels. Returning something you bought online? The merchant often will send you a shipping label to print and tape to the package. My wife chooses to buy a lot of clothes online and return the ones that don't fit.

        These can usually be printed by the clerk when you drop off the package here if you show the barcode on your phone. Means you need to drop off at a manned location though.

    • DaSHacka4 days ago
      Flyers, pamphlets, shipping labels, instruction booklets, stickers, and occasionally business cards or resumes on cardstock paper.

      Maybe I'm an exception, but I'm surprised other people aren't constantly finding things they need printed.

      • Macha4 days ago
        What field do you work in that employers still accept paper resumes? It's all "fill out the form that goes into our ATS" since the early 2010s.
        • RevEng4 days ago
          Service industry is all paper in person.
      • account424 days ago
        I wouldn't say constantly but from time to time and including things that I'd rather not entrust to a random print shop.
    • globular-toast4 days ago
      When I do the kind of work that involves technical spec sheets and papers etc I print them out. It's so much nicer having a copy on the desk instead of trying to view it in your monitor. It's basically an extra screen.

      The last semi-regular thing I'd print were postage labels for when I sell stuff on eBay. But in the last few years it's changed, now I can just go to the post office with a QR code and it's all done.

    • Aardwolf4 days ago
      A pdf to sign a signature on to then scan in again
      • globular-toast4 days ago
        Last time I did this, I printed, signed and sent only the last page, which had the signature on it. They rejected it because I didn't print and scan the entire document.
      • kbmn4 days ago
        I had success with the famous scanner.sh gist (https://gist.github.com/andyrbell/25c8632e15d17c83a54602f6ac...):

          $ convert -density 90 input.pdf -rotate 0.5 -attenuate 0.2 +noise Multiplicative -colorspace Gray output.pdf
        
        (convert command -> requires ImageMagick)
      • ahoka4 days ago
        I have used https://lookscanned.io/ with success, but you mileage may vary.
      • alpaca1284 days ago
        PDF annotation with a cheap drawing tablet works well enough for my insurance and others, and is a lot more convenient.
      • tristor4 days ago
        If they'll accept a PDF at all, just using a digital signature annotation in Mac Preview is sufficient for every use case I've found. The ones that won't accept this generally require physical hard-copy, not a scan.
    • tristor4 days ago
      I usually have to print at minimum 4 to 5 documents per year. They are almost universally the same things, and they're many many pages, but infrequent:

      1. Tax return to mail

      2. Other government forms to mail

      3. Contracts

      Unfortunately, while the majority of the things I do in my life are purely digital, this fails as soon as you interact with the government in any meaningful way off the happy path or interact with the legal system, in those cases hard-copy only with original signatures is required to get anywhere.

    • dakiol4 days ago
      Return labels. Sometimes they include (besides my full name and address) my phone number and national ID. Don’t feel like printing that in a store.
    • varispeed4 days ago
      Datasheets, documentation. I can't work on these with a laptop or tablet. Too clunky and too slow.
    • interloxia4 days ago
      Colouring in pages.
  • spl7574 days ago
    Enshittification is like metastasized cancer that will spread to everything. Firefox TOS crap, Brother becoming HP. If it's connected to the internet it will wither and die.
  • thot_experiment4 days ago
    Just here to yet again say that updates are bad and you shouldn't update things that work because the only outcomes are that they either continue working or they stop working. Don't roll the dice.
    • codetrotter4 days ago
      It works to some extent, but it depends.

      For example, you probably want to keep updating the OS of your computer, if the computer is at all connected to the internet in any way. Which for most of us is the case because we want to browse the web etc.

      One day, after an OS update for your computer, the vendor software for using the scanner portion of your multifunction printer stops working because it’s not compatible with the latest version of the computer OS. So you are forced to update that too. And then when you try to use the new version of that software, it refuses to work unless you let it update the firmware of your multifunction printer. So you allow it to do that. And now they successfully locked you out from using 3rd party printer cartridges with your multifunction printer.

      If you are lucky / if you did research ahead of time before you bought the multifunction printer in the first place, maybe you bought one that doesn’t require any manually installed vendor provided software to work. And so at least you don’t have the exact situation above.

      But even then you’d have to do a lot of digging to know what happens in the background.

      If you are on macOS or Windows, does any of the parts of the OS that allows your multifunction printer to work without you manually installing anything extra do any kind of firmware updates for your printer automatically and silently in the background? I have no idea.

      Hell, even with Linux there are binary blob things involved in a lot of distros that I couldn’t know if they would eventually end up updating firmware for my printer.

      It seems to me that it is near impossible to truly be certain that any multifunction printer does not eventually somehow receive a firmware update even if you never manually install any vendor provided software related to the printer.

      • chii4 days ago
        it is why i don't update my OS, and selectively only apply security patches (that should, in theory, not affect the compatibility of printer drivers).

        I do the same with my mobile phone. Only update when i know the need - aka, an app has a new feature that is worth the risk of an update. And only update that one app.

        The security threats from external sources are less than the "real" threat - the very companies trying to sell you the update.

        • dlenski4 days ago
          I follow the same policy as you do with all non-open-source software.

          (With open source software, it's generally straightforward or at least possible to downgrade if something breaks… and I'm usually very confident that the software isn't being intentionally degraded on purpose.)

          But folks like you and me are few and far between, and vendors and IT departments tend to be incredibly hostile to this approach.

        • piperswe4 days ago
          Sounds like you would be well served by Debian stable then!
    • gblargg4 days ago
      I have a HIKMICRO mini USB-C thermal camera and out of the box it worked like a normal UVC camera so I could use other standard webcam-compatible apps to view it (thermal apps tend to have choppy video capture). I was reviewing it so I updated the firmware, and then UVC functionality was basically broken, so it only worked with their app afterwards. I contacted them but they didn't seem to grasp the significance or care.
    • jeremyjh4 days ago
      What if there are security vulnerabilities that you don't know about? You think its working, but it isn't.
      • gruez4 days ago
        Something tells me that printer manufacturers aren't spending any man-hours to update whatever crusty version of openssl or libxml they're using.
      • userbinator4 days ago
        Known unknowns vs. unknown unknowns. I'll take the former (along with careful network isolation.)
      • adamtaylor_134 days ago
        I’ll go ahead and roll the dice that my printer isn’t a gaping security hole in my home network.
        • CamperBob24 days ago
          Tsk, don't you know that on Hacker News everybody is assumed to have the same threat model as a 3-letter spy agency, and is required to behave accordingly?
        • CGamesPlay4 days ago
          • gymbeaux4 days ago
            That’s a terrible article. It includes nothing to backup the claims it makes- that printers have a plethora of vulnerabilities. The reality is your printer probably isn’t a realistic attack vector.

            Your average network firewall will keep you safe, but certainly in theory physical access to the printer could serve as a gateway to the rest of the LAN, and certainly physical access in theory facilitates accessing recently-printed documents.

    • thfuran4 days ago
      Sure, in the sense that all events have 50% probability: either they happen or they don't.
      • thot_experiment4 days ago
        No. Changing things increases the chance that working things will break when it comes to computers, the wear and tear on computers in general comes at a much slower rate than the rate of update induced failure.
  • hangonhn4 days ago
    This fear is exactly why I have never purchased a WiFi enabled printer and added wifi printing via the use of a Raspberry Pi Zero attached to the USB port of the printer.
  • varispeed4 days ago
    Correct. I bought new laser printer from Brother and I can't use 3rd party toners. They also have extortionate prices for them like £150 for the whole set that doesn't last very long. I have older model of the printer and it works with 3rd party fine and I can get whole set of toners for £35.

    This practice should be illegal.

  • _factor4 days ago
    It’s not just their paper printers. Their label makers recently drm to work only with overpriced Brother tape.
  • ChrisArchitect4 days ago
    Update from Brother on Arstechnica:

    > We are aware of the recent false claims suggesting that a Brother firmware update may have restricted the use of third-party ink cartridges. Please be assured that Brother firmware updates do not block the use of third-party ink in our machines.

    ... https://arstechnica.com/gadgets/2025/03/brother-denies-using...

  • lallysingh4 days ago
    Maybe it's time for frame.work to start making printers. Probably a fantastic bump to their brand if they're the only non-crap printer vendor.
  • wazoox4 days ago
    I've very deliberately NOT updated the firmware of my Brother printer, ever. I mean, it works just fine (but complains that there's some updates available). What could an update add? Probably nothing. What could it break ? A whole lot. If it ain't broken, don't fix it :)
  • SwtCyber3 days ago
    If I buy a device, I should have the right to use whatever consumables I choose
  • blackeyeblitzar4 days ago
    HP does this with their printers. The trick is to refuse all the updates so you can use 3P ink.
  • Tepix4 days ago
    Oh no, i updated the firmware of my monochrome brother laser printer the other day :-(
  • rf154 days ago
    Damn, I used to buy them over any other brand exactly because they didn't have this scummy behavior.
  • alkonaut4 days ago
    Luckily for laser, the warranty is likely to last as long as the original toner for most users. I don't think it's right you can't use third party toner/cartridges, but I also don't expect manufacturers to honor warranty after third party parts are used.
    • asddubs4 days ago
      ? the accusations aren't about warranty. And I absolutely do expect manufacturers to honor warranty after third party consumables are used
      • bluGill4 days ago
        Legaly the https://en.wikipedia.org/wiki/Magnuson-Moss_Warranty_Act applies. They will say it doesn't though: legal fees will be more than a new printer.
      • alkonaut4 days ago
        It seems sketchy as hell legally. The problem is that unlike e.g. car manufacturers, there is no specification or standard for what consumables must satisfy (like SAE10W30 engine oil). If you use the right oil, you should be fine.

        If someone uses some $0.50 ink cartridge from wish that completely gunks the printer I'd probably say "you used bad ink, sorry" if I was the manufacturer. I mean in practice there's probably great ink that's half price and as good as the original. But in principle.

        • asddubs4 days ago
          to me, it sounds like a made up scenario. Are there actually any such cases of printers being destroyed by third party ink? Even then, you could say the warranty is void if the printer is damaged because of the ink rather than across the board. But it sounds like just navelgazing "what ifs" to me rather than a practical concern
          • alkonaut3 days ago
            > Are there actually any such cases of printers being destroyed by third party i

            I don't know. Which is why I consider the whole discussion only interesting in principle. I.e. should manufacturers be liable for warranty when non-approved consumables are used in all cases, or never or in some cases, for specific consumables on specific products.

            Yes, I'm only interested in the legal what-ifs here. And not about printers specifically either.

            And here I think that both "never" and "in some cases for specific products" could make sense. Basically a legal carve out for printers or something. Because otherwise the only thing that happens is WORSE. It would mean manufacturers make parts and consumables harder to replace OR they have to make warranty shorter than they could.

            An alternative scenario is this: Manufacturers offer a regular/minimum warranty but if consumers use only original consumables/parts, then the warranty is extended. Say 1 year for a printer if you use third party ink and 5 years if you keep buying the manufacturers ink. Should that be legal?

  • NotYourLawyer4 days ago
    People still use inkjets? Lasers are better in every way.
    • mschild4 days ago
      Except when it comes to printing quality of photos.

      Have a laser myself, but my mom, who does print a lot of high quality images on proper photo paper, does not get the same results with laser.

      For you everyday documents though I fully agree.

  • p3rls4 days ago
    I have a bunch of annoying spammers from India that keep coming to my webapp and try to annoy users about buying their Brother printer cartridges. I've always wondered how the economics of that work.
  • nicman234 days ago
    always have a bitch tier wlan/lan for printers
  • jmholla4 days ago
    My Brother printer is not allowed to talk to the internet. Here's hoping a windows machine on my network doesn't accidentally update it.

    I forget what, but this isn't the first shady move from Brother. They seem to be well on in the enshittification phase of their business.

    • neilv4 days ago
      > My Brother printer is not allowed to talk to the internet. Here's hoping a windows machine on my network doesn't accidentally update it.

      Same here.

      I keep my HP LaserJet isolated from the Internet (both directions), as well as from LAN devices that haven't been allowlisted for it. Only devices that are limited to generic open source drivers can print to it, since you can't trust the battleship-sized HP "driver" packages not to update firmware.

      My Brother color laser printer, I don't use very often, so I just carry the Debian laptop over to it, and plug in the USB cable, as needed.

      This isn't perfect, and I can still think of sneaky ways to update the firmware of the small fraction of the installed bases that do isolation like this.

      But it's the best reasonable compromise I can find right now, without spending hundreds of hours on what I suspect is the next step of protection. (Which would be "data diode"-like filtering that's aware of application layer protocols and file formats, and only passes validated-safe bytes to the printer. I suspect that an even harder approach would be trustworthy open source replacement printer firmware, unless someone finds and pursues a GPL legal attack, like the situation that birthed the wonderful OpenWrt.)

      AFAIK, Brother seemed to have pretty universal word-of-mouth goodwill among techies until the last maybe couple years. But even if that goodwill had significant effect on the balance sheet (relative to the primary marketing methods), my layperson impression is that it'd be a rare CEO who didn't cash in goodwill (especially goodwill built up by a predecessor). And with US government being sabotaged right now, maybe regulators like the FTC will also not be barriers to brands doing whatever a CEO wants, even more than in recent decades.

    • voltaireodactyl4 days ago
      There was talk a while back about them silently degrading print jobs that used third party ink. I forget the exact details but it was arguably more heinous than the HP stuff since at least that happens out in the open — this was special code to make third party ink look worse without explanation.
    • 4 days ago
      undefined
  • tristor4 days ago
    Well that's disappointing. I have recommended Brother for years, and I have a number of Brother laser printers I'm responsible for across my own home and that of friends and family. I wonder if Kyocera laser printers are still good, unfortunately they're quite a bit more expensive, but I am fine paying more for something that will last and stay in my control.
  • account424 days ago
    Disappointing but unfortunately not really unexpected in this world. AFAIK Brother didn't even make any official commitments to not pulling this and hasn't been pushing they previous above industry standard behavior in their marketing.
  • 4 days ago
    undefined
  • Johanx644 days ago
    This has been going on for a long bloody time.

    My old brother ink printer (10-15years ago) had an internal counter which upon reaching some threshold value (20k pages or whatever), would stop printing and would show some error.

    To fix it, you had to go into special secret "Maintenance/Service" mode by pressing the right combination of keys and then resetting this value.

    Which means it had to be thrown out or sent to "repair/servicing" after N number of pages by design.

    The number one thing to do when buying a printer is to check how hackable/refillable it is, and which printer has the most active hacking/refilling systems available from China and other countries that can't afford to buy overpriced originals, etc.

    • phito4 days ago
      It's the same with toner levels. Printer was saying toner was empty. I reset the toner levels of the printer using that hidden maintenance button combination. It kept printing just fine for a looong time after that.
      • yencabulator4 days ago
        My HP laser predates most of this idiocy, but even on it the toner levels are brazen lies. I've printed just fine for some 2+ years after the "very low" toner warnings started across all colors (though admittedly quite low volume; it's more a scanner than a printer).
    • 4 days ago
      undefined
  • kbmn4 days ago
    Personal recommendation:

    A while ago I bought a bw laser printer from a brand I've never heard of: "Pantum". Specifically the Pantum P2500W, for 49,95€ (~ 53$). I have never seen them in a store in (western/central) Europe either.

    It does not have a display, in general it's the simplest, minimalist printer I've ever owned I'd argue.

    CUPS configuration exist in the Arch AUR (for usage with USB), and driverless printing with AirPrint (which also works with CUPS) is supported. This new driverless stuff works really nice in general, glad to use this instead of unreliable driver printers (which sometimes are not even available in low quality for Linux).

    It does not require an internet connection and appears to not have any DRM on the cartridges: I use a 20€ (~ 21$) no-name toner cartridge from Amazon, and it works perfectly fine. In fact it doesn't have a display to complain about this (like my 10+ year old HP, which even back then showed me ads for their own cartridges, and HP paper).

    • heffer4 days ago
      Pantum is a brand of Ninestar, a group of companies that pretty much make every major component across the entire value chain of laser printers.

      They bought Lexmark in 2016 (which is why some Pantum printers look like Lexmark printers).

      The company has origins in manufacturing third-party replacement ICs for building compatible consumables and as such has extensive experience reverse engineering many printer designs. Many compatible printing consumables outlets carry Pantum brand printers, as they are essentially buying them through the same channels they buy their compatible consumables.

      Pantum has a program for identifying genuine Pantum consumables as well, as any respectable printer manufacturer would ;-) It's a fun little sticker with some tricks up its sleeve: https://global.pantum.com/support/identification/

    • mamonoleechi4 days ago
      Thanks to share! any estimate on how many regular text page can you print with your 20€ cartridge?

      I have some questions: - what model did you buy for 50€ ? was it second hand? (i only see 150+€ pantum laser printers) - any links to buy the printer/cartridge ; i'm super interested!

      • kbmn4 days ago

          > - what model did you buy for 50€ ? was it second hand?
        
        No, it was new. A "Pantum P2500W". However, it's from a retailer (iBOOD) known for buying surplus/overstock/special-purchase items from the US and UK market (at reduced prices), and reselling it in the EU. I would imagine the prices to be slightly lower there than in typical big-box stores, but I have simply never seen the brand in any physical store, so can't really compare it obviously.

          > any estimate on how many regular text page can you print with your 20€ cartridge?
        
        According to the toner manufacturer, it's 1600 pages. And generally, all toner cartridges that come up when entering "P2500W" into Amazon suggest 1600 pages. I don't print that much that I can verify it; with just the occasional shipping label every couple weeks I would last quite a number of years if that was correct.

          > any links to buy the printer/cartridge
        
        For the cartridges, I see a plethora of options when entering "P2500W" into Amazon.de, the majority of which are between 19€ - 23€, 4.5 to 5 stars, all of them mention 1600 pages.

        Regarding the printer itself, I don't have a good recommendation. iBOOD (where I bought it) does not sell it anymore (iBOOD mostly sells a quantity-limited amount of surplus/overstock/special-purchase items, and it was in September 2023, so there for sure is no stock anymore). When looking at the price graph of a popular price aggregation site (https://geizhals.eu/pantum-p2500w-a1474488.html), I can see that the price started out at 55€ in July 2016, the lowest price a store was selling it for was 35€ in 2017 for a month. Then it was available for 50€ a couple of times for a few weeks - months per year, and otherwise out of stock; until it seems to now be sold at Amazon.de by a third-party seller from China (without going out of stock constantly) for reliable 90€-110€ (this very second for 109,90€).

    • yborg4 days ago
      Doesn't seem to be available in US right now; apparently Micro Center used to carry them, they're still listed, but out of stock. Pity, looks like a perfect basic bitch monochrome printer.
    • 4 days ago
      undefined
    • 4 days ago
      undefined
  • waltercool4 days ago
    [dead]
  • jbaber4 days ago
    [flagged]
  • pabs34 days ago
    I wonder when eink is going to end printing.
    • recursive4 days ago
      No sooner than you can put one in an envelope and send it for the cost of a normal postage stamp.
    • Gigachad4 days ago
      I use my printer for two things, printing shipping labels, and printing sewing patterns. E ink is useless for both.
    • chii4 days ago
      if e-ink "paper" could be made as cheaply as real paper, so much so that you could just post it like a letter, then i do think it can end print.

      But at least as of now, it doesn't seem like that's the case.

  • clarkmoody4 days ago
    Here's how a printer company could gain massive market share:

    - Open firmware and interfaces to the hardware

    - Make a profit on the sale of the printer hardware

    - Open spec for any ink manufacturer to create cartridges

    • chongli4 days ago
      I don't think so, unless you're talking about professional-grade printers for businesses who print a LOT and look at the TCO of printers before buying them. Consumers buy literally the cheapest printer available at the store. Manufacturers have had to start shrinking the amount of ink in starter cartridges just to get consumers to buy any cartridges at all since otherwise people would buy a new printer instead of buying cartridges.

      A printer that's actually profitable without any ink sales is going to cost hundreds of dollars more than any consumer would be willing to pay.

    • Almondsetat4 days ago
      Here's how a printer company could go bankrupt immediately:

      - Fixate on open firmware and force all third parties to open source their code (because yes, third party firmware vendors are necessary to develop a working printer system)

      - Make a puny profit on durable hardware

      - Miss out on the only true recurring revenue you can have

    • gymbeaux4 days ago
      It’s like unlimited data cell plans, if one does it they’ll all have to do it.
    • jabl4 days ago
      I'd love to see it, but realistically that's not the world we're living in. 99% of people will just pick whatever box in the store that looks snazzy and is cheap.
    • shellfishgene4 days ago
      There are probably a gazillion patents around printing, I wonder if it's even feasible to bring new hardware to market.