こんにちは、M.H といいます。 On Tue, 25 Nov 2014 21:08:43 +0900 中山正隆 <[email protected]> wrote:
> apt-get reinstall cups を実行後 :631にてプリンターを設定したのですが、 > プリンターの反応は無し。dmesgを見ると > usblp0: error -32 reading printer status > usblp0: error -32 reading printer status > usblp0: error -32 reading printer status > usblp0: error -32 reading printer status > usblp0: error -32 reading printer status > usblp0: error -32 reading printer status > と表示されています。対処のアドバイスお願い致します。 > 実機を持っていないので、はっきりとはわかりませんが、 /usr/sbin/ccpd デーモンを介して CUPS にアクセスする仕掛けになっている筈なので、 root で、/etc/init.d/ccpd start を実行してから、/etc/init.d/cups restart を実行すると、何か状況が変化するかも知れません。 chkconfig --list を打つと一覧に ccpd が出てくるかも知れないので、 chkconfig --level 3 ccpd on chkconfig --level 4 ccpd on chkconfig --level 5 ccpd on などとしておくと、ブート時に起動してくれる筈です。 CANON LBP7010C 之 FAQ なぞは存在しないんでしょうか??? -- Misty Haiku <[email protected]> _______________________________________________ vine-users mailing list [email protected] http://listserv.linux.or.jp/mailman/listinfo/vine-users
