I’m more of a casual/newbie Linux user and I want to know if a specific Brother model is compatible with it. For reference, it’s the HL-L2465DW monochrome laser printer.

  • mystic-macaroni@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    2 hours ago

    I had a harder time setting up a brother printer on my dad’s computer running windows than I did on my mom’s running Mint

  • ejs@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 hour ago

    That printer probably supports AirPrint, which Mint supports without any extra tinkering. Connect the printer to your network, and try going through linux mint and adding the printer through the settings. If it doesn’t show up, then you can try using drivers (install using below command) and then re-adding the printer

    Install by pasting this into your terminal. Enter your password when prompted.

    TMP_DEB=$(mktemp --suffix=.deb) && curl -sSL "https://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2465dw_us&os=128&dlid=dlf106036_000&flang=4&type3=10283" -o "$TMP_DEB" && sudo apt install -y "$TMP_DEB" && rm -f "$TMP_DEB"  
    

    Explanation if you want to learn:

    • Brother offers drivers online
    • Download the “linux printer driver (.deb package)”
    • Then, to install onto your system, use your package manager and tell it to install the package you downloaded sudo apt install ./Downloads/package_name.deb
  • StrawberryPigtails@discuss.tchncs.de
    link
    fedilink
    arrow-up
    7
    ·
    3 hours ago

    Brother Printers have a well deserved reputation. They work. You will probably need their proprietary drivers (which you can get from their website), but after that they just work.

    I know they make a .deb available, but I think there’s also a .rpm if you’re repping Redhat land.

    • buckykat [none/use name]@hexbear.net
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 hours ago

      You probably won’t need their proprietary drivers, it’ll probably just autodetect and work with CUPS without even setting it up, like my Brother DCP-L2540DW does.

      • cmnybo@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        39 minutes ago

        The monochrome and newer color Brother printers usually work fine without installing any drivers. If it supports IPP Everywhere, it will definitely work fine. It’s the older color printers that usually need the proprietary driver for full support.

  • monkeyman512@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    4 hours ago

    I just googled that model number and “Linux support”. The first result was the Brother website for driver downloads, which does include packages for linux.

  • Tetsuo@jlai.lu
    link
    fedilink
    arrow-up
    11
    ·
    5 hours ago

    I’m not familiar with Mint but couldn’t OP just boot on a liveUSB and check if it works ?

    • moonpiedumplings@programming.dev
      link
      fedilink
      arrow-up
      9
      ·
      5 hours ago

      Yes this is the best way.

      On Linux I’ve never had to install drivers for any printers, it comes with a “generic” driver that works for a ton of brands,

      • epyon22@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 hours ago

        Linux (Ubuntu at least) has been more out of the box compatible with printers than any other os I’ve used

    • grte@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      5 hours ago

      Possibly they are looking to buy a printer and don’t yet have it.

  • IsoKiero@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 hours ago

    https://openprinting.org/printers/manufacturer/Brother

    Unfortunately your model doesn’t seem to be on that list. Brother provides linux drivers for some of their models, but they tend to be a bit of a pain to get installed (I’ve got HL-3040CN). Once you get the brother drivers ready the thing just works, and I guess part of the issues I’ve had is that my model is pretty old and drivers haven’t been updated in a decade or so.

    If you already have the printer just plug it in to a mint computer and you’ll soon find out.