Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dell PowerEdge 1500 NIC?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
fncll
n00b
n00b


Joined: 08 Jul 2002
Posts: 28

PostPosted: Mon Jul 08, 2002 7:40 pm    Post subject: Dell PowerEdge 1500 NIC? Reply with quote

I have a brand new Dell PowerEdge 1500SC server that I want to set up with Gentoo. I am having trouble figuring out what network card driver to use-- none of the usual suspects work. All the paperwork on the box tells me is that it is an "onboard nic" --- how can I get more info on the nic or does anyone know what I should use?

It also has onboard scsi, but that seems to be detected fine.
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Mon Jul 08, 2002 7:46 pm    Post subject: Reply with quote

Well, Dell's support site would be a good place to start.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
fncll
n00b
n00b


Joined: 08 Jul 2002
Posts: 28

PostPosted: Mon Jul 08, 2002 7:52 pm    Post subject: No luck Reply with quote

I've been there (and I've searched the forums, etc) but am not having any luck getting a spec for the onboard nic. That's the point of my question. I was hoping someone here might have experience with this hardware already.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Mon Jul 08, 2002 7:56 pm    Post subject: Reply with quote

Well, maybe the kernel can help you out. "less /proc/pci" has given me clues more than once.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
fncll
n00b
n00b


Joined: 08 Jul 2002
Posts: 28

PostPosted: Tue Jul 09, 2002 7:38 pm    Post subject: that helped, but how do I use driver not on CD? Reply with quote

That helped... I was able to identify my nic as an Intel 82544EI Gigabit ethernet. I even found
drivers on intel's site
(looks like they need to be compiled, there is no .o file, the name is e1000). But how can I use this driver since it is not on the CD when I do the install?

I haven't been able to find a binary or anything like that either. :?:
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Tue Jul 09, 2002 7:50 pm    Post subject: Reply with quote

Err... that'll be problematic. Okay, this will be much easier if you can use a stage 3 build. Before you do anything, download the driver tarball and stick it onto a floppy or something. Go through the stage 3 install (since it doesn't need network until later), and then right after you build your kernel do this:

Code:
# mount /mnt/floppy
# cd /usr/src
# tar xzvf /mnt/floppy/e1000-4.2.17.tar.gz
# umount /mnt/floppy
# cd e1000-4.2.17
# make install
# modprobe e1000


Note that the e1000 module will be destroyed every time you "make modules_install", which is why you want to keep the driver around in /usr/src. Anyway, stick "e1000" in /etc/modules.autoload, and you should be all set.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
fncll
n00b
n00b


Joined: 08 Jul 2002
Posts: 28

PostPosted: Tue Jul 09, 2002 7:57 pm    Post subject: I can do that-- does it change performance? Reply with quote

Besides starting with a larger ISO and a portage tree, what is the major difference using Stage 3 instead of stage 1?

I assume that GCC/etc will not be compiled for my machine, but I can rebuild those later (and sync the portage tree) so except for some up front time to download a bigger file is there any other major difference in terms of the resulting system, performance, etc?
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Tue Jul 09, 2002 8:11 pm    Post subject: Reply with quote

Stage 3 is already bootstrapped and includes binaries produced from "emerge system" as well as a kernel source tree, all built for i686. These won't run on a pre-i686 system, but won't give a full optimization if you have a system over i686. In any case, it will get you most of the way through the install without having to touch the network -- far enough that you will have all the tools you need to build your networking module.

In any case, if you have a Pentium Pro or above (which I'm assuming you do because it shipped with a gigabit NIC ;)), a stage 3 install will work. If you feel the need, everything on your system can be recompiled later with "emerge -e world".
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum