設定

CUPS

ファイル

  • 設定ファイル ... /etc/cups/cupsd.conf
  • ライブラリ ... /usr/lib/cups
  • ドライバ ... /usr/share/cups
  • ログ
    • /var/log/cups/access_log ... CUPSの管理画面(http://localhost:631)のアクセスログ
    • /var/log/cups/error_log ...

フィルタ

だいたいこの4stepで印刷される

  • texttopdf
  • pdftopdf
  • gstoraster
  • rasterto[****] ... プリンタ専用フィルタ(=プリンタドライバ)
    • rastertogutenprint5.2 ... 非PostScriptプリンタ用フィルタ

CUPS関連コマンド

  • 接続しているプリンタを確認
    $ sudo lpinfo -l -v

CUPSでBluetoothプリンタを使えるようにするまで

  • hcltool で Bluetooth デバイスをスキャン
    $ hcitool scan
    Scanning ...
    	0F:02:17:42:61:16	BlueTooth Printer
  • lpadmin コマンドで Bluetooth プリンタを登録(0F:02:17:42:61:16 => 0f0217426116)
    $ lpadmin -p POS58 -E -v bluetooth://0f0217426116 ... 
  • /sbin/lsmod で以下のモジュールが組み込まれているか確認
    • lsmod ... Linuxに読み込まれているモジュールの一覧を表示するコマンド
    • bluetooth
    • rfcomm
      • 遠隔にあるBluetoothを仮想シリアルポートとして認識させるコマンド
      • Bluetoothのプロトコルスタックの一つで、L2CAP(メモ:Bluetooth機器間の通信路。OSIの第二レイヤに相当)上でRS-232Cシリアルポートの転送機能をエミュレーションするもの。
      • これにより、従来の有線によるデータ転送をそのまま無線に置きかえることが可能となる。
    • l2cap
    • hci_usb

bluez-cups

関連ライブラリ

  • libcups2 - Common UNIX Printing System(tm) - Core library
  • libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
  • libcupscgi1 - Common UNIX Printing System(tm) - CGI library
  • libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI library
  • libcupsfilters-dev - OpenPrinting? CUPS Filters - Development files for the library
  • libcupsfilters1 - OpenPrinting? CUPS Filters - Shared library
  • libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
  • libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS image library
  • libcupsmime1 - Common UNIX Printing System(tm) - MIME library
  • libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME library
  • libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
  • libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD library

えとせとら


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2017-07-20 (木) 21:33:00 (2464d)