|
楼主 |
发表于 2012-7-11 09:30
|
显示全部楼层
先上 4310的,官方论坛里面那个达人貌似是中国人,还有个在中国的老外
TP-Link TL-WDR4300Dual Band (concurrent) and Gigabit Ethernet. Advertised as 750 Mbps it is Dual-Stream (2x2) on the 2.4 Ghz Band and Triple-Stream (3x3) on the 5 Ghz Band. Same as the TL-WDR4310 Released earlier this year in China. FCC ID = TE7WDR4300. Manufacturer product page is here, while the support downloads page is here.
Supported VersionsVersion/Model | S/N | Release Date | OpenWrt Version Supported | Model Specific Notes | v1.0 | - | 2012/02 | | | v1.1 | - | 2012/06 | | |
Hardware HighlightsCPU | Flash | RAM | Network | WAN | USB | Serial | JTag | Atheros AR9344@560MHz | 8MB | 128MB | 4x1 GigE | 1x1 GigE WAN | x2 v2.0 | Yes | Yes |
Installation- obtain.firmware You need to download a trunk snapshot image with factory and SquashFS in the Name.
- generic.flashing Now write this firmware-file onto the flash-chip of your device
- Download a precompiled trunk image, look for openwrt-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin. The precompiled trunk snapshot images neither include the wireless kernel modules, nor LuCI. To use wifi, you need to install kmod-ath9k and regenerate the configuration, see wireless configuration. LuCI can be installed via "opkg update && opkg install luci-mod-admin-full", once you have a working internet connection.
- You can always build your own image based on Attitude Adjustment/ trunk. Choose Atheros AR71xx/AT7240/AR913x platform and use the "TP-LINK TL-WDR4300 board support" profile.
Upgrading OpenWrtIf OpenWrt is already installed and you wish to upgrade to a newer OpenWRT, - Login as root via ssh
- Check memory usage with the free or top commands. The image can be up to 8MB, so only proceed if you have as much free RAM as the image size plus 6-8MB; this should not be a problem on a device with 128 MB RAM.
- An easy way to free up some RAM is to delete the symlinks to /etc/modules.d/20-cfg80211, /etc/modules.d/21-mac80211, /etc/modules.d/2*-ath* and/etc/modules.d/[4-9]*-* and reboot. Drop caches can be useful too:
root@OpenWrt:/# echo 3 > /proc/sys/vm/drop_caches |
- wget or scp the new firmware build to /tmp/
- And finally:
root@OpenWrt:/# mtd -r write /tmp/openwrt-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin firmware |
 (untested) Alternately you can use generic.sysupgrade command (don't forget to populate your /etc/sysupgrade.conf first).
|
|