Actiontec GT704WG

This device is NOT RECOMMENDED for future use with OpenWrt due to low flash/ram.
DO NOT BUY DEVICES WITH 4MB FLASH / 32MB RAM if you intend to flash an up-to-date and secure OpenWrt version onto it! See 4/32 warning for details.

1) This device does not have sufficient resources (flash and/or RAM) to provide secure and reliable operation.
This means that even setting a password or changing simple network settings might not be possible any more, rendering the device effectively useless. See OpenWrt on 4/32 devices what you can do now.

2) OpenWrt support for this device has ended in 2022.
19.07.10 was the last official build for 4/32 devices.

The device is based on Texas Instrument AR7. It uses the target.ar7 in OpenWrt.

  • Kamikaze 8.09.2 seems to work
    Note: Package repo will not work with Kamikaze 8.09.2
  • Tested Backfire 10.03.1: Wireless not working, Package repo working
  • Tested Attitude Adjustment 12.09-beta2: Wireless working, tested client mode to WPA2 device successfully. Package repo appears to be working but insufficient memory errors prevent even the smallest packages to install. You may need to build your own image using buildroot if additional software is needed. Web interface causes very high CPU load.

partition start end description
mtd2 0x90000000 0x90010000 ADAM2 bootloader
mtd1 0x90010000 0x900d0000 kernel
mtd0 0x900d0000 0x903e0000 squashfs filesystem
mtd4 0x903e0000 0x903f0000 unused (?)
mtd3 0x903f0000 0x90400000 ADAM2 environment

Flashing with the Actiontec web upgrade has not been tested. The recommended flash procedure is to use the adam2 FTP server.

To access the adam2 FTP server, power on the device while holding reset button down for 3 seconds

If you are doing this from Linux, you will almost certainly first have to:

# echo 0 > /proc/sys/net/ipv4/tcp_frto

Otherwise, the transfer process will end up slowing down to approximately 512 bytes/minute.

Note: The range you will need to flash the squashfs image to spans all of mtd1 and mtd0 partitions.

$ ftp 192.168.0.1
Connected to 192.168.0.1.
220 ADAM2 FTP Server ready.
Name (192.168.0.1:user): adam2
530 Please login with USER and PASS.
SSL not available
331 Password required for adam2.
Password:
230 User adam2 successfully logged in.
ftp> passive off
ftp> quote SETENV mtd5,0x90010000,0x903e0000
ftp> binary
ftp> quote MEDIA FLSH
ftp> put "openwrt-ar7-squashfs.bin" "openwrt-ar7-squashfs.bin mtd5"
ftp> quote REBOOT
ftp> quit

Note that the power LED will not turn green with OpenWRT. This doesn't imply anything is broken as it does with the default firmware.

Note for Windows users
  • Windows' command line ftp client will start already out of passive mode, and in any case above command “passive off” will not work.
  • In the “put” command fails with a “550 Data Socket not ready” error, make sure windows firewall is disabled and/or the network connecting to the router is set as “home” or “work”.
  • If you are experiencing a problem with “connection terminated by remote host”, you need to add this key to the registry and reboot your computer: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\TcpMaxDataRetransmissions = 40 (DWORD, value in HEX) (CapinWinky).

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.

  • Login as root via SSH on 192.168.1.1
  • Use the following commands to upgrade.
cd /tmp/
wget http://downloads.openwrt.org/latest/ar7/openwrt-ar7-squashfs.bin
mtd write /tmp/openwrt-ar7-squashfs.bin linux && reboot

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

This device works with both annex A and annex B modules. As an example, to install annex B module on Backfire, download the package 'kmod-sangam-atm-annex-b' from

http://backfire.openwrt.org/10.03.1/ar7/packages/

Then copy the package on your router per scp. Here an example using a windows client with pscp, router at IP 192.168.0.1, user 'root':

pscp -scp "kmod-sangam-atm-annex-b_2.6.32.27+D7.04.03.00-R1_ar7.ipk" root@192.168.0.1:/tmp

Then access your router via SSH or telnet and do:

cd /tmp
opkg remove kmod-sangam-atm-annex-a
opkg install kmod-sangam-atm-annex-b_2.6.32.27+D7.04.03.00-R1_ar7.ipk

If it succeeds, remove the package from /tmp. Then reboot your device.

You can check your modem stats by

cat /proc/avalanche/avsar_modem_stats

