* [U-Boot-Users] question on drive
@ 2004-11-24 7:25 zhonglei
2004-11-24 9:14 ` Marc Leeman
0 siblings, 1 reply; 4+ messages in thread
From: zhonglei @ 2004-11-24 7:25 UTC (permalink / raw)
To: u-boot
hi
Sorry for bothering you! But would you please give me a hand.When I insert a Intel Pro/100s server Adapter into the PCI slot on Lite5200(motorola MPC5200 development kit) and start the kernel,the kernel run into a dead lock. The reports are as follows:
.
.
.
IP-Config: Retrying forever (NFS root)...
eth1: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.
eth1: Waiting for the link to be up...
eth1: status: link up, 100 Mbps Full Duplex, auto-negotiation complete.
e100: eth0 NIC Link is Up 100 Mbps Full duplex
Sending DHCP requests ...... timed out!
Please tell me how can I handle it! Thanks in advance!
Best Regards
zhonglei
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] question on drive
2004-11-24 7:25 [U-Boot-Users] question on drive zhonglei
@ 2004-11-24 9:14 ` Marc Leeman
2004-11-24 10:30 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Marc Leeman @ 2004-11-24 9:14 UTC (permalink / raw)
To: u-boot
I don't think this has to do with u-boot :) I think you should send
this to the correct mailing list.
> IP-Config: Retrying forever (NFS root)...
> eth1: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.
> eth1: Waiting for the link to be up...
> eth1: status: link up, 100 Mbps Full Duplex, auto-negotiation complete.
> e100: eth0 NIC Link is Up 100 Mbps Full duplex
Maybe your board configuration of the kernel is not quite correct
and/or some interrupt lines are wongly addressed.
> Sending DHCP requests ...... timed out!
> Please tell me how can I handle it! Thanks in advance!
$ find . -name '*.c' | xargs grep Sending\ DHCP
And start debugging/instrumenting from there.
--
ash nazg durbatul?k, ash nazg gimbatul,
ash nazg thrakatul?k agh burzum-ishi krimpatul
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] question on drive
2004-11-24 9:14 ` Marc Leeman
@ 2004-11-24 10:30 ` Wolfgang Denk
2004-11-24 10:47 ` Marc Leeman
0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2004-11-24 10:30 UTC (permalink / raw)
To: u-boot
In message <1f729c4804112401141cd5deb7@mail.gmail.com> you wrote:
> I don't think this has to do with u-boot :) I think you should send
> this to the correct mailing list.
thanks for pointing out.
> > IP-Config: Retrying forever (NFS root)...
> > eth1: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.
> > eth1: Waiting for the link to be up...
> > eth1: status: link up, 100 Mbps Full Duplex, auto-negotiation complete.
> > e100: eth0 NIC Link is Up 100 Mbps Full duplex
>
> Maybe your board configuration of the kernel is not quite correct
> and/or some interrupt lines are wongly addressed.
No, you are wrong here. It seems the kernel is working perfectly fine.
> > Sending DHCP requests ...... timed out!
> > Please tell me how can I handle it! Thanks in advance!
>
> $ find . -name '*.c' | xargs grep Sending\ DHCP
> And start debugging/instrumenting from there.
Always try simple things first! Is there a DHCP server running to
answer the DHCP requests from the target? Did you run a network
sniffer and actually see the DHCP reply packets on the wire?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
No one wants war.
-- Kirk, "Errand of Mercy", stardate 3201.7
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] question on drive
2004-11-24 10:30 ` Wolfgang Denk
@ 2004-11-24 10:47 ` Marc Leeman
0 siblings, 0 replies; 4+ messages in thread
From: Marc Leeman @ 2004-11-24 10:47 UTC (permalink / raw)
To: u-boot
> Always try simple things first! Is there a DHCP server running to
> answer the DHCP requests from the target? Did you run a network
> sniffer and actually see the DHCP reply packets on the wire?
Hm, I assumed this was already checked since it the easiest to do :) I
know, 'assuming' is bad...
This would be (on the server)
# tail -f /var/log/syslog
to check the DCHP packages arriving at the server and the replies being sent.
--
ash nazg durbatul?k, ash nazg gimbatul,
ash nazg thrakatul?k agh burzum-ishi krimpatul
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-11-24 10:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-24 7:25 [U-Boot-Users] question on drive zhonglei
2004-11-24 9:14 ` Marc Leeman
2004-11-24 10:30 ` Wolfgang Denk
2004-11-24 10:47 ` Marc Leeman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox