OpenWrt Forum Archive

Topic: Arcor EasyBox 803A Astoria ARV752DPW22

The content of this topic has been archived between 23 Mar 2017 and 13 Apr 2018. Unfortunately there are posts – most likely complete pages – missing.

Hi there,

today I managed to get OpenWRT 12.09 working.
Thanks angrybb for the uboot files for the ARV4518PW that helped me getting OpenWRT installed.

Before I got it working I got stuck with the bootstrap uboot from rc2 with the non working network.
After thinking about the UART mode I managed to get the original brnboot working again with writing the previous saved loader via uboot md.b command and a chat skript back again into the flash.

Now I have some questions:

* How is the WLAN chip connected to the board? I can't see it via lsusb or lspci.
* Is the "[2] Special Area    0xB00A0000      64K" really the firmware for the WLAN? It consists mostly of 0x00 or 0xFF.
* Has anyone the FXS ports working?

For the german speakers here is what I try to reach:
http://www.ip-phone-forum.de/showthread … ost1914524

Thanks and Regards
Lars

Hi,

- WLAN is connected via PCI.
- EEPROM for WLAN is on Boot Params partition (starting from 0xB07F0000). The EEPROM starts from offset 0x410 and is 0x110 long.
- The FXS ports should work with the Lantiq-tapi packages.

I have the WLAN working on 12.09, but the driver (rt2800pci) needs the EEPROM byte swapped to little endian. Basically, I used dd with conv=swab with the image of the last partition and wrote it back to flash. I wrote a patch which does this on the fly (for trunk), but for some reason trying to bring up wifi makes the whole box lock up.

Also, the uboot-lantiq package on trunk works (with ethernet) on ARV752DPW22. Use the ARV7518PW target. I used brnboot to directly put uboot to flash since the bootstrap version is missing for now.

(Last edited by snk on 27 May 2013, 19:57)

Hallo snk,

thanks for your quick reply.

I can see now the WLAN chip with lspci. I took the data from a HW version R01B an flashed it byte swaped to a HW version R01A. I don't need the WLAN yet. So I can't tell if it works.

Now I read a lot more regarding sip support for the FXS ports of the easybox. The owsip package seems to be dead, because there is told to be tapi support in asterisk. And the danube-voip isn't developed any further. So I have to use asterisk. This is a realy big package. My jffs2 is nearly filled.

Now I'm looking for the isdn card of the device. There is no pci nor usb device listed.
Do you know how this is connected to the easybox?
Is there a firmware on flash like for the WLAN too?

Lars

Yes, I suppose asterisk is the only possibility.

ISDN is connected in the same way as the FXS ports. As far as I understand, ISDN phones should work in the same way as POTS phones with lantiq-tapi without any extra modules or firmware.

Hi snk,

I hope it is like you write. But it seems the tapi is for analog POTS only.

It seems to be a long way till I can get asterisk working.
There is a problem with the tapi driver:

# asterisk -cfW
Asterisk 1.8.10.1, Copyright (C) 1999 - 2012 Digium, Inc. and others.
[...]
ERROR[1073]: chan_lantiq.c:1514 load_module: lantiq tapi device open function failed

The distribution seems not to be very well tested with this router.

I think about donating some hardware to the developers. Do you think this is a good idea?
I'd buy some EasyBox 803A and donate it together with some money.

Do you know who the main openwrt developer for this architecture is?

Lars

Hi!

Can you Please explain how you installed openwrt on that device?
The Links in the wike are mostly broken. Dat wäre echt schnieke!

Inside these links arent any bootloaders anymore. Does this mean that i do not
need them anymore?
http://downloads.openwrt.org/attitude_a … iq/danube/

regards
derdigge

(Last edited by derdigge on 11 Jun 2013, 22:09)

You do need a new bootloader, but you'll have to use the U-Boot from trunk. There is no "brnboot" version anymore, so you'll have to overwrite brnboot from inside brnboot (can be risky). I'll update the wiki once I figure out the problem with wlan.

derdigge wrote:

Can you Please explain how you installed openwrt on that device?
The Links in the wike are mostly broken. Dat wäre echt schnieke!

