Op vrijdag 20 april 2001 20:10 schreef LAN het volgende:
Over welke distributie van linux hebben we het nu?
Redhat 6.2
Linux Driver Installation Procedure
===================================
PCMCIA Card Model
-----------------
CardBus 10/100 Ethernet Card
Device Driver Version
---------------------
1.0
Tested Platforms
----------------
This device driver has been fully tested on the following platforms:
Slackware 3.6
Slackware 4.0
Redhat 5.2
Redhat 6.0
File List
---------
The complete file list is as follows:
README
makefile
rtl8139.c
en0100r.o
Before Installation
-------------------
Before you start rebuilding the driver, you must have PCMCIA binaries and
source installed in your system. PCMCIA module version 3.0.9 or
later are quaranteed to work well with this driver.
Latest version of PCMCIA module is available at
ftp://sourceforge.com.
Also, if you have just rebuilt your kernel, you must first rebuild PCMCIA
then the device driver to avoid any inconsistency.
When you are rebuilding PCMCIA modules, be sure you select the following
item:
(1) Read from the currently running kernel.
Otherwise, you might encounter some problems with when module
version is set.
Install Driver
--------------
1. To login as the root.
2. To copy the driver code from the Installation diskette, simply do
> mcopy a:en0100r-v1.0.tgz .
> gzip -cd en0100r-v1.0.tgz | tar xvf -
> cd en0100r-v1.0
3. To generate the driver
Modify the PCMCIASRC variable in your makefile to the location of your
PCMCIA source.
Modify the KERN_VER variable in your makefile.
After you finish the modification of variables in your makefile, you can
rebuild the driver by doing
> make
4. To install the driver
> make install
5. To configure the PCMCIA 10/100 Ethernet Card
> cd /etc/pcmcia
To add the following text into the "config" file (The mode of the "config"
file must be the "write" mode.)
> vi config
device "en0100r_cb"
class "network" module "cb_enabler", "en0100r_cb"
card "CardBus 10/100 Ethernet Card "
manfid 0x018a, 0x0106
bind "en0100r_cb"
To configure the PCMCIA NIC interface
> vi network.opts
Add the following line into /lib/modules/modules.dep:
/lib/modules/2.2.13/pcmcia/en0100r_cb.o: /lib/modules/2.2.13/pcmcia/cb_enabler.o
6. To reboot the Linux
> shutdown -r now