Tech News

제목라즈베리 Pi로 오래된 프린터를 AirPrint 지원하게 만들기2021-11-12 16:14
작성자 Level 10

https://blog.jgc.org/2021/11/making-old-usb-printer-support-apple.html 

1 Raspbian 을 SD카드에 설치 

2 ssh 및 wpa_sullicant.conf로 WiFi 접근 추가 

3 sudo rasp-config 로 암호 변경

4 프린터를 USB케이블로 연결 

5 CUPS 설정하고 네트웍 연결가능하게 만들기 

ㅤsudo apt-get update

ㅤsudo apt-get full-upgrade

ㅤsudo apt-get install cups

ㅤsudo usermod -a -G lpadmin pi

ㅤsudo cupsctl --remote-any

ㅤsudo systemctl restart cups

6 http://raspberrypi:631/admin 접근해서 로컬 프린터 추가하고, "Sharing" 되어 있는지 확인 

7 AirPrint 설정

ㅤsudo apt-get install avahi-daemon

ㅤsudo reboot


댓글
자동등록방지
(자동등록방지 숫자를 입력해 주세요)