Device schreef op 19 september 2002 @ 15:04:
Bedankt voor de moeite. Helaas tevergeefs. Ik heb een en ander gezocht en gevonden, maar die eerste link werkt niet onder XP, DOS en is niet bootable. Ik weet niet wat het precies is.
Vreemd de link werkt nog steeds...... Je krijgt dan meestal een win3.1 achtige omgeveving via de diskettes die je gemaakt hebt en daar kun je vanalles instellen. Ook niet-netwerkzaken die normaal in het bios geregeld worden.
http://www.compaq.com/sup...ps/us/download/10071.html
Ik kon niet zien welke driver je voor de kaart genomen hebt, maar er staat
http://support.intel.com/.../adapter/pro100/24659.htm
http://support.intel.com/...erexpress/pro10/index.htm
Had je deze driver al geprobeerd: e100-2.1.15.tar.gz (via de links hierboven) ?
Linux* Base Driver for the Intel(R) PRO/100 Family of Adapters
==============================================================
August 6, 2002
In This Release
===============
This file describes the Linux* Base Driver for the Intel(R) PRO/100 Family of
Adapters, version 2.1.15. This driver is intended for 2.2.x and 2.4.x kernels;
it is known to build properly on 2.2.x kernels through 2.2.20 and on 2.4.x
kernels through 2.4.18. Intel focused testing on Intel architectures running
the 2.4.18 kernel. This driver includes support for Itanium(TM)-based
systems.
NOTE: This driver version contains the final development set for 2.2.x
kernels through 2.2.20. Development will continue for 2.4.x kernels and
future production kernels.
The Intel PRO/100 driver is only supported as a loadable module at this time.
Intel is not supplying patches against the kernel source to allow for static
linking of the driver. For questions related to hardware requirements, refer
to the documentation supplied with your Intel PRO/100 adapter.
Building and Installation
=========================
To build a binary RPM* package of this driver run 'rpm -tb <filename.tar.gz>'.
Replace <filename.tar.gz> with the specific file name of the driver.
NOTES: For the build to work properly it is important that the currently
running kernel MATCH the version and configuration of the installed
kernel source. If you have just recompiled your kernel reboot the
system now.
If you are building the e100 driver on a fresh install of Red Hat*
without recompiling the kernel, the build generates warnings. This
is normal and does not affect driver performance. If you have
difficulties, remove the non-Intel eepro100 module.
1. Move the base driver tar file to the directory of your choice. For
example, use: /home/username/e100 or /usr/local/src/e100.
2. Untar/unzip the archive by entering the following, where <x.x.x> is the
version number for the driver tar:
tar xfz e100-<x.x.x>.tar.gz
3. Change to the driver src directory by entering the following, where
<x.x.x> is the version number for the driver tar:
cd e100-<x.x.x>/src/
4. Compile the driver module:
make install
The binary will be installed as:
For Linux 2.2.x systems:
/lib/modules/<kernel_version>/net/e100.o
For Linux 2.4.x systems:
/lib/modules/<kernel_version>/kernel/drivers/net/e100.o
The install locations listed above are the default locations. They may not
be correct for certain Linux distributions. For more information, see the
ldistrib.txt file included in the driver tar.
5. Install the module:
insmod e100 <parameter>=<value>
NOTE: If you are using Hot Plug, see the "Hot Plug" section below.
6. Assign an IP address to the interface by entering the following, where <x>
is interface number:
ifconfig eth<x> <IP_address>
7. Verify that the interface works. Enter the following, where <IP_address>
is the IP address for another machine on the same subnet as the interface
that is being tested:
ping <IP_address>
NOTE: In order to see link messages and other Intel driver information on
your console, you must set the dmesg level up to six. This can be done
by entering the following on the command line:
dmesg -n 6
If you wish to see all messages issued by the driver, including debug
messages, set the dmesg level to seven.