To Siamak
>>> Which of the 3 do I want? I'm not sure what the difference is, or if there is a write one...
All this 3 are kernal source for Red Hat Enterprise Linux 2, 3 and 4.
Just I remember that you have used Redhat 9.
So you could find kernel source from your installation CD.
>>> Will I be able to make the installation directly from my laptop?
>>> I mean, what steps should I follow in making the installation.
I have get following installation manual note from README file which is your network addapter file.
(
http://www.e-14.com/drivers/downloaddrivers.php -> BCM57xx Drivers)
May be you read it. I said step is following notes from 1 to 5
Building Driver From TAR File
=============================
The following are general guidelines for installing the driver. Refer to
DISTRIB.TXT for additional installation notes for various Linux distributions.
1. Create a directory and extract the files:
tar xvzf bcm5700-<version>.tar.gz
2. Build the driver bcm5700.o as a loadable module for the running kernel:
cd src
make
3. Test the driver by loading it:
insmod bcm5700.o
or
insmod bcm5700.ko (on 2.6.x kernels)
If loading the driver on Red Hat 7.3, 2.1 AS or other newer kernels with the
tg3 driver, refer to the "Removing tg3 Driver" in DISTRIB.TXT before loading
the driver.
4. Install the driver and man page:
make install
See RPM instructions above for the location of the installed driver.
5. To configure network protocol and address, refer to various Linux
documentations.