ホーム
はじめに
うちのコンピュータ
Slackware3.5/3.6/4.0/7.0/7.1の設定
ALSAドキュメント作業所
Slackware7.0日本語化計画
Wacom FAVO USBを使う
  LinuxのUSBドライバーをインストールする
  ドライバーのロード/動作確認
  FAVO USB用XFree86ドライバー
  XF86Configの設定(XFree86-4.0.x編)
  XF86Configの設定(XFree86-3.3.x編)
  XFree86の動作確認
  GIMPを使って見る
GIMPで作成したCG
リンク

LinuxのUSBドライバーをインストールする

Last update: 平成13年6月1日
まず初めにLinuxのUSBドライバーをインストールします。Linux-2.2.18
以降、Linux-2.4共に必要なドライバーは、
<M> Support for USB
[*]   USB verbose debug messages
-- Miscellaneous USB options
[*]   Preliminary USB device filesystem
-- USB Controllers
<M>   UHCI (Intel PIIX4, VIA, ...) support
<M>   OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support
--- USB Human Interface Devices (HID)
<M>   Wacom Intuos/Graphire tablet support
です。
また、その他に、
<M> Input core support
<M>   Mouse support
(1024)    Horizontal screen resolution
(768)    Vertical screen resolution
<M>   Event interface support
です。

そしてデバイスファイルを用意します。
# mkdir /dev/usb
# mknod /dev/usb/ttyUSB0 c 188 0
# mknod /dev/usb/ttyUSB1 c 188 1
# mknod /dev/usb/ttyUSB2 c 188 2
# mknod /dev/usb/ttyUSB3 c 188 3
# mkdir /dev/input
# mknod /dev/input/event0 c 13 64
# mknod /dev/input/event1 c 13 65
# mknod /dev/input/event2 c 13 66
# mknod /dev/input/event3 c 13 67
# mknod /dev/input/mice c 13 63
# mknod /dev/input/mouse0 c 13 32
それらのドライバモジュールを作成し、ロードします。