Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 30, 2014 12:16PM |
Registered: 9 years ago Posts: 24 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 30, 2014 12:46PM |
Admin Registered: 13 years ago Posts: 19,102 |
mw.l f1010100 0020c000 usb reset
Re: Pogoplug E02 with Bad eraseblock 4 December 30, 2014 01:09PM |
Registered: 10 years ago Posts: 10 |
> > [root@pogoplug ~]# dmesg | grep -i 'bad' > > [ 10.728488] Scanning device for bad blocks > > [ 10.732941] Bad eraseblock 4 at > 0x000000080000 > >> >
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 30, 2014 05:22PM |
Registered: 9 years ago Posts: 24 |
> mw.l f1010100 0020c000 > usb reset >>
Marvell>> mw.l f1010100 0020c000 Marvell>> usb reset (Re)start USB... USB: scanning bus for devices... 3 USB Device(s) found Waiting for storage device(s) to settle before scanning... 1 Storage Device(s) found
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 31, 2014 02:23AM |
Admin Registered: 13 years ago Posts: 19,102 |
Quote
B. Flashing default u-boot envs image
........
uboot.2014.07-tld-2.environment (the content of the default envs in text format)
mainlineLinux=yes device=0:1 rootdelay=10 rootfstype=ext3 usb_root=/dev/sda1 usb_load_uimage=ext2load usb $device 0x800000 /boot/uImage usb_load_uinitrd=ext2load usb $device 0x1100000 /boot/uInitrd usb_boot=run usb_load_uimage; if run usb_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype usb_init=mw.l f1010100 0020c000; usb reset bootcmd_usb=run usb_init; run set_bootargs_usb; run usb_boot; bootcmd=run bootcmd_usb; reset
setenv mainlineLinux 'yes' ...... setenv usb_load_uimage 'ext2load usb $device 0x800000 /boot/uImage' ...... setenv set_bootargs_usb 'setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype' .... and so on
boot
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 31, 2014 05:53AM |
Registered: 9 years ago Posts: 24 |
Marvell>> setenv mainlineLinux 'yes' Marvell>> setenv device '0:1' Marvell>> setenv rootdelay '10' Marvell>> setenv rootfstype 'ext3' Marvell>> setenv usb_root '/dev/sda1' Marvell>> setenv usb_load_uimage 'ext2load usb $device 0x800000 /boot/uImage' Marvell>> setenv usb_load_uinitrd 'ext2load usb $device 0x1100000 /boot/uInitrd' Marvell>> setenv usb_boot 'run usb_load_uimage; if run usb_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi' Marvell>> setenv usb_boot 'run usb_load_uimage; if run usb_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi' Marvell>> setenv set_bootargs_usb 'setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype' Marvell>> setenv usb_init 'mw.l f1010100 0020c000; usb reset' Marvell>> setenv bootcmd_usb 'run usb_init; run set_bootargs_usb; run usb_boot;' Marvell>> setenv bootcmd 'run bootcmd_usb; reset' Marvell>> boot (Re)start USB... USB: scanning bus for devices... 3 USB Device(s) found Waiting for storage device(s) to settle before scanning... 1 Storage Device(s) found ** Invalid boot device, use `dev[:part]' ** Unknown command 'if' - try 'help' Unknown command 'then' - try 'help' Unknown command 'else' - try 'help' This command can be used only if enaMonExt is set!
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 31, 2014 06:07AM |
Admin Registered: 13 years ago Posts: 19,102 |
usb_load_uimage=ext2load usb $(device) 0x800000 /boot/uImage usb_load_uinitrd=ext2load usb $(device) 0x1100000 /boot/uInitrd usb_boot=run usb_load_uimage; run usb_load_uinitrd; bootm 0x800000 0x1100000 set_bootargs_usb=setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext3
** Invalid boot device, use `dev[:part]' **then use these:
usb_load_uimage=ext2load usb 0:1 0x800000 /boot/uImage usb_load_uinitrd=ext2load usb 0:1 0x1100000 /boot/uInitrd
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 31, 2014 07:35AM |
Registered: 9 years ago Posts: 24 |
__ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** MARVELL BOARD: DB6702A-GMtech LE U-Boot 1.1.4 (Sep 3 2013 - 16:27:22) Marvell version: 3.6.0 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFB00 Soc: 88F6702 A1 CPU running @ 1000Mhz L2 running @ 500Mhz SysClock = 400Mhz , TClock = 166Mhz DRAM (DDR2) CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6 DRAM CS[0] base 0x00000000 size 256MB DRAM Total size 256MB 16bit width Addresses 10M - 0M are saved for the U-Boot usage. Mem malloc Initialization (10M - 7M): Done NAND:128 MB Flash: 0 kB CPU : Marvell Feroceon (Rev 1) Kernel address is 0xc80000. Streaming disabled Write allocate disabled USB 0: host mode PEX 0: interface detected no Link. Net: egiga0 [PRIME] Hit any key to stop autoboot: 0 Marvell>> setenv mainlineLinux 'yes' Marvell>> setenv device '0:1' Marvell>> setenv rootdelay '10' Marvell>> setenv rootfstype 'ext3' Marvell>> setenv usb_root '/dev/sda1' Marvell>> setenv usb_load_uimage 'ext2load usb $(device) 0x800000 /boot/uImage' Marvell>> setenv usb_load_uinitrd 'ext2load usb $(device) 0x1100000 /boot/uInitrd' Marvell>> setenv usb_boot 'run usb_load_uimage; run usb_load_uinitrd; bootm 0x800000 0x1100000' Marvell>> setenv set_bootargs_usb 'setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext3' Marvell>> setenv usb_init 'mw.l f1010100 0020c000; usb reset' Marvell>> setenv bootcmd_usb 'run usb_init; run set_bootargs_usb; run usb_boot;' Marvell>> setenv bootcmd 'run bootcmd_usb; reset' Marvell>> boot (Re)start USB... USB: scanning bus for devices... 3 USB Device(s) found Waiting for storage device(s) to settle before scanning... 1 Storage Device(s) found .... . ...... ............ ......................... ................................................... ...................................................................................................... ........................................................................ 2835406 bytes read .... . ................... ......................... ................................................... ...................................................................................................... ................................................................................................................................................................................................................. ...................................................................................................................................................................................... 6114335 bytes read ## Booting image at 00800000 ... Image Name: Linux-3.17.0-kirkwood-tld-1 Created: 2014-12-30 1:03:18 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2835342 Bytes = 2.7 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK ## Loading Ramdisk Image at 01100000 ... Image Name: initramfs-3.17.0-kirkwood-tld-1 Created: 2014-10-25 3:29:30 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 6114271 Bytes = 5.8 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel.
[ 117.494056] rtc-pcf8563 0-0051: pcf8563_write_block_data: err=-6 addr=02, data=57 [ 117.510851] rtc-pcf8563 0-0051: pcf8563_read_block_data: read error [ 117.524312] rtc-pcf8563 0-0051: pcf8563_read_block_data: read error [ 117.530728] rtc-pcf8563 0-0051: pcf8563_write_block_data: err=-6 addr=02, data=58 [ 117.543914] rtc-pcf8563 0-0051: pcf8563_read_block_data: read error [ 117.560030] rtc-pcf8563 0-0051: pcf8563_read_block_data: read error
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 31, 2014 08:25AM |
Registered: 9 years ago Posts: 24 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 31, 2014 09:13AM |
Registered: 9 years ago Posts: 24 |
root@debian:~# ifup eth0 Internet Systems Consortium DHCP Client 4.2.2 Copyright 2004-2011 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ [ 3863.644560] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Listening on LPF/eth0/4c:9e:ff:0b:73:72 Sending on LPF/eth0/4c:9e:ff:0b:73:72 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 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 15 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9 No DHCPOFFERS received. No working leases in persistent database - sleeping.
root@debian:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp
cat /etc/udev/rules.d/70-persistent-net.rules # This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key. # Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port) # Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port) #SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 31, 2014 10:13AM |
Registered: 10 years ago Posts: 70 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug December 31, 2014 10:47AM |
Admin Registered: 13 years ago Posts: 19,102 |
> root@debian:~# ifup eth0 > Internet Systems Consortium DHCP Client 4.2.2 > Copyright 2004-2011 Internet Systems Consortium. > All rights reserved. > For info, please visit > https://www.isc.org/software/dhcp/ > > [ 3863.644560] IPv6: ADDRCONF(NETDEV_UP): eth0: > link is not ready > Listening on LPF/eth0/4c:9e:ff:0b:73:72 > Sending on LPF/eth0/4c:9e:ff:0b:73:72 > Sending on Socket/fallback > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 > interval 7 > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 > interval 7 > 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 15 > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 > interval 9 > No DHCPOFFERS received. > No working leases in persistent database - > sleeping. >>
> root@debian:~# cat /etc/network/interfaces > # This file describes the network interfaces > available on your system > # and how to activate them. For more information, > see interfaces(5). > > # The loopback network interface > auto lo > iface lo inet loopback > > # The primary network interface > allow-hotplug eth0 > iface eth0 inet dhcp >>
> cat /etc/udev/rules.d/70-persistent-net.rules > # This file was automatically generated by the > /lib/udev/write_net_rules > # program, run by the > persistent-net-generator.rules rules file. > # > # You can modify it, as long as you keep each rule > on a single > # line, and change only the value of the NAME= > key. > > # Unknown net device > (/devices/platform/mv643xx_eth_port.0/net/eth0) > (mv643xx_eth_port) > > # Unknown net device > (/devices/platform/mv643xx_eth_port.0/net/eth0) > (mv643xx_eth_port) > #SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="xx:xx:xx:xx:xx:xx", > ATTR{dev_id}=="0x0", ATTR{type}=="1", > KERNEL=="eth*", NAME="eth0" >>
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 01, 2015 05:15PM |
Registered: 9 years ago Posts: 24 |
ls /lib/udev/rules.d/ 42-qemu-usb.rules 75-cd-aliases-generator.rules 50-udev-default.rules 75-net-description.rules 55-dm.rules 75-persistent-net-generator.rules 60-cdrom_id.rules 75-probe_mtd.rules 60-gnupg.rules 75-tty-description.rules 60-persistent-alsa.rules 78-sound-card.rules 60-persistent-input.rules 80-drivers.rules 60-persistent-serial.rules 80-networking.rules 60-persistent-storage-dm.rules 85-hwclock.rules 60-persistent-storage-tape.rules 91-permissions.rules 60-persistent-storage.rules 95-keyboard-force-release.rules 60-persistent-v4l.rules 95-keymap.rules 61-accelerometer.rules 95-udev-late.rules 70-udev-acl.rules
root@debian:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 allow-hotplug eth0 iface eth0 inet dhcp
dmesg | grep net [ 0.091137] Initializing cgroup subsys net_cls [ 0.110779] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set [ 0.780251] audit: initializing netlink subsys (disabled) [ 1.686762] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 2.937476] drop_monitor: Initializing network drop monitor service
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 01, 2015 10:54PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 02, 2015 04:15AM |
Registered: 9 years ago Posts: 24 |
root@debian:/# cat /lib/udev/rules.d/75-persistent-net-generator.rules # These rules generate rules to keep network interface names unchanged # across reboots and write them to /etc/udev/rules.d/70-persistent-net.rules. # variables used to communicate: # MATCHADDR MAC address used for the match # MATCHID bus_id used for the match # MATCHDRV driver name used for the match # MATCHIFTYPE interface type match # COMMENT comment to add to the generated rule # INTERFACE_NAME requested name supplied by external tool # INTERFACE_NEW new interface name returned by rule writer ACTION!="add", GOTO="persistent_net_generator_end" SUBSYSTEM!="net", GOTO="persistent_net_generator_end" # ignore the interface if a name has already been set NAME=="?*", GOTO="persistent_net_generator_end" # device name whitelist KERNEL!="Eth*|ath*|Wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ GOTO="persistent_net_generator_end" # ignore Xen virtual interfaces SUBSYSTEMS=="xen", GOTO="persistent_net_generator_end" # ignore UML virtual interfaces DRIVERS=="uml-netdev", GOTO="persistent_net_generator_end" # ignore "secondary" raw interfaces of the madwifi driver KERNEL=="ath*", ATTRS{type}=="802", GOTO="persistent_net_generator_end" # ignore "secondary" monitor interfaces of mac80211 drivers KERNEL=="wlan*", ATTRS{type}=="803", GOTO="persistent_net_generator_end" # by default match on the MAC address and interface type ENV{MATCHADDR}="$attr{address}" ENV{MATCHIFTYPE}="$attr{type}" # match interface dev_id ATTR{dev_id}=="?*", ENV{MATCHDEVID}="$attr{dev_id}" # These vendors are known to violate the local MAC address assignment scheme # Interlan, DEC (UNIBUS or QBUS), Apollo, Cisco, Racal-Datacom ENV{MATCHADDR}=="02:07:01:*", GOTO="globally_administered_whitelist" # 3Com ENV{MATCHADDR}=="02:60:60:*", GOTO="globally_administered_whitelist" # 3Com IBM PC; Imagen; Valid; Cisco; Apple ENV{MATCHADDR}=="02:60:8c:*", GOTO="globally_administered_whitelist" # Intel ENV{MATCHADDR}=="02:a0:c9:*", GOTO="globally_administered_whitelist" # Olivetti ENV{MATCHADDR}=="02:aa:3c:*", GOTO="globally_administered_whitelist" # CMC Masscomp; Silicon Graphics; Prime EXL ENV{MATCHADDR}=="02:cf:1f:*", GOTO="globally_administered_whitelist" # Prominet Corporation Gigabit Ethernet Switch ENV{MATCHADDR}=="02:e0:3b:*", GOTO="globally_administered_whitelist" # BTI (Bus-Tech, Inc.) IBM Mainframes ENV{MATCHADDR}=="02:e6:d3:*", GOTO="globally_administered_whitelist" # Novell 2000 ENV{MATCHADDR}=="52:54:4c:*", GOTO="globally_administered_whitelist" # Realtec ENV{MATCHADDR}=="52:54:ab:*", GOTO="globally_administered_whitelist" # Kingston Technologies ENV{MATCHADDR}=="e2:0c:0f:*", GOTO="globally_administered_whitelist" # ignore interfaces with locally administered or null MAC addresses # and VMWare, Hyper-V, KVM, Virtualbox and Xen virtual interfaces ENV{MATCHADDR}=="?[2367abef]:*", ENV{MATCHADDR}="" ENV{MATCHADDR}=="00:00:00:00:00:00", ENV{MATCHADDR}="" ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*|00:05:69:*|00:1C:14:*", \ ENV{MATCHADDR}="" ENV{MATCHADDR}=="00:15:5d:*", ENV{MATCHADDR}="" ENV{MATCHADDR}=="52:54:00:*|54:52:00:*", ENV{MATCHADDR}="" ENV{MATCHADDR}=="08:00:27:*", ENV{MATCHADDR}="" ENV{MATCHADDR}=="00:16:3e:*", ENV{MATCHADDR}="" LABEL="globally_administered_whitelist" # ibmveth interfaces have stable locally administered MAC addresses SUBSYSTEMS=="ibmveth", ENV{MATCHADDR}="$attr{address}" # S/390 interfaces are matched only by id SUBSYSTEMS=="ccwgroup", \ ENV{MATCHDRV}="$driver", ENV{MATCHID}="$id", \ ENV{MATCHADDR}="", ENV{MATCHDEVID}="" # terminate processing if there are not enough conditions to create a rule ENV{MATCHADDR}=="", ENV{MATCHID}=="", ENV{INTERFACE_NAME}=="", \ GOTO="persistent_net_generator_end" # provide nice comments for the generated rules SUBSYSTEMS=="pci", \ ENV{COMMENT}="PCI device $attr{vendor}:$attr{device}" SUBSYSTEMS=="pcmcia", \ ENV{COMMENT}="PCMCIA device $attr{card_id}:$attr{manf_id}" SUBSYSTEMS=="usb", \ ENV{COMMENT}="USB device 0x$attr{idVendor}:0x$attr{idProduct}" SUBSYSTEMS=="ccwgroup", \ ENV{COMMENT}="S/390 device at $id" SUBSYSTEMS=="ibmveth", \ ENV{COMMENT}="LPAR virtual device at $id" SUBSYSTEMS=="ieee1394", \ ENV{COMMENT}="Firewire device $attr{host_id}" ENV{COMMENT}=="", \ ENV{COMMENT}="Unknown $env{SUBSYSTEM} device ($env{DEVPATH})" ATTRS{driver}=="?*", \ ENV{COMMENT}="$env{COMMENT} ($attr{driver})" # ignore interfaces without a driver link like bridges and VLANs, otherwise # generate and write the rule DRIVERS=="?*", IMPORT{program}="write_net_rules" # rename the interface if requested ENV{INTERFACE_NEW}=="?*", NAME="$env{INTERFACE_NEW}" LABEL="persistent_net_generator_end"
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 02, 2015 04:22AM |
Admin Registered: 13 years ago Posts: 19,102 |
/etc/resolve.configand replace with Google server
nameserver 8.8.8.8
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 02, 2015 06:19AM |
Registered: 9 years ago Posts: 24 |
> /etc/resolve.config >> and replace with Google server
> nameserver 8.8.8.8 >i was desperate so i did that already
root@debian:~# cat /etc/resolv.conf nameserver 8.8.8.8
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 02, 2015 09:43AM |
Admin Registered: 13 years ago Posts: 19,102 |
[ 1.686727] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 1.774735] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 4c:9e:ff:0b:73:72and then
[....] Configuring network interfaces...[ 23.529595] NET: Registered protocol family 10 Internet Systems Consortium DHCP Client 4.2.2 Copyright 2004-2011 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/But later:
DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16 No DHCPOFFERS received.
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 02, 2015 10:09AM |
Registered: 9 years ago Posts: 24 |
cat /etc/network/interfaces # The primary network interface auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.0.10 gateway 192.168.0.1 netmask 255.255.255.0 iface eth0 inet6 auto
ifconfig eth0 Link encap:Ethernet HWaddr 4c:9e:ff:0b:73:72 inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:88
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 02, 2015 11:09AM |
Admin Registered: 13 years ago Posts: 19,102 |
ssh root@192.168.0.10? it is a really strange problem.
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 02, 2015 12:00PM |
Admin Registered: 13 years ago Posts: 19,102 |
> cat /etc/network/interfaces > # The primary network interface > auto eth0 > allow-hotplug eth0 > iface eth0 inet static > address 192.168.0.10 > gateway 192.168.0.1 > netmask 255.255.255.0 > iface eth0 inet6 auto >>
> ifconfig > eth0 Link encap:Ethernet HWaddr > 4c:9e:ff:0b:73:72 > inet addr:192.168.0.10 > Bcast:192.168.0.255 Mask:255.255.255.0 > UP BROADCAST MULTICAST MTU:1500 > Metric:1 > RX packets:0 errors:0 dropped:0 > overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 > overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > Interrupt:88 >>
ping 192.168.0.10
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 02, 2015 08:26PM |
Registered: 9 years ago Posts: 24 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 02, 2015 09:00PM |
Admin Registered: 13 years ago Posts: 19,102 |
bastel
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 04, 2015 03:12PM |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile January 06, 2015 09:54AM |
Registered: 9 years ago Posts: 50 |
U-Boot 2013.10-tld-1 (Aug 29 2014 - 22:07:26) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_?? DRAM: 512 MiB WARNING: Caches not enabled NAND: 128 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: egiga0 Warning: failed to set MAC address MV88E1318 PHY initialized on egiga0 NSA325>
U-Boot 1.1.4 (Jul 18 2013 - 10:47:29) Marvell version: 3.5.9 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFB00
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile January 06, 2015 11:42AM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile January 06, 2015 12:04PM |
Registered: 9 years ago Posts: 50 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile January 06, 2015 12:30PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 07, 2015 02:13AM |
Registered: 9 years ago Posts: 50 |
ID (hex) NAME 0000089b LaCie d2 Network v2 0000089e LaCie 5Big Network v2 0000089c LaCie 2Big Network v2 00000b44 Marvell OpenRD Ultimate Board 00000939 Marvell OpenRD Client Board 00000915 Marvell OpenRD Base Board 00000691 Marvell RD-88F6192-NAS Development Board 00000692 Marvell RD-88F6281 Reference Board 00000b1e HP t5325 Thin Client 0000085b QNAP TS-119/TS-219 000009c6 QNAP TS-41x 00000bb6 Seagate FreeAgent DockStar 00000a76 Marvell eSATA SheevaPlug Reference Board 00000831 Marvell SheevaPlug Reference Board 00000a63 Marvell GuruPlug Reference Board 00000c11 Seagate GoFlex Net 00000d0a Seagate GoFlex Home 00000b36 Iomega iConnect Wireless 00000f78 Pogoplug V4 00000dd6 Pogoplug E02 00000f74 ZyXEL NSA320 2-Bay Power Media Server 00001005 USI Topkick 00000fb6 Zyxel NSA-310 0000118f ZyXEL NSA325 2-Bay Power Media Server 00000ab7 Netgear MS2110
ID (hex) NAME 0000089b LaCie d2 Network v2 0000089e LaCie 5Big Network v2 0000089c LaCie 2Big Network v2 00000b44 Marvell OpenRD Ultimate Board 00000939 Marvell OpenRD Client Board 00000915 Marvell OpenRD Base Board 00000691 Marvell RD-88F6192-NAS Development Board 00000692 Marvell RD-88F6281 Reference Board 00000b1e HP t5325 Thin Client 0000085b QNAP TS-119/TS-219 000009c6 QNAP TS-41x ffffffff Marvell Kirkwood (Flattened Device Tree)
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug January 07, 2015 03:55AM |
Admin Registered: 13 years ago Posts: 19,102 |