Skip to content

Instantly share code, notes, and snippets.

@robimarko
Created June 18, 2018 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robimarko/db4faad6dc2f24aacb82a73cb8fbd97c to your computer and use it in GitHub Desktop.
Save robimarko/db4faad6dc2f24aacb82a73cb8fbd97c to your computer and use it in GitHub Desktop.
U-Boot 1.1.4.2-s559 (May 23 2012 - 13:31:49)
Board: Ubiquiti Networks XM board (rev 2.4 e700)
DRAM: 64 MB
Flash: 8 MB
Net: eth0, eth1
Hit any key to stop autoboot: 0
ar7240> tftpboot 0x81000000 openwrt-ath79-generic-ubnt_toughswitch-5-poe-initramfs-kernel.bin
Using eth1 device
TFTP from server 192.168.2.213; our IP address is 192.168.2.233
Filename 'openwrt-ath79-generic-ubnt_toughswitch-5-poe-initramfs-kernel.bin'.
Load address: 0x81000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#############################################
done
Bytes transferred = 3553676 (36398c hex)
ar7240> bootm 0x81000000
## Booting image at 81000000 ...
Image Name: MIPS OpenWrt Linux-4.14.50
Created: 2018-06-18 17:11:27 UTC
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 3553612 Bytes = 3.4 MB
Load Address: 80060000
Entry Point: 80060000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
[ 0.000000] Linux version 4.14.50 (robimarko@localhost.localdomain) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7276-63b02a1d04)) #0 Mon Jun 18 16:14:41 2018
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
[ 0.000000] MIPS: machine is Ubiquiti Networks Toughswitch 5 POE
[ 0.000000] SoC: Atheros AR7242 rev 1
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 04000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache 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] random: get_random_bytes called from start_kernel+0x8c/0x474 with crng_init=0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[ 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=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 51876K/65536K available (3688K kernel code, 151K rwdata, 888K rodata, 7680K init, 212K bss, 13660K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS: 51
[ 0.000000] CPU clock: 390.000 MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9801335621 ns
[ 0.000013] sched_clock: 32 bits at 195MHz, resolution 5ns, wraps every 11012737021ns
[ 0.007885] Calibrating delay loop... 259.27 BogoMIPS (lpj=1296384)
[ 0.084087] pid_max: default: 32768 minimum: 301
[ 0.089003] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.095611] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.108071] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.117896] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.124070] pinctrl core: initialized pinctrl subsystem
[ 0.130647] NET: Registered protocol family 16
[ 0.164326] clocksource: Switched to clocksource MIPS
[ 0.170871] NET: Registered protocol family 2
[ 0.176374] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.183325] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.189727] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.196284] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.202118] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.208785] NET: Registered protocol family 1
[ 0.454124] Crashlog allocated RAM at address 0x3f00000
[ 0.461001] workingset: timestamp_bits=30 max_order=14 bucket_order=0
[ 0.474976] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.480772] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.584672] io scheduler noop registered
[ 0.588586] io scheduler deadline registered (default)
[ 0.594052] ar7200-usb-phy usb-phy: phy reset is missing
[ 0.600013] pinctrl-single 18040028.pinmux: 64 pins at pa b8040028 size 8
[ 0.608154] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 0.615542] console [ttyS0] disabled
[ 0.619153] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 8, base_baud = 12187500) is a 16550A
[ 0.627886] console [ttyS0] enabled
[ 0.627886] console [ttyS0] enabled
[ 0.634888] bootconsole [early0] disabled
[ 0.634888] bootconsole [early0] disabled
[ 0.650628] m25p80 spi0.0: mx25l6405d (8192 Kbytes)
[ 0.655671] 5 fixed-partitions partitions found on MTD device spi0.0
[ 0.662043] Creating 5 MTD partitions on "spi0.0":
[ 0.666873] 0x000000000000-0x000000040000 : "u-boot"
[ 0.673016] 0x000000040000-0x000000050000 : "u-boot-env"
[ 0.679477] 0x000000050000-0x0000007b0000 : "firmware"
[ 0.698390] 2 uimage-fw partitions found on MTD device firmware
[ 0.704386] 0x000000050000-0x000000150000 : "kernel"
[ 0.710438] 0x000000150000-0x0000007b0000 : "rootfs"
[ 0.716543] mtd: device 4 (rootfs) set to be root filesystem
[ 0.722267] 1 squashfs-split partitions found on MTD device rootfs
[ 0.728546] 0x000000510000-0x0000007b0000 : "rootfs_data"
[ 0.735082] 0x0000007b0000-0x0000007f0000 : "cfg"
[ 0.740858] 0x0000007f0000-0x000000800000 : "EEPROM"
[ 0.748239] libphy: Fixed MDIO Bus: probed
[ 1.724738] libphy: mdio: probed
[ 1.757693] switch0: Atheros AR8327 rev. 4 switch registered on mdio-bus.0
[ 2.437648] ag71xx 19000000.eth: connected to PHY at mdio-bus.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
[ 2.449364] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
[ 2.554319] random: fast init done
[ 3.085682] ag71xx 1a000000.eth: connected to PHY at mdio-bus.0:12 [uid=12000000, driver=Generic PHY]
[ 3.095877] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:MII
[ 3.104140] NET: Registered protocol family 10
[ 3.113693] Segment Routing with IPv6
[ 3.117595] NET: Registered protocol family 17
[ 3.122124] 8021q: 802.1Q VLAN Support v1.8
[ 3.193159] Freeing unused kernel memory: 7680K
[ 3.197750] This architecture does not have kernel memory protection.
[ 3.223669] init: Console is alive
[ 3.227578] init: - watchdog -
[ 3.259229] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.269814] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 3.287698] init: - preinit -
[ 3.508653] random: jshn: uninitialized urandom read (4 bytes read)
[ 3.589264] random: jshn: uninitialized urandom read (4 bytes read)
[ 3.907314] random: jshn: uninitialized urandom read (4 bytes read)
[ 4.270543] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 7.475575] procd: - early -
[ 7.478607] procd: - watchdog -
[ 8.056390] procd: - watchdog -
[ 8.059898] procd: - ubus -
[ 8.073305] urandom_read: 2 callbacks suppressed
[ 8.073317] random: ubusd: uninitialized urandom read (4 bytes read)
[ 8.113029] random: ubusd: uninitialized urandom read (4 bytes read)
[ 8.120059] random: ubusd: uninitialized urandom read (4 bytes read)
[ 8.127731] procd: - init -
Please press Enter to activate this console.
[ 8.381053] kmodloader: loading kernel modules from /etc/modules.d/*
[ 8.393481] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 8.412671] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
[ 8.420784] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[ 8.431763] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 8.448949] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
[ 8.534065] xt_time: kernel timezone is -0000
[ 8.620773] PPP generic driver version 2.4.2
[ 8.628354] NET: Registered protocol family 24
[ 8.684216] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 24.728986] br-lan: port 1(eth1) entered blocking state
[ 24.734248] br-lan: port 1(eth1) entered disabled state
[ 24.740023] device eth1 entered promiscuous mode
[ 24.815674] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 24.853149] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.939002] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
[ 25.935926] eth0: link up (1000Mbps/Full duplex)
[ 25.940634] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 26.005171] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
[ 130.114420] random: crng init done
[ 130.117854] random: 2 urandom warning(s) missed due to ratelimiting
BusyBox v1.28.3 () built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r7289-82c06c30a4
-----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:/# reboot
root@OpenWrt:/# [ 207.958893] device eth1 left promiscuous mode
[ 207.963361] br-lan: port 1(eth1) entered disabled state
[ 207.972211] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 208.974339] eth0: link down
[ 212.456641] reboot: Restarting system
U-Boot 1.1.4.2-s559 (May 23 2012 - 13:31:49)
Board: Ubiquiti Networks XM board (rev 2.4 e700)
DRAM: 64 MB
Flash: 8 MB
Net: eth0, eth1
Hit any key to stop autoboot: 0
ar7240> tftpboot 0x81000000 openwrt-ath79-generic-ubnt_toughswitch-5-poe-initramfs-kernel.bin
Using eth1 device
TFTP from server 192.168.2.213; our IP address is 192.168.2.233
Filename 'openwrt-ath79-generic-ubnt_toughswitch-5-poe-initramfs-kernel.bin'.
Load address: 0x81000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#############################################
done
Bytes transferred = 3553818 (363a1a hex)
ar7240> bootm 0x81000000
## Booting image at 81000000 ...
Image Name: MIPS OpenWrt Linux-4.14.50
Created: 2018-06-18 17:15:28 UTC
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 3553754 Bytes = 3.4 MB
Load Address: 80060000
Entry Point: 80060000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
[ 0.000000] Linux version 4.14.50 (robimarko@localhost.localdomain) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7276-63b02a1d04)) #0 Mon Jun 18 16:14:41 2018
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
[ 0.000000] MIPS: machine is Ubiquiti Networks Toughswitch 5 POE
[ 0.000000] SoC: Atheros AR7242 rev 1
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 04000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache 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] random: get_random_bytes called from start_kernel+0x8c/0x474 with crng_init=0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[ 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=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 51872K/65536K available (3688K kernel code, 151K rwdata, 888K rodata, 7680K init, 212K bss, 13664K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS: 51
[ 0.000000] CPU clock: 390.000 MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9801335621 ns
[ 0.000013] sched_clock: 32 bits at 195MHz, resolution 5ns, wraps every 11012737021ns
[ 0.007884] Calibrating delay loop... 259.27 BogoMIPS (lpj=1296384)
[ 0.084087] pid_max: default: 32768 minimum: 301
[ 0.089001] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.095611] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.108098] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.117922] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.124095] pinctrl core: initialized pinctrl subsystem
[ 0.130671] NET: Registered protocol family 16
[ 0.164181] clocksource: Switched to clocksource MIPS
[ 0.170730] NET: Registered protocol family 2
[ 0.176217] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.183170] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.189572] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.196128] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.201963] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.208635] NET: Registered protocol family 1
[ 0.454493] Crashlog allocated RAM at address 0x3f00000
[ 0.461263] workingset: timestamp_bits=30 max_order=14 bucket_order=0
[ 0.475201] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.481004] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.584825] io scheduler noop registered
[ 0.588733] io scheduler deadline registered (default)
[ 0.594265] ar7200-usb-phy usb-phy: phy reset is missing
[ 0.600158] pinctrl-single 18040028.pinmux: 64 pins at pa b8040028 size 8
[ 0.608296] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 0.615686] console [ttyS0] disabled
[ 0.619299] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 8, base_baud = 12187500) is a 16550A
[ 0.628024] console [ttyS0] enabled
[ 0.628024] console [ttyS0] enabled
[ 0.635026] bootconsole [early0] disabled
[ 0.635026] bootconsole [early0] disabled
[ 0.650769] m25p80 spi0.0: mx25l6405d (8192 Kbytes)
[ 0.655808] 5 fixed-partitions partitions found on MTD device spi0.0
[ 0.662180] Creating 5 MTD partitions on "spi0.0":
[ 0.667011] 0x000000000000-0x000000040000 : "u-boot"
[ 0.673162] 0x000000040000-0x000000050000 : "u-boot-env"
[ 0.679609] 0x000000050000-0x0000007b0000 : "firmware"
[ 0.698480] 2 uimage-fw partitions found on MTD device firmware
[ 0.704471] 0x000000050000-0x000000150000 : "kernel"
[ 0.710520] 0x000000150000-0x0000007b0000 : "rootfs"
[ 0.716618] mtd: device 4 (rootfs) set to be root filesystem
[ 0.722335] 1 squashfs-split partitions found on MTD device rootfs
[ 0.728613] 0x000000510000-0x0000007b0000 : "rootfs_data"
[ 0.735104] 0x0000007b0000-0x0000007f0000 : "cfg"
[ 0.740862] 0x0000007f0000-0x000000800000 : "EEPROM"
[ 0.748240] libphy: Fixed MDIO Bus: probed
[ 1.724593] libphy: mdio: probed
[ 1.757531] switch0: Atheros AR8327 rev. 4 switch registered on mdio-bus.0
[ 2.437449] ag71xx 19000000.eth: connected to PHY at mdio-bus.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
[ 2.449168] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
[ 2.554173] random: fast init done
[ 3.113500] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[ 3.123447] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:MII
[ 3.131827] NET: Registered protocol family 10
[ 3.141467] Segment Routing with IPv6
[ 3.145362] NET: Registered protocol family 17
[ 3.149889] 8021q: 802.1Q VLAN Support v1.8
[ 3.220992] Freeing unused kernel memory: 7680K
[ 3.225581] This architecture does not have kernel memory protection.
[ 3.251366] init: Console is alive
[ 3.255170] init: - watchdog -
[ 3.286848] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.297517] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 3.315394] init: - preinit -
[ 3.537945] random: jshn: uninitialized urandom read (4 bytes read)
[ 3.619251] random: jshn: uninitialized urandom read (4 bytes read)
[ 3.945776] random: jshn: uninitialized urandom read (4 bytes read)
[ 4.313130] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 5.375319] eth1: link up (100Mbps/Full duplex)
[ 5.379912] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 7.520922] procd: - early -
[ 7.523955] procd: - watchdog -
[ 8.101593] procd: - watchdog -
[ 8.105171] procd: - ubus -
[ 8.118479] urandom_read: 2 callbacks suppressed
[ 8.118491] random: ubusd: uninitialized urandom read (4 bytes read)
[ 8.159149] random: ubusd: uninitialized urandom read (4 bytes read)
[ 8.166207] random: ubusd: uninitialized urandom read (4 bytes read)
[ 8.173825] procd: - init -
Please press Enter to activate this console.
[ 8.427277] kmodloader: loading kernel modules from /etc/modules.d/*
[ 8.439786] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 8.458944] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
[ 8.467062] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[ 8.478073] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 8.495366] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
[ 8.501564] eth1: link down
[ 8.587046] xt_time: kernel timezone is -0000
[ 8.670245] PPP generic driver version 2.4.2
[ 8.677942] NET: Registered protocol family 24
[ 8.733647] kmodloader: done loading kernel modules from /etc/modules.d/*
BusyBox v1.28.3 () built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r7290-e0190b21d8
-----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:/# eth[ 24.837559] eth1: link up (100Mbps/Full duplex)
[ 24.843935] br-lan: port 1(eth1) entered blocking state
[ 24.849284] br-lan: port 1(eth1) entered disabled state
[ 24.854983] device eth1 entered promiscuous mode
[ 24.930121] br-lan: port 1(eth1) entered blocking state
[ 24.935450] br-lan: port 1(eth1) entered forwarding state
[ 24.941114] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 25.068866] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 25.156099] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
[ 25.854335] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 26.095791] eth0: link up (1000Mbps/Full duplex)
[ 26.100501] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 26.153267] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
/bin/ash: et: not found
root@OpenWrt:/# ethtool eth1
Settings for eth1:
Cannot get device settings: Bad address
Current message level: 0x000000ff (255)
drv probe link timer ifdown ifup rx_err tx_err
Link detected: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment