Hi eric,
Here are my findings
>lspci -n gives the information I was looking for.
>I expect it is 8086:100e, but I am not certain.
Yes, it is what you said.
[root@lion root]# lspci | grep Ethernet
01:0c.0 Ethernet controller: Intel Corp. 82540EM Gigabit Ethernet Controller
(rev 02)
[root@lion root]# lspci -n | grep 01:0c.0
01:0c.0 Class 0200: 8086:100e (rev 02)
>Is this a 10Mbit hub
>or a 100Mbit hub?
Its a 100Mbit hub.
>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 downloaded the source, made above changes and generated the floppy in the following manner.
$sudo cat boot1a.s bin32/e1000.lzimg > sudo /dev/fd0
Results in the same behaviour.. Etherboot waits in the new line after
Searching for server (DHCP)...
_
Any ideas?
Do I need to specify any PCI specific lines to etherboot?
Is the way I generated floppy correct?
Thanks,
Zameer A.
|