/etc/config/network

config atm-bridge
    option unit     0
    option encaps   llc
    # Ask your ISP for the correct vpi and vci values
    option vpi      0
    option vci      35
    # Most of the time this should be set to "bridged," but some ISPs require "routed"
    option payload  bridged

config interface wan
    option ifname       nas0
    option proto        pppoe
    option username    "username"
    option password    "password"

/etc/config/network

config interface wan
    option ifname   ppp0
    option proto    pppoa
    option encaps   llc
    option vpi      0
    option vci      35
    option username "username"
    option password "password"

Restart your interface by

ifdown wan
ifup wan

VLANs are currently not supported.

The Actiontec GT704WG has one button. Not sure if it can be used with hotplug events.

BUTTON Event
Reset ?
  • pppoa does not start automatically
  • “eth0: rx dma ring overrun” in dmesg output under heavy traffic
  • qos does not work with pppoa (no traffic is forwarded if qos is enabled)
  • wifi is WIP
  • No VLAN support

Front:

Back:

Note: This will void your warranty!

  • To remove the cover take off the 4 rubber feet
  • unscrew the 4 screws under the rubber feet

Main PCB

port.serial general information about the serial port, serial port cable, etc.

3.3V serial is available on JP603 Pin 1 is the closest to R441 with the following pin out:

PIN USE
1 GND
2 TX
3 RX
4 NC
5 3.3V
6 NC
Serial connection parameters for Actiontec GT704WG 38400, 8N1

port.jtag general information about the JTAG port, JTAG cable, etc.

According to the documentation JTAG is available conneting to:

RESET : R106
TRST : R112
TDI : R110
TDO : R109
TMS : R108
TCK : R107

To add hardware flow control (CTS/RTS) to the serial port on JP603 add 100Ohm 0603 resistor to R614 and R615 locations.

The GT704WG has a footprint for a MAX3232 voltage level converter. This will allow to directly connect a standard RS-232 to the router. After this modification JP603 will no longer work as the serial output is redirected to JP2 with the following pinout:

pin 1 : GND
pin 2 : NC
pin 3 : NC
pin 4 : RX
pin 5 : TX
pin 6 : RTS
pin 7 : NC
pin 8 : CTS
pin 9 : NC
pin 10: NC
pin 11: NC
pin 12: NC


material list:
1 MAXIM MAX3232 in soic-16
5 0.1uF 0603 capacitors
2 100ohm 0603 resistors
1 2x4, 2x5 or 2x6 2.54mm (100mils) pitch header 

instructions:
1- remove R30 and R441. These are 100ohm, if you are careful in the removal you can re-use them for point #2 below
2- add 100ohm to R147 and R442
3- add 0.1uF to C17, C18, C19, C20 and C65
4- add MAX3232 to U4
5- add header to JP2 (pin 1 is the one closes to JP603 towards the edge of the PCB)

The GT704WG uses one 128Mbit (8Mx16) PC133 SDRAM (54-pin TSOP II). The PCB is wired to support both 256Mbit (16Mx16) and 512Mbit (32Mx16). Using one 512Mbit device like MT48LC32M16A2 (or similar) your GT704WG will have 64MBytes of RAM. All is needed is to remove U105 and replace with the new chip.

The chips can be found mounted on old PC133 DIMMs or SODIMMS. 128/256Mb DIMMS with 4 chips are the best candidates.

I have done the modification using a generic 32Mx16 SDRAM (no brand). The Adam2 installed on my router will reset the memsize environment variable at every reboot so the mod will be useful only when using kernels with memory size auto detection (the stock firmware will not auto detect the memory size). OpenWrt will correctly size the memory regardless of the env settings.

