Zameer Ahmed <za...@sy...> writes:
> Hi Eric,
>
> >But you say it appears to lock up? Hmm....
> >Confirmation that etherboot actually locks up, (no response to esc)
> >as opposed to something else would be interesting.
>
> I meant unresponsive. Pardon my English. When I press Esc, the etherboot
> fires again and probes the card successfully and prints the following message.
>
> {Start of messages}
<snip>
> {End of Messages}
So the driver finds the link, and it thinks everything is fine.
> >Which version of the linux driver work?
> I installed RH8.0 and the default kernel seems to work.
> ver 2.4.18-14
>
> <snip>
> [root@lion root]# lsmod | grep e1000
> e1000 55916 1
> [root@lion root]# uname -a
> Linux lion 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux
> </snip>
>
> >What is the PCI ID? i.e. the very specific model.
> Here it is ..
lspci -n gives the information I was looking for.
I expect it is 8086:100e, but I am not certain.
> >What kind of switch are you plugged into, and how fast is it?
> Its a small home style brewed network. Only Linksys hubs in the picture.
I wonder if there are some problems working with hubs. I haven't
tried it on anything less than a 10/100 switch. Is this a 10Mbit hub
or a 100Mbit hub?
>
> Summarizing.
> As a standalone Linux clien, the machine has no problems getting its DHCP
> address of the server. It fails when booted via etherboot.
>
> Method of booting Etherboot : CD Image (These dells lack a floppy drive)
No big deal except it makes changes a little harder to test.
There is a
#define DEBUG 0
at the top of file. Could you change that to
#define DEBUG 3
And then send the output?
I don't know that the debugging information would help but since it is not obvious
what is wrong that is all there is to debug with at the moment.
Eric
|