Project

General

Profile

Support #425

Brother 7820N Support on Arch Linux

Added by Daniel Curtis almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
07/15/2014
Due date:
% Done:

100%

Estimated time:
1.00 h
Spent time:

Description

I encountered the need to be able to print from my new work environment. Luckily, there are drivers in the AUR. To compile and install, run:

mkdir ~/src && cd ~/src
wget https://aur.archlinux.org/packages/br/brother-lpr-drivers-common/brother-lpr-drivers-common.tar.gz
wget https://aur.archlinux.org/packages/br/brother-lpr-drivers-laser/brother-lpr-drivers-laser.tar.gz
wget https://aur.archlinux.org/packages/br/brother-cups-wrapper-laser/brother-cups-wrapper-laser.tar.gz
wget https://aur.archlinux.org/packages/br/brother-cups-wrapper-common/brother-cups-wrapper-common.tar.gz
tar xzf brother-lpr-drivers-common.tar.gz && tar xzf brother-lpr-drivers-laser.tar.gz && tar xzf brother-cups-wrapper-laser.tar.gz && tar xzf brother-cups-wrapper-common.tar.gz
cd brother-lpr-drivers-common
makepkg -s PKGBUILD
sudo pacman -U brother-lpr-drivers-common*.xz
cd ../brother-lpr-drivers-laser
makepkg -s PKGBUILD
sudo pacman -U brother-lpr-drivers-laser*.xz
cd ../brother-cups-wrapper-common
makepkg -s PKGBUILD
pacman -U brother-cups-wrapper-common*.xz
cd ../brother-cups-wrapper-laser
makepkg -s PKGBUILD
pacman -U brother-cups-wrapper-laser*.xz

#1

Updated by Daniel Curtis over 9 years ago

  • Status changed from New to Closed
  • % Done changed from 60 to 100

Also available in: Atom PDF