* Finding the list of NIC names
@ 2006-07-11 18:11 Ted Dennison
2006-07-11 18:51 ` Marco Gerards
0 siblings, 1 reply; 6+ messages in thread
From: Ted Dennison @ 2006-07-11 18:11 UTC (permalink / raw)
To: grub-devel
I'm trying to build GRUB (1.94) for loading a diskless system that has
Intel E1000-series NICs. The instructions I have say that I can get a
list of supported NICs by doing a:
./configure --help
I do get a lot of output from that command, but no list of NIC's that I
can see. I tried it on both a cygwin system and on AIX, with the same
result.
I tried looking through the sources too, but couldn't find anything
enlightening. What am I missing?
--
T.E.D. Work - mailto:dennison@ssd.fsi.com
Home - mailto:dennison@telepath.com (Yahoo: Ted_Dennison)
Homepage - http://www.telepath.com/~dennison/Ted/TED.html
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Finding the list of NIC names
2006-07-11 18:11 Finding the list of NIC names Ted Dennison
@ 2006-07-11 18:51 ` Marco Gerards
2006-07-11 18:48 ` Gerardo Richarte
0 siblings, 1 reply; 6+ messages in thread
From: Marco Gerards @ 2006-07-11 18:51 UTC (permalink / raw)
To: The development of GRUB 2
Ted Dennison <dennison@ssd.fsi.com> writes:
> I'm trying to build GRUB (1.94) for loading a diskless system that has
> Intel E1000-series NICs. The instructions I have say that I can get a
> list of supported NICs by doing a:
>
> ./configure --help
>
> I do get a lot of output from that command, but no list of NIC's that
> I can see. I tried it on both a cygwin system and on AIX, with the
> same result.
>
> I tried looking through the sources too, but couldn't find anything
> enlightening. What am I missing?
GRUB 2 does not have networking support yet. Better use GRUB Legacy.
--
Marco
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Finding the list of NIC names
2006-07-11 18:51 ` Marco Gerards
@ 2006-07-11 18:48 ` Gerardo Richarte
2006-07-11 19:30 ` Ted Dennison
0 siblings, 1 reply; 6+ messages in thread
From: Gerardo Richarte @ 2006-07-11 18:48 UTC (permalink / raw)
To: The development of GRUB 2
Marco Gerards wrote:
> Ted Dennison <dennison@ssd.fsi.com> writes:
>
>> I tried looking through the sources too, but couldn't find anything
>> enlightening. What am I missing?
>>
>
> GRUB 2 does not have networking support yet. Better use GRUB Legacy.
>
To check if your card is supported in GRUB Legacy, check
grub-0.97/netboot (for example). There in the file config.c you'll find
lots of strings describing the different supported netcards. However,
your e1000 is not supported (although e100 is... are they compatible? I
don't think so. If they are you'll need to hack the PCI identification
values).
gera
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Finding the list of NIC names
2006-07-11 18:48 ` Gerardo Richarte
@ 2006-07-11 19:30 ` Ted Dennison
2006-07-20 17:28 ` Michael Hordijk
0 siblings, 1 reply; 6+ messages in thread
From: Ted Dennison @ 2006-07-11 19:30 UTC (permalink / raw)
To: The development of GRUB 2
Gerardo Richarte wrote:
> Marco Gerards wrote:
>
>> Ted Dennison <dennison@ssd.fsi.com> writes:
>>
>>
>>> I tried looking through the sources too, but couldn't find anything
>>> enlightening. What am I missing?
>>>
>>>
>> GRUB 2 does not have networking support yet. Better use GRUB Legacy.
>>
Ah. That explains it.
> lots of strings describing the different supported netcards. However,
> your e1000 is not supported (although e100 is... are they compatible? I
> don't think so. If they are you'll need to hack the PCI identification
> values).
>
I don't think so either. I did a search on the Intel site, and those
cards have been discontinued for over 8 years now.
E1000 (aka Intel 8254X - series) is the interface that comes on pretty
much every Intel-based motherboard's built-in NIC for at least the last
3 years or so. Probably 8 years, since the last series was discontinued.
Anyway, thanks for the (apparently off-topic) help.
--
T.E.D. Work - mailto:dennison@ssd.fsi.com
Home - mailto:dennison@telepath.com (Yahoo: Ted_Dennison)
Homepage - http://www.telepath.com/~dennison/Ted/TED.html
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Finding the list of NIC names
2006-07-11 19:30 ` Ted Dennison
@ 2006-07-20 17:28 ` Michael Hordijk
2006-07-20 20:52 ` Gerardo Richarte
0 siblings, 1 reply; 6+ messages in thread
From: Michael Hordijk @ 2006-07-20 17:28 UTC (permalink / raw)
To: grub-devel; +Cc: dennison, flow
Ted Dennison wrote:
> E1000 (aka Intel 8254X - series) is the interface that comes on pretty
> much every Intel-based motherboard's built-in NIC for at least the last
> 3 years or so. Probably 8 years, since the last series was discontinued.
OK, so I've taken the original grub-diskless patch (originally targeted at 0.95,
which can be found in the GRUB bug tracker) and applied it to 0.97. I've had
success using the e1000 driver. However, I actually use the UNDI driver with
the e1000's I have since I need to support both Intel and Broadcom NICs in a PXE
boot environment.
If there's interest, I can post said patch to the list, or I can just email the
people who have expressed interest directly.
- michael
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Finding the list of NIC names
2006-07-20 17:28 ` Michael Hordijk
@ 2006-07-20 20:52 ` Gerardo Richarte
0 siblings, 0 replies; 6+ messages in thread
From: Gerardo Richarte @ 2006-07-20 20:52 UTC (permalink / raw)
To: The development of GRUB 2
> OK, so I've taken the original grub-diskless patch (originally
> targeted at 0.95, which can be found in the GRUB bug tracker) and
> applied it to 0.97. I've had success using the e1000 driver.
> However, I actually use the UNDI driver with the e1000's I have since
> I need to support both Intel and Broadcom NICs in a PXE boot environment.
>
> If there's interest, I can post said patch to the list, or I can just
> email the people who have expressed interest directly.
I am interested, please send! I don't really need to compile them, but
I'd love to see the source code for both drivers at least.
thanks!
gera
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-07-20 20:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-11 18:11 Finding the list of NIC names Ted Dennison
2006-07-11 18:51 ` Marco Gerards
2006-07-11 18:48 ` Gerardo Richarte
2006-07-11 19:30 ` Ted Dennison
2006-07-20 17:28 ` Michael Hordijk
2006-07-20 20:52 ` Gerardo Richarte
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.