Re: HP 5325 ethernet stopped working October 28, 2018 10:06AM |
Registered: 6 years ago Posts: 57 |
debian-dockstar:~$ sudo ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.132 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fdd2:7368:e358:0:210:75ff:fe1a:877 prefixlen 64 scopeid 0x0<global> inet6 2601:244:4e00:ef97:210:75ff:fe1a:877 prefixlen 64 scopeid 0x0<global> inet6 fe80::210:75ff:fe1a:877 prefixlen 64 scopeid 0x20<link> ether 00:10:xx:xx:xx:xx txqueuelen 1000 (Ethernet) RX packets 2658 bytes 215767 (210.7 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 874 bytes 96215 (93.9 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 84 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 0 (Local Loopback) RX packets 7 bytes 765 (765.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 7 bytes 765 (765.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
debian-dockstar:~$ sudo ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Link partner advertised pause frame use: Symmetric Receive-only Link partner advertised auto-negotiation: Yes Speed: 1000Mb/s Duplex: Full Port: MII PHYAD: 0 Transceiver: external Auto-negotiation: on Supports Wake-on: d Wake-on: d Link detected: yes
Re: HP 5325 ethernet stopped working October 28, 2018 05:10PM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working October 29, 2018 05:28PM |
Registered: 5 years ago Posts: 180 |
root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00080000 00010000 "u-boot" mtd1: 00040000 00010000 "SSD firmware" mtd2: 00010000 00010000 "u-boot env" mtd3: 00010000 00010000 "permanent u-boot env" mtd4: 00010000 00010000 "permanent u-boot env"
root@debian:~# flash_unlock /dev/mtd0 flash_unlock: error!: could not unlock device: /dev/mtd0 error 95 (Operation not supported)
root@debian:/koen# flashcp -v uboot.2017.07-tld-1.t5325.mtd0.kwb /dev/mtd0 Erasing blocks: 8/8 (100%) Writing data: 512k/512k (100%) Verifying data: 10k/512k (1%)File does not seem to match flash data. First mismatch at 0x00000000-0x00002800
root@debian:/koen# flash_unlock /dev/mtd2 flash_unlock: error!: could not unlock device: /dev/mtd2
root@debian:/koen# flashcp -v uboot.2016.05-tld-1.environment.64K.img /dev/mtd2 Erasing blocks: 1/1 (100%) -v uboot.2016.05-tld-1.environment.64K.img /dev/mtd2 Writing data: 64k/64k (100%) Verifying data: 10k/64k (15%)File does not seem to match flash data. First mismatch at 0x00000000-0x00002800
root@debian:/koen# cat /etc/fw_env.config /dev/mtd2 0x00000 0x10000 0x10000
root@debian:/koen# fw_printenv Warning: Bad CRC, using default environment bootargs= bootcmd= bootdelay=2 baudrate=115200 arch=sandbox cpu=sandbox board=sandbox board_name=sandbox stdin=serial,cros-ec-keyb,usbkbd stdout=serial,vidconsole stderr=serial,vidconsole ethaddr=00:00:11:22:33:44 eth1addr=00:00:11:22:33:45 eth3addr=00:00:11:22:33:46 eth5addr=00:00:11:22:33:47 ipaddr=1.2.3.4 host_boot=if host dev ${devnum}; then setenv devtype host; run scan_dev_for_boot_part; fi boot_net_pci_enum=pci enum boot_net_usb_start=usb start usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi boot_prefixes=/ /boot/ boot_scripts=boot.scr.uimg boot.scr boot_script_dhcp=boot.scr.uimg boot_targets=host1 host0 boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done bootcmd_host1=setenv devnum 1; run host_boot bootcmd_host0=setenv devnum 0; run host_boot distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done bootm_size=0x10000000 kernel_addr_r=0x1000000 fdt_addr_r=0xc00000 ramdisk_addr_r=0x2000000 scriptaddr=0x1000 pxefile_addr_r=0x2000
U-Boot 2017.07-tld-1 (Nov 01 2017 - 00:58:19 -0700) HP Thin Client T5325 SoC: Kirkwood 88F6281_A0 SPI: ready DRAM: 512 MiB WARNING: Caches not enabled MMC: SF: Detected mx25l8005 with page size 256 Bytes, erase size 64 KiB, total 1 MiB In: serial Out: serial Err: serial Net: egiga0 88E3016 Initialized on egiga0 Hit any key to stop autoboot: 0 T5325> T5325> printenv arcNumber=2097 bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb device=0:1 devices=usb ide mmc disks=0 1 2 3 dtb_file=/boot/dts/kirkwood-pogo_e02.dtb ethact=egiga0 ethaddr=52:3b:20:9c:11:51 if_netconsole=ping $serverip ipaddr=192.168.0.231 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_dtb_addr=0x1c00000 load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_initrd_addr=0x1100000 load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage load_uimage_addr=0x800000 machid=0x831 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) partition=nand0,2 preboot_nc=run if_netconsole start_netconsole scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done serverip=192.168.0.220 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi usb_ready_retry=15 Environment size: 2860/65532 bytes T5325>
T5325> setenv arcNumber '2846' T5325> setenv devices 'usb' T5325> setenv dtb_file '/boot/dts/kirkwood-t5325.dtb' T5325> setenv mtdids T5325> setenv partition T5325> setenv machid T5325> saveenv Saving Environment to SPI Flash... SF: Detected mx25l8005 with page size 256 Bytes, erase size 64 KiB, total 1 MiB Erasing SPI flash...Writing to SPI flash...done
T5325> boot starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 15630336 39b6d3e8-01 83 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 692 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 4158144 bytes read in 949 ms (4.2 MiB/s) loading uInitrd ... 8108823 bytes read in 1037 ms (7.5 MiB/s) loading DTB /boot/dts/kirkwood-t5325.dtb ... 11517 bytes read in 3275 ms (2.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.18.4-kirkwood-tld-1 Created: 2033-09-06 7:09:51 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4158080 Bytes = 4 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-4.18.4-kirkwood-tld-1 Created: 2033-09-06 7:10:15 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 8108759 Bytes = 7.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 0f844000, end 0ffffad7 ... OK Loading Device Tree to 0f83e000, end 0f843cfc ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.18.4-kirkwood-tld-1 (root@tldDebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 PREEMPT Fri Aug 24 22:13:40 PDT 2018 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] OF: fdt: Machine model: HP t5325 Thin Client [ 0.000000] Memory policy: Data cache writeback [ 0.000000] random: get_random_bytes called from start_kernel+0x78/0x4e8 with crng_init=0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 498396K/524288K available (8192K kernel code, 799K rwdata, 2148K rodata, 1024K init, 279K bss, 25892K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB) [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB) [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 800 kB) [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 280 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Tasks RCU enabled. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000010] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000046] Switching to timer-based delay loop, resolution 5ns [ 0.000614] Console: colour dummy device 80x30 [ 0.000657] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000684] pid_max: default: 32768 minimum: 301 [ 0.001018] Security Framework initialized [ 0.001171] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001195] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.002259] CPU: Testing write buffer coherency: ok [ 0.003715] Setting up static identity map for 0x100000 - 0x100058 [ 0.003989] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x2 [ 0.004239] Hierarchical SRCU implementation. [ 0.007737] devtmpfs: initialized [ 0.012313] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.012343] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.012653] prandom: seed boundary self test passed [ 0.016838] prandom: 100 self tests passed [ 0.016852] pinctrl core: initialized pinctrl subsystem [ 0.018151] NET: Registered protocol family 16 [ 0.018643] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.019366] audit: initializing netlink subsys (disabled) [ 0.019697] audit: type=2000 audit(0.010:1): state=initialized audit_enabled=0 res=1 [ 0.020992] cpuidle: using governor ladder [ 0.021092] cpuidle: using governor menu [ 0.021575] Feroceon L2: Enabling L2 [ 0.021623] Feroceon L2: Cache support initialised. [ 0.021986] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set [ 0.027424] No ATAGs? [ 0.036098] vgaarb: loaded [ 0.036453] SCSI subsystem initialized [ 0.036899] usbcore: registered new interface driver usbfs [ 0.036960] usbcore: registered new interface driver hub [ 0.037018] usbcore: registered new device driver usb [ 0.037159] pps_core: LinuxPPS API ver. 1 registered [ 0.037169] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.037196] PTP clock support registered [ 0.038141] clocksource: Switched to clocksource orion_clocksource [ 0.145774] VFS: Disk quotas dquot_6.6.0 [ 0.145864] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.155062] NET: Registered protocol family 2 [ 0.155815] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes) [ 0.155848] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.155904] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.155956] TCP: Hash tables configured (established 4096 bind 4096) [ 0.156054] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.156080] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.156270] NET: Registered protocol family 1 [ 0.156877] RPC: Registered named UNIX socket transport module. [ 0.156891] RPC: Registered udp transport module. [ 0.156898] RPC: Registered tcp transport module. [ 0.156906] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.157154] Unpacking initramfs... [ 0.879649] Freeing initrd memory: 7920K [ 0.879803] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.880911] Initialise system trusted keyrings [ 0.880964] Key type blacklist registered [ 0.881167] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.881278] zbud: loaded [ 0.882269] NFS: Registering the id_resolver key type [ 0.882299] Key type id_resolver registered [ 0.882309] Key type id_legacy registered [ 0.882329] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.882339] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.882631] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 0.882844] fuse init (API version 7.27) [ 0.883211] orangefs_debugfs_init: called with debug mask: :none: :0: [ 0.883402] orangefs_init: module version upstream loaded [ 0.883414] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled [ 2.558149] random: fast init done [ 6.811937] Key type asymmetric registered [ 6.811954] Asymmetric key parser 'x509' registered [ 6.812027] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 6.812040] io scheduler noop registered [ 6.812050] io scheduler deadline registered [ 6.812150] io scheduler cfq registered (default) [ 6.813590] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 6.815551] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 6.815573] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] [ 6.815588] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 6.815602] pci_bus 0000:00: root bus resource [bus 00-ff] [ 6.816987] PCI: bus0: Fast back to back transfers disabled [ 6.817015] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 6.817296] pci 0000:01:00.0: enabling Extended Tags [ 6.817527] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 6.839268] PCI: bus1: Fast back to back transfers disabled [ 6.839344] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe5ffffff] [ 6.839361] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 6.839382] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe3ffffff pref] [ 6.839403] pci 0000:01:00.0: BAR 1: assigned [mem 0xe4000000-0xe403ffff] [ 6.839422] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x1007f] [ 6.839439] pci 0000:00:01.0: PCI bridge to [bus 01] [ 6.839453] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 6.839471] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe5ffffff] [ 6.839580] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 6.840176] mv_xor f1060800.xor: Marvell shared XOR driver [ 6.898949] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 6.899172] mv_xor f1060900.xor: Marvell shared XOR driver [ 6.958933] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 6.959374] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 6.960618] console [ttyS0] disabled [ 6.960689] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 7.715498] console [ttyS0] enabled [ 7.725940] loop: module loaded [ 7.729699] sata_mv f1080000.sata: slots 32 ports 2 [ 7.737232] scsi host0: sata_mv [ 7.740879] scsi host1: sata_mv [ 7.744214] ata1: SATA max UDMA/133 irq 35 [ 7.748384] ata2: SATA max UDMA/133 irq 35 [ 7.753986] m25p80 spi0.0: found mx25l8005, expected m25p80 [ 7.759659] m25p80 spi0.0: mx25l8005 (1024 Kbytes) [ 7.764526] 5 fixed-partitions partitions found on MTD device spi0.0 [ 7.770940] Creating 5 MTD partitions on "spi0.0": [ 7.775765] 0x000000000000-0x000000080000 : "u-boot" [ 7.781732] 0x000000080000-0x0000000c0000 : "SSD firmware" [ 7.788196] 0x0000000c0000-0x0000000d0000 : "u-boot env" [ 7.794412] 0x0000000d0000-0x0000000e0000 : "permanent u-boot env" [ 7.801539] 0x0000000d0000-0x0000000e0000 : "permanent u-boot env" [ 7.809706] libphy: Fixed MDIO Bus: probed [ 7.814556] libphy: orion_mdio_bus: probed [ 7.823881] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 7.832055] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 7.841003] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.847600] ehci-pci: EHCI PCI platform driver [ 7.852219] ehci-orion: EHCI orion driver [ 7.856446] orion-ehci f1050000.ehci: EHCI Host Controller [ 7.862047] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 7.869954] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000 [ 7.898172] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 7.904466] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18 [ 7.912808] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.920085] usb usb1: Product: EHCI Host Controller [ 7.924991] usb usb1: Manufacturer: Linux 4.18.4-kirkwood-tld-1 ehci_hcd [ 7.931743] usb usb1: SerialNumber: f1050000.ehci [ 7.937051] hub 1-0:1.0: USB hub found [ 7.940920] hub 1-0:1.0: 1 port detected [ 7.945533] usbcore: registered new interface driver usb-storage [ 7.951939] mousedev: PS/2 mouse device common for all mice [ 7.958047] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0 [ 7.965187] i2c /dev entries driver [ 7.970764] hidraw: raw HID events driver (C) Jiri Kosina [ 7.976577] drop_monitor: Initializing network drop monitor service [ 7.983256] NET: Registered protocol family 17 [ 7.987808] Key type dns_resolver registered [ 7.992904] registered taskstats version 1 [ 7.997024] Loading compiled-in X.509 certificates [ 8.001961] zswap: loaded using pool lzo/zbud [ 8.028834] Key type big_key registered [ 8.042745] Key type encrypted registered [ 8.048891] rtc-mv f1010300.rtc: setting system clock to 2033-09-10 08:29:02 UTC (2009953742) [ 8.248185] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300) [ 8.256799] ata1.00: ATA-7: SM224, I0521, max UDMA/133 [ 8.261997] ata1.00: 949536 sectors, multi 0: LBA [ 8.269249] ata1.00: configured for UDMA/133 [ 8.284044] scsi 0:0:0:0: Direct-Access ATA SM224 1 PQ: 0 ANSI: 5 [ 8.293189] sd 0:0:0:0: [sda] 949536 512-byte logical blocks: (486 MB/464 MiB) [ 8.301016] sd 0:0:0:0: [sda] Write Protect is off [ 8.306009] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 8.315244] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 8.323788] sda: sda1 [ 8.327542] sd 0:0:0:0: [sda] Attached SCSI disk [ 8.518720] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= 0.00 [ 8.526979] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 8.534877] hub 1-1:1.0: USB hub found [ 8.538834] hub 1-1:1.0: 4 ports detected [ 8.629039] ata2: SATA link down (SStatus 0 SControl F300) [ 8.647540] Freeing unused kernel memory: 1024K [ 8.652989] Checked W+X mappings: passed, no W+X pages found Loading, please wait... starting version 232 [ 8.761237] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 8.775646] random: udevadm: uninitialized urandom read (16 bytes read) [ 8.783160] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 8.868245] usb 1-1.4: new high-speed USB device number 3 using orion-ehci [ 9.039347] usb 1-1.4: New USB device found, idVendor=0781, idProduct=5530, bcdDevice= 1.26 [ 9.047767] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 9.068307] usb 1-1.4: Product: Cruzer [ 9.072098] usb 1-1.4: Manufacturer: SanDisk [ 9.076390] usb 1-1.4: SerialNumber: 20060775210A3B80C5B2 [ 9.097949] usb-storage 1-1.4:1.0: USB Mass Storage device detected [ 9.114267] scsi host2: usb-storage 1-1.4:1.0 [ 9.607595] usbcore: registered new interface driver uas Begin: Loading essential drivers ... done. [ 10.169691] scsi 2:0:0:0: Direct-Access SanDisk Cruzer 1.26 PQ: 0 ANSI: 5 [ 10.184652] sd 2:0:0:0: [sdb] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB) [ 10.201154] sd 2:0:0:0: [sdb] Write Protect is off [ 10.208250] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 10.230997] sdb: sdb1 [ 10.241136] sd 2:0:0:0: [sdb] Attached SCSI removable disk Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Will now check root file system ... fsck from util-linux 2.29.2 [/sbin/fsck.ext3 (1) -- /dev/sdb1] fsck.ext3 -a -C0 /dev/sdb1 rootfs: clean, 17253/488640 files, 224181/1953792 blocks done. [ 19.866551] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem [ 19.886006] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. INIT: version 2.88 booting [info] Using makefile-style concurrent boot in runlevel S. [ ok ] Setting hostname to 'debian'...done. [....] Starting the hotplug events dispatcher: systemd-udevdstarting version 232 . ok [....] Synthesizing the initial hotplug events...[ 22.011589] input: gpio_keys as /devices/platform/gpio_keys/input/input0 [ ok done. [....] Waiting for /dev to be fully populated...[ 22.236329] xgifb: module is from the staging directory, the quality is unknown, you have been warned. [ 22.304484] xgifb 0000:01:00.0: Relocate IO address: 10000 [00010030] [ 22.389531] xgifb 0000:01:00.0: enabling device (0140 -> 0143) [ 22.395404] xgifb 0000:01:00.0: chipid = 32 [ 22.463653] xgifb: SR14=51 DramSzie 2000000 ChannelNum 1 [ 22.484916] xgifb 0000:01:00.0: Framebuffer at 0xe0000000, mapped to 0x(ptrval), size 32768k [ 22.498750] orion_wdt: Initial timeout 21 sec [ 22.567544] marvell-cesa f1030000.crypto: CESA device successfully registered [ 22.579385] xgifb 0000:01:00.0: MMIO at 0xe4000000, mapped to 0x(ptrval), size 256k [ 22.643635] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 22.686849] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 22.702182] xgifb 0000:01:00.0: No or unknown bridge type detected [ 22.727633] xgifb: Default mode is 800x600x16 (60Hz) [ 22.791375] Console: switching to colour frame buffer device 100x37 [ 22.930105] random: crng init done [ 22.930113] random: 7 urandom warning(s) missed due to ratelimiting done. [ ok ] Activating swap:. [ 24.103558] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro [ ok ] Will now activate lvm and md swap:done. [info] Will now check all file systems. fsck from util-linux 2.29.2 Checking all file systems. LABEL=rootfs is mounted [ ok ] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable.. [ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done. [ ok . [ ok ] Will now mount local filesystems:. [ ok ] Will now activate swapfile swap:done. [ ok ] Checking minimum space in /tmp...done. [ ok ] Cleaning up temporary files.... [ ok ] Setting kernel variables...done. [ ok ] Initializing random number generator...done. [ 26.938043] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.5 Copyright 2004-2016 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/52:3b:20:9c:11:51 Sending on LPF/eth0/52:3b:20:9c:11:51 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 No DHCPOFFERS received. No working leases in persistent database - sleeping. done. [ 88.404013] NET: Registered protocol family 10 [ 88.411486] Segment Routing with IPv6 [ ok ] Starting RPC port mapper daemon: rpcbind. [ ok ] Starting NFS common utilities: statd idmapd. [ ok ] Cleaning up temporary files.... INIT: Entering runlevel: 2 [info] Using makefile-style concurrent boot in runlevel 2. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1284 (syslogd) . ok [ ok ] Starting system message bus: dbus. [ ok ] Starting NFS common utilities: statd idmapd. [ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. [warn] Not starting NFS kernel daemon: no exports. ... (warning). [ ok ] Starting NTP server: ntpd. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1287 (klogd) . ok [ ok ] Starting OpenBSD Secure Shell server: sshd. [ ok ] Running local boot scripts (/etc/rc.local). Debian GNU/Linux 9 debian ttyS0 debian login:
Re: HP 5325 ethernet stopped working October 29, 2018 05:42PM |
Admin Registered: 12 years ago Posts: 17,933 |
[ 7.823881] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 7.832055] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 ... [ 26.938043] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
Re: HP 5325 ethernet stopped working October 29, 2018 06:01PM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working October 29, 2018 06:03PM |
Registered: 5 years ago Posts: 180 |
[51046.970755] lantiq,xrx200-net 1e108000.eth eth0: port 1 lost link [51053.114620] lantiq,xrx200-net 1e108000.eth eth0: port 1 got link [52101.664636] lantiq,xrx200-net 1e108000.eth eth0: port 1 lost link [52105.759848] lantiq,xrx200-net 1e108000.eth eth0: port 1 got link [54811.099124] lantiq,xrx200-net 1e108000.eth eth0: port 1 lost link [54817.243665] lantiq,xrx200-net 1e108000.eth eth0: port 1 got link [55105.011916] lantiq,xrx200-net 1e108000.eth eth0: port 1 lost link [55109.107381] lantiq,xrx200-net 1e108000.eth eth0: port 1 got link
Mon Oct 29 22:53:17 2018 kern.info kernel: [55105.011916] lantiq,xrx200-net 1e108000.eth eth0: port 1 lost link Mon Oct 29 22:53:21 2018 kern.info kernel: [55109.107381] lantiq,xrx200-net 1e108000.eth eth0: port 1 got link
Re: HP 5325 ethernet stopped working October 29, 2018 06:16PM |
Admin Registered: 12 years ago Posts: 17,933 |
[ 8.048891] rtc-mv f1010300.rtc: setting system clock to 2033-09-10 08:29:02 UTC (2009953742)
Re: HP 5325 ethernet stopped working October 29, 2018 06:44PM |
Registered: 5 years ago Posts: 180 |
Re: HP 5325 ethernet stopped working October 29, 2018 07:14PM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working October 30, 2018 04:53AM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working October 30, 2018 07:01AM |
Registered: 6 years ago Posts: 57 |
Re: HP 5325 ethernet stopped working October 30, 2018 03:21PM |
Registered: 5 years ago Posts: 180 |
root@HP5325:~# cat /etc/network/interfaces auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.1.225 netmask 255.255.255.0 gateway 192.168.1.1
root@HP5325:~# [ 333.527546] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down [ 340.088454] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled root@HP5325:~#
Tue Oct 30 20:05:17 2018 kern.info kernel: [131423.838985] lantiq,xrx200-net 1e108000.eth eth0: port 1 lost link Tue Oct 30 20:05:23 2018 kern.info kernel: [131428.959006] lantiq,xrx200-net 1e108000.eth eth0: port 1 got link
Re: HP 5325 ethernet stopped working October 30, 2018 06:43PM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working October 30, 2018 07:04PM |
Registered: 5 years ago Posts: 180 |
Re: HP 5325 ethernet stopped working October 31, 2018 07:25AM |
Registered: 9 years ago Posts: 1,037 |
Re: HP 5325 ethernet stopped working November 01, 2018 02:28AM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working November 01, 2018 05:32PM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working November 01, 2018 06:03PM |
Registered: 8 years ago Posts: 408 |
Re: HP 5325 ethernet stopped working November 01, 2018 06:28PM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working November 02, 2018 06:42AM |
Registered: 6 years ago Posts: 57 |
U-Boot 2017.07-tld-1 (Nov 01 2017 - 00:58:19 -0700) HP Thin Client T5325 SoC: Kirkwood 88F6281_A1 SPI: ready DRAM: 512 MiB WARNING: Caches not enabled MMC: SF: Detected sst25vf080b with page size 256 Bytes, erase size 64 KiB, total 1 MiB In: serial Out: serial Err: serial Net: egiga0 88E3016 Initialized on egiga0 Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Reset IDE: Bus 0: OK Bus 1: not available Device 0: Model: SM22 Firm: I052 Ser#: (03)5526888-20080228 Type: Hard Disk Capacity: 463.6 MB = 0.4 GB (949536 x 512) Unknown command 'mmc' - try 'help' Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 15661056 65be026c-01 83 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** Partition Map for IDE device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 63 949473 00000000-01 83 Boot Unknown command 'mmc' - try 'help' running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 692 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 3821592 bytes read in 943 ms (3.9 MiB/s) loading uInitrd ... 7245696 bytes read in 965 ms (7.2 MiB/s) loading DTB /boot/dts/kirkwood-t5325.dtb ... 11919 bytes read in 3275 ms (2.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.12.1-kirkwood-tld-1 Created: 2017-07-20 8:11:24 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3821528 Bytes = 3.6 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-4.12.1-kirkwood-tld-1 Created: 2017-07-24 0:18:23 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7245632 Bytes = 6.9 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 0f917000, end 0fffff40 ... OK Loading Device Tree to 0f911000, end 0f916e8e ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.12.1-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Sat Jul 15 21:40:50 PDT 2017 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] OF: fdt: Machine model: HP t5325 Thin Client [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi0.0:512K(uboot),256K(sdd_firmware),64K(uboot_env),64K(permanent_uboot_env),64K(hp_env) [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 499272K/524288K available (8192K kernel code, 716K rwdata, 1972K rodata, 1024K init, 288K bss, 25016K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc0900000 (9184 kB) [ 0.000000] .init : 0xc0c00000 - 0xc0d00000 (1024 kB) [ 0.000000] .data : 0xc0d00000 - 0xc0db3274 ( 717 kB) [ 0.000000] .bss : 0xc0db9b9c - 0xc0e01e60 ( 289 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000008] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000043] Switching to timer-based delay loop, resolution 5ns [ 0.000512] Console: colour dummy device 80x30 [ 0.000546] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000567] pid_max: default: 32768 minimum: 301 [ 0.000768] Security Framework initialized [ 0.000890] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000909] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001753] CPU: Testing write buffer coherency: ok [ 0.002748] Setting up static identity map for 0x100000 - 0x100058 [ 0.003009] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.006267] devtmpfs: initialized [ 0.010529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.010556] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.010944] prandom: seed boundary self test passed [ 0.014680] prandom: 100 self tests passed [ 0.014692] pinctrl core: initialized pinctrl subsystem [ 0.015833] NET: Registered protocol family 16 [ 0.016302] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.017876] cpuidle: using governor ladder [ 0.017945] cpuidle: using governor menu [ 0.018374] Feroceon L2: Enabling L2 [ 0.018420] Feroceon L2: Cache support initialised. [ 0.018773] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set [ 0.024471] No ATAGs? [ 0.033865] vgaarb: loaded [ 0.034178] SCSI subsystem initialized [ 0.034656] usbcore: registered new interface driver usbfs [ 0.034740] usbcore: registered new interface driver hub [ 0.034821] usbcore: registered new device driver usb [ 0.035934] clocksource: Switched to clocksource orion_clocksource [ 0.124694] VFS: Disk quotas dquot_6.6.0 [ 0.124770] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.135282] NET: Registered protocol family 2 [ 0.136058] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.136119] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.136172] TCP: Hash tables configured (established 4096 bind 4096) [ 0.136260] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.136284] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.136461] NET: Registered protocol family 1 [ 0.136870] RPC: Registered named UNIX socket transport module. [ 0.136883] RPC: Registered udp transport module. [ 0.136890] RPC: Registered tcp transport module. [ 0.136897] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.137131] Unpacking initramfs... [ 0.791364] Freeing initrd memory: 7076K [ 0.791502] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.792471] audit: initializing netlink subsys (disabled) [ 0.792943] Initialise system trusted keyrings [ 0.792990] Key type blacklist registered [ 0.793079] audit: type=2000 audit(0.786:1): state=initialized audit_enabled=0 res=1 [ 0.793175] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.793243] zbud: loaded [ 0.794198] NFS: Registering the id_resolver key type [ 0.794223] Key type id_resolver registered [ 0.794232] Key type id_legacy registered [ 0.794250] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.794260] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.794458] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 0.794655] fuse init (API version 7.26) [ 0.794985] orangefs_debugfs_init: called with debug mask: :none: :0: [ 0.795190] orangefs_init: module version upstream loaded [ 0.795201] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 2.555945] random: fast init done [ 6.639573] Key type asymmetric registered [ 6.639589] Asymmetric key parser 'x509' registered [ 6.639653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 6.639664] io scheduler noop registered [ 6.639673] io scheduler deadline registered [ 6.639748] io scheduler cfq registered (default) [ 6.641084] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 6.642951] mvebu-pcie mbus@f1000000:pcie-controller@82000000: PCI host bridge to bus 0000:00 [ 6.642972] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] [ 6.642985] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 6.642999] pci_bus 0000:00: root bus resource [bus 00-ff] [ 6.643325] PCI: bus0: Fast back to back transfers disabled [ 6.643349] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 6.643867] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 6.666011] PCI: bus1: Fast back to back transfers disabled [ 6.666122] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe5ffffff] [ 6.666138] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 6.666157] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe3ffffff pref] [ 6.666175] pci 0000:01:00.0: BAR 1: assigned [mem 0xe4000000-0xe403ffff] [ 6.666192] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x1007f] [ 6.666208] pci 0000:00:01.0: PCI bridge to [bus 01] [ 6.666220] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 6.666237] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe5ffffff] [ 6.666331] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 6.666872] mv_xor f1060800.xor: Marvell shared XOR driver [ 6.726676] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr ) [ 6.726900] mv_xor f1060900.xor: Marvell shared XOR driver [ 6.786666] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr ) [ 6.787090] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 6.788429] console [ttyS0] disabled [ 6.788494] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 7.504714] console [ttyS0] enabled [ 7.516686] loop: module loaded [ 7.520416] sata_mv f1080000.sata: slots 32 ports 2 [ 7.528157] scsi host0: sata_mv [ 7.531743] scsi host1: sata_mv [ 7.535147] ata1: SATA max UDMA/133 irq 35 [ 7.539316] ata2: SATA max UDMA/133 irq 35 [ 7.544998] m25p80 spi0.0: found sst25vf080b, expected m25p80 [ 7.550908] m25p80 spi0.0: sst25vf080b (1024 Kbytes) [ 7.555914] 5 cmdlinepart partitions found on MTD device spi0.0 [ 7.561887] Creating 5 MTD partitions on "spi0.0": [ 7.566725] 0x000000000000-0x000000080000 : "uboot" [ 7.572960] 0x000000080000-0x0000000c0000 : "sdd_firmware" [ 7.579824] 0x0000000c0000-0x0000000d0000 : "uboot_env" [ 7.586398] 0x0000000d0000-0x0000000e0000 : "permanent_uboot_env" [ 7.593573] 0x0000000e0000-0x0000000f0000 : "hp_env" [ 7.600805] libphy: Fixed MDIO Bus: probed [ 7.605709] libphy: orion_mdio_bus: probed [ 7.614736] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 7.622944] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 7.631875] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.638540] ehci-pci: EHCI PCI platform driver [ 7.643065] ehci-orion: EHCI orion driver [ 7.647343] orion-ehci f1050000.ehci: EHCI Host Controller [ 7.652882] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 7.660795] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000 [ 7.695969] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 7.702278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 7.709133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.716411] usb usb1: Product: EHCI Host Controller [ 7.721309] usb usb1: Manufacturer: Linux 4.12.1-kirkwood-tld-1 ehci_hcd [ 7.728061] usb usb1: SerialNumber: f1050000.ehci [ 7.733486] hub 1-0:1.0: USB hub found [ 7.737345] hub 1-0:1.0: 1 port detected [ 7.741954] usbcore: registered new interface driver usb-storage [ 7.748387] mousedev: PS/2 mouse device common for all mice [ 7.754585] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0 [ 7.761735] i2c /dev entries driver [ 7.767436] hidraw: raw HID events driver (C) Jiri Kosina [ 7.773276] drop_monitor: Initializing network drop monitor service [ 7.779881] NET: Registered protocol family 17 [ 7.784417] Key type dns_resolver registered [ 7.789506] registered taskstats version 1 [ 7.793623] Loading compiled-in X.509 certificates [ 7.798557] zswap: loaded using pool lzo/zbud [ 7.812956] Key type big_key registered [ 7.826415] Key type encrypted registered [ 7.831827] rtc-mv f1010300.rtc: setting system clock to 2018-11-02 11:03:46 UTC (1541156626) [ 8.035977] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300) [ 8.044585] ata1.00: ATA-7: SM224, I0521, max UDMA/133 [ 8.049776] ata1.00: 949536 sectors, multi 0: LBA [ 8.057025] ata1.00: configured for UDMA/133 [ 8.071880] scsi 0:0:0:0: Direct-Access ATA SM224 1 PQ: 0 ANSI: 5 [ 8.081109] sd 0:0:0:0: [sda] 949536 512-byte logical blocks: (486 MB/464 MiB) [ 8.089021] sd 0:0:0:0: [sda] Write Protect is off [ 8.094000] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 8.103231] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 8.111631] sda: sda1 [ 8.115411] sd 0:0:0:0: [sda] Attached SCSI disk [ 8.296437] usb 1-1: New USB device found, idVendor=0424, idProduct=2514 [ 8.303184] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 8.311127] hub 1-1:1.0: USB hub found [ 8.315056] hub 1-1:1.0: 4 ports detected [ 8.420545] ata2: SATA link down (SStatus 0 SControl F300) [ 8.439178] Freeing unused kernel memory: 1024K Loading, please wait... starting version 232 [ 8.636026] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 8.808314] usb 1-1.2: New USB device found, idVendor=090c, idProduct=1000 [ 8.815248] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 8.836027] usb 1-1.2: Product: Flash Disk [ 8.840162] usb 1-1.2: Manufacturer: USB [ 8.844105] usb 1-1.2: SerialNumber: FBI1310041617702 [ 8.863453] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 8.879795] scsi host2: usb-storage 1-1.2:1.0 [ 9.295900] usbcore: registered new interface driver uas Begin: Loading essential drivers ... done. [ 10.421529] scsi 2:0:0:0: Direct-Access USB Flash Disk 1100 PQ: 0 ANSI: 4 [ 10.435251] sd 2:0:0:0: [sdb] 15663104 512-byte logical blocks: (8.02 GB/7.47 GiB) [ 10.449752] sd 2:0:0:0: [sdb] Write Protect is off [ 10.460007] sd 2:0:0:0: [sdb] No Caching mode page found [ 10.465389] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 10.483958] sdb: sdb1 [ 10.492483] sd 2:0:0:0: [sdb] Attached SCSI removable disk Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Warning: fsck not present, so skipping root file system [ 19.416512] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem [ 19.434968] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. INIT: version 2.88 booting [info] Using makefile-style concurrent boot in runlevel S. [ ok ] Setting hostname to 'debian'...done. [....] Starting the hotplug events dispatcher: systemd-udevdstarting version 232 . ok [....] Synthesizing the initial hotplug events...[ 21.463436] input: gpio_keys as /devices/platform/gpio_keys/input/input0 [ ok done. [....] Waiting for /dev to be fully populated...[ 21.727525] xgifb: module is from the staging directory, the quality is unknown, you have been warned. [ 21.844028] xgifb 0000:01:00.0: Relocate IO address: 10000 [00010030] [ 21.877431] orion_wdt: Initial timeout 21 sec [ 21.930368] xgifb 0000:01:00.0: enabling device (0140 -> 0143) [ 21.977197] xgifb 0000:01:00.0: chipid = 32 [ 22.023843] marvell-cesa f1030000.crypto: CESA device successfully registered [ 22.077317] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 22.080308] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 22.211257] xgifb: SR14=51 DramSzie 2000000 ChannelNum 1 [ 22.258752] xgifb 0000:01:00.0: Framebuffer at 0xe0000000, mapped to 0xe1000000, size 32768k [ 22.300404] asoc-simple-card sound: alc5621-hifi <-> i2s mapping ok [ 22.389003] xgifb 0000:01:00.0: MMIO at 0xe4000000, mapped to 0xe0f40000, size 256k [ 22.448342] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [ 22.482622] random: crng init done [ 22.507672] xgifb 0000:01:00.0: No or unknown bridge type detected [ 22.513928] xgifb: Default mode is 800x600x16 (60Hz) done. [ 23.479848] NET: Registered protocol family 10 [ 23.493020] Segment Routing with IPv6 [ ok ] Activating swap:. [ 23.923156] EXT4-fs (sdb1): re-mounted. Opts: (null) [....] Will now check root file system:fsck from util-linux 2.29.2 [/sbin/fsck.ext3 (1) -- /] fsck.ext3 -y -C0 /dev/sdb1 e2fsck 1.43.4 (31-Jan-2017) rootfs: clean, 14454/489600 files, 171827/1957632 blocks . ok [ 24.193909] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro [ ok ] Will now activate lvm and md swap:done. [info] Will now check all file systems. fsck from util-linux 2.29.2 Checking all file systems. LABEL=rootfs is mounted [ ok ] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable.. [ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done. [ ok . [ ok ] Will now mount local filesystems:. [ ok ] Will now activate swapfile swap:done. [ ok ] Checking minimum space in /tmp...done. [ ok ] Cleaning up temporary files.... [ ok ] Setting kernel variables...done. [ ok ] Initializing random number generator...done. [....] Configuring network interfaces...ifup: waiting for lock on /run/network/ifstate.eth0 ifup: interface eth0 already configured done. [ ok ] Starting RPC port mapper daemon: rpcbind. [ ok ] Starting NFS common utilities: statd idmapd. [ ok ] Cleaning up temporary files.... INIT: Entering runlevel: 2 [info] Using makefile-style concurrent boot in runlevel 2. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1324 (syslogd) . ok [ ok ] Starting system message bus: dbus. [ ok ] Starting NFS common utilities: statd idmapd. [ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. [warn] Not starting NFS kernel daemon: no exports. ... (warning). [ ok ] Starting NTP server: ntpd. [ ok ] Starting OpenBSD Secure Shell server: sshd. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1323 (klogd) . ok [ ok ] Running local boot scripts (/etc/rc.local). Debian GNU/Linux 9 debian ttyS0 debian login:
root@debian:~# ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data. From 192.168.1.22 icmp_seq=18 Destination Host Unreachable From 192.168.1.22 icmp_seq=19 Destination Host Unreachable From 192.168.1.22 icmp_seq=20 Destination Host Unreachable ^C
root@debian:~# cat /etc/network/interfaces auto lo eth0 iface lo inet loopback #allow-hotplug eth0 iface eth0 inet static address 192.168.1.22 netmask 255.255.255.0 gateway 192.168.1.1
root@debian:~# ifconfig -a eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.22 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fdd2:7368:e358:0:503b:20ff:fe9c:1151 prefixlen 64 scopeid 0x0<global> inet6 fe80::503b:20ff:fe9c:1151 prefixlen 64 scopeid 0x20<link> inet6 2601:244:4e00:ef97:503b:20ff:fe9c:1151 prefixlen 64 scopeid 0x0<global> ether 52:3b:20:9c:11:51 txqueuelen 1000 (Ethernet) RX packets 4079 bytes 327499 (319.8 KiB) RX errors 0 dropped 4 overruns 0 frame 0 TX packets 302 bytes 26044 (25.4 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 38 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 40 bytes 3752 (3.6 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 40 bytes 3752 (3.6 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Re: HP 5325 ethernet stopped working November 02, 2018 04:37PM |
Admin Registered: 12 years ago Posts: 17,933 |
date ifdown eth0 ifup eth0
dmesg -T| tail -20 ping 192.168.1.1
Re: HP 5325 ethernet stopped working November 02, 2018 04:50PM |
Registered: 5 years ago Posts: 180 |
Re: HP 5325 ethernet stopped working November 02, 2018 04:57PM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working November 02, 2018 05:02PM |
Registered: 6 years ago Posts: 57 |
U-Boot 2017.07-tld-1 (Nov 01 2017 - 00:58:19 -0700) HP Thin Client T5325 SoC: Kirkwood 88F6281_A1 SPI: ready DRAM: 512 MiB WARNING: Caches not enabled MMC: SF: Detected sst25vf080b with page size 256 Bytes, erase size 64 KiB, total 1 MiB In: serial Out: serial Err: serial Net: egiga0 88E3016 Initialized on egiga0 Hit any key to stop autoboot: 0 T5325> date Date: 2018-11-02 (Friday) Time: 21:51:10Debian
root@debian:~# date Fri Nov 2 16:54:56 CDT 2018 root@debian:~# ifdown eth0 root@debian:~# ifup eth0 [ 185.125322] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 186.818664] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [ 186.828507] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
root@debian:~# date Fri Nov 2 16:56:11 CDT 2018 root@debian:~# dmesg -T | tail -20 [Fri Nov 2 16:52:29 2018] orion_wdt: Initial timeout 21 sec [Fri Nov 2 16:52:29 2018] marvell-cesa f1030000.crypto: CESA device successfully registered [Fri Nov 2 16:52:30 2018] xgifb 0000:01:00.0: chipid = 32 [Fri Nov 2 16:52:30 2018] sd 0:0:0:0: Attached scsi generic sg0 type 0 [Fri Nov 2 16:52:30 2018] sd 2:0:0:0: Attached scsi generic sg1 type 0 [Fri Nov 2 16:52:30 2018] xgifb: SR14=51 DramSzie 2000000 ChannelNum 1 [Fri Nov 2 16:52:30 2018] xgifb 0000:01:00.0: Framebuffer at 0xe0000000, mapped to 0xe1000000, size 32768k [Fri Nov 2 16:52:30 2018] asoc-simple-card sound: alc5621-hifi <-> i2s mapping ok [Fri Nov 2 16:52:30 2018] xgifb 0000:01:00.0: MMIO at 0xe4000000, mapped to 0xe0f40000, size 256k [Fri Nov 2 16:52:30 2018] xgifb 0000:01:00.0: No or unknown bridge type detected [Fri Nov 2 16:52:30 2018] xgifb: Default mode is 800x600x16 (60Hz) [Fri Nov 2 16:52:30 2018] random: crng init done [Fri Nov 2 16:52:31 2018] EXT4-fs (sdb1): re-mounted. Opts: (null) [Fri Nov 2 16:52:31 2018] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro [Fri Nov 2 16:52:34 2018] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [Fri Nov 2 16:52:34 2018] NET: Registered protocol family 10 [Fri Nov 2 16:52:34 2018] Segment Routing with IPv6 [Fri Nov 2 16:55:13 2018] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [Fri Nov 2 16:55:14 2018] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [Fri Nov 2 16:55:14 2018] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
root@debian:~# ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data. From 192.168.1.22 icmp_seq=1 Destination Host Unreachable From 192.168.1.22 icmp_seq=2 Destination Host Unreachable From 192.168.1.22 icmp_seq=3 Destination Host Unreachable From 192.168.1.22 icmp_seq=4 Destination Host Unreachable From 192.168.1.22 icmp_seq=5 Destination Host Unreachable From 192.168.1.22 icmp_seq=6 Destination Host Unreachable From 192.168.1.22 icmp_seq=7 Destination Host Unreachable From 192.168.1.22 icmp_seq=8 Destination Host Unreachable From 192.168.1.22 icmp_seq=9 Destination Host Unreachable From 192.168.1.22 icmp_seq=10 Destination Host Unreachable From 192.168.1.22 icmp_seq=11 Destination Host Unreachable From 192.168.1.22 icmp_seq=12 Destination Host Unreachable From 192.168.1.22 icmp_seq=13 Destination Host Unreachable From 192.168.1.22 icmp_seq=14 Destination Host Unreachable From 192.168.1.22 icmp_seq=15 Destination Host Unreachable From 192.168.1.22 icmp_seq=16 Destination Host Unreachable From 192.168.1.22 icmp_seq=17 Destination Host Unreachable
Re: HP 5325 ethernet stopped working November 02, 2018 05:05PM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working November 02, 2018 05:13PM |
Admin Registered: 12 years ago Posts: 17,933 |
grep ipv6 /etc/sysctl.d/local.conf
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1
sysctl --system
Re: HP 5325 ethernet stopped working November 02, 2018 05:33PM |
Registered: 6 years ago Posts: 57 |
root@debian:~# cat /etc/sysctl.d/local.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1
root@debian:~# ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data. From 192.168.1.22 icmp_seq=1 Destination Host Unreachable From 192.168.1.22 icmp_seq=2 Destination Host Unreachable From 192.168.1.22 icmp_seq=3 Destination Host Unreachable From 192.168.1.22 icmp_seq=4 Destination Host Unreachable From 192.168.1.22 icmp_seq=5 Destination Host Unreachable From 192.168.1.22 icmp_seq=6 Destination Host Unreachable From 192.168.1.22 icmp_seq=7 Destination Host Unreachable From 192.168.1.22 icmp_seq=8 Destination Host Unreachable From 192.168.1.22 icmp_seq=9 Destination Host Unreachable From 192.168.1.22 icmp_seq=10 Destination Host Unreachable From 192.168.1.22 icmp_seq=11 Destination Host Unreachable From 192.168.1.22 icmp_seq=12 Destination Host Unreachable From 192.168.1.22 icmp_seq=13 Destination Host Unreachable From 192.168.1.22 icmp_seq=14 Destination Host Unreachable From 192.168.1.22 icmp_seq=15 Destination Host Unreachable From 192.168.1.22 icmp_seq=16 Destination Host Unreachable From 192.168.1.22 icmp_seq=17 Destination Host Unreachable From 192.168.1.22 icmp_seq=18 Destination Host Unreachable From 192.168.1.22 icmp_seq=19 Destination Host Unreachable
[ 26.257503] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
[ 26.823718] NET: Registered protocol family 10
[ 26.830913] Segment Routing with IPv6
Re: HP 5325 ethernet stopped working November 02, 2018 05:37PM |
Admin Registered: 12 years ago Posts: 17,933 |
Re: HP 5325 ethernet stopped working November 02, 2018 05:58PM |
Registered: 6 years ago Posts: 57 |
root@debian:~# ifdown eth0 root@debian:~# ifup eth0 [ 156.105361] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 157.693952] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [ 157.703796] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready root@debian:~# dmesg -T | tail -20 [Fri Nov 2 17:53:44 2018] xgifb 0000:01:00.0: enabling device (0140 -> 0143) [Fri Nov 2 17:53:44 2018] marvell-cesa f1030000.crypto: CESA device successfully registered [Fri Nov 2 17:53:45 2018] sd 0:0:0:0: Attached scsi generic sg0 type 0 [Fri Nov 2 17:53:45 2018] sd 2:0:0:0: Attached scsi generic sg1 type 0 [Fri Nov 2 17:53:45 2018] xgifb 0000:01:00.0: chipid = 32 [Fri Nov 2 17:53:45 2018] xgifb: SR14=51 DramSzie 2000000 ChannelNum 1 [Fri Nov 2 17:53:45 2018] asoc-simple-card sound: alc5621-hifi <-> i2s mapping ok [Fri Nov 2 17:53:45 2018] xgifb 0000:01:00.0: Framebuffer at 0xe0000000, mapped to 0xe1000000, size 32768k [Fri Nov 2 17:53:45 2018] xgifb 0000:01:00.0: MMIO at 0xe4000000, mapped to 0xe30c0000, size 256k [Fri Nov 2 17:53:45 2018] xgifb 0000:01:00.0: No or unknown bridge type detected [Fri Nov 2 17:53:45 2018] xgifb: Default mode is 800x600x16 (60Hz) [Fri Nov 2 17:53:45 2018] random: crng init done [Fri Nov 2 17:53:46 2018] EXT4-fs (sdb1): re-mounted. Opts: (null) [Fri Nov 2 17:53:46 2018] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro [Fri Nov 2 17:53:49 2018] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [Fri Nov 2 17:53:50 2018] NET: Registered protocol family 10 [Fri Nov 2 17:53:50 2018] Segment Routing with IPv6 [Fri Nov 2 17:55:59 2018] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [Fri Nov 2 17:56:00 2018] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [Fri Nov 2 17:56:00 2018] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Re: HP 5325 ethernet stopped working November 02, 2018 06:18PM |
Admin Registered: 12 years ago Posts: 17,933 |
[Fri Nov 2 17:55:59 2018] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [Fri Nov 2 17:56:00 2018] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [Fri Nov 2 17:56:00 2018] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready