Kyocera FS-1030D

Download PPD files for kyocera printer

wget -k https://www.kyoceradocumentsolutions.de/content/download-center/de/drivers/all/Linux_PPDs_KSL8_4_zip.download.zip -P /tmp/
unzip /tmp/Linux_PPDs_KSL8_4_zip.download.zip -d /tmp
 
# create new printer
lpadmin -p Kyocera_FS-1030D -v socket://192.168.178.46/:9100 -E -P "/tmp/PPD's_KSL_8.4/German/Kyocera_FS-1030_de.ppd" -o PageSize=A4
 
# set default printer
lpadmin -d 'Brother-HL-4570CDW'
 
# debug
system-config-printer

install

#wget http://dl.dropbox.com/u/4170695/www/Kyocera-FS-1010.ppd -P /tmp
lpadmin -p Kyocera-FS-1010 -v socket://192.168.1.11:9100 -E -P /tmp/Kyocera-FS-1010.ppd

Codes

# reset printer
echo '!R! frpo init' | sudo tee /dev/usb/lp2
 
# print status page
echo '!R! STAT1; EXIT;' | sudo tee /dev/usb/lp2
 
<strong>Links</strong>
http://docs.oracle.com/cd/E19253-01/819-7355/geawp/index.html