6P by xguru 2021-11-11 | favorite | 댓글과 토론

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