Press J to jump to the feed. Press question mark to learn the rest of the keyboard shortcuts
9

[TUTORIAL] Install Brother old drivers in Raspberry PI with QUEMU (pretty easy)

9

[TUTORIAL] Install Brother old drivers in Raspberry PI with QUEMU (pretty easy)

This tutorial was posted by u/tejonaco on r/linux but was removed by moderators. This was the only tutorial i found on internet that made my brother printer work with RPI. so posting this here so it may help others

-----------------------------------------------------------------------------------------------------------------------------------------

Hi, just managed to print from my Android device in my old DCP-197C and I want to share it with you. I don't know if I miss something, because I tried it so many times, but I want to write somewhere what I did today, when it finally worked:


INSTALL ALL THE NECESSARY STUFF

$ sudo apt install qemu binfmt-support qemu-user-static cups a2ps

ADD ARCHITECTURE

$ sudo dpkg --add-architecture i386

DOWNLOAD LIBC6 FOR i386 (I found it here)

https://packages.debian.org/buster/i386/libc6/download

OR

$ wget old.kali.org/kali-security/pool/main/e/eglibc/libc6_2.13-38+deb7u8_i386.deb (this one is old so download updated one from above link)

IF YOU TRY TO INSTALL THIS, YOU WILL MESS AROUND WITH APT, SO WE WILL EXTRACT THE DEB AND COPY THESE FILES

$ dpkg -x libc6_2.13-38+deb7u8_i386.deb data

$ sudo cp -r data/lib/* /lib

$ sudo cp -r data/usr/* /usr

$ sudo cp -r data/etc/* /etc

RUN THIS AND ADD IT TO BASHRC TO RUN IN EVERY REBOOT

$ EXTRA_OPTS="-L /lib/i386-linux-gnu"

DOWNLOAD AND INSTALL YOUR DRIVERS - FOR ME:

$ wget https://download.brother.com/welcome/dlf005405/dcp197ccupswrapper-1.1.3-1.i386.deb

$ wget https://download.brother.com/welcome/dlf005403/dcp197clpr-1.1.3-1.i386.deb

$ sudo dpkg -i dcp197ccupswrapper-1.1.3-1.i386.deb

$ sudo dpkg -i dcp197clpr-1.1.3-1.i386.deb


------------------------------------------------------------------------------------------------------------------------------------

2 comments
100% Upvoted
Log in or sign up to leave a commentLog InSign Up
Sort by
User avatar
level 1
18 days ago · edited 18 days ago

Wow!

Why has such a seminal post not got any traction?

We're talking about adding Apple AirPrint or Android Print to an old laser printer!

Edit: This has been pasted elsewhere

1
User avatar
level 2

Well tbh if you connect any printer to any pc running Linux , it can print wirelessly. The problem wihh rpi was that brother doesn't make drivers for arm.

1
More posts from the raspberry_pi community
3.1k
View Comments
Play
0:00
0:00
Settings
Fullscreen
138 comments
1.3k
  • r/raspberry_pi - A little pico project :) Mandelbrot set explorer.
  • r/raspberry_pi - A little pico project :) Mandelbrot set explorer.
1/2
47 comments
1.3k
  • r/raspberry_pi - Raspberry Pico Guitar Hero Controller
  • r/raspberry_pi - Raspberry Pico Guitar Hero Controller
1/2
35 comments
1.3k
  • r/raspberry_pi - Complete project
  • r/raspberry_pi - Top view without the SATA cables
  • r/raspberry_pi - Inside view of the boards
  • r/raspberry_pi - Peak power draw (on the 12V input) with 100% CPU and fan and all drives writing: ~24W
  • r/raspberry_pi - Power draw (on the 12V input) when drives are sleeping: ~5.7W
1/7
Complete project
74 comments
820
38 comments
589
  • r/raspberry_pi - I wanted a connected audio amplifier, but did not like what I found. So I did this.
  • r/raspberry_pi - I wanted a connected audio amplifier, but did not like what I found. So I did this.
1/5
51 comments
467
30 comments
448
  • r/raspberry_pi - pi4 power supply conversation
  • r/raspberry_pi - Bypass pi4 3.0 usb bus amp limitations
1/5
pi4 power supply conversation
100 comments
343
Post image
12 comments
290
19 comments
156
  • r/raspberry_pi - My attempt in making a CM4 carrier board
  • r/raspberry_pi - My attempt in making a CM4 carrier board
1/2
7 comments
126
View Comments
Play
0:00
0:00
Settings
Fullscreen
8 comments
85
  • r/raspberry_pi - ADC connected with an LMT86 temperature sensor
  • r/raspberry_pi - I created an ADC for Raspberry Pi w/ MCP3008. can attach up to 5 analog sensors.
1/2
ADC connected with an LMT86 temperature sensor
7 comments
83
View Comments
Play
0:00
0:00
Settings
Fullscreen
3 comments
80
Post image
14 comments
63
View Comments
Play
0:00
0:00
Settings
Fullscreen
6 comments
61
4 comments
49
  • r/raspberry_pi - Made a PCB for controlling my RPi 3 fan speed!
  • r/raspberry_pi - Made a PCB for controlling my RPi 3 fan speed!
1/4
7 comments
40
View Comments
Play
0:00
0:00
Settings
Fullscreen
12 comments
32
4 comments
Continue browsing in r/raspberry_pi
A subreddit for discussing the Raspberry Pi ARM computer and all things related to it.
2.3m

Members

558

Online


Created Oct 10, 2011