TRENDnet THA-103AC v1.0R

TRENDnet THA-103AC

Loading data...

Loading data...

Loading data...

Install OpenWrt (generic explanation)

Upload the openwrt-ramips-mt7620-trendnet_tha103ac-initramfs-kernel.bin via the manufacturer firmware upgrade page on the device.

Upon reboot wait +- 3 mins until the green power LED is not flashing anymore (do not be tempted to switch the device off while the LED is flashing, unless you are ready for soldering and TTL) and then press the WPS button to enable the default OpenWrt Wifi AP, the BLUE wifi LED will start flashing.

Then install openwrt-ramips-mt7620-trendnet_tha103ac-squashfs-sysupgrade.bin via OpenWrt.

The integrated power monitoring and relay do not work in OpenWrt as the PL7223 chip source/documentation is unavailable.

57600 8N1 3.3V

TRENDnet THA-103AC

Unit has seven status LEDs, power, wps, wlan, and four for signal strength.

Assuming that the u-boot partition is not damaged.

Mis-configuration can be dealt with using the RESET button to reset to factory, worst case scenario will require some serious work and soldering, there are pads on the PCB for both the UART and ETH0, solder them, and upload firmware via TFTP.

You will have to power the board using the header pins GND & 5V, see the 8-pin header socket.

Recovery using U-BOOT using openwrt-ramips-mt7620-trendnet_tha103ac-squashfs-kernel.bin renamed to 'test.bin'.

ETH0 pads

TRENDnet THA-103AC

Please choose the operation: 
   1: Load system code to SDRAM via TFTP. 
   2: Load system code then write to Flash via TFTP. 
   3: Boot system code via Flash (default).
   4: Entr boot command line interface.
   6: To emergency. 
   7: Load Boot Loader code then write to Flash via Serial. 
   9: Load Boot Loader code then write to Flash via TFTP. 
 
You choosed 1

 
raspi_read: from:40028 len:6 

   
1: System Load Linux to SDRAM via TFTP. 
 Please Input new ones /or Ctrl-C to discard
        Input device IP (10.10.10.123) ==:10.10.10.123
        Input server IP (10.10.10.3) ==:10.10.10.3
        Input Linux Kernel filename (test.bin) ==:test.bin

 netboot_common, argc= 3 

 NetTxPacket = 0x83FE4980 

 KSEG1ADDR(NetTxPacket) = 0xA3FE4980 

 NetLoop,call eth_halt ! 

 NetLoop,call eth_init ! 
Trying Eth0 (10/100-M)

 Waiting for RX_DMA_BUSY status Start... done


 ETH_STATE_ACTIVE!! 
TFTP from server 10.10.10.3; our IP address is 10.10.10.123
Filename 'test.bin'.

 TIMEOUT_COUNT=10,Load address: 0x80a00000
Loading: Got ARP
Got ARP REPLY, set server/gtwy eth addr (f0:76:1c:ba:8f:b1)
Got it
#################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #############################Got ARP
Got ARP REQUEST, return our IP
####################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #########
done
Bytes transferred = 6034779 (5c155b hex)
NetBootFileXferSize= 005c155b
Automatic boot of image at addr 0x80A00000 ...
## Booting image at 80a00000 ...
   Image Name:   MIPS OpenWrt Linux-6.6.61
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    6034715 Bytes =  5.8 MB
   Load Address: 80000000
   Entry Point:  80000000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
No initrd
## Transferring control to Linux (at address 80000000) ...
## Giving linux memsize in MB, 64

Starting kernel ...

[    0.000000] Linux version 6.6.61 (root@OpenWrtBuild) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28092-487ca61f91) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 Fri Nov 15 23:25:14 2024
[    0.000000] Board has DDR2

The case is easy to open, once you've removed the four screws (on the bottom of the unit), simply pull it apart. There are however two or three molded latches on the inside.

In case the firmware contains no Luci you can use the following UCI to setup a WAN connection as Wi-Fi client (station)

