Hi, I was wondering if anyone knew how to fix an issue I get on every boot. It delays startup by about 20 seconds each time:
I've tried finding out more about this but haven't found much other than editing an rc.local file to turn on eth0, although I'm afraid that might cause some issues booting.
Anyone have any information on fixing this? Entire dmesg is here:
[ 9.570000] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 28.550000] eth0: link down
I've tried finding out more about this but haven't found much other than editing an rc.local file to turn on eth0, although I'm afraid that might cause some issues booting.
Anyone have any information on fixing this? Entire dmesg is here:
[ 0.000000] Linux version 3.3.8 (thefriedzombie@blarf) (gcc version 4.6.3 201 20201 (prerelease) (Linaro GCC 4.6-2012.02) ) #5 Thu Nov 20 15:53:42 CET 2014 [ 0.000000] MyLoader: sysp=5306ac2e, boardp=8e303482, parts=f904f9ea [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU revision is: 00019374 (MIPS 24Kc) [ 0.000000] SoC: Atheros AR9330 rev 1 [ 0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.00 0MHz [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 02000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone PFN ranges: [ 0.000000] Normal 0x00000000 -> 0x00002000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00002000 [ 0.000000] On node 0 totalpages: 8192 [ 0.000000] free_area_init_node: node 0, pgdat 802f92b0, node_mem_map 8100000 0 [ 0.000000] Normal zone: 64 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 8128 pages, LIFO batch:0 [ 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 pag es: 8128 [ 0.000000] Kernel command line: board=TL-MR3020 console=ttyATH0,115200 root fstype=squashfs,jffs2 noinitrd [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes) [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 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] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 28960k/32768k available (2240k kernel code, 3808k reserve d, 421k data, 216k init, 0k highmem) [ 0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, No des=1 [ 0.000000] NR_IRQS:51 [ 0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104) [ 0.080000] pid_max: default: 32768 minimum: 301 [ 0.080000] Mount-cache hash table entries: 512 [ 0.090000] NET: Registered protocol family 16 [ 0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79 [ 0.100000] MIPS: machine is TP-LINK TL-MR3020 [ 0.350000] bio: create slab <bio-0> at 0 [ 0.360000] Switching to clocksource MIPS [ 0.360000] NET: Registered protocol family 2 [ 0.370000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.370000] TCP established hash table entries: 1024 (order: 1, 8192 bytes) [ 0.370000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.380000] TCP: Hash tables configured (established 1024 bind 1024) [ 0.390000] TCP reno registered [ 0.390000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.400000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.400000] NET: Registered protocol family 1 [ 0.410000] PCI: CLS 0 bytes, default 32 [ 0.430000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.430000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY ) (c) 2001-2006 Red Hat, Inc. [ 0.440000] msgmni has been set to 56 [ 0.440000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 54) [ 0.450000] io scheduler noop registered [ 0.450000] io scheduler deadline registered (default) [ 0.460000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.470000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) is a AR933X UA RT [ 0.480000] console [ttyATH0] enabled, bootconsole disabled [ 0.490000] m25p80 spi0.0: found w25q32, expected m25p80 [ 0.490000] m25p80 spi0.0: w25q32 (4096 Kbytes) [ 0.500000] 5 tp-link partitions found on MTD device spi0.0 [ 0.500000] Creating 5 MTD partitions on "spi0.0": [ 0.510000] 0x000000000000-0x000000020000 : "u-boot" [ 0.520000] 0x000000020000-0x00000010d0cc : "kernel" [ 0.520000] mtd: partition "kernel" must either start or end on erase block b oundary or be smaller than an erase block -- forcing read-only [ 0.530000] 0x00000010d0cc-0x0000003f0000 : "rootfs" [ 0.540000] mtd: partition "rootfs" must either start or end on erase block b oundary or be smaller than an erase block -- forcing read-only [ 0.550000] mtd: partition "rootfs" set to be root filesystem [ 0.560000] mtd: partition "rootfs_data" created automatically, ofs=310000, l en=E0000 [ 0.560000] 0x000000310000-0x0000003f0000 : "rootfs_data" [ 0.570000] 0x0000003f0000-0x000000400000 : "art" [ 0.580000] 0x000000020000-0x0000003f0000 : "firmware" [ 0.600000] ag71xx_mdio: probed [ 0.610000] eth0: Atheros AG71xx at 0xb9000000, irq 4 [ 1.160000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.1:04 [uid= 004dd041, driver=Generic PHY] [ 1.170000] TCP cubic registered [ 1.170000] NET: Registered protocol family 17 [ 1.170000] Bridge firewalling registered [ 1.180000] 8021q: 802.1Q VLAN Support v1.8 [ 1.190000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2. [ 1.200000] Freeing unused kernel memory: 216k freed [ 3.580000] Registered led device: tp-link:green:3g [ 3.580000] Registered led device: tp-link:green:wlan [ 3.580000] Registered led device: tp-link:green:lan [ 3.580000] Registered led device: tp-link:green:wps [ 6.880000] JFFS2 notice: (441) jffs2_build_xattr_subsystem: complete buildin g xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 13 of xref (0 dead, 3 orphan) found. [ 7.180000] eth0: link up (100Mbps/Full duplex) [ 7.350000] SCSI subsystem initialized [ 7.480000] usbcore: registered new interface driver usbfs [ 7.490000] usbcore: registered new interface driver hub [ 7.490000] usbcore: registered new device driver usb [ 7.970000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.980000] ehci-platform ehci-platform: Generic Platform EHCI Controller [ 7.990000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1 [ 8.020000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000 [ 8.040000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00 [ 8.040000] hub 1-0:1.0: USB hub found [ 8.040000] hub 1-0:1.0: 1 port detected [ 8.160000] Initializing USB Mass Storage driver... [ 8.160000] usbcore: registered new interface driver usb-storage [ 8.170000] USB Mass Storage support registered. [ 8.370000] usb 1-1: new high-speed USB device number 2 using ehci-platform [ 8.520000] scsi0 : usb-storage 1-1:1.0 [ 9.520000] scsi 0:0:0:0: Direct-Access SanDisk Extreme 0001 PQ : 0 ANSI: 6 [ 9.530000] sd 0:0:0:0: [sda] 61282631 512-byte logical blocks: (31.3 GB/29.2 GiB) [ 9.530000] sd 0:0:0:0: [sda] Write Protect is off [ 9.540000] sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08 [ 9.540000] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doe sn't support DPO or FUA [ 9.570000] sda: sda1 [ 9.570000] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 28.550000] eth0: link down [ 29.190000] Loading modules backported from Linux version master-2014-05-22-0 -gf2032ea [ 29.200000] Backport generated by backports.git backports-20140320-37-g5c33da 0 [ 29.390000] cfg80211: Calling CRDA to update world regulatory domain [ 29.390000] cfg80211: World regulatory domain updated: [ 29.400000] cfg80211: DFS Master region: unset [ 29.400000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gai n, max_eirp), (dfs_cac_time) [ 29.410000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 m Bm), (N/A) [ 29.420000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 m Bm), (N/A) [ 29.430000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 m Bm), (N/A) [ 29.430000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 m Bm), (N/A) [ 29.440000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 m Bm), (N/A) [ 29.450000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 29.710000] NET: Registered protocol family 10 [ 30.760000] ath: EEPROM regdomain: 0x0 [ 30.760000] ath: EEPROM indicates default country code should be used [ 30.760000] ath: doing EEPROM country->regdmn map search [ 30.760000] ath: country maps to regdmn code: 0x3a [ 30.760000] ath: Country alpha2 being used: US [ 30.760000] ath: Regpair used: 0x3a [ 30.770000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 30.780000] Registered led device: ath9k-phy0 [ 30.780000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2 [ 30.780000] cfg80211: Calling CRDA for country: US [ 30.790000] cfg80211: Regulatory domain changed to country: US [ 30.790000] cfg80211: DFS Master region: FCC [ 30.800000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gai n, max_eirp), (dfs_cac_time) [ 30.810000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 m Bm), (N/A) [ 30.820000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 m Bm), (N/A) [ 30.820000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 m Bm), (0 s) [ 30.830000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 m Bm), (N/A) [ 30.840000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 40 00 mBm), (N/A) [ 31.290000] loop: module loaded [ 31.350000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 31.520000] nf_conntrack version 0.5.0 (455 buckets, 1820 max) [ 31.750000] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 32.020000] batman_adv: B.A.T.M.A.N. advanced 2013.4.0 (compatibility version 14) loaded [ 35.290000] EXT4-fs (loop0): couldn't mount as ext3 due to feature incompatib ilities [ 35.300000] EXT4-fs (loop0): couldn't mount as ext2 due to feature incompatib ilities [ 35.340000] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null) [ 35.510000] EXT4-fs (loop1): couldn't mount as ext3 due to feature incompatib ilities [ 35.530000] EXT4-fs (loop1): couldn't mount as ext2 due to feature incompatib ilities [ 35.560000] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null) [ 36.960000] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 36.960000] device eth0 entered promiscuous mode [ 36.970000] ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 37.450000] eth0: link up (100Mbps/Full duplex) [ 37.450000] br-lan: port 1(eth0) entered forwarding state [ 37.460000] br-lan: port 1(eth0) entered forwarding state [ 37.460000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 37.480000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 39.460000] br-lan: port 1(eth0) entered forwarding state [ 44.340000] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 44.340000] device wlan0 entered promiscuous mode [ 44.360000] br-lan: port 2(wlan0) entered forwarding state [ 44.370000] br-lan: port 2(wlan0) entered forwarding state [ 44.370000] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 46.370000] br-lan: port 2(wlan0) entered forwarding state [ 47.930000] Adding 32764k swap on /mnt/usb/external_fs/OpenWRT.swap. Priorit y:-1 extents:3 across:36636k