$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Brother Scanner Ubuntu 22.10 Quick-Start – Step-by-step

November 17, 2022 | By the+gnu+linux+evangelist.

Setting Up

  1. 3. Extracting Brother Scanner Driver Package

    Double-Click on Archive Extract into /tmp

    Install Brother Scanner on Ubuntu 22.10 Kinetic - Archive Extraction

    Or from Command Line:

    gunzip -c $HOME/Downloads/linux-brprinter-installer*.gz > /tmp/linux-brprinter-installer
  2. 4. Setting Permissions

    Give Execution Permission.

    cd /tmp
    chmod +x linux-brprinter-installer*

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

  3. 5. Installing Brother Scanner Driver

    Now to Install Brother Scanner Drivers

    sudo ./linux-brprinter-installer*

    In case of “CUPS is not installed” issue then to see How to Install it Here.

    When Prompted Insert your Brother Scanner Model!
    Install Brother Scanner on Ubuntu 22.10 Kinetic - Terminal
    Then the Installer will Provide Automatically to Download and Install the Scanner and potentially also the Scanner Drivers…
    Again following the CLI wizard, when Prompted about a Device URI:

  4. 6. Accessing Ubuntu Settings

    Then Open Ubuntu Settings
    Hit Cmd/Win to start Searching:

    Open Settings
  5. 7. Adding Printer

    And Add Printer in Ubuntu
    Choose “Printers“:

    Settings Printers

    And then “Add Printer”:

    Add Printer

    So then Select the Printer that should be Found and Confirm to Add it.
    But if Not Found then Verify the Printer is Connected and Turned On.

    Add Printer Found

    Next again Find and Choose the “Printer Details”:

    Printer details

    Again Browse to “Install PPD File” Driver:

    Browsing for Driver or PPD

    How to Find Printer PPD File Location on Linux

    GNU/Linux PPD File Location

    Or Browse for the “Printer Drivers Database”.

    Finally, the Printer should be Successfully Installed and Working on System!

Contents