Not strictly a redhat issue... But... The instructions for compiling the
.o file for the driver are quite clear.

You should be able to:

1. Install the kernel-source (RPM) package for the version of the kernel
you're running.
2. CD into the src directory for the e100 driver
3. type: make install

Now... I'm not sure whether the make copies the .o file from the src
directory when it's finished, or if it actually moves it... Either way,
you'll end up with the e100.o file you're looking for.  It'll be in the
src directory or it'll be in the modules directory for kernel mods.

-troy

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Ed Bogue
Sent: Monday, October 07, 2002 7:46 PM
To: [EMAIL PROTECTED]
Subject: Compiling Inetl E100 Pro driver


I need to create an e100.o file for use with Novell's Zenworks imaging
utility. I have downloaded the driver file from Intel as
e100-2.1.15.tar.gz. I ran gunzip to get to the tar file. Then I ran tar
to decompress it. I now have a directory called src with a bunch of .h
and .c files. However, there is not specificallly a e100.c file. In any
case, I am trying to compile the driver so I get the .o file. I'm
thinking I need to run make or make install to create the file, per the
readme that comes with the driver download. But, in every case, I get
Linux kernel source not found. What am I doing wrong?

Ed








-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to