Install driver – LevelOne 10/100M 32bit Fast Ethernet PC card User Manual

Page 46

Advertising
background image

LevelOne Fast Ethernet PC Card user’s manual

44

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 floppy diskette, simply do

> mcopy a:Linux/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

Advertising