/etc/pcmcia/config.optsに,カードの名前と対応するドライバを書く.
/etc/pcmcia/config.opts device "orinoco_cs" class "network" module "hermes", "orinoco_cs" card "BUFFALO WLI-CF-S11G" manfid 0x026f, 0x030b bind "orinoco_cs"
CerfBoardにドライバをコピーし,再起動する.
$ cp *.o /lib/modules/2.4.9-ac10-rmk2-np1-cerf1/kernel/drivers/net/wireless/ $ depmod -a $ rmmod orinoco_cs $ rmmod orinoco $ rmmod hermes $ /etc/rc.d/init.d/pcmcia stop $ /etc/rc.d/init.d/pcmcia start
確認.eth1が無線LAN.
$ ifconfig -a eth0 Link encap:Ethernet HWaddr 00:D0:CA:F1:02:8B BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:47 Base address:0x300 eth1 Link encap:Ethernet HWaddr 00:07:40:0F:07:93 inet addr:192.168.96.107 Bcast:192.168.255.255 Mask:255.255.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:8847 errors:385 dropped:0 overruns:0 frame:331 TX packets:594 errors:4 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:2258405 (2.1 Mb) TX bytes:82191 (80.2 Kb) Interrupt:43 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) usbf Link encap:Ethernet HWaddr 48:9F:2F:C0:28:31 [NO FLAGS] MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)