Greetings,
I recently bought a new system, one of those barebones jobs. It came with a
10/100 NIC integrated into the motherboard. Davicom dm9102. The motherboard
actually came with linux sound and nic drivers. But, I can't seem to compile
the NIC driver.
In the driver itself, it lists a whole lot of includes such as
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
.
.
When I try to compile it, it says it can't find the include files. I am
compiling from the directory in which the driver is. I know the files it is
looking for are in /usr/src/linux/include/linux/* but I don't know how to
convey that to the driver.
Can anyone help me? This is my first module compile. I have compiled little
things before. I really want to get this going because this is the first
time I have ever had two computers. A friend gave me a hub and I just gotta
get it going.
Thanks in advance
Eric not so newbie, but still a little green.