Re: HP 5325 ethernet stopped working October 25, 2018 06:27PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: HP 5325 ethernet stopped working October 25, 2018 06:30PM |
Registered: 6 years ago Posts: 183 |
Re: HP 5325 ethernet stopped working October 25, 2018 06:30PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: HP 5325 ethernet stopped working October 25, 2018 06:31PM |
Registered: 7 years ago Posts: 57 |
Re: HP 5325 ethernet stopped working October 25, 2018 07:31PM |
Registered: 7 years ago Posts: 57 |
tmp# kwboot -t -B 115200 /dev/ttyUSB1 -b uboot.2016.05-tld-1.t5325.mtd0.kwb -p Sending boot message. Please reboot the target...- Sending boot image... 0 % [......................................................................] 1 % [......................................................................] 3 % [......................................................................] 5 % [......................................................................] 6 % [......................................................................] 8 % [......................................................................] 10 % [......................................................................] 11 % [......................................................................] 13 % [......................................................................] 15 % [......................................................................] 17 % [......................................................................] 18 % [......................................................................] 20 % [......................................................................] 22 % [......................................................................] 23 % [......................................................................] 25 % [......................................................................] 27 % [......................................................................] 29 % [......................................................................] 30 % [......................................................................] 32 % [......................................................................] 34 % [......................................................................] 35 % [......................................................................] 37 % [......................................................................] 39 % [......................................................................] 41 % [......................................................................] 42 % [......................................................................] 44 % [......................................................................] 46 % [......................................................................] 47 % [......................................................................] 49 % [......................................................................] 51 % [......................................................................] 53 % [......................................................................] 54 % [......................................................................] 56 % [......................................................................] 58 % [......................................................................] 59 % [......................................................................] 61 % [......................................................................] 63 % [......................................................................] 64 % [......................................................................] 66 % [......................................................................] 68 % [......................................................................] 70 % [......................................................................] 71 % [......................................................................] 73 % [......................................................................] 75 % [......................................................................] 76 % [......................................................................] 78 % [......................................................................] 80 % [......................................................................] 82 % [......................................................................] 83 % [......................................................................] 85 % [......................................................................] 87 % [......................................................................] 88 % [......................................................................] 90 % [......................................................................] 92 % [......................................................................] 94 % [......................................................................] 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2016.05-tld-1 (Jun 12 2016 - 14:06:08 -0700) HP Thin Client T5325 SoC: Kirkwood 88F6281_A1 SPI: ready DRAM: 512 MiB WARNING: Caches not enabled SF: Detected SST25VF080B with page size 256 Bytes, erase size 64 KiB, total 1 MiB In: serial Out: serial Err: serial Net: egiga0 PHY reset timed out 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 T5325>
T5325> printenv ipaddr ipaddr=192.168.1.253 T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive
Sending on Socket/fallback DHCPRELEASE on eth0 to 192.168.0.1 port 67 send_packet: Network is unreachable send_packet: please consult README file regarding broadcast address. dhclient.c:2733: Failed to send 300 byte long packet over fallback interface. done.
Re: HP 5325 ethernet stopped working October 25, 2018 09:22PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: HP 5325 ethernet stopped working October 25, 2018 09:25PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: HP 5325 ethernet stopped working October 25, 2018 10:00PM |
Registered: 7 years ago Posts: 57 |
Re: HP 5325 ethernet stopped working October 26, 2018 12:17AM |
Admin Registered: 13 years ago Posts: 18,843 |
> uboot.2017.07-tld-1.t5325.bodhi.tar > uboot.2016.05-tld-1.environment.bodhi.tar >>
Re: HP 5325 ethernet stopped working October 26, 2018 12:59AM |
Admin Registered: 13 years ago Posts: 18,843 |
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 m25p80 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> ping 192.168.0.1 Using egiga0 device host 192.168.0.1 is alive T5325> printenv arcNumber=2846 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 custom_params=earlyprintk=serial device=0:1 devices=usb ide disks=0 1 2 3 dtb_file=/boot/dts/kirkwood-t5325.dtb ethact=egiga0 ethaddr=f4:ce:xx:xx:xx:xx if_netconsole=ping $serverip ipaddr=192.168.0.243 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 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=spi0.0:512K(uboot),256K(sdd_firmware),64K(uboot_env),64K(permanent_uboot_env),64K(hp_env) partition=nand0,2 preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then ./run start_netconsole; fi 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 uboot_version=U-Boot 2017.07-tld-1 (Nov 01 2017 - 00:58:19 -0700) 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: 3115/65532 bytes T5325>
T5325> ping 192.168.0.1 Using egiga0 device host 192.168.0.1 is alive T5325> setenv gatewayip 192.168.0.1 T5325> setenv netmask 255.255.255.0 T5325> ping 8.8.8.8 Using egiga0 device host 8.8.8.8 is alive T5325>
Re: HP 5325 ethernet stopped working October 26, 2018 03:52AM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: HP 5325 ethernet stopped working October 26, 2018 07:14AM |
Registered: 7 years ago Posts: 57 |
> > uboot.2017.07-tld-1.t5325.bodhi.tar > > uboot.2016.05-tld-1.environment.bodhi.tar > >> >
Re: HP 5325 ethernet stopped working October 26, 2018 07:18AM |
Registered: 7 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> ping 192.168.1.1 No link on egiga0 ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 No link on egiga0 ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 No link on egiga0 ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 No link on egiga0 ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 No link on egiga0 ping failed; host 192.168.1.1 is not alive T5325>
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> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325>
Re: HP 5325 ethernet stopped working October 26, 2018 04:36PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: HP 5325 ethernet stopped working October 26, 2018 05:36PM |
Registered: 6 years ago Posts: 183 |
Re: HP 5325 ethernet stopped working October 26, 2018 06:38PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: HP 5325 ethernet stopped working October 27, 2018 03:24AM |
Registered: 9 years ago Posts: 453 |
ethphy0: ethernet-phy@0 { compatible = "marvell,88e1116"; reg = <0>; };
ethphy0: ethernet-phy@8 { device_type = "ethernet-phy"; compatible = "marvell,88e3016"; reg = <8>; };
Re: HP 5325 ethernet stopped working October 27, 2018 04:32AM |
Admin Registered: 13 years ago Posts: 18,843 |
> ethphy0: ethernet-phy@8 { > device_type = "ethernet-phy"; > compatible = > "marvell,88e3016"; > reg = <8>; > }; >
Re: HP 5325 ethernet stopped working October 27, 2018 06:22AM |
Registered: 6 years ago Posts: 183 |
Re: HP 5325 ethernet stopped working October 27, 2018 05:01PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: HP 5325 ethernet stopped working October 27, 2018 06:09PM |
Registered: 7 years ago Posts: 57 |
root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00080000 00001000 "uboot" mtd1: 00040000 00001000 "sdd_firmware" mtd2: 00010000 00001000 "uboot_env" mtd3: 00010000 00001000 "permanent_uboot_env" mtd4: 00010000 00001000 "hp_env"
Re: HP 5325 ethernet stopped working October 27, 2018 07:05PM |
Admin Registered: 13 years ago Posts: 18,843 |
setenv ethaddr '52:3b:20:9c:11:51' saveenv reset
Re: HP 5325 ethernet stopped working October 27, 2018 07:17PM |
Registered: 7 years ago Posts: 57 |
Re: HP 5325 ethernet stopped working October 27, 2018 08:02PM |
Admin Registered: 13 years ago Posts: 18,843 |
> T5325> setenv ethaddr '52:3b:20:9c:11:51' > > Warning: egiga0 MAC addresses don't match: > Address in SROM is 52:3b:20:9c:11:51 > Address in environment is f4:ce:xx:xx:xx:xx >> Yes, I edited original MAC.
Re: HP 5325 ethernet stopped working October 27, 2018 08:17PM |
Registered: 7 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> setenv ethaddr '52:3b:20:9c:11:51' Warning: egiga0 MAC addresses don't match: Address in SROM is 52:3b:20:9c:11:51 Address in environment is f4:ce:xx:xx:xx:xx T5325> saveenv Saving Environment to SPI Flash... SF: Detected sst25vf080b with page size 256 Bytes, erase size 64 KiB, total 1 MiB Erasing SPI flash...Writing to SPI flash...done T5325> reset resetting ... 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> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive T5325> ping 192.168.1.1 Using egiga0 device ARP Retry count exceeded; starting again ping failed; host 192.168.1.1 is not alive
Re: HP 5325 ethernet stopped working October 27, 2018 10:03PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: HP 5325 ethernet stopped working October 27, 2018 10:08PM |
Admin Registered: 13 years ago Posts: 18,843 |
ifconfig -a ethtool eth0
Re: HP 5325 ethernet stopped working October 27, 2018 10:36PM |
Registered: 7 years ago Posts: 57 |
root@debian:~# ifconfig -a eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet6 fe80::503b:20ff:fe9c:1151 prefixlen 64 scopeid 0x20<link> ether 52:3b:20:9c:11:51 txqueuelen 1000 (Ethernet) RX packets 449 bytes 29261 (28.5 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 24 bytes 4344 (4.2 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 2 bytes 140 (140.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 2 bytes 140 (140.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@debian:~# ethtool eth0 Settings for eth0: Supported ports: [ TP AUI BNC MII FIBRE ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Supported pause frame use: Symmetric Receive-only Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Link partner advertised pause frame use: Symmetric Receive-only Link partner advertised auto-negotiation: Yes Speed: 100Mb/s Duplex: Full Port: MII PHYAD: 8 Transceiver: internal Auto-negotiation: on Supports Wake-on: d Wake-on: d Link detected: yes
Re: HP 5325 ethernet stopped working October 27, 2018 11:14PM |
Admin Registered: 13 years ago Posts: 18,843 |
Link partner advertised pause frame use: Symmetric Receive-only
Re: HP 5325 ethernet stopped working October 27, 2018 11:41PM |
Admin Registered: 13 years ago Posts: 18,843 |