# 라즈베리 Pi로 오래된 프린터를 AirPrint 지원하게 만들기

> Clean Markdown view of GeekNews topic #5357. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5357](https://news.hada.io/topic?id=5357)
- GeekNews Markdown: [https://news.hada.io/topic/5357.md](https://news.hada.io/topic/5357.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-11-11T09:46:01+09:00
- Updated: 2021-11-11T09:46:01+09:00
- Original source: [blog.jgc.org](https://blog.jgc.org/2021/11/making-old-usb-printer-support-apple.html)
- Points: 6
- Comments: 0

## Topic Body

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

## Comments



_No public comments on this page._
