Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
ru:toh:asus:asus_wl-330ge [2015/12/09 19:58] – [Info] tmomasru:toh:asus:asus_wl-330ge [2018/03/04 10:31] bobafetthotmail
Line 1: Line 1:
 +====== Asus WL-330gE ======
 +QDSL-1040WU высокопроизводительный универсальный шлюз доступа, обеспечивающий подключение к IP-сети с использованием технологии ADSL2+ или Ethernet. Шлюз предназначен для использования в сетях широкополосного доступа xDSL или FTTx. Широкий набор функций маршрутизации и встроенная точ-ка доступа Wi-Fi 802.11n обеспечивает возможность использования устройства как маршрутизатора для небольшой сети. USB-порт шлюза позволяет использовать 3G модем для подключения к сети Интернет.
 +Поддерживается работа в сетях 2G/3Gи СDMA (СкайЛинк).
  
 +Ключевые возможности:
 +
 +ADSL2/2+ и Ethernet-маршрутизатор;
 +Встроенная точка доступа 802.11 b/g/n;
 +WPA/WPA-2;
 +WMM;
 +Один из портов LAN-может использоваться как WAN-порт, для подключения к сети Ethernet/PON;
 +VPN Pass-Through;
 +IP QOS;
 +IGMP Proxy;
 +До 16 PVC;
 +Статическая маршрутизация;
 +Резервирование канала при использовании 3G-модема;
 +Родительский контроль;
 +Загрузка и выгрузка конфигурации;
 +TR-069/TR-098/TR-104/TR-111.
 +Оф. Сайт http://www.qtech.ru/catalog/archadsl/171/chars.htm
 +===== Supported Versions =====
 +
 +---- datatable ----
 +cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, Forum Topic URL_url, Device Techdata_pageid
 +headers    : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data
 +align   : c,c,c,c,c,c,c,c
 +filter  : Brand=Asus
 +filter  : Model=WL-330gE
 +filter  : Versions~
 +----
 +
 +
 +chaos_calmer 15.05, initial test, WIFI is randomly disappeared, 
 +https://downloads.openwrt.org/chaos_calmer/15.05/brcm47xx/legacy/openwrt-15.05-brcm47xx-legacy-asus-wl-330ge-squashfs.trx
 +
 +===== Hardware Highlights =====
 +
 +---- datatable ----
 +cols    : Model, Versions, Platform, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4Ghz, WLAN 5.0Ghz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_
 +header  : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB
 +align   : c,c,c,c,c,c,c,c,c,c,c,c
 +filter  : Brand=Asus
 +filter  : Model=WL-330gE
 +filter  : Versions~
 +----
 +
 +===== Installation =====
 +  - → [[:downloads]]
 +  - → [[docs:guide-user:installation:generic.flashing|Install OpenWrt]]
 +  - → [[about/latest|Latest OpenWrt release]]
 +
 +---- datatable ----
 +cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url
 +align   : l,c
 +filter  : Brand=Asus
 +filter  : Model=WL-330gE
 +filter  : Versions~
 +----
 +
 +==== Flash Layout ====
 +Please check out the article [[docs:techref:flash.layout]]. It contains an example and a couple of explanations.
 +
 +==== OEM easy installation ====
 +
 +| FIXME The instructions below are for Broadcom devices and only serve as an example. Don't leave them in place if they do not apply to a particular device! |
 +
 +This section deals with how you install OpenWrt from a device freshly opened.  Plus the steps required such as reset to factory defaults if the device has already been configured
 +
 +**Note:** Reset router to factory defaults if it has been previously configured.
 +  *Browse to http://192.168.1.1/Upgrade.asp
 +  *Upload .bin file to router
 +  *Wait for it to reboot
 +  *Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.
 +
 +==== OEM installation using the TFTP method ====
 +
 +->  [[docs:guide-user:installation:generic.flashing.tftp]]
 +
 +=== Specific values you need ===
 +
 +| Bootloader tftp server IPv4 address | FILL-IN |
 +| Bootloader MAC address (special) | FILL-IN |
 +| Firmware tftp image | [[about/latest|Latest OpenWrt release]] (**''NOTE:''** Name must contain //"tftp"//) |
 +| TFTP Transfer Window | FILL-IN seconds |
 +| TFTP Window Start | approximately FILL-IN seconds after power on |
 +| TFTP Client Required IP Address | FILL-IN |
 +
 +==== Upgrading OpenWrt ====
 +->  [[docs:guide-user:installation:generic.sysupgrade]]
 +
 +If you have already installed OpenWrt and like to reflash for e.g. upgrading to a new OpenWrt version you can upgrade using the mtd command line tool. It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
 +
 +=== LuCI Web Upgrade Process ===
 +
 +  * Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
 +  * Upload image file for sysupgrade to LuCI
 +  * Wait for reboot
 +
 +=== Terminal Upgrade Process ===
 +
 +  * Login as root via SSH on 192.168.1.1
 +  * Use the following commands to upgrade.
 +
 +<code>
 +cd /tmp/
 +wget http://http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
 +sysupgrade /tmp/xxx.abc
 +</code>
 +
 +  *If sysupgrade does not support this router, use the following commands.
 +
 +<code>
 +cd /tmp/
 +wget http://http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
 +mtd write /tmp/xxx.abc linux && reboot</code>
 +
 +
 +===== Basic configuration =====
 +-> [[docs:guide-quick-start:checks_and_troubleshooting|Basic configuration]] After flashing, proceed with this.\\
 +Set up your Internet connection, configure wireless, configure USB port, etc.
 +
 +
 +===== Specific Configuration =====
 +==== Interfaces ====
 +
 +The default network configuration is:
 +^ Interface Name ^ Description ^ Default configuration ^
 +| br-lan | LAN & WiFi | 192.168.1.1/24 | 
 +| vlan0 (eth0.0) | LAN ports (1 to 4) | None | 
 +| vlan1 (eth0.1) | WAN port | DHCP | 
 +| wl0 | WiFi | Disabled | 
 +
 +==== Switch Ports (for VLANs) ====
 +Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.
 +^ Port ^ Switch port ^
 +| Internet (WAN) | 4 | 
 +| LAN 1 | 3 | 
 +| LAN 2 | 2 | 
 +| LAN 3 | 1 | 
 +| LAN 4 | 0 | 
 +
 +==== Failsafe mode ====
 +-> [[docs:guide-user:troubleshooting:failsafe_and_factory_reset]]
 +
 +==== Buttons ====
 +-> [[docs:guide-user:hardware:hardware.button]] on howto use and configure the hardware button(s).
 +
 +The Linksys WRT54GL has two buttons. They are Reset and Secure Easy Setup. Here, we merely name the buttons, so we can use them in the above Howto:
 +^ BUTTON ^ Event ^
 +| Reset | reset | 
 +| Secure Easy Setup | ses | 
 +
 +
 +===== Hardware =====
 +==== Info ====
 +---- datatemplatelist dttpllist ----
 +template: meta:template_datatemplatelist
 +cols    : Brand, Model, Versions, Device Type, Availability, Supported Since Rev, Supported since Rel, Supported current Rel,  Instruction Set, Sub Instruction Set, Bootloader, Platform, Target, CPU MHz, Flash MBs, RAM MB, Switch, Ethernet 100M ports_, Ethernet Gbit ports_, Comments network ports_, Modem, VLAN, WLAN 2.4GHz, WLAN 5.0GHz, WLAN Comments_, Detachable Antennas_, USB ports_, SATA ports_, Comments USB SATA ports_, Serial, JTAG, LED count, Button count, Device Techdata_pageid, Forum topic URL_url, wikidevi URL_url, OEM Device Homepage URL_url, Firmware OEM Stock URL_url, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Comments_
 +filter  : Brand=Asus
 +filter  : Model=WL-330gE
 +----
 +==== Photos ====
 +Model Number
 +
 +//Front://
 +
 +**Photo of front of the casing**
 +
 +//Back://
 +
 +**Photo of back of the casing**
 +
 +==== Opening the case ====
 +**Note:** This will void your warranty!
 +
 +  *To remove the cover do a/b/c
 +
 +//Main PCB//
 +
 +**Photo of PCB**
 +
 +==== Serial ====
 +-> [[docs:hardware:port.serial]] general information about the serial port, serial port cable, etc.
 +
 +How to connect to the Serial Port of this specific device:
 +
 +**Photo of PCB with markings**
 +
 +==== JTAG ====
 +-> [[docs:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc.
 +
 +How to connect to the JTAG Port of this specific device:
 +
 +**Photo of PCB with markings**
 +
 +
 +===== Debricking =====
 +-> [[docs:guide-user:troubleshooting:generic.debrick]]
 +
 +===== Bootloader Mods =====
 +  - you could read about [[docs:techref:bootloader]] in general
 +
 +===== Hardware mods =====
 +  - as a beginner, you really should inform yourself about [[docs:hardware:soldering]] in general and then obtain some practical experience!
 +
 +==== 128MiB RAM Mod ====
 +==== I²C GPIO Mod ====
 +==== I²C Tiny-USB Mod ====
 +
 +===== Bootlogs =====
 +==== OEM bootlog ====
 +<WRAP bootlog>
 +<nowiki>COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE</nowiki>
 +</WRAP>\\
 +
 +==== OpenWrt bootlog ====
 +<WRAP bootlog>
 +<nowiki>COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING</nowiki>
 +</WRAP>\\
 +
 +
 +===== Notes =====
 +
 +
 +===== Tags =====
 +[[meta:tags|How to add tags]]
 +{{tag>GigabitEthernet FastEthernet 1NIC 1WNIC 5Port USB 2USB ath9k DetachableAntenna 32RAM 8Flash MIPS MIPS32 34K}}
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1