Usage: setmfreq [-d] [-s sys_freq, in MHz] [cpu_freq, in MHz] Memory optimization Complete! Adam2_AR7RD > Press any key to abort OS load, or wait 5 seconds for OS to boot... Launching kernel decompressor. Kernel decompressor was successful ... launching kernel. LINUX started... Config serial console: ttyS0,38400 et marvell chip Determined physical RAM map: memory: 14000000 @ 00000000 (reserved) memory: 00020000 @ 14000000 (ROM data) memory: 00fe0000 @ 14020000 (usable) EBUG ACTIONTEC getenv=memsize,0x01000000On node 0 totalpages: 4096 zone(0): 4096 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: the pacing pre-scalar has been set as 600. calculating r4koff... /nEBUG ACTIONTEC getenv=cpufrequency,150000000000b71b0(750000) CPU frequency 150.00 MHz Calibrating delay loop... Memory: 14548k/16384k available (1362k kernel code, 1836k reserved, 111k data, 52k init) Dentry-cache hash table entries: 2048 (order: 2, 16384 bytes) Inode-cache hash table entries: 1024 (order: 1, 8192 bytes) Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes) Page-cache hash table entries: 4096 (order: 2, 16384 bytes) Starting kswapd Disabling the Out Of Memory Killer block: 64 slots per queue, batch=16 EBUG ACTIONTEC getenv=cpufrequency,150000000 EBUG ACTIONTEC getenv=maca,00:0F:B3:AD:80:19 ADAM2 Revision 0.22.02 (C) Copyright 2003 Telogy Networks, Inc. EBUG ACTIONTEC getenv=memsize,0x01000000CPU revision is: 00018448 Primary instruction cache 16kb, linesize 16 bytes (4 ways) Primary data cache 16kb, linesize 16 bytes (4 ways) Number of TLB entries 16. Linux version 2.4.17_mvl21-malta-mips_fp_le (root@localhost.localdomain) (gcc version 2.95.3 20010315 (release/MontaVista)) #24 Wed Apr 27 10:16:02 PDT 2005 EBUG ACTIONTEC getenv=modetty0,38400,n,8,1,hw DEBUG ACTIONTEC getenv=<NULL>,,NULL DEBUG ACTIONTEC getenv=<NULL>,,NULLReset wireless chip Res149.91 BogoMIPS Freeing Adam2 reserved memory [0x14001000,0x0001f000] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Checking for 'wait' instruction... unavailable. POSIX conformance testing by UNIFIX Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket devfs: v1.7 (20011216) Richard Gooch (rgooch@atnf.csiro.au) devfs: boot_options: 0x1 pty: 32 Unix98 ptys configured Serial driver version 5.05c (2001-07-08) with no serial options enabled ttyS00 at 0xa8610e00 (irq = 15) is a 16550A ttyS01 at 0xa8610f00 (irq = 16) is a 16550A <6>PPP generic driver version 2.4.1 avalanche flash device: 0x400000 at 0x10000000. Amd/Fujitsu Extended Query Table v1.1 at 0x0040 number of CFI chips: 1 Looking for mtd device :mtd0: EBUG ACTIONTEC getenv=mtd0,0x900d0000,0x903e0000Found a mtd0 image (0xd0000), with size (0x310000). Looking for mtd device :mtd1: EBUG ACTIONTEC getenv=mtd1,0x90010000,0x900d0000Found a mtd1 image (0x10000), with size (0xc0000). Looking for mtd device :mtd2: EBUG ACTIONTEC getenv=mtd2,0x90000000,0x90010000Foun000Found a mtd4 image (0x3e0000), with size (0x10000). Creating 5 MTD partitions on "Physically mapped flash": 0x000d0000-0x003e0000 : "mtd0" 0x00010000-0x000d0000 : "mtd1" 0x00000000-0x00010000 : "mtd2" 0x003f0000-0x00400000 : "mtd3" 0x003e0000-0x00IP: routing cache hash table of 512 buckets, 4Kbytes Mounted devfs on /dev Freeing unused kernel memory: 52k freed serial console detected. Disabling virtual terminals. Algorithmics/MIPS FPU Emulator v1.5 cp: /etc/ppp/resolv.conf: No such file or directory cp: /etc/dproxy.conf: No such file or directory cp: /etc/gateways: No such file or directory cp: /etc/hosts: No such file or directory cp: /etc/init.d: omitting directory cp: /etc/linux-igd: No such file or directory cp: /etc/passwd: No such file or directory cp: /etc/ppp: omitting directory cp: / Standard Configuration File proc write:Calling Configuration Number of State module = 1 STATE = 1 STATE = 2 STATE = 3 STATE = 4 module = 2 STATE = 1 STATE = 2 module = 11 STATE = 1 STATE = 2 module = 5 STATE = 1 STATE = 2 STATE = 3 module = 6 STATE = 1 STATE = 2 STATE = 3 module = 7 STATE = 1 STATE = 2 STATE = 3 module = 8 STATE = 1 STATE = 2 STATE = 3 module = 4 STATE = 1 STATE = 2 STATE = 3 Elements = 23 Total Length = 188 d a mtd2 image (0x0), with size (0x10000). Looking for mtd device :mtd3: EBUG ACTIONTEC getenv=mtd3,0x903f0000,0x90400000Found a mtd3 image (0x3f0000), with size (0x10000). Looking for mtd device :mtd4: EBUG ACTIONTEC getenv=mtd4,0x903e0000,0x903f03f0000 : "mtd4" NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP, IGMP TCP: Hash tables configured (established 1024 bind 1024) Linux IP multicast router 0.06 plus PIM-SM NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. NET4: Ethernet Bridge 008 for NET4.0 VFS: Mounted root (squashfs filesystem) readonly. init started: BusyBox v0.61.pre (2005.04.27-17:26+0000) multi-call binary /bin/cp /etc/ppp/* /var/etc/ppp etc/resolv.conf: No such file or directory cp: /etc/shadow: No such file or directory cp: /etc/udhcpc: omitting directory cp: /etc/udhcpd.conf: No such file or directory cp: /etc/localhosts: No such file or directory cp: /usr/www/html/pc_*.html: No such file or directory registered device TI Avalanche SAR size=6272 Texas Instruments ATM driver: version:[4.02.04.00] Using /lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/drivers/net/avalanche_usb.o pid = 0x6010 prod = TI RNDIS Network Adapter Using /lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/net/ipv4/netfilter/ip_queue.o -- Read config version: 3.130.1.0.5.5.4a-GT704-WG -- vip=0.0.0.0 Using /lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/net/ipv4/netfilter/ip_tables.o ip_tables: (c)2000 Netfilter core team Using /lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/net/ipv4/netfilter/ip_conntrack.o Using /lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/net/ipv4/netfilter/iptable_filter.o Using /lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/net/ipv4/netfilter/ipt_state.o rfc2684_start state = 1 create br2684 Using /lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/drivers/atm/tiatm.o Initializing DSL interface size=8800 size=18464 size=13056 USB: Entering USB_init_module. vid = 0x1668 No Serial Number String present. man = Texas Instruments USB: Entering USB_Init. USB: Leaving USB_Init. USB: Leaving USB_init_module. SIOCGIFFLAGS: No such device vmode=0 vmode=0 vip=0.0.0.0 ip_conntrack version 2.0 (128 buckets, 1024 max) - 372 bytes per conntrack Using /lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/net/ipv4/netfilter/iptable_nat.o Using /lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/net/ipv4/netfilter/ipt_MASQUERADE.o Please press Enter to activate this console. rfc2684_start state = 1 logic init (test kprintf) tiwlan_drv_init : tiwlan_drv_init() Copying of 10240000 bytes took: d125 132248 us d150 110206 us device usbrndis entered promiscuous mode br0: port 1(usbrndis) entering learning state reset_acx111_vlynq() -- VLYNQ_RESET_DEASSERT VLYNQ_STS : 0x1000101 VLYNQ_STS : 0x1000101 reset_acx111_vlynq() -- VLYNQ_RESET_LINKESTABLISH, boosting clock device eth0 entered promiscuous mode br0: port 2(eth0) entering learning state boardInitVlynqDriverAcx111() -- return code = 0, driver state = 2 tiwlan_drv_char_read : sending memory base: mem : 0xa4000000 [0x20000], reg : 0xa4040000 [0x2000] ap loaded 1031486412 tiwlan_drv_char_write : Got VLYNK enable !!! TNETD73XX_VLYNQ0_BASE : 0xa4000000, PumaVlBase[pDev->dev_idx - 1] : 0x8611800 reset_acx111_vlynq() -- VLYNQ_RESET_ASSERT VLYNQ_STS : 0x1000101 Initializing VLYNQ interrupts reset_acx111_vlynq() -- INITOK tiwlan_drv_char_write : Got SET result ! br0: port 1(usbrndis) entering forwarding state br0: topology change detected, propagating br0: port 2(eth0) entering forwarding state br0: topology change detected, propagating wlan_up 1031486415 call wlan_up 1031486415 Got K2U control ptr device tiwlan0 entered promiscuous mode br0: port 3(tiwlan0) entering learning state br0: port 3(tiwlan0) entering forwarding state br0: topology change detected, propagating check ifconfig tiwlan 1031486435 check tiwlan ok 1031486435 # BusyBox v0.61.pre (2005.04.27-17:26+0000) Built-in shell (ash) Enter 'help' for a list of built-in commands.