I have tested openwrt on my Easybox 803A by installing it with the method outlined in the wiki page ('run u-boot noninvasive via serial port'). The u-boot link in wiki is broken, apparently the last openwrt version where uboot-lantiq-arv752DPW22_brnboot was included is 12.09-rc1. The download link should be
http://downloads.openwrt.org/attitude_a … u-boot.bin

You can flash the squashfs image to the flash as explained in the wiki ('install OpenWRT via serial port'), but if you use the original brnboot as a bootloader in the flash image, you still have to upload u-boot via a serial port to memory every time you reboot.

Unfortunately WLAN in ARV752DPW22 still does not work. I've patched trunk (following the work of snk and qwertz123) to the point that eeprom and firmware are loaded and wlan0 interface appears, but 'iwlist wlan0 scanning' produces no results.

While scanning, I get these errors to the kernel logs:

phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

so I suppose there is something funny going on with the driver or firmware.

Ive tried as you said andd it did wink
In my opinion its really a pitty...

So there is still no good Openwrt Device with
DSLmodem inside ;(

I managed to dump the bakup twice, now:
how can i flash u-boot and openwrt?
I want to flash it permanently.
Is the u-boot from trunk working or do i have to take a different one?
Is wlan, ethernet and dsl now working?

I'm waiting since 12 Month to flash openwrt on this box ;-)

Dear taeuber!

Thank you for your efforts to make openWRT on Arcor EasyBox 803A Astoria ARV752DPW22 alive.
I'm very interested in this project as well, I'm wondering if there was a possibility to work side by side.
Could you tell me how I could contribute?
And could you give us some estimation about when this project reach to an easy-to-use-state?

Best regards,
quercu

Hello!

Could someone tell me where can I find a flash image with working WLAN amd LuCi. (I saw a section on the wiki page called 'Experimental Wifi', I don't know this patch have already been included into the latest version, I couldn't find...)
Or if these have already been integrated how I could make it work?

Thank you in advance!
Cheers, qwercu

In case someone wants to test a wifi-enabled image for this router, here is one:
http://ltl.tkk.fi/~malaakso/misc/openwr … shfs.image

The partition layout is such that this must be flashed at 0x40000, and the bootloader must be pointed to boot from there. The U-Boot in trunk for ARV7518 works fine, for example.
http://downloads.openwrt.org/snapshots/ … u-boot.img

If I get positive feedback from this, I'll send the required patches to the mailing list. Unfortunately my own Easybox 803 is in another country at the moment.

Hi snk!

Thank you very much!
I'll check it out, but I've managed to brick my router in the meanwhile. big_smile
I'm looking forward your feedbacks!

Cheers, qwercu

You can quite easily debrick these routers with the UART boot method described in the wiki. I also figured out a more elegant way to fix the wifi, so I'll update the image soon.

Hi!

Thanks for the suggestion. I'll try!

snk, sorry for keep bugging you, but how could you compile the image? Which OS do you use? (My compilation always failed... missing compiled object.)
What do you think this hardware is powerful enough for home usage, make a full-time torrent client, ftp and subversion server beside managing the network traffic?
Thank you in advance!

I use Ubuntu 13.10 to do the compilation, just added my own patches for the wifi. The CPU in the router is not very powerful, but the 64 MB RAM is at least adequate. Torrents, ftp, and subversion should work fine, but the routing speed is definitely limited to under 100 Mbps.

snk wrote:

I
The partition layout is such that this must be flashed at 0x40000, and the bootloader must be pointed to boot from there. The U-Boot in trunk for ARV7518 works fine, for example.
http://downloads.openwrt.org/snapshots/ … u-boot.img


How do you flash the squashfs to 0x40000 ? What about the space between uboot and the image? I tried the image above with the uboot version you posted, and attached it with cat to the squashfs, but it didn't boot anyway.

kai4065 wrote:
snk wrote:

I
The partition layout is such that this must be flashed at 0x40000, and the bootloader must be pointed to boot from there. The U-Boot in trunk for ARV7518 works fine, for example.
http://downloads.openwrt.org/snapshots/ … u-boot.img

How do you flash the squashfs to 0x40000 ? What about the space between uboot and the image? I tried the image above with the uboot version you posted, and attached it with cat to the squashfs, but it didn't boot anyway.

U-boot occupies the space between 0x0 and 0x30000, and the U-boot environment the space between 0x30000 and 0x40000. You should flash the squashfs from U-boot, and U-boot you can flash from the original bootloader (overwriting the original bootloader).

Thanks, snk, that did it. Sadly the wifi doesn't work with this image. It doesn't find anything if i let it scan, nor connects to a predefined network. Setting up as AP doesn't work either. If you need a System/kernel log let me know.

A kernel log would be helpful!

Kernel Log:

 [    0.000000] Linux version 3.10.26 (matti@Orion) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2013.05 r39276) ) #1 Fri Jan 17 22:41:59 CET 2014
