NETGEAR DGN3500 and NETGEAR DGN3500B

The Netgear DGN3500 is an ADSL2+ gateway with wireless acccess point integrated, gigabit Ethernet switch and USB 2.0 port.

DGN3500

Version/Model S/N Release Date OpenWrt Version Supported Model Specific Notes Notes
DGN3500 - 2012-11 21.02.5 Annex A adsl it's fully working with PPPoE connection
DGN3500B - 2012-11 WIP Annex B

Install OpenWrt

  • Download Factory image if you want to install OpenWrt from Netgear firmware.
  • Download Upgrade image if you already have OpenWrt installed.

Images for DGN3500

Images for DGN3500B

Compile an image with ramdisk from trunk and boot it via tftp from uboot:

tftpboot
set bootargs boardarch=DGN3500B console=ttyLTQ1,115200
bootm

This works but, of course, is not permanent yet. The SPI driver should be improved before being able to use (and install) the flash.

Overview

Netgear DGN3500 Flash Layout
Layer0 amazon_s-sflash 16384 KiB
Layer1 128KiB 192KiB mtd1 KFS 15360KiB mtd9 UILANG 64KiB mtd8 TM 64KiB mtd7 POT 64KiB
Layer2 mtd2/4 u-boot 64KiB mtd6 bootenv 64KiB mtd5 DPF 64KiB mtd3 NVRAM 64KiB ? 64KiB kernel? 1344KiB mtd0 rootfs 14016KiB 192KiB

Only mtd0 and mtd1 overlap on this one.

Netgear DGN3500B Flash Layout
Layer0 amazon_s-sflash 16384 KiB
Layer1 128KiB 192KiB mtd1 KFS 16000KiB mtd7 POT 64 KiB
Layer2 mtd2/4 u-boot 64KiB mtd6 bootenv 64KiB mtd5 DPF 64KiB mtd3 NVRAM 64 KiB ? 64 KiB kernel? 1216 KiB mtd0 rootfs 14848KiB

Note the overlap of mtd0, mtd1 and mtd7 with the kernel.

Details of the DGN3500

mtdX start end size description
mtd0 0x001A0000 0x00F50000 0x00DB0000 File-System (13.6875 MiB)
mtd1 0x00050000 0x00F50000 0x00F00000 KFS (15 MiB)
mtd2 0x00000000 0x00010000 0x00010000 U-Boot (64 KiB)
mtd3 0x00030000 0x00040000 0x00010000 NVRAM (64 KiB)
mtd4 0x00000000 0x00010000 0x00010000 U-Boot (64 KiB)
mtd5 0x00020000 0x00030000 0x00010000 DPF (64 KiB)
mtd6 0x00010000 0x00020000 0x00010000 BOOTENV (64 KiB)
mtd7 0x00FF0000 0x01000000 0x00010000 POT (64 KiB)
mtd8 0x00FD0000 0x00FF0000 0x00010000 TM (64 KiB)
mtd9 0x00F50000 0x00FD0000 0x00010000 UILANG (64 KiB)

Details of the DGN3500B

mtdX start end size description
mtd0 0x00180000 0x01000000 0x00E80000 File-System (14.5 MiB)
mtd1 0x00050000 0x00FF0000 0x00FA0000 KFS (15.625 MiB)
mtd2 0x00000000 0x00010000 0x00010000 U-Boot (64 KiB)
mtd3 0x00030000 0x00040000 0x00010000 NVRAM (64 KiB)
mtd4 0x00000000 0x00010000 0x00010000 U-Boot (64 KiB)
mtd5 0x00020000 0x00030000 0x00010000 DPF (64 KiB)
mtd6 0x00010000 0x00020000 0x00010000 BOOTENV (64 KiB)
mtd7 0x00FF0000 0x01000000 0x00010000 POT (64 KiB)

This section deals with how you install OpenWrt from a device freshly opened. Plus the steps required such as reset to factory defaults if the device has already been configured.

Note: Reset router to factory defaults if it has been previously configured.

Specific values needed for tftp

Bootloader tftp server IPv4 address FIXME
Bootloader MAC address (special) FIXME
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window FIXME seconds
TFTP window start approximately FIXME seconds after power on
TFTP client required IP address FIXME

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

generic.debrick

If you were able install the OpenWrt firmware and have problems with it, but still have it working at least with its U-Boot running and accepting a firmware via TFTP, then just follow the procedure to enter failsafe mode and upload a working firmware via tftp.

If the OpenWrt bootloader can't help, then you have to put the router in a “safe-recovery” condition, where it gets online in your LAN with IP 192.168.1.1 and offers a http page allowing you to upload a firmware file. If you brick it badly, the “U-Boot” of the router can't get to that point and you need to put your hands on it to recover the situation.

  1. get the Netgear firmware recovery tool for windows from your installation CD or download it from here
  2. the tool is *NOT* for your specific router model, but it will in any case do a good job.
  3. get the latest official firmware for your router, or just get any working one
  4. connect the router to your network card, remove all other net cables (including the ADSL one)
  5. power on the router while pushing the RESET button on the back
  6. release the button after few seconds, when the power led starts quickly blinking red and green: at this point your router is “online” but it doest not reply to PINGs; its IP is 192.168.1.1 but it only accepts UDP connections on the TFTP port
  7. FORGET about “manually” TFTP'ing the firmware to the router: it won't work, there are special timeouts to set and you can't know them
  8. run the tool to flash the router with the firmware at point 3. You need Windows XP 32bit, Windows 7 in “XP SP2 compatibility mode” or any virtual machine player which runs one of the supported Windows OSs, provided that the VM NIC is *BRIDGED* to the network card of your physical host, otherwise the tool can't get the MAC address of the router
  9. if the flashing starts but fails with an error, don't worry: just power off and on the router. You'll see the power led blinking again and you can access the “safe recovery” page at http://192.168.1.1, where a minimal web form allows you to upload the firmware at point 3: do it, this time it will work!