ADAM2 Revision 0.22.02 (C) Copyright 2003 Telogy Networks, Inc. Usage: setmfreq [-d] [-s sys_freq, in MHz] [cpu_freq, in MHz] Memory optimization Complete! Adam2_AR7RD > Press any key to abort OS load, or wait 5 seconds for OS to boot... [ 0.000000] Linux version 3.3.8 (blogic@Debian-60-squeeze-64-minimal) (gcc ve rsion 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Sat Mar 23 14:45:52 UTC 2013 [ 0.000000] gpiochip_add: registered GPIOs 0 to 31 on device: ar7-gpio [ 0.000000] ar7-gpio: registered 32 GPIOs [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU revision is: 00018448 (MIPS 4KEc) [ 0.000000] TI AR7 (TNETD7300), ID: 0x0005, Revision: 0x02 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 01000000 @ 14000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone PFN ranges: [ 0.000000] Normal 0x00014000 -> 0x00015000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00014000 -> 0x00015000 [ 0.000000] 0: 0x00014000 -> 0x00015000 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping off. Total pages: 4064 [ 0.000000] Kernel command line: console=ttyS0,38400n8 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 64 (order: -4, 256 bytes) [ 0.000000] Dentry cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Inode-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 16 bytes. [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 16 bytes [ 0.000000] Memory: 11952k/16384k available (2467k kernel code, 4432k reserved, 365k data, 172k init, 0k highmem) [ 0.000000] NR_IRQS:256 [ 0.000000] Calibrating delay loop... 148.88 BogoMIPS (lpj=744448) [ 0.080000] pid_max: default: 32768 minimum: 301 [ 0.090000] Mount-cache hash table entries: 512 [ 0.110000] NET: Registered protocol family 16 [ 0.170000] bio: create slab <bio-0> at 0 [ 0.190000] Switching to clocksource MIPS [ 0.210000] NET: Registered protocol family 2 [ 0.230000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.250000] TCP established hash table entries: 512 (order: 0, 4096 bytes) [ 0.270000] TCP bind hash table entries: 512 (order: -1, 2048 bytes) [ 0.290000] TCP: Hash tables configured (established 512 bind 512) [ 0.310000] TCP reno registered [ 0.320000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.340000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.360000] NET: Registered protocol family 1 [ 0.440000] unable to register fixed phy for cpmac-high: 0 [ 0.470000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.490000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.520000] msgmni has been set to 23 [ 0.530000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) [ 0.550000] io scheduler noop registered [ 0.570000] io scheduler deadline registered (default) [ 0.580000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.610000] serial8250: ttyS0 at MMIO 0x8610e00 (irq = 15) is a TI-AR7 [ 0.630000] console [ttyS0] enabled, bootconsole disabled [ 0.630000] console [ttyS0] enabled, bootconsole disabled [ 0.660000] serial8250: ttyS1 at MMIO 0x8610f00 (irq = 16) is a TI-AR7 [ 0.720000] physmap platform flash device: 02000000 at 10000000 [ 0.740000] physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022a8 [ 0.770000] Amd/Fujitsu Extended Query Table at 0x0040 [ 0.780000] Amd/Fujitsu Extended Query version 1.1. [ 0.800000] number of CFI chips: 1 [ 0.820000] 4 ar7part partitions found on MTD device physmap-flash.0 [ 0.840000] Creating 4 MTD partitions on "physmap-flash.0": [ 0.850000] 0x000000000000-0x000000010000 : "loader" [ 0.880000] 0x0000003f0000-0x000000400000 : "config" [ 0.900000] 0x000000010000-0x0000003f0000 : "linux" [ 0.930000] 0x0000000ff3ed-0x0000003f0000 : "rootfs" [ 0.940000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only [ 0.990000] mtd: partition "rootfs" set to be root filesystem [ 1.010000] mtd: partition "rootfs_data" created automatically, ofs=300000, len=F0000 [ 1.030000] 0x000000300000-0x0000003f0000 : "rootfs_data" [ 1.070000] Fixed MDIO Bus: probed [ 1.340000] EXTERNAL SWITCH!!! [ 1.460000] cpmac-mii: probed [ 1.540000] eth0: Marvell 88E6060 PHY driver attached. [ 1.600000] cpmac: device eth0 (regs: 08612800, irq: 41, phy: cpmac-1:10, mac: 00:0f:b3:ad:80:19) [ 1.690000] cpmac: device eth1 (regs: 08610000, irq: 27, phy: cpmac-1:1f, mac: 00:20:e0:02:07:e1) [ 1.750000] vlynq0: regs 0x08611800, irq 29, mem 0x04000000 [ 2.060000] vlynq0: local VLYNQ protocol rev. is 0x0001010b [ 2.080000] vlynq0: remote VLYNQ protocol rev. is 0x00010108 [ 2.100000] vlynq0: using local clock divisor 8 [ 2.200000] Found a VLYNQ device: 00000009 [ 2.210000] vlynq1: regs 0x08611c00, irq 33, mem 0x0c000000 [ 3.140000] TCP cubic registered [ 3.150000] NET: Registered protocol family 17 [ 3.160000] Bridge firewalling registered [ 3.180000] 8021q: 802.1Q VLAN Support v1.8 [ 3.210000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. [ 3.250000] Freeing prom memory: 1020k freed [ 3.270000] Freeing unused kernel memory: 172k freed - preinit - Press the [f] key and hit [enter] to enter failsafe mode - regular preinit - [ 11.760000] JFFS2 notice: (400) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 10 of xref (0 dead, 2 orphan) found. switching to jffs2 - init - Please press Enter to activate this console. [ 16.550000] Compat-drivers backport release: compat-drivers-2012-09-04-2-gddac993 [ 16.570000] Backport based on wireless-testing.git master-2012-09-07 [ 16.590000] compat.git: wireless-testing.git [ 16.710000] cfg80211: Calling CRDA to update world regulatory domain [ 16.730000] cfg80211: World regulatory domain updated: [ 16.740000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 16.770000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 16.790000] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 16.820000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 16.840000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 16.860000] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 17.710000] NET: Registered protocol family 8 [ 17.720000] NET: Registered protocol family 20 [ 18.130000] PPP generic driver version 2.4.2 [ 18.580000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 19.050000] NET: Registered protocol family 24 [ 19.130000] nf_conntrack version 0.5.0 (205 buckets, 820 max) [ 19.860000] acx-mac80211, version: v0.6.0 (git: unknown) [ 19.870000] this driver is still EXPERIMENTAL [ 19.870000] acx: please read the README file and/or go to http://acx100.sourceforge.net/wiki for further information [ 19.920000] built with CONFIG_ACX_MAC80211_PCI [ 19.930000] compiled to use 32bit I/O access. I/O timing issues might occur, such as non-working firmware upload. Report them [ 19.970000] acx: running on a little-endian CPU [ 19.970000] PCI/VLYNQ module initialized, waiting for cards to probe... [ 20.000000] Driver found for VLYNQ device: 00000009 [ 20.310000] vlynq0: local VLYNQ protocol rev. is 0x0001010b [ 20.330000] vlynq0: remote VLYNQ protocol rev. is 0x00010108 [ 20.350000] vlynq0: using local clock divisor 1 [ 20.360000] found TI TNETW1130-based wireless network card at vlynq0, irq:80, phymem:0x4000000, mem:0xa4000000 [ 20.390000] the initial debug setting is 0x000A [ 20.410000] using IRQ 80 [ 20.420000] device IS_PCI [ 20.420000] acx.acx_reset_dev: ACX radio type 0x16 [ 20.440000] acx.acxpci_upload_fw: need firmware for acx111 chipset with radio ID 16 [ 20.440000] Please provide via firmware hotplug: [ 20.440000] either combined firmware (single file named 'tiacx111c16') [ 20.440000] or two files (base firmware file 'tiacx111' + radio fw 'tiacx111r16') [ 20.520000] acx.acxpci_upload_fw: need to load firmware for acx111 chipset with radio ID 16, please provide via firmware hotplug: [ 20.520000] either one file only (<c>ombined firmware image file, radio-specific) or two files (radio-less base image file *plus* separate <r>adio-specific extension file) [ 20.600000] requesting firmware image 'tiacx111c16' [ 21.070000] acx._acx_upload_fw: acx_write_fw (main): 0 [ 21.140000] acx._acx_upload_fw: acx_validate_fw (main): 0 [ 21.650000] initializing max packet templates [ 21.670000] acx.acx_allocate: bdev:94929ec0 size:37536 phy:14790000 ptr:b4790000 [ 21.700000] acx.acx_allocate: bdev:94929ec0 size:896 phy:144f2000 ptr:b44f2000 [ 21.720000] acx.acx_allocate: bdev:94929ec0 size:37536 phy:147c0000 ptr:b47c0000 [ 21.740000] acx.acx_allocate: bdev:94929ec0 size:896 phy:144f3000 ptr:b44f3000 [ 21.770000] acx.acx_allocate: bdev:94929ec0 size:37536 phy:147d0000 ptr:b47d0000 [ 21.790000] acx.acx_allocate: bdev:94929ec0 size:896 phy:144ea000 ptr:b44ea000 [ 21.820000] acx.acx_allocate: bdev:94929ec0 size:37536 phy:147e0000 ptr:b47e0000 [ 21.840000] acx.acx_allocate: bdev:94929ec0 size:896 phy:144eb000 ptr:b44eb000 [ 21.860000] acx.acx_allocate: bdev:94929ec0 size:37536 phy:147f0000 ptr:b47f0000 [ 21.890000] acx.acx_allocate: bdev:94929ec0 size:896 phy:147b4000 ptr:b47b4000 [ 21.910000] acx.acx_allocate: bdev:94929ec0 size:448 phy:147b5000 ptr:b47b5000 [ 21.930000] acx.acx_allocate: bdev:94929ec0 size:38336 phy:14500000 ptr:b4500000 [ 21.960000] phy0: type=0x0003, typestr=ACX111_IE_MEMORY_CONFIG_OPTIONS, len=40: OK [ 21.980000] (type:ACX111_IE_QUEUE_CONFIG,len:56) [ 22.000000] Queue head: len=56, tx_memory_block_address=1A760, rx_memory_block_address=16360 [ 22.020000] Queue head: rx_queue_start=13954 [ 22.040000] Queue head: tx_queue_start[0]=14994 [ 22.050000] Queue head: tx_queue_start[1]=14654 [ 22.070000] Queue head: tx_queue_start[2]=14314 [ 22.080000] Queue head: tx_queue_start[3]=13FD4 [ 22.090000] Queue head: tx_queue_start[4]=13C94 [ 22.110000] acx.acx_create_tx_desc_queue: adev->iobase2=a4022000,tx_queue_start=00014994,tx->desc_start=a4036994 [ 22.140000] acx.acx_create_tx_desc_queue: adev->iobase2=a4022000,tx_queue_start=00014654,tx->desc_start=a4036654 [ 22.170000] acx.acx_create_tx_desc_queue: adev->iobase2=a4022000,tx_queue_start=00014314,tx->desc_start=a4036314 [ 22.200000] acx.acx_create_tx_desc_queue: adev->iobase2=a4022000,tx_queue_start=00013FD4,tx->desc_start=a4035fd4 [ 22.230000] acx.acx_create_tx_desc_queue: adev->iobase2=a4022000,tx_queue_start=00013C94,tx->desc_start=a4035c94 [ 22.270000] (type:ACX111_IE_CONFIG_OPTIONS,len:332) [ 22.310000] NVSv: 01 16 05 00 02 41 01 00 [ 22.320000] NVS_vendor_offs:01CD probe_delay:200 eof_memory:1114112 [ 22.340000] CCAModes:04 Diversity:01 ShortPreOpt:01 PBCC:01 ChanAgil:00 PHY:05 Temp:01 [ 22.370000] AntennaID:00 Len:02 Data:01 02 [ 22.380000] PowerLevelID:01 Len:02 Data:001E 000A [ 22.400000] DataRatesID:02 Len:05 Data:02 04 11 22 44 [ 22.410000] DomainID:03 Len:06 Data:10 20 30 31 32 40 [ 22.430000] ProductID:04 Len:09 Data:TI ACX100 [ 22.440000] ManufacturerID:05 Len:07 Data:TI Test [ 22.460000] (type:ACX1xx_IE_DOT11_CURRENT_ANTENNA,len:2) [ 22.480000] Got antenna[0,1]: 0x4A 0x04 [ 22.490000] (type:ACX1xx_IE_DOT11_STATION_ID,len:6) [ 22.500000] Got station_id: 00:0F:B3:AD:80:1D [ 22.520000] (type:ACX1xx_IE_DOT11_CURRENT_REG_DOMAIN,len:2) [ 22.540000] Got regulatory domain 0x10 [ 22.550000] don't know how to get sensitivity for radio type 0x16 [ 22.570000] acx.interrupt_show_flags: HOST_INT_TX_COMPLETE # OUT: packet sent from device to remote h [ 22.600000] acx.interrupt_show_flags: HOST_INT_RX_COMPLETE # IN: packet rcvd from device to host [ 22.630000] acx.interrupt_show_flags: HOST_INT_IV_ICV_FAILURE # no docs [ 22.650000] acx.interrupt_show_flags: HOST_INT_CMD_COMPLETE # no docs [ 22.670000] acx.interrupt_show_flags: HOST_INT_INFO # no docs [ 22.690000] acx.interrupt_show_flags: HOST_INT_SCAN_COMPLETE # no docs [ 22.710000] acx.interrupt_show_flags: HOST_INT_FCS_THRESHOLD # no docs - in BSD as ACX_DEV_INTF_BOOT ?? [ 22.740000] acx.acx_set_interrupt_mask: adev->irq_mask: before: 0 devtype:0 chiptype:2 tobe: 39157 [ 22.770000] new ratevector: 82 84 0B 0C 12 16 18 24 2C 30 48 60 6C [ 22.790000] (type:ACX1xx_IE_DOT11_TX_POWER_LEVEL,len:1) [ 22.800000] Got tx-power-level: 1 [ 22.810000] Enabling hw-encryption [ 22.830000] (type:ACX1xx_IE_FEATURE_CONFIG,len:8) [ 22.840000] phy0: type=0x0015, typestr=ACX1xx_IE_FEATURE_CONFIG, len=8: OK [ 22.860000] (type:ACX1xx_IE_FWREV,len:24) [ 22.880000] Firmware: firmware_version='Rev 2.3.1.31' hw_id=03010101 [ 22.900000] chipset TNETW1130, radio type 0x16 (Radia (RC2422?)), form factor 0x01 ((mini-)PCI / CardBus), EEPROM version 0x05, uploaded firmware 'Rev 2.3.1.31' [ 22.940000] acx.acx_debugfs_add_adev: adev:94e7d760 nm:phy0 dirp:94e1fc58 [ 22.960000] net device phy0, driver compiled against wireless extensions 22 and Linux 3.3.8 [ 23.100000] registered device TI Avalanche SAR [ 23.110000] Sangam detected [ 23.120000] requesting firmware image "ar0700xx.bin" [ 25.650000] Creating new root folder avalanche in the proc for the driver stats [ 25.680000] Texas Instruments ATM driver: version:[7.03.01.00] [ 40.440000] br-lan: port 1(eth0) entered forwarding state [ 40.460000] br-lan: port 1(eth0) entered forwarding state [ 40.660000] device eth1 entered promiscuous mode [ 40.690000] br-lan: port 2(eth1) entered forwarding state [ 40.700000] br-lan: port 2(eth1) entered forwarding state [ 40.750000] device eth0.1 entered promiscuous mode [ 40.760000] br-lan: port 3(eth0.1) entered forwarding state [ 40.780000] br-lan: port 3(eth0.1) entered forwarding state [ 41.140000] PHY: cpmac-1:10 - Link is Up - 100/Full [ 41.190000] device eth0.2 entered promiscuous mode [ 41.210000] br-lan: port 4(eth0.2) entered forwarding state [ 41.230000] br-lan: port 4(eth0.2) entered forwarding state [ 41.510000] br-lan: port 2(eth1) entered disabled state [ 42.460000] br-lan: port 1(eth0) entered forwarding state [ 42.780000] br-lan: port 3(eth0.1) entered forwarding state [ 43.230000] br-lan: port 4(eth0.2) entered forwarding state BusyBox v1.19.4 (2013-03-13 20:53:01 UTC) built-in shell (ash) Enter 'help' for a list of built-in commands. _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- ATTITUDE ADJUSTMENT (12.09, r36088) ----------------------------------------------------- * 1/4 oz Vodka Pour all ingredients into mixing * 1/4 oz Gin tin with ice, strain into glass. * 1/4 oz Amaretto * 1/4 oz Triple sec * 1/4 oz Peach schnapps * 1/4 oz Sour mix * 1 splash Cranberry juice ----------------------------------------------------- root@OpenWrt:/#

Space for additional notes, links to forum threads or other resources, ...

  • ...
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/02/12 11:13
  • by 127.0.0.1