お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#51 2009-03-15 15:34:39

sheep40
メンバ
登録日: 2009-02-15

Re: epson-pm2000c(USB)を使えるようにしたいのですが。

自分は日本語Remix版では無く、Ubuntu本家のDesktop・64bit版の8.10に
日本語チームのレポジトリを追加して使用しています。

$ dpkg -l "*cups*" "*foomatic*" "*gutenprint*" "*openprinting*"

の結果です。↓


Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ 名前              バージョン     説明
+++-===================-===================-======================================================
ii  bluez-cups          4.12-0ubuntu5       Bluetooth printer driver for CUPS
ii  cups                1.3.9-2ubuntu7      Common UNIX Printing System(tm) - server
ii  cups-bsd            1.3.9-2ubuntu7      Common UNIX Printing System(tm) - BSD commands
ii  cups-client         1.3.9-2ubuntu7      Common UNIX Printing System(tm) - client programs (Sys
ii  cups-common         1.3.9-2ubuntu7      Common UNIX Printing System(tm) - common files
un  cups-driver-gimppri <なし>            (説明 (description) がありません)
un  cups-driver-gimppri <なし>            (説明 (description) がありません)
ii  cups-driver-gutenpr 5.2.0~rc1-0ubuntu1  printer drivers for CUPS
un  cups-pdf            <なし>            (説明 (description) がありません)
un  cups-pt             <なし>            (説明 (description) がありません)
ii  cupsddk             1.2.3-3             CUPS Driver Development Kit
ii  cupsddk-drivers     1.2.3-3             CUPS Driver Development Kit - Driver files
un  cupsomatic-ppd      <なし>            (説明 (description) がありません)
un  cupsys              <なし>            (説明 (description) がありません)
un  cupsys-bsd          <なし>            (説明 (description) がありません)
un  cupsys-client       <なし>            (説明 (description) がありません)
un  cupsys-common       <なし>            (説明 (description) がありません)
un  cupsys-driver-guten <なし>            (説明 (description) がありません)
un  foomatic-bin        <なし>            (説明 (description) がありません)
ii  foomatic-db         20080918-0ubuntu4   OpenPrinting printer support - database
ii  foomatic-db-engine  4.0.0~bzr219-0ubunt OpenPrinting printer support - programs
un  foomatic-db-gutenpr <なし>            (説明 (description) がありません)
ii  foomatic-db-hpijs   20080915-0ubuntu1   OpenPrinting printer support - database for HPIJS driv
ii  foomatic-filters    4.0.0-0ubuntu3      OpenPrinting printer support - filters
un  foomatic-filters-pp <なし>            (説明 (description) がありません)
un  foomatic-gui        <なし>            (説明 (description) がありません)
un  gutenprint-doc      <なし>            (説明 (description) がありません)
un  gutenprint-locales  <なし>            (説明 (description) がありません)
ii  hal-cups-utils      0.6.17+git20080728- CUPS integration with HAL
ii  libcups2            1.3.9-2ubuntu7      Common UNIX Printing System(tm) - libs
ii  libcupsimage2       1.3.9-2ubuntu7      Common UNIX Printing System(tm) - image libs
un  libcupsys2          <なし>            (説明 (description) がありません)
ii  libgnomecups1.0-1   0.2.3-2build1       GNOME library for CUPS interaction
ii  libgutenprint2      5.2.0~rc1-0ubuntu1  runtime for the Gutenprint printer driver library
ii  openprinting-ppds   20080918-0ubuntu4   OpenPrinting printer support - PostScript PPD files
un  openprinting-ppds-e <なし>            (説明 (description) がありません)
ii  python-cups         1.9.41-0ubuntu1     Python bindings for CUPS
ii  python-cupshelpers  1.0.5+git20080819-0 Python modules for printer configuration with CUPS
un  python2.4-cups      <なし>            (説明 (description) がありません)
un  python2.5-cups      <なし>            (説明 (description) がありません)

オフライン

 

#52 2009-03-15 23:04:28

einundzwanzighundertsechs
メンバ
登録日: 2008-12-28

Re: epson-pm2000c(USB)を使えるようにしたいのですが。

sheep40 さん,情報ありがとうございました.

sheep40 さん による投稿:

横レス:
epson pm2000cならcupsでドライバーを持ってますよ。

不便な点は、インクの残量がモニターできない事ぐらいですけど・・。

お礼がわりというのも変ですが,探索中に目に止まったパッケージ -- もうご存知かも知れませんが -- を紹介させてください.
$ apt-cache show escputil
Package: escputil
... 途中略 ...
Description: maintenance utility for Epson Stylus printers
escputil is a utility to clean and align the heads of Epson Stylus
printers.  It can also check the current ink levels in the printer.
... 以下略 ...
お役に立てば幸です.

本題:
sheep40 さんご提供のリストから判断すると foomatic は本質的には関わっていない様ですね.
範囲が絞られたため, -- いつか私がプリンタを繋ぐ日のために --,gutenprint を集中して探索しました.
それで解った gutenprint の概略は次の通りです.

* libgutenprint2 パッケージが pm2000c の情報を持っている
* cups-driver-gutenprint パッケージのコマンドが その情報を元に ppd ファイルを生成する

$ cups-genppd.5.2 -M -v
で gutenprint が ppd を生成可能なプリンタの一覧が取得できます.
プリンタの無い私の環境でも件のプリンタが見つかります.

コード:

$ cups-genppd.5.2 -M -v | grep pm2000c
escp2-pm2000c       Epson PM 2000C

1. 結果がこうならない場合,上記2つのパッケージ libgutenprint2 と cups-driver-gutenprint に問題があると考えられます.
2. 結果がこうなる場合,ソフトウェアのプリンタ認識部分に問題があるのか,ハードウェアの接続方法に問題があるのか,
    さすがに現物が無いとお手上げです.

最後の編集者: einundzwanzighundertsechs (2009-03-15 23:44:50)

オフライン

 

#53 2009-03-17 09:32:54

genta99
メンバ
登録日: 2009-02-28

Re: epson-pm2000c(USB)を使えるようにしたいのですが。

$ cups-genppd.5.2 -M -v を実行したところ、下記のように出たので
インストールインストールをしました。
 プログラム 'cups-genppd.5.2' はまだインストールされていません。  次のように入力することでインストールできます:
 sudo apt-get install cups-driver-gutenprint
 bash: cups-genppd.5.2: command not found
インストール完了後、改めて cups-genppd.5.2 -M -v を実行したところ
たくさんのプリンターが表示されましたが、PM-2000cはありませんでした(EPSONすら無い)
続いて
cups-genppd.5.2 -M -v | grep pm2000cと打ち込んだところ、下記がでました。
escp2-pm2000c       Epson PM 2000C

$ cups-driver-gutenprint を実行すると下記になります。
bash: cups-driver-gutenprint: command not found

改めてプリンターアイコンからプロパティーとたどり、製造元とモデル欄にて変更を試みると
有りました!!  EPSON PM-2000cが。
推奨のドライバーを選択し、古いPPdからオプション設定を〜を選択適用
テストとメンテナンス欄は、 『テストページの印刷』 しか選択できない状態が
今回は、『自己テストページの印刷』 及び 『ヘッドクリーニング』 も選択できる状態となり
テストページ印刷では、Ubuntunoカラーが印刷され、自己テストページの印刷ではインクパターンが印刷され
ヘッドクリーニングも機能しました!
が・・・
Writer文書を印刷してみると、#49で報告した
>仕方なく、Stylus Clolor 750を選択し、パラレル接続及びUSB変換ケーブルで印刷を開始
>結果、
>パラレル、USBの両方で、記号文字印刷から抜け出しましたが
>色文字が黒でしか印刷されなかったり、文字化けがあったり、感じが抜けて印刷されたりする状況です。
赤はインクを垂らしたような太字?
太字設定した文字もインクを垂らし読めないほど。
プリンタードライバーも認識されたのに、Stylus Clolor 750時と変わらない印刷結果(上記)です。。


エプソンコーワからダウンロードした pips750_2000-1.3.2-3.i386.rpm 及び pips750_2000-1.3.2.tar.gzに、
インストール方法 readme750_2000があるのですが
2ページの (2)インストール後の設定・・・・が判らずしていない
3ページの 5 操作方法・・・判らず
5操作方法の説明内に、言語が正しく設定されていないと、文字化けする場合があると記載があるのですが
読んでも意味が判らないです。
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
本人が諦めかけている中、
熱心に教えていただき本当に申し訳ない気持ちでいっぱいです。

最後の編集者: genta99 (2009-03-17 10:43:18)

オフライン

 

Board footer

Powered by FluxBB