[    0.000000] SoC: Danube rev 1.5
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU revision is: 00019641 (MIPS 24KEc)
[    0.000000] MIPS: machine is ARV752DPW22 - Arcor 803
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 04000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000-0x03ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x03ffffff]
[    0.000000] On node 0 totalpages: 16384
[    0.000000] free_area_init_node: node 0, pgdat 8034a9d0, node_mem_map 81003540
[    0.000000]   Normal zone: 128 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 16384 pages, LIFO batch:3
[    0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
[    0.000000] Kernel command line: console=ttyLTQ0,115200 init=/etc/preinit
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Writing ErrCtl register=00074e78
[    0.000000] Readback ErrCtl register=00074e78
[    0.000000] Memory: 61060k/65536k available (2606k kernel code, 4476k reserved, 851k data, 180k init, 0k highmem)
[    0.000000] NR_IRQS:256
[    0.000000] CPU Clock: 333MHz
[    0.036000] Calibrating delay loop... 221.18 BogoMIPS (lpj=442368)
[    0.036000] pid_max: default: 32768 minimum: 301
[    0.040000] Mount-cache hash table entries: 512
[    0.048000] pinctrl core: initialized pinctrl subsystem
[    0.052000] NET: Registered protocol family 16
[    0.072000] pinctrl-xway 1e100b10.pinmux: Init done
[    0.076000] dma-xway 1e104100.dma: Init done - hw rev: 3, ports: 5, channels: 20
[    0.088000] PCI host bridge /fpi@10000000/pci@E105400 ranges:
[    0.092000]  MEM 0x0000000018000000..0x0000000019ffffff
[    0.096000]   IO 0x000000001ae00000..0x000000001affffff
[    0.120000] bio: create slab <bio-0> at 0
[    0.128000] usbcore: registered new interface driver usbfs
[    0.132000] usbcore: registered new interface driver hub
[    0.136000] usbcore: registered new device driver usb
[    0.140000] PCI host bridge to bus 0000:00
[    0.144000] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff]
[    0.148000] pci_bus 0000:00: root bus resource [io  0x1ae00000-0x1affffff]
[    0.152000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.156000] pci 0000:00:0e.0: [1814:3592] type 00 class 0x028000
[    0.156000] pci 0000:00:0e.0: reg 10: [mem 0xffff0000-0xffffffff]
[    0.156000] pci 0000:00:0f.0: [1106:3038] type 00 class 0x0c0300
[    0.156000] pci 0000:00:0f.0: reg 20: [io  0xfce0-0xfcff]
[    0.156000] pci 0000:00:0f.0: supports D1 D2
[    0.156000] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot
[    0.156000] pci 0000:00:0f.1: [1106:3038] type 00 class 0x0c0300
[    0.156000] pci 0000:00:0f.1: reg 20: [io  0xfce0-0xfcff]
[    0.156000] pci 0000:00:0f.1: supports D1 D2
[    0.156000] pci 0000:00:0f.1: PME# supported from D0 D1 D2 D3hot
[    0.156000] pci 0000:00:0f.2: [1106:3104] type 00 class 0x0c0320
[    0.156000] pci 0000:00:0f.2: reg 10: [mem 0x00000000-0x000000ff]
[    0.156000] pci 0000:00:0f.2: supports D1 D2
[    0.156000] pci 0000:00:0f.2: PME# supported from D0 D1 D2 D3hot
[    0.160000] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.160000] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[    0.164000] pci 0000:00:0f.2: BAR 0: assigned [mem 0x18010000-0x180100ff]
[    0.168000] pci 0000:00:0f.0: BAR 4: assigned [io  0x1ae00000-0x1ae0001f]
[    0.172000] pci 0000:00:0f.1: BAR 4: assigned [io  0x1ae00020-0x1ae0003f]
[    0.176000] pci 0000:00:0e.0: SLOT:14 PIN:1 IRQ:30
[    0.180000] pci 0000:00:0f.0: SLOT:15 PIN:1 IRQ:135
[    0.184000] pci 0000:00:0f.1: SLOT:15 PIN:2 IRQ:135
[    0.188000] pci 0000:00:0f.2: SLOT:15 PIN:3 IRQ:135
[    0.192000] Switching to clocksource MIPS
[    0.200000] NET: Registered protocol family 2
[    0.208000] TCP established hash table entries: 512 (order: 0, 4096 bytes)
[    0.212000] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
[    0.220000] TCP: Hash tables configured (established 512 bind 512)
[    0.228000] TCP: reno registered
[    0.228000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.236000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.244000] NET: Registered protocol family 1
[    0.248000] PCI: Enabling device 0000:00:0f.0 (0000 -> 0001)
[    0.252000] PCI: Enabling device 0000:00:0f.1 (0000 -> 0001)
[    0.260000] PCI: Enabling device 0000:00:0f.2 (0000 -> 0002)
[    0.264000] PCI: CLS 0 bytes, default 32
[    0.264000] gptu: totally 6 16-bit timers/counters
[    0.272000] gptu: misc_register on minor 63
[    0.276000] gptu: succeeded to request irq 126
[    0.280000] gptu: succeeded to request irq 127
[    0.284000] gptu: succeeded to request irq 128
[    0.288000] gptu: succeeded to request irq 129
[    0.292000] gptu: succeeded to request irq 130
[    0.296000] gptu: succeeded to request irq 131
[    0.308000] lantiq,vmmc 1f103000.vmmc: requested GPIO 209
[    0.312000] lantiq,vmmc 1f103000.vmmc: reserved 1MB at 0x03900000
[    0.320000] ralink,eeprom ralink_eep.4: endianness swapping enabled
[    0.328000] ralink,eeprom ralink_eep.4: using RT2860.eeprom as eeprom
[    0.340000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.344000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.356000] msgmni has been set to 119
[    0.360000] io scheduler noop registered
[    0.364000] io scheduler deadline registered (default)
[    0.372000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112) is a lantiq,asc
[    0.380000] console [ttyLTQ0] enabled, bootconsole disabled
[    0.392000] ltq_nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb
[    0.400000] Amd/Fujitsu Extended Query Table at 0x0040
[    0.408000]   Amd/Fujitsu Extended Query version 1.1.
[    0.412000] number of CFI chips: 1
[    0.416000] 4 ofpart partitions found on MTD device ltq_nor
[    0.420000] Creating 4 MTD partitions on "ltq_nor":
[    0.424000] 0x000000000000-0x000000030000 : "uboot"
[    0.432000] 0x000000030000-0x000000040000 : "uboot_env"
[    0.440000] 0x000000040000-0x0000007f0000 : "firmware"
[    0.448000] 0x00000016b53c-0x0000007f0000 : "rootfs"
[    0.448000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    0.464000] mtd: device 3 (rootfs) set to be root filesystem
[    0.468000] mtd: partition "rootfs_data" created automatically, ofs=0x660000, len=0x190000
[    0.476000] 0x000000660000-0x0000007f0000 : "rootfs_data"
[    0.532000] 0x0000007f0000-0x000000800000 : "board_config"
[    0.548000] etop: invalid MAC, using random
[    0.580000] switch0: Atheros AR8216 rev. 1 switch registered on 1e180000.etop-ff
[    0.616000] libphy: ltq_mii: probed
[    0.764000] eth0: attached PHY [Atheros AR8216/AR8236/AR8316] (phy_addr=1e180000.etop-ff:00, irq=-1)
[    0.776000] wdt 1f8803f0.watchdog: Init done
[    0.780000] leds-gpio gpio-leds.6: pins are not configured from the driver
[    0.796000] TCP: cubic registered
[    0.800000] NET: Registered protocol family 17
[    0.804000] 8021q: 802.1Q VLAN Support v1.8
[    0.824000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
[    0.828000] Freeing unused kernel memory: 180K (80363000 - 80390000)
[    8.396000] SCSI subsystem initialized
[    8.416000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    8.424000] ehci-platform: EHCI generic platform driver
[    8.432000] ehci-pci: EHCI PCI platform driver
[    8.436000] ehci-pci 0000:00:0f.2: EHCI Host Controller
[    8.444000] ehci-pci 0000:00:0f.2: new USB bus registered, assigned bus number 1
[    8.448000] ehci-pci 0000:00:0f.2: irq 135, io mem 0x18010000
[    8.468000] ehci-pci 0000:00:0f.2: USB 2.0 started, EHCI 1.00
[    8.480000] hub 1-0:1.0: USB hub found
[    8.480000] hub 1-0:1.0: 4 ports detected
[    8.500000] uhci_hcd: USB Universal Host Controller Interface driver
[    8.504000] uhci_hcd 0000:00:0f.0: UHCI Host Controller
[    8.512000] uhci_hcd 0000:00:0f.0: new USB bus registered, assigned bus number 2
[    8.516000] uhci_hcd 0000:00:0f.0: irq 135, io base 0x1ae00000
[    8.524000] hub 2-0:1.0: USB hub found
[    8.528000] hub 2-0:1.0: 2 ports detected
[    8.532000] uhci_hcd 0000:00:0f.1: UHCI Host Controller
[    8.536000] uhci_hcd 0000:00:0f.1: new USB bus registered, assigned bus number 3
[    8.544000] uhci_hcd 0000:00:0f.1: irq 135, io base 0x1ae00020
[    8.560000] hub 3-0:1.0: USB hub found
[    8.560000] hub 3-0:1.0: 2 ports detected
[    8.580000] IFXUSB: ifxusb_hcd: version 3.2 B110801
[    9.092000] IFXUSB: USB core #0 soft-reset
[    9.296000] IFXUSB: USB core #0 soft-reset
[    9.296000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[    9.304000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 4
[    9.308000] ifxusb_hcd ifxusb_hcd: irq 62, io mem 0xbe101000
[    9.316000] IFXUSB: Mode Mismatch Interrupt: currently in Host mode
[    9.320000] IFXUSB: Mode Mismatch Interrupt: currently in Host mode
[    9.328000] IFXUSB: Init: Power Port (0)
[    9.352000] hub 4-0:1.0: USB hub found
[    9.356000] hub 4-0:1.0: 1 port detected
[    9.360000] ifxusb_hcd ifxusb_hcd: requested GPIO 208
[    9.376000] usbcore: registered new interface driver usb-storage
[    9.912000] jffs2: notice: (347) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 21 of xref (0 dead, 6 orphan) found.
[   10.064000] jffs2: notice: (309) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 21 of xref (0 dead, 6 orphan) found.
[   16.032000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH
[   16.032000] 
[   16.148000] NET: Registered protocol family 10
[   16.164000] Lantiq TAPI device driver, version 3.13.0.2, (c) 2001-2010 Lantiq Deutschland GmbH
[   16.188000] NET: Registered protocol family 8
[   16.192000] NET: Registered protocol family 20
[   16.208000] NTFS driver 2.1.30 [Flags: R/O MODULE].
[   16.224000] tun: Universal TUN/TAP device driver, 1.6
[   16.228000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   16.248000] PPP generic driver version 2.4.2
[   16.284000] nf_conntrack version 0.5.0 (956 buckets, 3824 max)
[   16.300000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   16.356000] IFX MEI Version 5.00.00
[   16.380000] Infineon CPE API Driver version: DSL CPE API V3.24.4.4
[   16.428000] u32 classifier
[   16.428000]     input device check on
[   16.432000]     Actions configured
[   16.628000] Mirror/redirect action on
[   16.648000] usbcore: registered new interface driver cdc_wdm
[   16.656000] Loading modules backported from Linux version master-2013-11-05-0-gafa3093
[   16.660000] Backport generated by backports.git backports-20130802-0-gdb67a3f
[   16.688000] Lantiq MIPS24KEc MPS driver, version 2.2.2.5, (c) 2006-2010 Lantiq Deutschland GmbH
[   16.692000] request_timer(3, 0x000001AE, 1)...successful!
[   16.700000] Lantiq VMMC device driver, version 1.9.0.3, (c) 2006-2010 Lantiq Deutschland GmbH
[   16.712000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   16.732000] ATM1.0.26    ATM (A1) firmware version 0.17
[   16.736000] ifxmips_atm: ATM init succeed
[   16.780000] NET: Registered protocol family 24
[   16.796000] usbcore: registered new interface driver usblp
[   16.820000] usbcore: registered new interface driver usbserial
[   16.828000] usbcore: registered new interface driver usbserial_generic
[   16.836000] usbserial: USB Serial support registered for generic
[   16.920000] xt_time: kernel timezone is -0000
[   16.928000] usbcore: registered new interface driver cdc_ether
[   16.940000] usbcore: registered new interface driver cdc_ncm
[   17.024000] cfg80211: Calling CRDA to update world regulatory domain
[   17.028000] cfg80211: World regulatory domain updated:
[   17.032000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   17.040000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   17.048000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   17.056000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   17.064000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[   17.072000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[   17.080000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[   17.092000] usbcore: registered new interface driver ftdi_sio
[   17.100000] usbserial: USB Serial support registered for FTDI USB Serial Device
[   17.220000] usbcore: registered new interface driver qmi_wwan
[   17.268000] usbcore: registered new interface driver cdc_mbim
[   17.292000] usbcore: registered new interface driver option
[   17.300000] usbserial: USB Serial support registered for GSM modem (1-port)
[   17.340000] PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)
[   17.344000] rt2800pci 0000:00:0e.0: setting latency timer to 64
[   17.344000] rt2800pci 0000:00:0e.0: failed to load eeprom property
[   17.348000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT2860.eeprom'.
[   17.360000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[   17.368000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0001 detected
[   17.384000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   28.784000] device eth0.1 entered promiscuous mode
[   28.784000] device eth0 entered promiscuous mode
[   28.808000] br-lan: port 1(eth0.1) entered forwarding state
[   28.812000] br-lan: port 1(eth0.1) entered forwarding state
[   28.908000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
[   30.816000] br-lan: port 1(eth0.1) entered forwarding state
[   31.760000] cfg80211: Calling CRDA for country: DE
[   31.772000] cfg80211: Regulatory domain changed to country: DE
[   31.776000] cfg80211:  DFS Master region ETSI
[   31.780000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   31.788000] cfg80211:   (2400000 KHz - 2483000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   31.796000] cfg80211:   (5150000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[   31.800000] cfg80211:   (5250000 KHz - 5350000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[   31.808000] cfg80211:   (5470000 KHz - 5725000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[   31.816000] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
 

System Log:

Fri Nov  1 13:46:17 2013 daemon.notice netifd: radio0 (916): command failed: Operation not supported (-122)
Fri Nov  1 13:46:22 2013 daemon.warn 6relayd[1115]: Termination requested by signal.
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led dsl
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led eth1
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led eth2
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led eth3
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led eth4
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led fxo
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led fxs1
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led fxs2
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led message
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led microphone
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led power1
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led voice1
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led voice2
Fri Nov  1 13:46:23 2013 user.emerg syslog: setting up led wifi_rt
Fri Nov  1 13:46:25 2013 user.emerg syslog: - init complete -
Fri Nov  1 13:46:25 2013 user.err igmpproxy[1226]: There must be at least 2 Vif's where one is upstream.
Fri Nov  1 13:46:30 2013 daemon.info dnsmasq[1270]: started, version 2.66 cachesize 150
Fri Nov  1 13:46:30 2013 daemon.info dnsmasq[1270]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth
Fri Nov  1 13:46:30 2013 daemon.info dnsmasq-dhcp[1270]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Fri Nov  1 13:46:30 2013 daemon.info dnsmasq[1270]: using local addresses only for domain lan
Fri Nov  1 13:46:30 2013 daemon.warn dnsmasq[1270]: no servers found in /tmp/resolv.conf.auto, will retry
Fri Nov  1 13:46:30 2013 daemon.info dnsmasq[1270]: read /etc/hosts - 1 addresses
Fri Nov  1 13:46:30 2013 daemon.info dnsmasq[1270]: read /tmp/hosts/6relayd - 0 addresses
Fri Nov  1 13:46:30 2013 daemon.info dnsmasq-dhcp[1270]: read /etc/ethers - 0 addresses
Fri Nov  1 13:46:31 2013 daemon.warn pppd[961]: Timeout waiting for PADO packets
Fri Nov  1 13:46:31 2013 daemon.err pppd[961]: Unable to complete PPPoE Discovery
Fri Nov  1 13:46:31 2013 daemon.info pppd[961]: Exit.
Fri Nov  1 13:46:31 2013 daemon.notice netifd: Interface 'wan' is now down
Fri Nov  1 13:46:31 2013 daemon.info pppd[1294]: Plugin rp-pppoe.so loaded.
Fri Nov  1 13:46:31 2013 daemon.info pppd[1294]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri Nov  1 13:46:31 2013 daemon.notice pppd[1294]: pppd 2.4.5 started by root, uid 0
Fri Nov  1 13:46:46 2013 daemon.warn pppd[1294]: Timeout waiting for PADO packets
Fri Nov  1 13:46:46 2013 daemon.err pppd[1294]: Unable to complete PPPoE Discovery
Fri Nov  1 13:46:46 2013 daemon.info pppd[1294]: Exit.
Fri Nov  1 13:46:46 2013 daemon.notice netifd: Interface 'wan' is now down
Fri Nov  1 13:46:46 2013 daemon.info pppd[1310]: Plugin rp-pppoe.so loaded.
Fri Nov  1 13:46:46 2013 daemon.info pppd[1310]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri Nov  1 13:46:46 2013 daemon.notice pppd[1310]: pppd 2.4.5 started by root, uid 0
Fri Nov  1 13:47:01 2013 daemon.warn pppd[1310]: Timeout waiting for PADO packets
Fri Nov  1 13:47:01 2013 daemon.err pppd[1310]: Unable to complete PPPoE Discovery
Fri Nov  1 13:47:01 2013 daemon.info pppd[1310]: Exit.
Fri Nov  1 13:47:02 2013 daemon.notice netifd: Interface 'wan' is now down
Fri Nov  1 13:47:02 2013 daemon.info pppd[1400]: Plugin rp-pppoe.so loaded.
Fri Nov  1 13:47:02 2013 daemon.info pppd[1400]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri Nov  1 13:47:02 2013 daemon.notice pppd[1400]: pppd 2.4.5 started by root, uid 0

It seems that the EEPROM was not endianness-swapped properly. I updated the image, can you re-download and try again?

Something went wrong:

Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.600000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.608000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.612000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.620000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.628000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.636000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.644000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.656000] usbcore: registered new interface driver ftdi_sio
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.664000] usbserial: USB Serial support registered for FTDI USB Serial Device
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.808000] usbcore: registered new interface driver qmi_wwan
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.852000] usbcore: registered new interface driver cdc_mbim
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.876000] usbcore: registered new interface driver option
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.884000] usbserial: USB Serial support registered for GSM modem (1-port)
Fri Nov  1 13:03:07 2013 kern.warn kernel: [   15.932000] PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)
Fri Nov  1 13:03:07 2013 kern.debug kernel: [   15.936000] rt2800pci 0000:00:0e.0: setting latency timer to 64
Fri Nov  1 13:03:07 2013 kern.err kernel: [   15.936000] rt2800pci 0000:00:0e.0: failed to load eeprom property
Fri Nov  1 13:03:07 2013 kern.info kernel: [   15.940000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT2860.eeprom'.
Fri Nov  1 13:03:07 2013 kern.err kernel: [   16.300000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Error - EEPROM file size is invalid, it should be 512 bytes
Fri Nov  1 13:03:07 2013 kern.warn kernel: [   16.308000] rt2800pci: probe of 0000:00:0e.0 failed with error -22