how to make usb printer to wifi printer

Опубликовано: 01 Январь 1970
на канале: Heikki Koivisto
853
12

I thought that won't need a printer at home, boy I was wrong. So here is how I turn USB printer into wireless printer with raspberry pi?

Raspberry PI | USB Printer | Wireless Printer


HP Drivers:
https://developers.hp.com/hp-linux-im...

Commands:
apt-get install cups
nano /etc/cups/cupsd.conf

location
Order allow,deny
allow @LOCAL

Location admin
AuthType Default
Require valid-user
Order allow,deny
allow @LOCAL

systemctl start cups && systemctl enable cups
apt install avahi-daemon
systemctl start avahi-daemon && systemctl enable avahi-daem
ufw allow 5353/udp
ufw allow 631/tcp
apt install hplip
usermod -a -G lpadmin pi

Raspberry Pi 4 Model B:
Amazon ES:
https://amzn.to/3mOXJJr
Amazon DE:
https://amzn.to/349lipD
Amazon US:
https://amzn.to/3sNp8z6

#HPPrinters #raspberrypi #cups