MK278です。ご回答有難うございます。 > (これでlprコマンドも使えます) > > 以下をダウンロード > ftp://download.canon.jp/pub/driver/bj/linux/guidepixus850icups-2.2-1.tar.gz > ftp://download.canon.jp/pub/driver/bj/linux/bjfilterpixus850i-2.2-1.i386.rpm > ftp://download.canon.jp/pub/driver/bj/linux/bjfiltercups-2.2-1.i386.rpm > > lpdを止めてcupsdを開始します。 > # /etc/rc.d/init.d/lpd stop > # /etc/rc.d/init.d/cups start > > インストールします。 > # rpm -ivh bjfilterpixus850i-2.2-1.i386.rpm > # rpm -ivh bjfiltercups-2.2-1.i386.rpm > # /etc/rc.d/init.d/cups restart > # lpadmin -p PIXUS850i -m canonpixus850i.ppd -v canon_usb:/dev/usb/lp0 -E > # lpadmin -d PIXUS850i > テスト印刷 > # lpr -P PIXUS850i test.ps 有難うございます。早速試してみました。 [root@localhost]# service lpd stop lpd停止 [ OK ] [root@localhost]# service cups start cups起動: [ OK ] [root@localhost]# rpm -qa | grep filter bjfilterpixus850i-2.2-1 [root@localhost]# rpm -ihv bjfiltercups-2.2-1.i386.rpm 準備中 ########################################### [100%] 1:bjfiltercups ########################################### [100%] [root@localhost]# rpm -qa | grep filter bjfiltercups-2.2-1 bjfilterpixus850i-2.2-1 [root@localhost]# service cups restart cups停止 [ OK ] cups起動: [ OK ] [root@localhost]# lpadmin -p PIXUS850i -m canonpixus850i.ppd -v canon_usb:/dev/usb/lp0 -E [root@localhost]# lpadmin -d PIXUS850i [root@localhost]# cat /etc/printcap # This file was automatically generated by cupsd(8) from the # /etc/cups/printers.conf file. All changes to this file # will be lost. PIXUS850i|PIXUS850i:rm=localhost.localdomain:rp=PIXUS850i: [root@localhost]# cat /etc/cups/cupsd.conf | grep -v ^# | grep -v ^$ DefaultCharset notused LogLevel info MaxLogSize 0 Printcap /etc/printcap Port 631 <Location /> Order Deny,Allow Deny From All Allow From 127.0.0.1 </Location> <Location /admin> AuthType Basic AuthClass System Order Deny,Allow Deny From All Allow From 127.0.0.1 </Location> [root@localhost]# lpr -PPIXUS850i /usr/share/ghostscript/7.07/examples/tiger.ps lpr: connect: No such file or directory jobs queued, but cannot start daemon. [root@localhost]# lpr -P PIXUS850i /usr/share/ghostscript/7.07/examples/tiger.ps lpr: connect: No such file or directory jobs queued, but cannot start daemon. [root@localhost]# which lpr /usr/bin/lpr [root@localhost]# /usr/bin/lpr -P PIXUS850i /usr/share/ghostscript/7.07/examples/tiger.ps /usr/bin/lpr: connect: No such file or directory jobs queued, but cannot start daemon. [root@localhost]# ls -l /usr/bin/lpr -r-sr-sr-x 1 root lp 19440 Jan 6 2001 /usr/bin/lpr* となってテスト印刷が出来ませんでした。 設定を勘違いしてますでしょうか?