* [U-Boot-Users] HW Addr different to Vendor information
@ 2004-11-05 4:14 Devraj Mukherjee
2004-11-05 4:51 ` Paul Ruhland
0 siblings, 1 reply; 3+ messages in thread
From: Devraj Mukherjee @ 2004-11-05 4:14 UTC (permalink / raw)
To: u-boot
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
----------------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] HW Addr different to Vendor information
2004-11-05 4:14 [U-Boot-Users] HW Addr different to Vendor information Devraj Mukherjee
@ 2004-11-05 4:51 ` Paul Ruhland
0 siblings, 0 replies; 3+ messages in thread
From: Paul Ruhland @ 2004-11-05 4:51 UTC (permalink / raw)
To: u-boot
On Thursday 04 November 2004 23:14, Devraj Mukherjee wrote:
> 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?
>
I believe this is related to the new card version problem I mentioned in
previous post.
Let me know what version you have and if the workaround I posted fixes these
problems for you.
I won't have access to my board till tomorrow. I can post a patch then if
this is the problem your having.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] HW Addr different to Vendor information
@ 2004-11-05 13:25 VanBaren, Gerald
0 siblings, 0 replies; 3+ messages in thread
From: VanBaren, Gerald @ 2004-11-05 13:25 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net
> [mailto:u-boot-users-admin at lists.sourceforge.net] On Behalf
> Of Devraj Mukherjee
> Sent: Thursday, November 04, 2004 11:14 PM
> To: u-boot-users
> Subject: [U-Boot-Users] HW Addr different to Vendor information
>
> 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
If this isn't a hardware problem, you may have erased your MAC address
that is stored in u-boot's environment variables. At the u-boot prompt,
run the command "printenv" and see what it thinks your MAC address is.
Disclaimer: I'm not familiar with your hardware, some hardware has the
MAC address stored in places other than in the u-boot environment.
gvb
******************************************
The following messages are brought to you by the Lawyers' League of
IdioSpeak:
******************************************
The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
******************************************
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-11-05 13:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-05 4:14 [U-Boot-Users] HW Addr different to Vendor information Devraj Mukherjee
2004-11-05 4:51 ` Paul Ruhland
-- strict thread matches above, loose matches on Subject: below --
2004-11-05 13:25 VanBaren, Gerald
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.