とりあえず、ファイル名を書いてみる。
slam:~# echo usbserial.ko >> /etc/modules slam:~# echo ftdi_sio.ko >> !$ echo ftdi_sio.ko >> /etc/modules slam:~# cat !$ cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # Parameters can be specified after the module name. usbserial.ko ftdi_sio.ko slam:~#
slam:~# lsmod Module Size Used by mv7dxu2_3 40804 0 mv7dxu2_2 40804 0 mv7dxu2_1 40804 0 mv7dxu2_0 40772 0 mv7dxu2_d 3560 4 mv7dxu2_3,mv7dxu2_2,mv7dxu2_1,mv7dxu2_0 vfat 10720 0 fat 47484 1 vfat usblp 12160 0 slam:~#されてなぁーい。
man modules
slam:~# lsmod Module Size Used by mv7dxu2_3 40804 0 mv7dxu2_2 40804 0 mv7dxu2_1 40804 0 mv7dxu2_0 40772 0 mv7dxu2_d 3560 4 mv7dxu2_3,mv7dxu2_2,mv7dxu2_1,mv7dxu2_0 vfat 10720 0 fat 47484 1 vfat usblp 12160 0 slam:~#あかんやん。
slam:~# vi /etc/modules : : slam:~# cat !$ cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # Parameters can be specified after the module name. usbserial ftdi_sio slam:~#
slam:~# lsmod Module Size Used by mv7dxu2_3 40804 0 mv7dxu2_2 40804 0 mv7dxu2_1 40804 0 mv7dxu2_0 40772 0 mv7dxu2_d 3560 4 mv7dxu2_3,mv7dxu2_2,mv7dxu2_1,mv7dxu2_0 vfat 10720 0 fat 47484 1 vfat usblp 12160 0 ftdi_sio 28520 0 usbserial 24232 1 ftdi_sio slam:~#ロードされた。
`basename モジュール名 .ko` を書けば良いようだ。
|
|
← 第三世代 LinkStation ハックキットでリモコン制御(3) |
ハックの記録 LinkStation/玄箱 をハックしよう |
→ 第三世代 LinkStation ハックキットでプリンタサーバ |