NOTE: (important!) The Netgear recovery tool has a buggy GUI. The logic triggering the discovery of your router is bound to the selection of your NIC in a listbox, and won't work if you only have one NIC (because you can't “change” the selection: you just have one option, which is already selected). Therefore, install an additional FAKE NIC driver, no matter what, so that you can change the selection and trigger the logic. I have used “Microsoft Loopback Device”, which didn't hurt.

failsafe_and_factory_reset

In case sysupgrade or factory flashing fails, this router supports a recovery mode via the Sercomm upgrade utility already used for the NSLU2 routers.

To access it boot the router while keeping the reset pin pressed and release it as soon as the power led turns from orange to green. The power led will then start flashing alternatively red and green.

Install the router utility found here http://www.everbesthk.com/8-download/sercomm/firmware/NU54/Upgrade_207_XP.zip (it works in Windows XP only, you can also use Windows XP mode. The open source utility doesn't work because it has an hardcoded image size of ~4MiB while this router's flash is 16MiB)

You can either use an official Netgear image to flash or the correct factory image.

After flashing the utility will report that flashing the image failed, ignore this and reboot the router.

The leds will do this:

  • 15-30secs orange (bootloader is checking the kernel+squashfs signature and checksum in the image)

(if it now starts flashing red/green the chack failed and you must reboot to retry with another image as you probably flashed the wrong country code between B DE variant, NA or WW)

  • 30-60secs off (kernel booting)
  • 300-600secs green with short orange flashes (it's initializing the JFFS overlay)
  • then green (operational)

(You must have a serial adapter connected to the DGN3500 serial port) Connect your PC to the lan port that is closest to the power button.

  • install a stock firmware as fullimage.img in the root of your tftp server directory.
  • start your tftp server on the PC.

on the DGN3500 serial console I am using 192.168.11.xxx so I can maintain a network connection on my notebook wifi whilst I do the install on the notebook ethernet. 192.168.11.252 is the router and 192.168.1.44 is the notebook.

(it will save these values even after the openwrt image is installed)

  • reset the router and interrupt the countdown to step into u-boot
  • setenv ipaddr 192.168.11.252
  • setenv serverip 192.168.11.44
  • saveenv
  • reset

on the DGN3500 serial console (after reset)

  • interrupt the countdown to step into u-boot
  • run update_fullimage (this should download/install the stock image over tftp)

(This should get you to the point where it will boot into recovery mode where you can navigate to http://192.168.11.252/ and upload your new openwrt image.)

  • Watch the serial console for the installation to complete.
  • Watch openwrt do it's initial configuration. (this will take a while, since openwrt needs to initialize jffs)
  • At this point you may want to set your network address from the serial console since it will be configured as 192.168.0.1.

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

FIXME

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1/24
vlan0 (eth0.0) FIXME LAN ports (1 to 4) FIXME None
wlan0 WiFi Disabled

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

The Netgear DGN3500 has the following buttons:

BUTTON Event
FIXME Reset reset
FIXME Secure Easy Setup ses
FIXME No buttons at all. -

Front:

Back:

Note: This will void your warranty!

  • Remove six torx screw (four of them are under the rubber pads)

Main PCB

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

The pinout for the serial port is: GND, TX, 3.3V and RX (from left to right when looking the board with the DSL port on the top right). J41 is the serial port.

How to connect to the Serial Port of this specific device:

Serial connection parameters
for Netgear DGN3500
FIXME 115200, 8N1

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

How to connect to the JTAG Port of this specific device:
FIXME

Due to the small Kernel Partition on DGN3500/3500B models, the router would not boot on versions 22.03.00 - 22.03.03. This is was fixed in OpenWrt 22.03.04.

The uBoot Output (alongside with the uBoot environment) has been captured, as well as the boot log of the original Netgear firmware.

Copy from Serail Flash to RAM... done ## Starting application at 0x80200000 ... setenv kernel_addr=0x50000 setenv kernel_addr=0x50000 PID=YP5726 Will check KFS integrality. read KFS first EEPROM @0x0 read: addr 0x80500000 off 0x50000 count 16384000 ..........................................................................................................................................................................................................................................................done sercomm_trap: done check_checksum start image=27, image+1=5, image+2=19 image-2=4D, image-1=6D, image=34 PID_Offset=0x85C000, checksum_in_file=0x4A84, checksum_calculat=0x4A84, checksum_data_string=4A84 ## Application terminated, rc = 0x0 ## Booting image at 00050000 ... *** eeprom_read *** eeprom_read addr = 50000 CFG_LOAD_ADDR = 80100000 ..................addr = 80500000 Image Name: MIPS Linux-2.6.20 Created: 2011-02-24 8:48:05 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1225873 Bytes = 1.2 MB Load Address: 80002000 Entry Point: 8039d000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK **** do_bootm_linux commandline=root=/dev/mtdblock0 ip=192.168.1.1:192.168.1.15::::eth0:on console=ttyS1,115200 ethaddr=aa:bb:cc:dd:ee:ff phym=64M mem=64M panic=1 argc=2 argv[0]=bootm argv[1]=0x50000 Starting kernel ... Infineon Amazon_S mips_hpt_frequency:166666666, counter_resolution = : Linux version 2.6.20-Amazon_S (root@build-server) (gcc version 3.4.4 20050119 (MIPS SDE)) #73 Thu Feb 24 16:47:59 CST 2011 phym = 04000000, memsz = 04000000, max_pfn = 00004000 CPU revision is: 0001954c Determined physical RAM map: User-defined physical RAM map: memory: 04000000 @ 00000000 (usable) On node 0 totalpages: 16384 DMA zone: 128 pages used for memmap DMA zone: 0 pages reserved DMA zone: 16256 pages, LIFO batch:3 Normal zone: 0 pages used for memmap Built 1 zonelists. Total pages: 16256 Kernel command line: root=/dev/mtdblock0 ip=192.168.1.1:192.168.1.15::::eth0:on console=ttyS1,115200 ethaddr=aa:bb:cc:dd:ee:ff phym=64M mem=64M panic=1 1 MIPSR2 register sets available Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes. Primary data cache 16kB, 4-way, linesize 32 bytes. Synthesized TLB refill handler (20 instructions). Synthesized TLB load handler fastpath (32 instructions). Synthesized TLB store handler fastpath (32 instructions). Synthesized TLB modify handler fastpath (31 instructions). Cache parity protection disabled Setting up vectored interrupts vec_vi[0]:0x803de200: 0x8000eb88 vec_vi[1]:0x803de400: 0x8000eb88 vec_vi[2]:0x803de600: 0x80003df4 vec_vi[3]:0x803de800: 0x80003ea4 vec_vi[4]:0x803dea00: 0x80003f38 vec_vi[5]:0x803dec00: 0x80003fd8 vec_vi[6]:0x803dee00: 0x8000406c vec_vi[7]:0x803df000: 0x80004100 PID hash table entries: 256 (order: 8, 1024 bytes) Using 166.667 MHz high precision timer. Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) Memory: 60908k/65536k available (2576k kernel code, 4564k reserved, 1112k data, 136k init, 0k highmem) Calibrating delay loop... 222.00 BogoMIPS (lpj=1110016) Mount-cache hash table entries: 512 cpu_wait is r4k_wait NET: Registered protocol family 16 PCI: Probing PCI hardware on host bus 0. registering PCI controller with io_map_base unset SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb Infineon Technologies PCI driver version 1.0.0 Infineon Technologies PCI driver version 1.0.0 NET: Registered protocol family 8 NET: Registered protocol family 20 NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 2048 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 0, 4096 bytes) TCP: Hash tables configured (established 2048 bind 1024) TCP reno registered Infineon Technologies DMA driver version 1.0.0 squashfs: version 3.2-r2 (2007/01/15) Phillip Lougher squashfs: LZMA suppport for slax.org by jro JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc. io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered (default) io scheduler cfq registered dev 0000:00:00.0: interrupt pin 1 dev 0000:00:0e.0: interrupt pin 1 Infineon Technologies GPTU driver version 1.0.0 gptu: totally 6 16-bit timers/counters gptu: misc_register on minor 63 gptu: succeeded to request irq 118 gptu: succeeded to request irq 119 gptu: succeeded to request irq 120 gptu: succeeded to request irq 121 gptu: succeeded to request irq 122 gptu: succeeded to request irq 123 Infineon Technologies port driver version 1.0.2 Infineon Technologies CGU driver version 1.0.0 cgu: misc_register on minor = 62 Infineon Technologies PMU driver version 0.0.1 Infineon Technologies WDT driver version 1.0.0 IFX MEI Version 4.00.01 Lantiq CPE API Driver version: DSL CPE API V4.8.0 Predefined debug level: 3 ttyS0 at MMIO 0xbe100400 (irq = 98) is a IFX_ASC ttyS1 at MMIO 0xbe100c00 (irq = 105) is a IFX_ASC Infineon Technologies ASC driver version 1.0.0 loop: loaded (max 8 devices) PPP generic driver version 2.4.2 NET: Registered protocol family 24 IMQ starting with 3 devices... IMQ driver loaded successfully. Hooking IMQ after NAT on PREROUTING. Hooking IMQ after NAT on POSTROUTING. IFX SWAPI v1 - IFX Common Ethernet Switch API, version 1.0.1.1 (c) Copyright 2008, Infineon Technologies AG Switch Driver Version: 1.0.4 External Switch ID :0x0000ffff *** init rtl8366rb ** The 0x02=0x1C (==0x1C ?) ***The 0x0=0x830 0 Logical CPU port is disabled amazon_s_switch_set_headerstatus_pmactodma[528]: Enable PMAC to DMA amazon_s_switch_set_headerstatus_dmatopmac[558]: Enable DMA to PMAC SWAPI: Registered character device [ar9] with major no [244] and minor no [1]Successfully registered dev [AR9] with Genric Kernel APIinit_amazon_s_mtd: chip probing count 0 CFI: Found no Amazon_S Bank 0 device at location zero Amazon_S: No support flash chips found! Infineon Technologies Synchronous Serial Controller (SSC) driver version 1.1.2 amazon_s_sscAllocConnection: device amazon_s-sflash register sucessfully! MTD driver for SPI flash. Probing for Serial flash ... Creating 10 MTD partitions on "amazon_s-sflash": 0x001a0000-0x00f50000 : "File-System" 0x00050000-0x00f50000 : "KFS" 0x00000000-0x00010000 : "U-Boot" 0x00030000-0x00040000 : "NVRAM" 0x00000000-0x00010000 : "U-Boot" 0x00020000-0x00030000 : "DPF" 0x00010000-0x00020000 : "BOOTENV" 0x00ff0000-0x01000000 : "POT" 0x00fd0000-0x00ff0000 : "TM" 0x00f50000-0x00fd0000 : "UILANG" Infineon Technologies Synchronous SPI flash driver version 1.0.2 Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver usbcore: registered new interface driver pegasus usbcore: registered new interface driver usbserial drivers/usb/serial/usb-serial.c: USB Serial support registered for generic usbcore: registered new interface driver usbserial_generic drivers/usb/serial/usb-serial.c: USB Serial Driver core drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem (1-port) usbcore: registered new interface driver option drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.1 Infineon Technologies LED driver version 1.0.0 Infineon Technologies DEU driver version 1.0.0 PAGE_SIZE = 4096 IFX DEU DES initialized (multiblock) (DMA). IFX DEU AES initialized (multiblock) (DMA). IFX DEU ARC4 initialized (multiblock) (DMA). IFX DEU SHA1 initialized (DMA). IFX DEU MD5 initialized (DMA). IFX DEU SHA1_HMAC initialized (DMA). IFX DEU MD5_HMAC initialized (DMA). nf_conntrack version 0.5.0 (512 buckets, 4096 max) nf_ct_ftp: registering helper for pf: 2 port: 21 nf_ct_ftp: registering helper for pf: 10 port: 21 ip_tables: (C) 2000-2006 Netfilter Core Team TCP cubic registered NET: Registered protocol family 1 NET: Registered protocol family 17 NET: Registered protocol family 8 atmpvc_init() failed with -17 VFS: Mounted root (squashfs filesystem) readonly. Time: MIPS clocksource has been installed. Freeing unused kernel memory: 136k freed init started: BusyBox v1.00 (2011.02.24-08:49+0000) multi-call binary init started: BusyBox v1.00 (2011.02.24-08:49+0000) multi-call binary Starting pid 137, console /dev/console: '/usr/etc/rcS' Algorithmics/MIPS FPU Emulator v1.5 mount: Mounting devpts on /dev/pts failed: No such file or directory mknod: /dev/sc_led: File exists led_pb_api: module license 'Sercomm' taints kernel. led_init_module : set GPIO 3, 19 to output insmod: cannot open module `/lib/modules/ipt_string.ko': No such file or directory netfilter PSD loaded - (c) astaro AG ipt_random match loaded dwc_otg: version 2.40a 10-APR-2006 (ker:20614) dwc_otg dwc_otg: base=0xbe101000 dwc_otg dwc_otg: dwc_otg_device=0x83fe2e80 DWC_otg: Using DMA mode dwc_otg dwc_otg: DWC OTG Controller drivers/usb/core/inode.c: creating file 'devices' drivers/usb/core/inode.c: creating file '001' dwc_otg dwc_otg: new USB bus registered, assigned bus number 1 dwc_otg dwc_otg: irq 54, io mem 0x00000000 DWC_otg: Init: Port Power? op_state=1 DWC_otg: Init: Power Port (0) Enable USB0 power!! usb usb1: default language 0x0409 usb usb1: new device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: DWC OTG Controller usb usb1: Manufacturer: Linux 2.6.20-Amazon_S dwc_otg_hcd usb usb1: SerialNumber: dwc_otg usb usb1: uevent usb usb1: usb_probe_device usb usb1: configuration #1 chosen from 1 choice usb usb1: adding 1-0:1.0 (config #1, interface 0) usb 1-0:1.0: uevent hub 1-0:1.0: usb_probe_interface hub 1-0:1.0: usb_probe_interface - got id hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected hub 1-0:1.0: standalone hub hub 1-0:1.0: ganged power switching hub 1-0:1.0: global over-current protection hub 1-0:1.0: Single TT hub 1-0:1.0: TT requires at most 8 FS bit times (666 ns) hub 1-0:1.0: power on to power good time: 2ms hub 1-0:1.0: local power source is good hub 1-0:1.0: no over-current condition exists hub 1-0:1.0: enabling power on all ports hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0000 drivers/usb/core/inode.c: creating file '001' fuse init (API version 7.8) klips_info:ipsec_init: KLIPS startup, Openswan KLIPS IPsec stack version: 2.4.6rc3 NET: Registered protocol family 15 klips_info:ipsec_alg_init: KLIPS alg v=0.8.1-0 (EALG_MAX=255, AALG_MAX=251) klips_info:ipsec_alg_init: calling ipsec_alg_static_init() ipsec_3des_init(alg_type=15 alg_id=3 name=3des): ret=0 KLIPS cryptoapi interface: alg_type=15 alg_id=12 name=cbc(aes) keyminbits=128 keymaxbits=256, found(0) KLIPS: lookup for ciphername=cbc(twofish): not found KLIPS: lookup for ciphername=cbc(serpent): not found KLIPS: lookup for ciphername=cbc(cast5): not found KLIPS: lookup for ciphername=cbc(blowfish): not found KLIPS cryptoapi interface: alg_type=15 alg_id=3 name=cbc(des3_ede) keyminbits=192 keymaxbits=192, found(0) KLIPS cryptoapi interface: alg_type=15 alg_id=2 name=cbc(des) keyminbits=64 keymaxbits=64, found(0) device eth0 entered promiscuous mode Infineon Technologies PPE driver version 1.0.0 Logical CPU port is disabled amazon_s_switch_set_headerstatus_pmactodma[528]: Enable PMAC to DMA amazon_s_switch_set_headerstatus_dmatopmac[558]: Enable DMA to PMAC Logical CPU port is enabled Logical CPU port is disabled amazon_s_switch_set_headerstatus_dmatopmac[558]: Enable DMA to PMAC ppe: ATM init succeeded (drv 0.0.1, fw 5.1.0.2.1.0) killall: dsl_cpe_control: no process killed Modem is not ready! [IFX_MEI_Ioctls 2680]: DSL_FIO_BSP_GET_CHIP_INFO: version 1 userspace registering PID [IFX_MEI_DFEMemoryAlloc 1583]: image_size = 346368 [DSL_BSP_FWDownload 1752] -> IFX_MEI_BarUpdate() wsc_det: pin=20172688 [IFX_MEI_RunAdslModem 1422] -> IFX_MEI_BarUpdate() [IFX_MEI_IrqHandle 1936]: Got MODEM_READY_MSG [IFX_MEI_IrqHandle 1936]: Got MODEM_READY_MSG [IFX_MEI_RunAdslModem 1468]: Modem is ready. ap_name=(null) action=start vconfig: open /proc/net/vlan/config: No such file or directory vconfig: open /proc/net/vlan/config: No such file or directory vconfig: open /proc/net/vlan/config: No such file or directory vconfig: open /proc/net/vlan/config: No such file or directory device eth0 is already a member of a bridge; can't enslave it to bridge br0. br0: port 1(eth0) entering learning state /bin/echo GMT+8 > /etc/TZ ap_name=firewall action=restart Uplink bandwidth enable <rc> fw_qos_init: rate up=512, down=0 fw_pt =========================== fw_qos ========================================= rules=,length=0 ********************** end of qos_parse_port for apps rules=,length=0 ********************** end of qos_parse_port for game ********************** end of qos_parse_mac sh: cannot create /proc/sc_lan_prio: Directory nonexistent /bin/echo "0000" > /proc/sc_lan_prio ********************** end of qos_parse_LANport =========================== fw_qos end ===================================== iptables v1.2.8: host/network `(null)' not found Try `iptables -h' or 'iptables --help' for more information. iptables v1.2.8: host/network `(null)' not found Try `iptables -h' or 'iptables --help' for more information. iptables v1.2.8: host/network `(null)' not found Try `iptables -h' or 'iptables --help' for more information. iptables v1.2.8: host/network `(null)' not found Try `iptables -h' or 'iptables --help' for more information. iptables v1.2.8: host/network `(null)' not found Try `iptables -h' or 'iptables --help' for more information. /bin/echo GMT+8 > /etc/TZ 0:0 sh: cannot create /proc/net/ipt_condition/schedule: Directory nonexistent parse_conf Error!! Error Number=-2 PROJECT=DGN3500_NA_16M killall: udhcpd: no process killed killall: miniupnpd: no process killed killall: dnrd: no process killed Notice: caching turned off Warning: Using /etc/hosts will be removed in a future version. Please use only the /etc/dnrd/master file or use -m off. dnrd -a 192.168.0.1 -m hosts -c off --timeout=0 -b rc: /bin/echo export ATH_countrycode=840 >> /etc/ath/sc_cfg < rc: /bin/echo export WIFI0_MAC=AA:BB:CC:DD:EE:FF >> /etc/ath/sc_cfg < #######################wlan_up###################### rc: /bin/echo export AP_PRIMARY_CH=11 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SECONDARY_CH=-1 >> /etc/ath/sc_cfg < rc: /bin/echo export FORCE_11NG_HT40=1 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SSID=\"NETGEAR\" >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SSID_HIDE=0 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_ISO=1 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SECMODE=NONE >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SECMODE=WSC >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SSID_2=\"NETGEAR2\" >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SSID_HIDE_2=1 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_ISO_2=1 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SECMODE_2=NONE >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SSID_3=\"NETGEAR3\" >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SSID_HIDE_3=1 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_ISO_3=1 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SECMODE_3=NONE >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SSID_4=\"NETGEAR4\" >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SSID_HIDE_4=1 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_ISO_4=1 >> /etc/ath/sc_cfg < rc: /bin/echo export AP_SECMODE_4=NONE >> /etc/ath/sc_cfg < rc: /bin/echo export AP_STARTMODE=multi11n >> /etc/ath/sc_cfg < VAPNUM=0 VAPNUM= VAPNUM= Args: 1 Creating ap for NETGEAR on on IFNUM 0 APNAME ath0 IFNUM 0 ap Added ath0 mode master APNAME ath0 CHMODE 11ng /etc/ath/makeVAP: 399: cannot create /proc/sys/dev/ath/htdupieenable: Directory nonexistent Created ath0 mode ap for NETGEAR /etc/ath/makeVAP 11n ap NETGEAR 0:RF:11:-1:0:1 100 VAPNUM=1 Modules already loaded Creating ap for NETGEAR2 on on IFNUM 0 APNAME ath1 IFNUM 0 ap Added ath1 mode master APNAME ath1 CHMODE 11ng Created ath1 mode ap for NETGEAR2 /etc/ath/makeVAP 11n ap NETGEAR2 0::11:-1:1:1 VAPNUM=2 Modules already loaded Creating ap for NETGEAR3 on on IFNUM 0 APNAME ath2 IFNUM 0 ap Added ath2 mode master APNAME ath2 CHMODE 11ng Created ath2 mode ap for NETGEAR3 VAPNUM=3 Modules already loaded Creating ap for NETGEAR4 on on IFNUM 0 APNAME ath3 IFNUM 0 ap Added ath3 mode master APNAME ath3 CHMODE 11ng Created ath3 mode ap for NETGEAR4 VAPNUM=4 lo no wireless extensions. imq0 no wireless extensions. imq1 no wireless extensions. imq2 no wireless extensions. Warning: Driver for device eth0 has been compiled with an ancient version of Wireless Extension, while this program support version 11 and later. Some things may be broken... ipsec0 no wireless extensions. ipsec1 no wireless extensions. ipsec2 no wireless extensions. ipsec3 no wireless extensions. br0 no wireless extensions. wifi0 no wireless extensions. insmod: cannot insert `/lib/modules//wlan_scan_ap.ko': Success (17): Success ****************************************************** Wi-Fi Simple Config Application - Atheros Communcations ********************************************************* ../../common/MasterControl/Info.cpp(188):Read WSC Config File:/etc/ath/default/base_wsc_cfg.txt ../../common/MasterControl/Info.cpp(1557):Use eth0 address aa:bb:cc:dd:ee:ff ../../common/MasterControl/Info.cpp(188):Read WSC Config File:/etc/ath/wsc_config.txt ../../common/MasterControl/Info.cpp(1557):Use eth0 address aa:bb:cc:dd:ee:ff ../../common/WscCmd/WscCmd.cpp(1572):WscCmd::AP tmp file =cp /etc/ath/hostapd.open ../../common/WscCmd/WscCmd.cpp(1578):WscCmd::AP Config file copied: cmd=cp /etc/ath/hostapd.open /etc/ath/hostapd.conf ssid=NETGEAR ../../common/WscCmd/WscCmd.cpp(1764):WscCmd::Params added to AP config file ../../common/MasterControl/Info.cpp(278):Info::Fail to Open /etc/ath/wsc_reset ../../common/WscCmd/WscCmd.cpp(594):WscCmd::cmd: /sbin/hostapd -B /etc/ath/hostapd.conf Configuration file: /etc/ath/hostapd.conf Using interface ath0 with hwaddr aa:bb:cc:dd:ee:ff and ssid 'NETGEAR' ../../common/InbWlan/InbWlan.cpp(244):UDP recv m_recvPort[0]= 32769 Flushing old station entries Deauthenticate all stations l2_packet_receive - recvfrom: Network is down l2_packet_receive - recvfrom: Network is down VAPNUM=4 lo no wireless extensions. imq0 no wireless extensions. imq1 no wireless extensions. imq2 no wireless extensions. Warning: Driver for device eth0 has been compiled with an ancient version of Wireless Extension, while this program support version 11 and later. Some things may be broken... ipsec0 no wireless extensions. ipsec1 no wireless extensions. ipsec2 no wireless extensions. ipsec3 no wireless extensions. br0 no wireless extensions. wifi0 no wireless extensions. insmod: cannot insert `/lib/modules//wlan_scan_ap.ko': Success (17): Success VAPNUM=4 lo no wireless extensions. imq0 no wireless extensions. imq1 no wireless extensions. imq2 no wireless extensions. Warning: Driver for device eth0 has been compiled with an ancient version of Wireless Extension, while this program support version 11 and later. Some things may be broken... ipsec0 no wireless extensions. ipsec1 no wireless extensions. ipsec2 no wireless extensions. ipsec3 no wireless extensions. br0 no wireless extensions. wifi0 no wireless extensions. insmod: cannot insert `/lib/modules//wlan_scan_ap.ko': Success (17): Success VAPNUM=4 lo no wireless extensions. imq0 no wireless extensions. imq1 no wireless extensions. imq2 no wireless extensions. Warning: Driver for device eth0 has been compiled with an ancient version of Wireless Extension, while this program support version 11 and later. Some things may be broken... ipsec0 no wireless extensions. ipsec1 no wireless extensions. ipsec2 no wireless extensions. ipsec3 no wireless extensions. br0 no wireless extensions. wifi0 no wireless extensions. insmod: cannot insert `/lib/modules//wlan_scan_ap.ko': Success (17): Success rc: wps->unconfig wsc_det: send unconfig rc: wps->unconfig wsc_det: send unconfig killall: smbd: no process killed killall: nmbd: no process killed killall: bftpd: no process killed killall: smbd: no process killed killall: nmbd: no process killed killall: bftpd: no process killed killall: provisioning_ap: no process killed sh: /usr/sbin/provisioning_ap: not found route: SIOC[ADD|DEL]RT: File exists /usr/etc/rcS: 169: /usr/s Please press Enter to activate this console.


This is a full bootlog with adsl modem working. The adsl firmware file configuration is under /etc/config/network. There are several firmware files that you can obtain online.

[ 0.000000] Linux version 5.4.215 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16688-fa9a932fdb)) #0 Thu Oct 13 19:16:38 2022 [ 0.000000] SoC: AR9 rev 1.2 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001954c (MIPS 34Kc) [ 0.000000] MIPS: machine is Netgear DGN3500 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] On node 0 totalpages: 16384 [ 0.000000] Normal zone: 144 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 16384 pages, LIFO batch:3 [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16240 [ 0.000000] Kernel command line: root= console=ttyLTQ0,115200 [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.000000] Writing ErrCtl register=0002e8d5 [ 0.000000] Readback ErrCtl register=0002e8d5 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 56700K/65536K available (5749K kernel code, 216K rwdata, 772K rodata, 1180K init, 202K bss, 8836K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 256 [ 0.000000] CPU Clock: 333MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562725 ns [ 0.000014] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns [ 0.008115] Calibrating delay loop... 221.18 BogoMIPS (lpj=442368) [ 0.054227] pid_max: default: 32768 minimum: 301 [ 0.059241] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.066460] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.084756] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.094434] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.101448] pinctrl core: initialized pinctrl subsystem [ 0.113510] NET: Registered protocol family 16 [ 0.126448] pinctrl-xway 1e100b10.pinmux: Init done [ 0.149541] dma-xway 1e104100.dma: Init done - hw rev: 6, ports: 5, channels: 20 [ 0.160426] PCI host bridge /fpi@10000000/pci@e105400 ranges: [ 0.166155] MEM 0x0000000018000000..0x0000000019ffffff [ 0.171368] IO 0x000000001ae00000..0x000000001affffff [ 0.228017] usbcore: registered new interface driver usbfs [ 0.233608] usbcore: registered new interface driver hub [ 0.238986] usbcore: registered new device driver usb [ 0.244553] PCI host bridge to bus 0000:00 [ 0.248589] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff] [ 0.255477] pci_bus 0000:00: root bus resource [io 0x1ae00000-0x1affffff] [ 0.262419] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.269271] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.279019] pci 0000:00:0e.0: [168c:ff1d] type 00 class 0x020000 [ 0.284976] pci 0000:00:0e.0: reg 0x10: [mem 0x00000000-0x0000ffff] [ 0.293898] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00 [ 0.300470] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff] [ 0.319118] clocksource: Switched to clocksource MIPS [ 0.325912] thermal_sys: Registered thermal governor 'step_wise' [ 0.326537] NET: Registered protocol family 2 [ 0.337345] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.346108] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.354510] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.362133] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.369227] TCP: Hash tables configured (established 1024 bind 1024) [ 0.375869] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.382375] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.389949] NET: Registered protocol family 1 [ 0.394351] PCI: CLS 0 bytes, default 32 [ 0.405022] gptu: totally 6 16-bit timers/counters [ 0.409949] gptu: misc_register on minor 63 [ 0.414098] gptu: succeeded to request irq 126 [ 0.418581] gptu: succeeded to request irq 127 [ 0.423142] gptu: succeeded to request irq 128 [ 0.427624] gptu: succeeded to request irq 129 [ 0.432132] gptu: succeeded to request irq 130 [ 0.436637] gptu: succeeded to request irq 131 [ 0.446095] workingset: timestamp_bits=14 max_order=14 bucket_order=0 [ 0.465892] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.471662] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.518873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.533037] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc [ 0.542007] printk: console [ttyLTQ0] enabled [ 0.550628] printk: bootconsole [early0] disabled [ 0.572129] spi-lantiq-ssc 1e100800.spi: Lantiq SSC SPI controller (Rev 6, TXFS 8, RXFS 8, DMA 1) [ 0.582493] spi-nor spi0.4: mx25l12805d (16384 Kbytes) [ 0.586321] 4 fixed-partitions partitions found on MTD device spi0.4 [ 0.592547] Creating 4 MTD partitions on "spi0.4": [ 0.597276] 0x000000000000-0x000000010000 : "uboot" [ 0.604018] 0x000000010000-0x000000020000 : "u-boot-env" [ 0.609755] 0x000000020000-0x000000030000 : "calibration" [ 0.615665] 0x000000050000-0x000000ff0000 : "firmware" [ 0.630890] 2 uimage-fw partitions found on MTD device firmware [ 0.635476] 0x000000050000-0x000000272d7e : "kernel" [ 0.642045] 0x000000272d7e-0x000000ff0000 : "rootfs" [ 0.647428] mtd: device 5 (rootfs) set to be root filesystem [ 0.656622] 1 squashfs-split partitions found on MTD device rootfs [ 0.661440] 0x0000005e0000-0x000000ff0000 : "rootfs_data" [ 0.670153] Realtek RTL8366RB ethernet switch driver version 0.2.4 [ 0.675052] rtl8366rb rtl8366rb: cannot find mdio node phandle [ 0.680773] rtl8366rb rtl8366rb: using GPIO pins 491 (SDA) and 493 (SCK) [ 0.687583] rtl8366rb rtl8366rb: RTL5937 ver. 3 chip found [ 0.703417] rtl8366rb rtl8366rb: applying initvals from DTS [ 0.811842] ltq_etop 1e180000.etop eth0 (uninitialized): no PHY found [ 0.816986] etop: mdio probe failed [ 0.828474] NET: Registered protocol family 10 [ 0.854866] Segment Routing with IPv6 [ 0.857361] NET: Registered protocol family 17 [ 0.861668] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 0.874415] 8021q: 802.1Q VLAN Support v1.8 [ 0.892747] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 0.904454] Freeing unused kernel memory: 1180K [ 0.907577] This architecture does not have kernel memory protection. [ 0.913938] Run /sbin/init as init process [ 1.998671] random: crng init done [ 2.224644] init: Console is alive [ 2.227064] init: - watchdog - [ 4.573062] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.808498] dwc2 1e101000.usb: 1e101000.usb supply vusb_d not found, using dummy regulator [ 4.815612] dwc2 1e101000.usb: 1e101000.usb supply vusb_a not found, using dummy regulator [ 4.862959] dwc2 1e101000.usb: DWC OTG Controller [ 4.866378] dwc2 1e101000.usb: new USB bus registered, assigned bus number 1 [ 4.873331] dwc2 1e101000.usb: irq 62, io mem 0x1e101000 [ 4.880815] hub 1-0:1.0: USB hub found [ 4.883979] hub 1-0:1.0: 1 port detected [ 4.890449] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.900144] init: - preinit - [ 11.450008] jffs2: notice: (468) jffs2_build_xattr_subsystem: complete building xattr subsystem, 8 of xdatum (0 unchecked, 1 orphan) and 10 of xref (1 dead, 0 orphan) found. [ 11.474323] mount_root: switching to jffs2 overlay [ 11.499394] overlayfs: upper fs does not support tmpfile. [ 11.529333] urandom-seed: Seeding with /etc/urandom.seed [ 11.829719] procd: - early - [ 11.831489] procd: - watchdog - [ 12.589777] procd: - watchdog - [ 12.592755] procd: - ubus - [ 12.732393] procd: - init - [ 14.609139] kmodloader: loading kernel modules from /etc/modules.d/* [ 14.631554] NET: Registered protocol family 8 [ 14.634462] NET: Registered protocol family 20 [ 14.663962] PPP generic driver version 2.4.2 [ 14.719761] IFX MEI Version 5.00.00 [ 14.751686] Infineon CPE API Driver version: DSL CPE API V3.24.4.4 [ 14.777716] Loading modules backported from Linux version v5.10.110-0-g3238bffaf992 [ 14.784002] Backport generated by backports.git v5.10.110-1-0-g1fbde860 [ 14.845611] NET: Registered protocol family 24 [ 14.882723] xt_time: kernel timezone is -0000 [ 14.892613] ath9k_pci_owl_loader 0000:00:0e.0: enabling device (0000 -> 0002) [ 14.913663] ath9k_pci_owl_loader 0000:00:0e.0: fixup device configuration [ 14.936308] pci 0000:00:0e.0: [168c:0029] type 00 class 0x028000 [ 14.940983] pci 0000:00:0e.0: reg 0x10: [mem 0x18000000-0x1800ffff] [ 14.947247] pci 0000:00:0e.0: PME# supported from D0 D3hot [ 14.955302] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff] [ 15.259800] ath9k 0000:00:0e.0: enabling device (0000 -> 0002) [ 15.279620] ath: EEPROM regdomain: 0x0 [ 15.279635] ath: EEPROM indicates default country code should be used [ 15.279641] ath: doing EEPROM country->regdmn map search [ 15.279659] ath: country maps to regdmn code: 0x3a [ 15.279668] ath: Country alpha2 being used: US [ 15.279675] ath: Regpair used: 0x3a [ 15.296772] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 15.300701] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xb8000000, irq=30 [ 15.471717] kmodloader: done loading kernel modules from /etc/modules.d/* [ 15.868907] urngd: v1.0.2 started. [ 29.239266] rtl8366rb rtl8366rb: applying initvals from DTS [ 46.400788] device eth0 entered promiscuous mode [ 46.411830] br-lan: port 1(eth0.1) entered blocking state [ 46.415875] br-lan: port 1(eth0.1) entered disabled state [ 46.421815] device eth0.1 entered promiscuous mode [ 46.463344] br-lan: port 1(eth0.1) entered blocking state [ 46.467362] br-lan: port 1(eth0.1) entered forwarding state [ 47.379940] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 53.725722] br-lan: port 2(wlan0) entered blocking state [ 53.729841] br-lan: port 2(wlan0) entered disabled state [ 53.735603] device wlan0 entered promiscuous mode [ 54.087782] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 54.093315] br-lan: port 2(wlan0) entered blocking state [ 54.098050] br-lan: port 2(wlan0) entered forwarding state [ 66.541917] ATM1.0.26 ATM (A1) firmware version 0.16 [ 66.545888] ifxmips_atm: ATM init succeed [ 101.932750] [DSL_BSP_Showtime 914]: Datarate US intl = 1021200, fast = 0 [ 101.938165] enter showtime, cell rate: 0 - 2408, 1 - 2408, xdata addr: 0x83320000 [ 101.945844] IPv6: ADDRCONF(NETDEV_CHANGE): dsl0: link becomes ready [ 200.707365] rtl8366rb rtl8366rb: applying initvals from DTS [ 211.219270] rtl8366rb rtl8366rb: applying initvals from DTS [ 212.783332] rtl8366rb rtl8366rb: applying initvals from DTS [ 284.171267] rtl8366rb rtl8366rb: applying initvals from DTS [ 285.395365] rtl8366rb rtl8366rb: applying initvals from DTS [ 370.783836] rtl8366rb rtl8366rb: applying initvals from DTS [ 372.379409] rtl8366rb rtl8366rb: applying initvals from DTS [ 434.903313] rtl8366rb rtl8366rb: applying initvals from DTS [ 436.275678] rtl8366rb rtl8366rb: applying initvals from DTS [ 500.902582] rtl8366rb rtl8366rb: applying initvals from DTS [ 511.251318] rtl8366rb rtl8366rb: applying initvals from DTS [ 515.491314] rtl8366rb rtl8366rb: applying initvals from DTS [ 1835.487425] rtl8366rb rtl8366rb: applying initvals from DTS [ 1835.997457] pppoe-wan: renamed from ppp0 [ 1837.183371] rtl8366rb rtl8366rb: applying initvals from DTS [ 4715.091275] leave showtime [ 4761.865869] [DSL_BSP_Showtime 914]: Datarate US intl = 1021200, fast = 0 [ 4761.871272] enter showtime, cell rate: 0 - 2408, 1 - 2408, xdata addr: 0x83320000 [ 4762.680391] pppoe-wan: renamed from ppp0 [ 6380.659079] rtl8366rb rtl8366rb: applying initvals from DTS [ 6380.729382] device wlan0 left promiscuous mode [ 6380.732760] br-lan: port 2(wlan0) entered disabled state [18978.695823] leave showtime [19025.746810] [DSL_BSP_Showtime 914]: Datarate US intl = 1021200, fast = 0 [19025.752176] enter showtime, cell rate: 0 - 2408, 1 - 2408, xdata addr: 0x83320000 [19026.554240] pppoe-wan: renamed from ppp0 [19072.012149] br-lan: port 1(eth0.1) entered disabled state [19072.045059] device eth0.1 left promiscuous mode [19072.048617] br-lan: port 1(eth0.1) entered disabled state [19072.076136] device eth0 left promiscuous mode [19072.280378] device eth0 entered promiscuous mode [19072.290659] br-lan: port 1(eth0.1) entered blocking state [19072.294730] br-lan: port 1(eth0.1) entered disabled state [19072.300673] device eth0.1 entered promiscuous mode [19072.368139] br-lan: port 1(eth0.1) entered blocking state [19072.372174] br-lan: port 1(eth0.1) entered forwarding state [19079.398649] pppoe-wan: renamed from ppp0


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