Page 3 of 11 FirstFirst 12345 ... LastLast
Results 31 to 45 of 154

Thread: Прошивки для Asus RT-N66U

  1. #31
    Quote Originally Posted by TReX View Post
    Понятно что N56 и N66 довольно близки по характеристикам, только вот роутер это не только железо, это еще и прошивка, и тут извините творение китайских специалиство Asus пусть даже и с попытками правки не идет ни в какое сравнение с тем что делают наши уважаемые разработчики...
    N66U ощутимо лучше по всем параметрам.
    Относительно N56 прошивки, так как то все заглохло с полгода с плюсом, видимо что-то новое готовится - модель актуальная.

  2. #32
    Quote Originally Posted by harsh132 View Post
    Здесь тяжело не согласиться Что поделать, пока в нашем государстве нашелся только один человек который взялся поддопилить N56
    rly?
    я могу минимум насчитать 5 человек в российском государстве, кто приложил руку в той или иной мере. С учетом пакетов - человек 7-8 наберется.

  3. #33
    Quote Originally Posted by theMIROn View Post
    rly?
    я могу минимум насчитать 5 человек в российском государстве, кто приложил руку в той или иной мере. С учетом пакетов - человек 7-8 наберется.
    Спорить не буду. Ваша колокольня возможно выше Но вот в ваше предыдущее сообщение чет не въеду никак. Про актуальность модели и с полгода с плюсом без новых прошивок. Моё ИМХО относительно актуальности модели это как раз своевременный выпуск новых прошивок(мож я что-то не понимаю) А сейчас с выходом N66 я вообще уже "списал в утиль" поддержку N56. Но искренне хочу ошибиться.
    Asus RT-N56U firmware: RT-N56U 3.4.3.7-072 DLNA build
    Asus RT-N12U firmware: 1.9.2.7-rtn-r4454
    Asus RT-N65U firmware: RT-N65U 3.0.3.7-072

  4. #34
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33
    Quote Originally Posted by theMIROn View Post
    Code:
    955         case MODEL_RTN16:
    956                 mfr = "Asus";
    957                 name = "RT-N16";
    958                 features = SUP_SES | SUP_80211N | SUP_1000ET;
    959 #ifdef TCONFIG_USB
    960                 nvram_set("usb_uhci", "-1");
    962                 if (!nvram_match("t_fix1", (char *)name)) {
    963                         nvram_set("lan_ifnames", "vlan1 eth1");
    964                         nvram_set("wan_ifnameX", "vlan2");
    965                         nvram_set("wl_ifname", "eth1");
    966                         nvram_set("vlan_enable", "1");
    969         case MODEL_RTN66U:
    970                 mfr = "Asus";
    971                 name = "RT-N66U";
    972                 features = SUP_SES | SUP_80211N | SUP_1000ET;
    973 #ifdef TCONFIG_USB
    974                 nvram_set("usb_uhci", "-1");
    975 #if defined(LINUX26) && defined(TCONFIG_USB_EXTRAS)
    976                 if (nvram_get_int("usb_mmc") == -1) nvram_set("usb_mmc", "0");
    979                 if (!nvram_match("t_fix1", (char *)name)) {
    980                         nvram_set("lan_ifnames", "vlan1 eth1 eth2");
    981                         nvram_set("wan_ifnameX", "vlan2");
    982                         nvram_set("wl_ifnames", "eth1 eth2");
    983                         nvram_set("landevs", "vlan1 wl0 wl1");
    984                         nvram_set("wandevs", "vlan2");
    985 #if defined(LINUX26) && defined(TCONFIG_USB)
    986                         nvram_set("usb_noled", "1-1.4"); /* SD/MMC Card */
    http://repo.or.cz/w/tomato.git/blob/...uter/rc/init.c

    N66U ощутимо лучше по всем параметрам.
    Относительно N56 прошивки, так как то все заглохло с полгода с плюсом, видимо что-то новое готовится - модель актуальная.
    Эм ... Ну вроде ещё готовился RT-N57U ...

    Code:
    RT-N57U CPU 800MHz RAM 1GB DDR3 USB 2.0/3.0 
    Ubicom Platform and 3x3 Wi-Fi Design
    • High-performance up to 450Mbps throughput 
    • Multi-functionality with USB3.0
    • Embedded an SD slot for memory extension
    • Fully-support for OpenWRT open source code
    • Ethernet Port: WAN x 1, LAN x4 RJ45 for 10/100/1000 Base T
    • Flexible memory extension: 32MB flash and 1GB DDR3 RAM and embedded one SD slot
    • Three internal antennas and three external antennas
    • Support VPN IPSec tunnel
    • Input Voltage: 100VAC – 240VAC Universal
    http://info.asus.de/pub/eMag/ASUS_CeBIT2011_Spezial.pdf

    Code:
    $ cat target.mak 
    
    # Broadcom platform 
    export RT-N66U := IPV6SUPP=y MIPS32=r2 BCM57=y NTFS=y BBEXTRAS=y USBEXTRAS=y EBTABLES=y SAMBA3=y MEDIASRV=y MODEM=y PARENTAL2=y ACCEL_PPTPD=y PRINTER=y FANCTRL=y USB="USB" APP="installed" BUILD_NAME="RT-N66U" RTN66U=y 
    export RT-N53 := IPV6SUPP=y MIPS32=r2 BBEXTRAS=y USBEXTRAS=y EBTABLES=y PARENTAL2=y ACCEL_PPTPD=y NO_SAMBA=y USB="USB" USBAP="y" LANWAN_LED=y BUILD_NAME="RT-N53" 
    export RT-N16 := IPV6SUPP=y MIPS32=r2 BCM57=y NTFS=y BBEXTRAS=y USBEXTRAS=y EBTABLES=y SAMBA3=y MEDIASRV=y MODEM=y PARENTAL2=y ACCEL_PPTPD=y PRINTER=y USB="USB" APP="installed" BUILD_NAME="RT-N16" 
    export RT-N15U := IPV6SUPP=y MIPS32=r2 BCM57=y AUTODICT=y NTFS=y BBEXTRAS=y USBEXTRAS=y EBTABLES=y SAMBA3=y MODEM=y PRINTER=y PARENTAL2=y ACCEL_PPTPD=y REPEATER=y SFP=y USB="USB" APP="network" LANWAN_LED=y BUILD_NAME="RT-N15U" 
    export RT-N12 := IPV6SUPP=y MIPS32=r2 BBEXTRAS=y EBTABLES=y PARENTAL2=y ACCEL_PPTPD=y BUILD_NAME="RT-N12" 
    export RT-N10U := IPV6SUPP=y MIPS32=r2 NTFS=y BBEXTRAS=y USBEXTRAS=y EBTABLES=y SAMBA3=y MODEM=y PRINTER=y PARENTAL2=y REPEATER=y SFP=y USB="USB" BUILD_NAME="RT-N10U" 
    
    # Ralink platform 
    export RT-N56U := IPV6SUPP=y MIPS32=r2 RALINK=y RT3883=y NTFS=y BBEXTRAS=y USBEXTRAS=y EBTABLES=y SAMBA3=y MODEM=y PARENTAL2=y ACCEL_PPTPD=y PRINTER=y USB="USB" APP="network" BUILD_NAME="RT-N56U" RTN56U=y 
    export RT-N55U := IPV6SUPP=y MIPS32=r2 RALINK=y RT3883=y NTFS=y IPV6SUPP=y BBEXTRAS=y USBEXTRAS=y EBTABLES=y SAMBA3=y MODEM=y PRINTER=y DSL=y USB="USB" BUILD_NAME="RT-N55U" 
    export RT-N13U := IPV6SUPP=y MIPS32=r1 RALINK=y RT3052=y NTFS=y BBEXTRAS=y EBTABLES=y NO_LIBOPT=y SLIM=y USBEXTRAS=y PRINTER=y USB="USB" BUILD_NAME="RT-N13U" 
    export EA-N66 := IPV6SUPP=y MIPS32=r1 RALINK=y RT3052=y BBEXTRAS=y EBTABLES=y NO_SAMBA=y NO_ROUTE=y NO_LIBOPT=y SLIM=y WIRELESSWAN=y BUILD_NAME="EA-N66"
    http://digiland.tw/viewtopic.php?id=1809&p=2

  5. #35
    Flexible memory extension: 32MB flash and 1GB DDR3 RAM and embedded one SD slot
    Очень напоминает на "Репаблик оф геймер"
    Asus RT-N56U firmware: RT-N56U 3.4.3.7-072 DLNA build
    Asus RT-N12U firmware: 1.9.2.7-rtn-r4454
    Asus RT-N65U firmware: RT-N65U 3.0.3.7-072

  6. #36
    Join Date
    Mar 2009
    Location
    Default City
    Posts
    2,694
    Blog Entries
    4
    Quote Originally Posted by Omega View Post
    Code:
    $ cat target.mak
    Сейчас уже не совсем так все выглядит
    Code:
    # Broadcom platform
    
    export RT-N66U := IPV6SUPP=y MIPS32=r2 BCM57=y NTFS=y BBEXTRAS=y USBEXTRAS=y EBTABLES=y SAMBA3=y MEDIASRV=y MODEM=y PARENTAL2=y ACCEL_PPTPD=y PRINTER=y FANCTRL=y USB="USB" GRO=y APP="installed" BUILD_NAME="RT-N66U" DNSMQ=y RTN66U=y
    export RT-N16  := IPV6SUPP=y MIPS32=r2 BCM57=y NTFS=y BBEXTRAS=y USBEXTRAS=y EBTABLES=y SAMBA3=y MEDIASRV=y MODEM=y PARENTAL2=y ACCEL_PPTPD=y PRINTER=y USB="USB" APP="installed" BUILD_NAME="RT-N16"
    Имеем в сухом остатке разницу -
    FANCTRL=y GRO=y DNSMQ=y RTN66U=y
    Last edited by TReX; 23-01-2012 at 23:38.

  7. #37
    А ядро там часом не обновили?

  8. #38
    Join Date
    Mar 2009
    Location
    Default City
    Posts
    2,694
    Blog Entries
    4
    Quote Originally Posted by Krey View Post
    А ядро там часом не обновили?
    Code:
    $ cat Makefile
    VERSION = 2
    PATCHLEVEL = 6
    SUBLEVEL = 22
    EXTRAVERSION = .19
    NAME = Holy Dancing Manatees, Batman!

  9. #39
    ну пипец. Чем они вообще там занимаются ?!

  10. #40
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33

    Arrow ASUS RT-N66U B1

    Новая прошивка для ASUS RT-N66U:
    Description ASUS RT-N66U B1 Firmware version 3.1.0.3.90
    • Add USB performance enhancement into RT-N66U

    File Size 18,38 (MBytes) 2012.02.02 update
    http://support.asus.com/Download.asp...R.B1)&p=11&s=2

    http://www.evga.com/forums/tm.aspx?m...e=1&print=true

  11. #41
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33

    FW_RT-N66U

    Quote Originally Posted by TReX View Post
    Tomata это от N16 http://www.4shared.com/file/8Z3voeyZ...MIPSR2-To.html от Toastman
    П.С. Появилась еще http://tomato.groov.pl/K26RT-N/build...84V-BT-VPN.trx от Шиби
    Ну есть и не для RT-N16: http://www.4shared.com/dir/v1BuINP3/...#dir=118604379
    Download the file 'tomato-K26USB-1.28.RT-N5x-MIPSR2-083V-Mega-VPN.trx'

    Yes its for the RTN10U but still works for the N66U. K26RT-N/build5x-083V/RT-N10U
    Форум SNB: http://forums.smallnetbuilder.com/sh...&postcount=313

    З.Ы. Есть ещё и dd-wrt.v24-18024_NEWD-2_K2.6_big_RT-N66U.trx ...

  12. #42
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33

    Arrow FW_RT_N66U

    ASUS RT-N66U B1 Firmware version 3.0.0.3.96 (18,56MBytes 2012.02.13)
    • 1. Fixed ppp connection fails after setting idle timeout
    • 2. Fixed Turkey lang related bugs
    • 3. Fixed Virtual port fail issue
    • 4. Fixed NAT loopback bug
    • 5. Fixed Media server bug
    • 6. Modified setting DMZ, related pptp packets will be redirected to that DMZ pc
    • 7. Modified WDS site survey
    • For Download master:
      • 1. The file will not be removed when remove the completed task.
      • 2. Fixed multi-language related bugs.

    http://support.asus.com/Download.asp...R.B1)&p=11&s=2

    Новая прошивка 3.0.0.3.100 от Асуса: RT-N66U_3.0.0.3_100.trx



    З.Ы. Народ закупается по полной программе ...

  13. #43
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33

    Arrow ASUS RT-N66U B1

    ASUS RT-N66U B1 Firmware Version 3.0.0.3.102

    Fixed
    • 1. httpd abnormal after adding more than 24 IP/MAC entries
    • 2. RF power decrease issue reported in 3.0.0.3.96
    • 3. Download master:The HTTP and FTP task cannot continue when WAN reconnect to Internet.
    • 4. Download master: some multi-language strings issue.
    • 5. Download master: Bit torrent association tool compatibility issue.

    Modified
    • 1. allow user to modify scanning directory of media server
    • 2. allow user to select attached clients into static dhcp ip list
    • 3. CTF ability automatically adjustment
    • 4. change the WPA key rotation interval default value from 0 to 3600
    http://www.4shared.com/dir/h9J1MTAx/_online.html

    MicroSD
    Code:
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    After sticking in a 2GB MicroSD card and rebooting, the card is seen and mounted to /tmp/mnt/sda1
    Code:
    #df -h
    
    Filesystem                Size      Used Available Use% Mounted on
    /dev/root                17.0M     17.0M         0 100% /
    tmpfs                   124.8M    412.0K    124.4M   0% /tmp
    devfs                   124.8M         0    124.8M   0% /dev
    /dev/sda1                 1.9G     24.0K      1.9G   0% /tmp/mnt/sda1
    Contents can be shared via samba in OEM firmware, now to figure out how to run custom scripts from the oem firmware.

    http://www.techinfodepot.info/index....us_RT-N66U_vB1
    Last edited by Omega; 19-08-2012 at 16:42. Reason: fixed

  14. #44
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33

    Arrow RT-N66U_B1_3.0.0.3.108

    Новая прошивка RT-N66U_B1_3.0.0.3.108 от Асуса:

    ftp://ftp.asus.com.tw/pub/ASUS/wireless/RT-N66U_B1/FW_RT_N66U_B1_3003108.zip

    ASUS RT-N66U B1 Firmware Version 3.0.0.3.108
    File Size 18,78 (MBytes) 2012.03.09 update

    Fixed
    • 1. httpd abnormal after adding more than 24 IP/MAC entries
    • 2. RF power decrease issue reported in 3.0.0.3.96
    • 3. Port forwarding UI issue.
    • 4. Media server directory change issue
    • 5. IPv6 related issue
    • 6. Printer sharing issue on Windows 7 64bits
    • 7. Download master
      • - The HTTP and FTP task cannot continue when WAN reconnect to Internet.
      • - some multi-language strings issue.
      • - Bit torrent association tool compatibility issue.
      • - enhance amule stability.

    Modified
    • 1. allow to change range of VPN IP
    • 2. allow user to modify scanning directory of media server
    • 3. allow user to select attached clients into static DHCP IP list
    • 4. CTF ability automatically adjustment
    • 5. change the WPA key rotation interval default value from 0 to 3600
    • 6. VPN username/password length is set to 32
    http://support.asus.com/Download.asp...R.B1)&p=11&s=2

  15. #45
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33

Page 3 of 11 FirstFirst 12345 ... LastLast

Similar Threads

  1. Asus RT-N10/N13/N13U - восстановление прошивки роутера
    By minnissota in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 71
    Last Post: 25-05-2016, 20:23
  2. Восстановление прошивки роутера Asus
    By Oleg in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 387
    Last Post: 26-03-2016, 09:10
  3. Проблемы с роутером Asus после прошивки DD-WRT
    By lagshmi in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 191
    Last Post: 22-11-2015, 20:18
  4. Прошивки для Asus RT-N16
    By Oleg in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 395
    Last Post: 20-08-2014, 17:17
  5. инструкция по смене прошивки ASUS WL-500g Premium
    By Юра in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 7
    Last Post: 02-06-2008, 17:41

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •