Home > sysadmin > Update — Airprint for IOS6

Update — Airprint for IOS6

October 15, 2012

IOS6 requires these additions to my previous instructions to work with airprint.

Create the following files

/usr/share/cups/mime/airprint.types

##contents of airprint.types##

image/urf urf string(0,UNIRAST<00>)

/usr/share/cups/mime/airprint.convs

##contents of airprint.convs###

image/urf application/pdf 100 pdftoraster

recreate /etc/avahi/services with airprint-generate.py

wget https://github.com/tjfontaine/airprint-generate/blob/master/airprint-generate.py

chmod +x airprint-generate.py

./airprint-generate.py -d /etc/avahi/services/

service restart cups

service restart avahi-daemon

Printing should now work!

 

Categories: sysadmin
%d bloggers like this: