#1 2010-02-09 18:05:57
[Tomato] 使用Lly核心模組
機型: 華碩WL-500gP
韌體: Tomato v1.27.8742 vpn3.4 ND USB VPN
1. 檢查使用的核心版本
# uname -a
Linux WL-500gP 2.4.37.7 #6 2010-01-07 18:43:25 EST mips GNU/Linux
2. 安裝核心模組管理程式
# ipkg-opt install modutils
# ipkg-opt files modutils
3. 下載Lly核心模組, 解壓縮, 變更擁有者
# curl -Ov http://wl500g.googlecode.com/files/modules-1.9.2.7-d-r1087.tgz
# tar -xzvf modules-1.9.2.7-d-r1087.tgz
# chown -R root:root lib/modules/
4. 搬移
# mv lib/modules/ /opt/lib/
# rmdir lib
5. 測試
# modinfo pl2303
filename: //opt/lib/modules/2.4.37.7/kernel/drivers/usb/serial/pl2303.o
description: "Prolific PL2303 USB to serial adaptor driver"
author:
license: "GPL"
parm: debug int, description "Debug enabled or not"
6. 紀錄樹狀列表
# tree /opt/lib/modules/2.4.37.7/ > /opt/tmp/lly-r1087.tree
7. 檢視
# cat /opt/tmp/lly-r1087.tree
/opt/lib/modules/2.4.37.7/
|-- kernel
| |-- drivers
| | |-- bluetooth
| | | |-- bfusb.o
| | | |-- hci_uart.o
| | | |-- hci_usb.o
| | | `-- hci_vhci.o
| | |-- char
| | | `-- gpiortc.o
| | |-- ide
| | | |-- ide-core.o
| | | |-- ide-detect.o
| | | `-- ide-disk.o
| | |-- input
| | | |-- evdev.o
| | | |-- input.o
| | | |-- joydev.o
| | | |-- mousedev.o
| | | `-- uinput.o
| | |-- media
| | | `-- video
| | | `-- videodev.o
| | |-- net
| | | |-- et
| | | | `-- et.o
| | | |-- imq.o
| | | |-- irda
| | | | |-- irda-usb.o
| | | | |-- irtty.o
| | | | `-- stir4200.o
| | | |-- tun.o
| | | `-- wl
| | | `-- wl.o
| | |-- scsi
| | | |-- scsi_mod.o
| | | `-- sd_mod.o
| | |-- sound
| | | `-- soundcore.o
| | `-- usb
| | |-- acm.o
| | |-- audio.o
| | |-- hid.o
| | |-- host
| | | |-- ehci-hcd.o
| | | |-- usb-ohci.o
| | | `-- usb-uhci.o
| | |-- ov511_decomp.o
| | |-- ov518_decomp.o
| | |-- ov51x.o
| | |-- printer.o
| | |-- pwc.o
| | |-- pwcx.o
| | |-- scanner.o
| | |-- serial
| | | |-- ftdi_sio.o
| | | |-- ipw.o
| | | |-- option.o
| | | |-- pl2303.o
| | | |-- sierra.o
| | | `-- usbserial.o
| | |-- storage
| | | `-- usb-storage.o
| | |-- usbcore.o
| | |-- usbkbd.o
| | `-- usbmouse.o
| |-- fs
| | |-- cifs
| | | `-- cifs.o
| | |-- ext2
| | | `-- ext2.o
| | |-- fuse
| | | `-- fuse.o
| | |-- hfsplus
| | | `-- hfsplus.o
| | |-- isofs
| | | `-- isofs.o
| | |-- jffs
| | | `-- jffs.o
| | |-- jffs2
| | | `-- jffs2.o
| | |-- lockd
| | | `-- lockd.o
| | |-- nfs
| | | `-- nfs.o
| | |-- nfsd
| | | `-- nfsd.o
| | |-- nls
| | | `-- nls_koi8-r.o
| | |-- reiserfs
| | | `-- reiserfs.o
| | |-- smbfs
| | | `-- smbfs.o
| | |-- ufs
| | | `-- ufs.o
| | `-- xfs
| | `-- xfs.o
| |-- lib
| | |-- crc32.o
| | `-- firmware_class.o
| `-- net
| |-- bluetooth
| | |-- bluez.o
| | |-- bnep
| | | `-- bnep.o
| | |-- hidp
| | | `-- hidp.o
| | |-- l2cap.o
| | |-- rfcomm
| | | `-- rfcomm.o
| | `-- sco.o
| |-- ipv4
| | |-- ip_gre.o
| | |-- ipip.o
| | `-- netfilter
| | |-- ip_conntrack_ftp.o
| | |-- ip_nat_ftp.o
| | |-- ip_set.o
| | |-- ip_set_iphash.o
| | |-- ip_set_ipmap.o
| | |-- ip_set_ipporthash.o
| | |-- ip_set_ipportiphash.o
| | |-- ip_set_ipportnethash.o
| | |-- ip_set_iptree.o
| | |-- ip_set_iptreemap.o
| | |-- ip_set_macipmap.o
| | |-- ip_set_nethash.o
| | |-- ip_set_portmap.o
| | |-- ip_set_setlist.o
| | |-- ipt_CLASSIFY.o
| | |-- ipt_IMQ.o
| | |-- ipt_MIRROR.o
| | |-- ipt_NETMAP.o
| | |-- ipt_SET.o
| | |-- ipt_TARPIT.o
| | |-- ipt_TOS.o
| | |-- ipt_TTL.o
| | |-- ipt_ULOG.o
| | |-- ipt_condition.o
| | |-- ipt_layer7.o
| | |-- ipt_length.o
| | |-- ipt_multiport.o
| | |-- ipt_nth.o
| | |-- ipt_psd.o
| | |-- ipt_quota.o
| | |-- ipt_random.o
| | |-- ipt_recent.o
| | |-- ipt_set.o
| | |-- ipt_string.o
| | |-- ipt_tos.o
| | |-- ipt_ttl.o
| | `-- ipt_webstr.o
| |-- ipv6
| | `-- netfilter
| | |-- ip6t_IMQ.o
| | |-- ip6t_TCPMSS.o
| | |-- ip6t_condition.o
| | |-- ip6t_length.o
| | `-- ip6t_multiport.o
| |-- irda
| | `-- irda.o
| |-- sched
| | |-- cls_route.o
| | |-- cls_tcindex.o
| | |-- sch_cbq.o
| | |-- sch_dsmark.o
| | |-- sch_hfsc.o
| | `-- sch_prio.o
| `-- sunrpc
| `-- sunrpc.o
`-- modules.dep
47 directories, 123 files
DD-WRT亦可如法泡製.
離線
相關討論主題
主題 | 回覆 | 點閱 | 最後發表 |
---|---|---|---|
置頂 |
33 | 85115 | 2024-10-23 08:28:27 作者 huiduo |
置頂 |
1625 | 3031582 | 2024-04-28 12:35:05 作者 s87311 |
|
155 | 348122 | 2022-12-08 17:08:17 作者 dir868l |
置頂 |
54 | 207380 | 2022-09-15 12:25:01 作者 chiachu |
|
222 | 502769 | 2022-09-14 14:54:52 作者 chiachu |