From mboxrd@z Thu Jan 1 00:00:00 1970 From: Devraj Mukherjee Date: Fri, 05 Nov 2004 15:14:24 +1100 Subject: [U-Boot-Users] HW Addr different to Vendor information Message-ID: <418AFE20.5020801@eternitytechnologies.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi everyone, We are tring to get the ethernet working on our board. Here is what we have been trying. Our DHCP server gives addresses in the range of 10.0.1.x Our vendor has documented that our MAC address is 00:08:EE:00:41:60 and LogicLoader (the default bootloader) would get an IP with this MAC address. It's interesting to see that U-Boot with the patches thinks that the HW Addr is 04:04:04:33:04:04 Any ideas, experiences? Devraj LPD7A400> setenv serverip 10.0.1.1 LPD7A400> ping 10.0.1.1 SMC91111:PHY auto-negotiate timed out SMC91111:PHY auto-negotiate timed out Using MAC Address 04:04:04:33:04:04 ping failed; host 10.0.1.1 is not alive LPD7A400> setenv ethaddr 00:08:EE:00:41:60 LPD7A400> ping 10.0.1.1 SMC91111:PHY auto-negotiate timed out SMC91111:PHY auto-negotiate timed out Warning: MAC addresses don't match: HW MAC address: 04:04:04:33:04:04 "ethaddr" value: 00:08:EE:00:41:60 Using MAC Address 00:08:EE:00:41:60 ping failed; host 10.0.1.1 is not alive LPD7A400> ping 10.0.1.3 Unknown command 'ping' - try 'help' LPD7A400> ping 10.0.1.3 SMC91111:PHY auto-negotiate timed out SMC91111:PHY auto-negotiate timed out Warning: MAC addresses don't match: HW MAC address: 04:04:04:33:04:04 "ethaddr" value: 00:08:EE:00:41:60 Using MAC Address 00:08:EE:00:41:60 ping failed; host 10.0.1.3 is not alive -- ---------------------------------------------------------------------- Devraj Mukherjee, Eternity Technologies Pty. Ltd. Australia Host: Debian (Sarge) 3.1 Kernel 2.4.27-1-686 / GCC version 3.3.5 Target: LPD7A400 (ARM9) LogicPD eval. board / ARM GCC 3.3 GlibC 2.3.2 LAMP environment specs. Apache: 2.0.52 PHP: 5 MySQL: 4.0.21 ----------------------------------------------------------------------