Posted on Wed Jan 21 16:04:06 +0900 2009 by nabeken
ヨドバシなどで入手できる UC-SGT を Linux で動かしたのでメモ。
大抵のディストリビューションでは刺せば動くと思いますが、カーネルの設定を記します。
# grep PL2303 .config CONFIG_USB_SERIAL_PL2303=m
で、 pl2303 というモジュールができます。こいつがドライバになります。dmesg は以下。
# dmesg | tail -n20 Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.10 Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Bluetooth: BNEP filters: protocol multicast usb 4-1.2: USB disconnect, address 4 usb 4-1.3: USB disconnect, address 5 Bluetooth: HIDP (Human Interface Emulation) ver 1.2 eth1: no IPv6 routers present usb 4-2: new full speed USB device using ohci_hcd and address 6 usb 4-2: configuration #1 chosen from 1 choice usbcore: registered new interface driver usbserial USB Serial support registered for generic usbcore: registered new interface driver usbserial_generic usbserial: USB Serial Driver core USB Serial support registered for pl2303 pl2303 4-2:1.0: pl2303 converter detected usb 4-2: pl2303 converter now attached to ttyUSB0 usbcore: registered new interface driver pl2303 pl2303: Prolific PL2303 USB to serial adaptor driver PPP generic driver version 2.4.2
というわけで、 /dev/ttyUSB0 でアクセスできるようになりました。
# ls -al /dev/ttyUSB0 crw-rw---- 1 root uucp 188, 0 2009-01-21 15:48 /dev/ttyUSB0