
Ubuntu日本語フォーラム

ログインしていません。
個別の質問ですいません。Ubunts 9.10は、USBパラレル変換機:FT245RLをデフォルトで自動認識するでしょうか?それとも何がしかのコンフィグが必要でしょうか?その場合、どのようなコンフィグが必要でしょうか?CentOSの場合、開発環境やソースパッケージのインストールが必要なようです。
よろしくお願いします。
オフライン
一応USBシリアルコントロールチップ関係でFT245の名前が入っていますが、、、
パッケージ: python-ftdi (0.16-2) [universe]
Python module to control and program the FTDI USB controller
This Python module could talk to FTDI's FT232 and FT245 type USB chips from userspace. It uses libusb to communicate with the chips.
Functionalities include the possibility to use the chips in standard mode, in bitbang mode, and to read or write the serial EEPROM.
パッケージ: libftdi0 (0.10-2)[universe]
Library to control and program the FTDI USB controller
This library could talk to FTDI's FT232 and FT245 type USB chips from userspace. It uses libusb to communicate with the chips.
Functionalities include the possibility to use the chips in standard mode, in bitbang mode, and to read or write the serial EEPROM.
このパッケージを入れると認識するのではないでしょうか。
9.10 なら
$ sudo apt-get install python-ftdi
8.04なら
$ sudo apt-get install libftdi0
それでダメならベンダーID等を調べて
http://www.ftdichip.com/Documents/TechnicalNotes/TN_106_Adding_Custom_VID_PID_In_Linux_FT_000106.pdf
頑張るしかないかも。
オフライン
Ubuntu 9.04 で FT245 のボードをつないでいたので、9.10 でも試してみました。以下の2つのパッケージを Synaptic でインストールすれば OK のようです。
- libftdi1
- libftdi-dev
これで /usr/lib/libftdi.so が使えるようになります。
ただし、root 権限以外でアクセスするには /etc/udev/rules.d/ とかで USBデバイスのパーミッションを設定する必要があります。
オフライン
fuyzさん、hir0さん
ご回答ありがとうございます。
自分でも試して見ます。
Keny
オフライン