Hi!
I've installed à Linux Debian etch r0 with the kernel 2.6.18-4-686 with the DVD on a DELL VOSTRO 200.
But I had a problem, the network card is not recognized.
I saw on a thread that I had to download and install the intel driver.
I downloaded the only driver it has for Linux.
It is said to support Linux* with 2.4.18 to 2.6.x kernels.
I folowed this instructions from the readme file:
1. Move the base driver tar file to the directory of your choice. For
example, use /home/username/e1000 or /usr/local/src/e1000.
2. Untar/unzip archive:
tar zxf e1000-x.x.x.tar.gz
3. Change to the driver src directory:
cd e1000-x.x.x/src/
4. Compile the driver module:
make install
But when I do "make install" I got this message:
*** Linux kernel source not found in any of these locations
*** Install the appropriate kernel development package, e.g.
*** kernel-devel, for building kernel modules and try again Stop.
Where did I go wrong?
I saw on threads thaht I have to recompile the kernel with the driver in...how can I do that????
Can somebody help me please?!!!!!