Guide for installing Cups with google cloud print on the raspberry pi

Guide for installing Cups with google cloud print on the raspberry pi

Channel:
Subscribers:
396
Published on ● Video Link: https://www.youtube.com/watch?v=n0wvvvqvwrE



Category:
Guide
Duration: 6:04
1,291 views
23


Guide to installing cups and google cloud print on the raspberry pi

Links
====
Brlaser : https://github.com/pdewacht/brlaser
Go download page : https://golang.org/dl/
Guide to install GCP Connector : https://github.com/google/cloud-print-connector/wiki/Installing-on-Raspberry-Pi-Raspbian-Jessie

Commands
=========
Installing cups
-----------------------
sudo apt update && sudo apt upgrade -y
sudo apt install cups -y
sudo cupsctl --remote-any

Installing brlaser
---------------------------
git clone https://github.com/pdewacht/brlaser
cd brlaser
sudo apt install cmake -y
sudo apt install libcups2-dev
cmake .
make
sudo make install
sudo usermod -a -G lpadmin pi

Installing Go
--------------------
sudo mkdir gos
cd gos
sudo wget https://dl.google.com/go/go1.14.linux-armv6l.tar.gz
sudo tar -xzf go1.14.linux-armv6l.tar.gz
cd go
export PATH =$PATH:/home/pi/gos/go/bin
go version
go get github.com/google/cloud-print-connector/...

rest of the commands are on the gcp connector guide page



Supported printers for brlaser :
Brother DCP-1510 series
Brother DCP-1600 series
Brother DCP-7030
Brother DCP-7040
Brother DCP-7055
Brother DCP-7055W
Brother DCP-7060D
Brother DCP-7065DN
Brother DCP-7080
Brother DCP-L2500D series
Brother DCP-L2520D series
Brother DCP-L2540DW series
Brother HL-1110 series
Brother HL-1200 series
Brother HL-2030 series
Brother HL-2140 series
Brother HL-2220 series
Brother HL-2270DW series
Brother HL-5030 series
Brother HL-L2300D series
Brother HL-L2320D series
Brother HL-L2340D series
Brother HL-L2360D series
Brother MFC-1910W
Brother MFC-7240
Brother MFC-7360N
Brother MFC-7365DN
Brother MFC-7840W
Brother MFC-L2710DW series
Lenovo M7605D

Timestamps
--------------------
0:00-1:00 : Installing Cups
1:01-2:20 : Installing Brlaser
2:21-3:22 : Adding the printer in cups
3:23-6:03 : Setting up Google Cloud Print







Tags:
Raspberry pi
Cups Server
Cloud Printing