uci set wireless.client_radio0=wifi-iface
uci set wireless.client_radio0.device='radio0'
uci set wireless.client_radio0.network='wan'
uci set wireless.client_radio0.mode='sta'
uci set wireless.client_radio0.ssid='???ap???'
uci set wireless.client_radio0.encryption='psk2+ccmp'
uci set wireless.client_radio0.key='???secret???'
uci commit wireless

uci set network.wan=interface
uci set network.wan.proto=dhcp
uci commit network

/etc/init.d/network restart

## Booting image at bc050000 ... raspi_read: from:50000 len:40 Image Name: Linux Kernel Image Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 5065606 Bytes = 4.8 MB Load Address: 80000000 Entry Point: 8000c310 raspi_read: from:50040 len:4d4b86 Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 8000c310) ... ## Giving linux memsize in MB, 64 Starting kernel ... LINUX started... THIS IS ASIC Linux version 2.6.36 (root@Perish-Linux) (gcc version 3.4.2) #1 Fri Jan 20 11:12:47 CST 2017 The CPU feqenuce set to 580 MHz MIPS CPU sleep mode enabled. PCIE: bypass PCIe DLL. PCIE: Elastic buffer control: Addr:0x68 -> 0xB4 disable all power about PCIe CPU revision is: 00019650 (MIPS 24Kc) Determined physical RAM map: memory: 04000000 @ 00000000 (usable) Initrd not found or empty - disabling initrd Zone PFN ranges: Normal 0x00000000 -> 0x00004000 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0x00000000 -> 0x00004000 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256 Kernel command line: console=ttyS1,57600n8 root=/dev/ram0 console=ttyS0 PID hash table entries: 256 (order: -2, 1024 bytes) Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes Writing ErrCtl register=0000eff0 Readback ErrCtl register=0000eff0 Memory: 57176k/65536k available (3095k kernel code, 8360k reserved, 720k data, 3740k init, 0k highmem) NR_IRQS:128 MTK/Ralink System Tick Counter init... cd:803a5d08, m:214748, s:32 console [ttyS1] enabled Calibrating delay loop... 386.04 BogoMIPS (lpj=772096) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 NET: Registered protocol family 16 RALINK_GPIOMODE = 1a311c RALINK_GPIOMODE = 18311c PPLL_CFG1=0xe78000 MT7620 PPLL lock PPLL_DRV =0x80080504 PCIe reset again start PCIe register access RALINK_PCI_PCICFG_ADDR = 1000f0 *************** MT7620 PCIe RC mode ************* bio: create slab <bio-0> at 0 vgaarb: loaded SCSI subsystem initialized pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff] pci 0000:00:00.0: BAR 1: assigned [mem 0x20200000-0x2020ffff] pci 0000:00:00.0: BAR 1: set to [mem 0x20200000-0x2020ffff] (PCI address [0x20200000-0x2020ffff] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff] pci 0000:01:00.0: BAR 0: set to [mem 0x20000000-0x200fffff] (PCI address [0x20000000-0x200fffff] pci 0000:01:00.1: BAR 0: assigned [mem 0x20100000-0x201fffff] pci 0000:01:00.1: BAR 0: set to [mem 0x20100000-0x201fffff] (PCI address [0x20100000-0x201fffff] pci 0000:00:00.0: PCI bridge to [bus 01-01] pci 0000:00:00.0: bridge window [io disabled] pci 0000:00:00.0: bridge window [mem 0x20000000-0x201fffff] pci 0000:00:00.0: bridge window [mem pref disabled] BAR0 at slot 0 = 0 bus=0x0, slot = 0x0 res[0]->start = 0 res[0]->end = 0 res[1]->start = 20200000 res[1]->end = 2020ffff res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 bus=0x1, slot = 0x0 res[0]->start = 20000000 res[0]->end = 200fffff res[1]->start = 0 res[1]->end = 0 res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 bus=0x1, slot = 0x0 res[0]->start = 20100000 res[0]->end = 201fffff res[1]->start = 0 res[1]->end = 0 res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 Switching to clocksource Ralink external timer NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 2048 (order: 2, 16384 bytes) TCP bind hash table entries: 2048 (order: 1, 8192 bytes) TCP: Hash tables configured (established 2048 bind 2048) TCP reno registered UDP hash table entries: 256 (order: 0, 4096 bytes) UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) NET: Registered protocol family 1 Load Ralink Timer0 Module Load Ralink Timer1 Module JFFS2 version 2.2 (NAND) (ZLIB) (RTIME) (c) 2001-2006 Red Hat, Inc. fuse init (API version 7.15) JFS: nTxBlock = 446, nTxLock = 3573 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) io scheduler noop registered (default) Ralink gpio driver initialized spidrv_major = 217 Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250: ttyS0 at MMIO 0x10000500 (irq = 37) is a 16550A serial8250: ttyS1 at MMIO 0x10000c00 (irq = 12) is a 16550A brd: module loaded deice id : ef 40 17 0 0 (40170000) W25Q64BV(ef 40170000) (8192 Kbytes) mtd .name = raspi, .size = 0x00800000 (0M) .erasesize = 0x00000008 (0K) .numeraseregions = 65536 Creating 6 MTD partitions on "raspi": 0x000000000000-0x000000800000 : "ALL" 0x000000000000-0x000000030000 : "Bootloader" 0x000000030000-0x000000040000 : "Config" 0x000000040000-0x000000050000 : "Factory" 0x000000050000-0x000000780000 : "Kernel" 0x000000780000-0x000000800000 : "Udata" rdm_major = 253 SMACCR1 -- : 0x00000014 SMACCR0 -- : 0xd1df8e9a Ralink APSoC Ethernet Driver Initilization. v3.0 256 rx/tx descriptors allocated, mtu = 1500! SMACCR1 -- : 0x00000014 SMACCR0 -- : 0xd1df8e9a PROC INIT OK! PPP generic driver version 2.4.2 PPP MPPE Compression module registered NET: Registered protocol family 24 PPTP driver version 0.8.5 Netfilter messages via NETLINK v0.30. nf_conntrack version 0.5.0 (893 buckets, 3572 max) nf_conntrack_rtsp v0.6.21 loading matchsize=264 IPVS: Registered protocols () IPVS: Connection hash table configured (size=4096, memory=32Kbytes) IPVS: ipvs loaded. GRE over IPv4 demultiplexor driver gre: can't add protocol nf_nat_rtsp v0.6.21 loading ip_tables: (C) 2000-2006 Netfilter Core Team, Type=Restricted Cone arp_tables: (C) 2002 David S. Miller TCP cubic registered NET: Registered protocol family 17 L2TP core driver, V2.0 PPPoL2TP kernel driver, V2.0 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> All bugs added by David S. Miller <davem@redhat.com> Freeing unused kernel memory: 3740k freed init started: BusyBox v1.12.1 Algorithmics/MIPS FPU Emulator v1.5 (2017-01-20 10:49:45 CST) startingdevpts: called with bogus options pid 33, tty '': '/etc_ro/rcS' mount: mounting none on /proc/bus/usb failed: No such file or directory Welcome to _______ _______ ___ __ ____ _ _ ___ | ___ \| __ || | |__|| \ | || | / / | |___| || |__| || |__ __ | \| || |/ / | _ /| _ || || || |\ || \ |__| \__\|__| |__||______||__||_| \____||_|\___\ =System Architecture Department= The SSID is THA-103AC_24G_8E98 Backup current config at boot time. crc = 69cab884 @@@ BssidNum @@@ @@@ BssidNum @@@ nvram flash is ok Start initInternet!!!!! system[killall sh] = 15 killall: udchpd: no process killed system[killall udchpd] = 256 Thu Jan 1 12:00:00 UTC 2015 starting pid 69, tty '/dev/ttyS1': '/bin/sh' BusyBox v1.12.1 (2017-01-20 10:49:45 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. # killall: sigStrength: no process killed system[killall sigStrength] = 256 killall: pcimzk.sh: no process killed system[killall pcimzk.sh] = 256 killall: wlfilterd: no process killed system[killall wlfilterd] = 256 killall: updated: no process killed system[killall updated] = 256 killall: watchdog.sh: no process killed system[killall watchdog.sh] = 256 killall: schreboot.sh: no process killed system[killall schreboot.sh] = 256 Start sigStrength.... rai0 no private ioctls. ifconfig: ioctl 0x8913 failed: No such device rai0 no private ioctls. ifconfig: ioctl 0x8913 failed: No such device 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff Password for 'admin' changed rmmod: ralink_wdt: No such file or directory rmmod: cls: No such file or directory rmmod: hw_nat: No such file or directory rmmod: raeth: No such file or directory insmod: bridge.ko: module not found insmod: mii.ko: module not found insmod: raeth.ko: module not found ifconfig apclii0 down 1>/dev/null 2>&1 ##### disable 1st wireless interface ##### ##### disable 2nd wireless interface ##### rmmod: rt2860v2_ap_net: No such file or directory rmmod: rt2860v2_ap: No such file or directory rmmod: rt2860v2_ap_util: No such file or directory rmmod: MT7610_ap: No such file or directory insmod: rt2860v2_ap_util.ko: module not found rt2860v2_ap: module license 'unspecified' taints kernel. Disabling lock debugging due to kernel taint === pAd = c0668000, size = 810216 === <-- RTMPAllocTxRxRingMemory, Status=0 <-- RTMPAllocAdapterBlock, Status=0 AP Driver version-2.7.1.6_0807_RL insmod: rt2860v2_ap_net.ko: module not found === pAd = c0c02000, size = 1748872 === <-- RTMPAllocTxRxRingMemory, Status=0 <-- RTMPAllocAdapterBlock, Status=0 device_id =0x7650 ==>MT76x0_WLAN_ChipOnOff(): OnOff:1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0xff000002 MACVersion = 0x76502000 RX DESC a2484000 size = 2048 RTMP_TimerListAdd: add timer obj c06fde80! RTMP_TimerListAdd: add timer obj c06c9000! RTMP_TimerListAdd: add timer obj c06c8fd4! RTMP_TimerListAdd: add timer obj c06c8fa8! RTMP_TimerListAdd: add timer obj c0670070! RTMP_TimerListAdd: add timer obj c066fc64! RTMP_TimerListAdd: add timer obj c0670040! RTMP_TimerListAdd: add timer obj c06703e8! RTMP_TimerListAdd: add timer obj c0670138! RTMP_TimerListAdd: add timer obj c0670168! RTMP_TimerListAdd: add timer obj c0670328! RTMP_TimerListAdd: add timer obj c0670358! RTMP_TimerListAdd: add timer obj c06732a8! RTMP_TimerListAdd: add timer obj c0672e9c! RTMP_TimerListAdd: add timer obj c0673278! RTMP_TimerListAdd: add timer obj c0673620! RTMP_TimerListAdd: add timer obj c0673370! RTMP_TimerListAdd: add timer obj c06733a0! RTMP_TimerListAdd: add timer obj c0673560! RTMP_TimerListAdd: add timer obj c0673590! RTMP_TimerListAdd: add timer obj c06764e0! RTMP_TimerListAdd: add timer obj c06760d4! RTMP_TimerListAdd: add timer obj c06764b0! RTMP_TimerListAdd: add timer obj c0676858! RTMP_TimerListAdd: add timer obj c06765a8! RTMP_TimerListAdd: add timer obj c06765d8! RTMP_TimerListAdd: add timer obj c0676798! RTMP_TimerListAdd: add timer obj c06767c8! RTMP_TimerListAdd: add timer obj c0679718! RTMP_TimerListAdd: add timer obj c067930c! RTMP_TimerListAdd: add timer obj c06796e8! RTMP_TimerListAdd: add timer obj c0679a90! RTMP_TimerListAdd: add timer obj c06797e0! RTMP_TimerListAdd: add timer obj c0679810! RTMP_TimerListAdd: add timer obj c06799d0! RTMP_TimerListAdd: add timer obj c0679a00! RTMP_TimerListAdd: add timer obj c067c950! RTMP_TimerListAdd: add timer obj c067c544! RTMP_TimerListAdd: add timer obj c067c920! RTMP_TimerListAdd: add timer obj c067ccc8! RTMP_TimerListAdd: add timer obj c067ca18! RTMP_TimerListAdd: add timer obj c067ca48! RTMP_TimerListAdd: add timer obj c067cc08! RTMP_TimerListAdd: add timer obj c067cc38! RTMP_TimerListAdd: add timer obj c067fb88! RTMP_TimerListAdd: add timer obj c067f77c! RTMP_TimerListAdd: add timer obj c067fb58! RTMP_TimerListAdd: add timer obj c067ff00! RTMP_TimerListAdd: add timer obj c067fc50! RTMP_TimerListAdd: add timer obj c067fc80! RTMP_TimerListAdd: add timer obj c067fe40! RTMP_TimerListAdd: add timer obj c067fe70! RTMP_TimerListAdd: add timer obj c0682dc0! RTMP_TimerListAdd: add timer obj c06829b4! RTMP_TimerListAdd: add timer obj c0682d90! RTMP_TimerListAdd: add timer obj c0683138! RTMP_TimerListAdd: add timer obj c0682e88! RTMP_TimerListAdd: add timer obj c0682eb8! RTMP_TimerListAdd: add timer obj c0683078! RTMP_TimerListAdd: add timer obj c06830a8! RTMP_TimerListAdd: add timer obj c0685ff8! RTMP_TimerListAdd: add timer obj c0685bec! RTMP_TimerListAdd: add timer obj c0685fc8! RTMP_TimerListAdd: add timer obj c0686370! RTMP_TimerListAdd: add timer obj c06860c0! RTMP_TimerListAdd: add timer obj c06860f0! RTMP_TimerListAdd: add timer obj c06862b0! RTMP_TimerListAdd: add timer obj c06862e0! RTMP_TimerListAdd: add timer obj c06cb404! RTMP_TimerListAdd: add timer obj c06caff8! RTMP_TimerListAdd: add timer obj c06cb3d4! RTMP_TimerListAdd: add timer obj c06cb77c! RTMP_TimerListAdd: add timer obj c06cb4cc! RTMP_TimerListAdd: add timer obj c06cb4fc! RTMP_TimerListAdd: add timer obj c06cb434! RTMP_TimerListAdd: add timer obj c06cb464! RTMP_TimerListAdd: add timer obj c06cb494! RTMP_TimerListAdd: add timer obj c06d47ec! RTMP_TimerListAdd: add timer obj c06d4908! RTMP_TimerListAdd: add timer obj c06d4818! RTMP_TimerListAdd: add timer obj c06cbb24! RTMP_TimerListAdd: add timer obj c066d530! RTMP_TimerListAdd: add timer obj c0670768! RTMP_TimerListAdd: add timer obj c06739a0! RTMP_TimerListAdd: add timer obj c0676bd8! RTMP_TimerListAdd: add timer obj c0679e10! RTMP_TimerListAdd: add timer obj c067d048! RTMP_TimerListAdd: add timer obj c0680280! RTMP_TimerListAdd: add timer obj c06834b8! RTMP_TimerListAdd: add timer obj c06cb838! APSDCapable[0]=0 APSDCapable[1]=0 APSDCapable[2]=0 APSDCapable[3]=0 APSDCapable[4]=0 APSDCapable[5]=0 APSDCapable[6]=0 APSDCapable[7]=0 APSDCapable[8]=0 APSDCapable[9]=0 APSDCapable[10]=0 APSDCapable[11]=0 APSDCapable[12]=0 APSDCapable[13]=0 APSDCapable[14]=0 APSDCapable[15]=0 default ApCliAPSDCapable[0]=0 Key1Str is Invalid key length(0) or Type(1) Key2Str is Invalid key length(0) or Type(1) Key3Str is Invalid key length(0) or Type(1) Key4Str is Invalid key length(0) or Type(1) 1. Phy Mode = 9 2. Phy Mode = 9 E2PROM: D0 target power=0xff20 E2PROM: 40 MW Power Delta= 0 3. Phy Mode = 9 RTMP_TimerListAdd: add timer obj c066d12c! AntCfgInit: primary/secondary ant 0/1 Initialize RF Central Registers for E2 !!! Initialize RF Central Registers for E3 !!! Initialize RF Channel Registers for E2 !!! Initialize RF Channel Registers for E3 !!! Initialize RF DCCal Registers for E2 !!! Initialize RF DCCal Registers for E3 !!! D1 = 1, D2 = 16, CalCode = 35 !!! RT6352_Temperature_Init : BBPR49 = 0x1 RT6352_Temperature_Init : TemperatureRef25C = 0xfffffff7 Current Temperature from BBP_R49=0xfffffffa TX BW Filter Calibration !!! RX BW Filter Calibration !!! LOFT Calibration Done! IQCalibration Start! IQCalibration Done! CH = 0, (gain= d, phase= 7) IQCalibration Start! IQCalibration Done! CH = 1, (gain= 0, phase=3e) TX IQ Calibration Done! RTMPSetPhyMode: channel is out of range, use first channel=0 MCS Set = ff ff 00 00 01 SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l RTMP_TimerListAdd: add timer obj c06cc0c8! Main bssid = 00:14:d1:df:8e:98 <==== rt28xx_init, Status=0 0x1300 = 00064380 load fw spent 16ms RX DESC a2af6000 size = 2048 RX1 DESC a2af7000 size = 2048 cfg_mode=14 cfg_mode=14 wmode_band_equal(): Band Not Equal! 1. Phy Mode = 49 2. Phy Mode = 49 ext_pa_current_setting = 1 TXALC> bInternalTxALC = 0 3. Phy Mode = 49 AntCfgInit: primary/secondary ant 0/1 ChipStructAssign(): RALINK6590 hook ! MCS Set = ff 00 00 00 01 MT76x0_ChipBBPAdjust():rf_bw=2, ext_ch=1, PrimCh=36, HT-CentCh=38, VHT-CentCh=42 TXALC> bInternalTxALC = 0 APStartUp(): AP Set CentralFreq at 42(Prim=36, HT-CentCh=38, VHT-CentCh=42, BBP_BW=2) Main bssid = 00:14:d1:df:8e:9c <==== rt28xx_init, Status=0 MT76x0_Calibration - Channel = 42, bPowerOn = 1, bSaveCal = 1 TXALC> bInternalTxALC = 0 FullCalibration(): docal = [0007] valid bit[0] FullCalibration - Channel = 42, param = 0x301, bSave = 1, CalibrationMode = 255 TXALC> bInternalTxALC = 0 FullCalibration(): docal = [0007] valid bit[0] FullCalibration - Channel = 136, param = 0x401, bSave = 1, CalibrationMode = 255 TXALC> bInternalTxALC = 0 FullCalibration(): docal = [0007] valid bit[0] FullCalibration - Channel = 155, param = 0x501, bSave = 1, CalibrationMode = 255 TXALC> bInternalTxALC = 0 FullCalibration(): docal = [0007] valid bit[0] FullCalibration - Channel = 42, param = 0x701, bSave = 0, CalibrationMode = 255 MT76x0_Calibration - Channel = 36, bPowerOn = 0, bSaveCal = 0 FullCalibration(): docal = [0007] valid bit[0] FullCalibration - Channel = 36, param = 0x701, bSave = 0, CalibrationMode = 255 TXALC> bInternalTxALC = 0 MT76x0_Calibration - Channel = 40, bPowerOn = 0, bSaveCal = 0 FullCalibration(): docal = [0007] valid bit[0] FullCalibration - Channel = 40, param = 0x701, bSave = 0, CalibrationMode = 255 TXALC> bInternalTxALC = 0 MT76x0_Calibration - Channel = 44, bPowerOn = 0, bSaveCal = 0 FullCalibration(): docal = [0007] valid bit[0] FullCalibration - Channel = 44, param = 0x701, bSave = 0, CalibrationMode = 255 TXALC> bInternalTxALC = 0 MT76x0_Calibration - Channel = 48, bPowerOn = 0, bSaveCal = 0 FullCalibration(): docal = [0007] valid bit[0] FullCalibration - Channel = 48, param = 0x701, bSave = 0, CalibrationMode = 255 TXALC> bInternalTxALC = 0 MT76x0_ChipBBPAdjust():rf_bw=2, ext_ch=3, PrimCh=40, HT-CentCh=38, VHT-CentCh=42 TXALC> bInternalTxALC = 0 APStartUp(): AP Set CentralFreq at 42(Prim=40, HT-CentCh=38, VHT-CentCh=42, BBP_BW=2) MT76x0_Calibration - Channel = 42, bPowerOn = 0, bSaveCal = 0 FullCalibration(): docal = [0007] valid bit[0] FullCalibration - Channel = 42, param = 0x701, bSave = 0, CalibrationMode = 255 0x1300 = 00064380 RTMPDrvOpen(1):Check if PDMA is idle! RTMPDrvOpen(2):Check if PDMA is idle! ifconfig: ioctl 0x8913 failed: No such device iptables v1.4.10: can't initialize iptables table `mangle': Table does not exist (do you need to insmod?) PerhapsRaeth v3.0 ( iTaskletpt,SkbRecycleab) les o phy_tx_ring = 0x01c1f000, tx_ring = 0xa1c1f000 phy_rx_ring0 = 0x01c20000, rx_ring0 = 0xa1c20000 SMACCR1 -- : 0x00000014 SMACCR0 -- : 0xd1df8e9a r ESW: Link Status Changed - Port0 Link UP yoCDMA_CSG_CFG = 81000000 urGDMA1_FWD_CFG = 20710000 kernel needs to be upgraded. vconfig: ioctl error for rem: No such device rmmod: 8021q: No such file or directory insmod: 8021q.ko: module not found device eth2 entered promiscuous mode ##### restore Ralink ESW to dump switch ##### restore RT6855 ESW to dump switch mode switch reg write offset=2004, value=ff0000 switch reg write offset=2104, value=ff0000 switch reg write offset=2204, value=ff0000 switch reg write offset=2304, value=ff0000 switch reg write offset=2404, value=ff0000 switch reg write offset=2504, value=ff0000 switch reg write offset=2604, value=ff0000 switch reg write offset=2704, value=ff0000 switch reg write offset=2010, value=810000c0 switch reg write offset=2110, value=810000c0 switch reg write offset=2210, value=810000c0 switch reg write offset=2310, value=810000c0 switch reg write offset=2410, value=810000c0 switch reg write offset=2510, value=810000c0 switch reg write offset=2610, valudevice ra0 entered promiscuous mode e=810000c0 switch reg write offset=2710, value=810000c0 REG_ESW_WT_MAC_ATC is 0x7ff0002 done. device apcli0 entered promiscuous mode apclii0 add to br0 device apclii0 entered promiscuous mode device rai0 entered promiscuous mode ##### enable 2nd wireless interface ##### Enlarge min_free_kbytes.... br0: port 5(rai0) entering learning state br0: port 5(rai0) entering learning state br0: port 4(eth2) entering learning state br0: port 4(eth2) entering learning state br0: port 3(apclii0) entering learning state br0: port 3(apclii0) entering learning state br0: port 2(apcli0) entering learning state br0: port 2(apcli0) entering learning state br0: port 1(ra0) entering learning state br0: port 1(ra0) entering learning state route: ioctl 0x890c failed: No such process route: ioctl 0x890b failed: Network is unreachable br0: port 5(rai0) entering learning state br0: port 4(eth2) entering learning state br0: port 3(apclii0) entering learning state br0: port 2(apcli0) entering learning state br0: port 1(ra0) entering learning state br0: port 5(rai0) entering learning state br0: port 5(rai0) entering learning state br0: port 4(eth2) entering learning state br0: port 4(eth2) entering learning state br0: port 3(apclii0) entering learning state br0: port 3(apclii0) entering learning state br0: port 2(apcli0) entering learning state br0: port 2(apcli0) entering learning state br0: port 1(ra0) entering learning state br0: port 1(ra0) entering learning state route: ioctl 0x890c failed: No such process route: ioctl 0x890b failed: Network is unreachable ifconfig: ioctl 0x8914 failed: Cannot assign requested address ifconfig: ioctl 0x8914 failed: Cannot assign requested address ******** Re-write DHCP file ******** br0: port 5(rai0) entering forwarding state br0: port 4(eth2) entering forwarding state br0: port 3(apclii0) entering forwarding state br0: port 2(apcli0) entering forwarding state br0: port 1(ra0) entering forwarding state <<< check /etc/udhcpd.conf >>> check /etc/udhcpd.conf finish ^_^ killall: udhcpd: no process killed Set: phy[0].reg[0] = 3900 ESW: Link Status Changed - Port0 Link Down Set: phy[4].reg[0] = 3900 Set: phy[1].reg[0] = 3900 Set: phy[2].reg[0] = 3900 Set: phy[3].reg[0] = 3900 Set: phy[0].reg[0] = 3300 Set: phy[4].reg[0] = 3300 Set: phy[1].reg[0] = 3300 Set: phy[2].reg[0] = 3300 Set: phy[3].reg[0] = 3300 killall: nmbd: no process killed igmpproxy, Version 0.1 beta2, Build 170120 Copyright 2005 by Johnny Egeland <johnny@rlo.org> Distributed under the GNU GENERAL PUBLIC LICENSE, Version 2 - check GPL.txt Warn: Warning, No upstream interface assigned. /sbin/lan.sh: line 283: radvd.sh: not found iwpriv ra0 set IgmpSnEnable=1 internet.sh: line 1087: syntax error: "fi" unexpected system[internet.sh] = 512 system[killall rt2860apd 1>/dev/null 2>&1] = 256 system[killall rtinicapd 1>/dev/null 2>&1] = 256 system[gpio l 10 4000 0 1 0 4000] = 0 killall: ntp.sh: no process killed system[killall ntp.sh] = 256 system[ntp.sh &] = 0 sh: ddns.sh: not found system[ddns.sh] = 32512 system[cplange.sh &] = 0 sh: cplange.sh: not found cat: can't open '/var/run/wscd.pid.ra0': No such file or directory kill: you need to specify whom to kill system[kill -9 `cat /var/run/wscd.pid.ra0`] = 256 system[iwpriv ra0 set WscConfMode=0 1>/dev/null 2>&1] = 0 system[route delete 239.255.255.250 1>/dev/null 2>&1] = 256 cat: can't open '/var/run/wscd.pid.rai0': No such file or directory kill: you need to specify whom to kill system[kill -9 `cat /var/run/wscd.pid.rai0`] = 256 system[iwpriv rai0 set WscConfMode=0 1>/dev/null 2>&1] = 0 system[route delete 239.255.255.250 1>/dev/null 2>&1] = 256 system[killall -q klogd] = 256 system[killall -q syslogd] = 256 system[syslogd 1>/dev/null 2>&1] = 0 system[klogd 1>/dev/null 2>&1] = 0 system[killall -q zebra] = 256 system[killall -q ripd] = 256 sh: restart_upnp.sh: not found system[/sbin/cli &] = 0 BoA: reload parameter into BoA webserver! The rmPort is 0 rm: cannot remove '/var/run/apcli_down': No such file or directory rm: cannot remove '/var/run/apcli_up': No such file or directory rm: cannot remove '/var/run/apclii_down': No such file or directory rm: cannot remove '/var/run/apclii_up': No such file or directory mkdir: cannot create directory '/var/': File exists IOTC_Initialize VERSION[10A0500]... session[848] VPG[16] device[84] IOTCAPI version[1.10.5.0] AVAPI version[1.4.2.0] ESW: Link Status Changed - Port0 Link UP AmountLen = [1] UID=94ADGHB66XY69HTYMCLJ kill: cannot kill pid 1441: No such process IOTC_Device_Login() ret = -41 [Error code : -41] Network is unreachable. Please check your network. Retry... kill: cannot kill pid 1462: No such process kill: cannot kill pid 1464: No such process apcli_down() rm: cannot remove '/var/run/apcli_up': No such file or directory rm: cannot remove '/var/run/apclii_down': No such file or directory rm: cannot remove '/var/run/apclii_up': No such file or directory killall: udhcpc: no process killed killall: udhcpd: no process killed killall: ntpclient: no process killed device apcli0 left promiscuous mode br0: port 2(apcli0) entering forwarding state brctl: bridge br0: Device or resource busy Close StopProcess and initial LED... Shutting down - 0 IOTC_Device_Login() ret = -41 [Error code : -41] Network is unreachable. Please check your network. Retry...


This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/12/15 10:23
  • by diepeterpan