Linux/プリンタ
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
-[[CUPS:https://wiki.archlinuxjp.org/index.php/CUPS]]
-[[TM/BAシリーズ プリンタードライバー for Linux ドライバ...
-[[SambaとCUPSと各種プリンター(CUPS・プリンタ編):http:/...
-[[Thermal Printer driver for CUPS, Linux, and Raspberry ...
-[[searching kiosk/vending machine printer:https://www.ra...
-[[Mini Thermal Receipt Printer:https://www.adafruit.com/...
-[[Linux Printer Driver - EPSON:https://download.epson-bi...
*設定 [#y91a3be3]
-[[【Linux入門】しっかりわかる!プリンタ管理と印刷コマン...
*CUPS [#sded39f5]
-[[CUPS 印刷システムって?:http://ayufishing.blog.fc2.com...
**ファイル [#l4fedf78]
-設定ファイル ... /etc/cups/cupsd.conf
-ライブラリ ... /usr/lib/cups
-ドライバ ... /usr/share/cups
-ログ
--/var/log/cups/access_log ... CUPSの管理画面(http://loc...
--/var/log/cups/error_log ...
**フィルタ [#u90cae97]
だいたいこの4stepで印刷される
-texttopdf
-pdftopdf
-gstoraster
-rasterto[****] ... プリンタ専用フィルタ(=プリンタドラ...
--rastertogutenprint5.2 ... 非PostScriptプリンタ用フィルタ
**CUPS関連コマンド [#i250d734]
-[[CUPS コマンド行ユーティリティーを使用したプリンタの設...
-接続しているプリンタを確認
$ sudo lpinfo -l -v
**CUPSでBluetoothプリンタを使えるようにするまで [#m4bcc2c7]
-hcltool で Bluetooth デバイスをスキャン
$ hcitool scan
Scanning ...
0F:02:17:42:61:16 BlueTooth Printer
-lpadmin コマンドで Bluetooth プリンタを登録(0F:02:17:42...
$ lpadmin -p POS58 -E -v bluetooth://0f0217426116 ...
-/sbin/lsmod で以下のモジュールが組み込まれているか確認
---lsmod ... Linuxに読み込まれているモジュールの一覧を表...
--bluetooth
--rfcomm
---遠隔にあるBluetoothを仮想シリアルポートとして認識させ...
---Bluetoothのプロトコルスタックの一つで、L2CAP(メモ:Bl...
---これにより、従来の有線によるデータ転送をそのまま無線に...
--l2cap
--hci_usb
**bluez-cups [#b9670e3a]
-[[パッケージ: bluez-cups:https://packages.debian.org/ja/...
-CUPS 用 Buletooth プリンタドライバ
**関連ライブラリ [#me9c3511]
-libcups2 - Common UNIX Printing System(tm) - Core library
-libcups2-dev - Common UNIX Printing System(tm) - Develop...
-libcupscgi1 - Common UNIX Printing System(tm) - CGI libr...
-libcupscgi1-dev - Common UNIX Printing System(tm) - Deve...
-libcupsfilters-dev - OpenPrinting CUPS Filters - Develop...
-libcupsfilters1 - OpenPrinting CUPS Filters - Shared lib...
-libcupsimage2 - Common UNIX Printing System(tm) - Raster...
-libcupsimage2-dev - Common UNIX Printing System(tm) - De...
-libcupsmime1 - Common UNIX Printing System(tm) - MIME li...
-libcupsmime1-dev - Common UNIX Printing System(tm) - Dev...
-libcupsppdc1 - Common UNIX Printing System(tm) - PPD man...
-libcupsppdc1-dev - Common UNIX Printing System(tm) - Dev...
**えとせとら [#sb54274d]
-[[FVP10 Series ソフトウェアマニュアル for Linux:http://w...
終了行:
-[[CUPS:https://wiki.archlinuxjp.org/index.php/CUPS]]
-[[TM/BAシリーズ プリンタードライバー for Linux ドライバ...
-[[SambaとCUPSと各種プリンター(CUPS・プリンタ編):http:/...
-[[Thermal Printer driver for CUPS, Linux, and Raspberry ...
-[[searching kiosk/vending machine printer:https://www.ra...
-[[Mini Thermal Receipt Printer:https://www.adafruit.com/...
-[[Linux Printer Driver - EPSON:https://download.epson-bi...
*設定 [#y91a3be3]
-[[【Linux入門】しっかりわかる!プリンタ管理と印刷コマン...
*CUPS [#sded39f5]
-[[CUPS 印刷システムって?:http://ayufishing.blog.fc2.com...
**ファイル [#l4fedf78]
-設定ファイル ... /etc/cups/cupsd.conf
-ライブラリ ... /usr/lib/cups
-ドライバ ... /usr/share/cups
-ログ
--/var/log/cups/access_log ... CUPSの管理画面(http://loc...
--/var/log/cups/error_log ...
**フィルタ [#u90cae97]
だいたいこの4stepで印刷される
-texttopdf
-pdftopdf
-gstoraster
-rasterto[****] ... プリンタ専用フィルタ(=プリンタドラ...
--rastertogutenprint5.2 ... 非PostScriptプリンタ用フィルタ
**CUPS関連コマンド [#i250d734]
-[[CUPS コマンド行ユーティリティーを使用したプリンタの設...
-接続しているプリンタを確認
$ sudo lpinfo -l -v
**CUPSでBluetoothプリンタを使えるようにするまで [#m4bcc2c7]
-hcltool で Bluetooth デバイスをスキャン
$ hcitool scan
Scanning ...
0F:02:17:42:61:16 BlueTooth Printer
-lpadmin コマンドで Bluetooth プリンタを登録(0F:02:17:42...
$ lpadmin -p POS58 -E -v bluetooth://0f0217426116 ...
-/sbin/lsmod で以下のモジュールが組み込まれているか確認
---lsmod ... Linuxに読み込まれているモジュールの一覧を表...
--bluetooth
--rfcomm
---遠隔にあるBluetoothを仮想シリアルポートとして認識させ...
---Bluetoothのプロトコルスタックの一つで、L2CAP(メモ:Bl...
---これにより、従来の有線によるデータ転送をそのまま無線に...
--l2cap
--hci_usb
**bluez-cups [#b9670e3a]
-[[パッケージ: bluez-cups:https://packages.debian.org/ja/...
-CUPS 用 Buletooth プリンタドライバ
**関連ライブラリ [#me9c3511]
-libcups2 - Common UNIX Printing System(tm) - Core library
-libcups2-dev - Common UNIX Printing System(tm) - Develop...
-libcupscgi1 - Common UNIX Printing System(tm) - CGI libr...
-libcupscgi1-dev - Common UNIX Printing System(tm) - Deve...
-libcupsfilters-dev - OpenPrinting CUPS Filters - Develop...
-libcupsfilters1 - OpenPrinting CUPS Filters - Shared lib...
-libcupsimage2 - Common UNIX Printing System(tm) - Raster...
-libcupsimage2-dev - Common UNIX Printing System(tm) - De...
-libcupsmime1 - Common UNIX Printing System(tm) - MIME li...
-libcupsmime1-dev - Common UNIX Printing System(tm) - Dev...
-libcupsppdc1 - Common UNIX Printing System(tm) - PPD man...
-libcupsppdc1-dev - Common UNIX Printing System(tm) - Dev...
**えとせとら [#sb54274d]
-[[FVP10 Series ソフトウェアマニュアル for Linux:http://w...
ページ名: