^thehatsrule^
Group: Members
Posts: 3275
Joined: July 2006 |
|
Posted: Feb. 12 2007,14:21 |
|
Quote | do i need the kernel source and gcc. | Probably you'll need to grab these from mydsl... one of the gcc* packages and kernelsource (which are actually just the knoppix kernel headers, which should be sufficient)
From the list ...
Quote | Makefile sis7019.c sis7019.h |
Since there is only a Makefile (and no configure), it appears he only has to do...Code Sample | make && sudo make install |
Where `make` would probably just create the module and store it in the current directory, and `make install` will probably install it to /lib/modules/... etc.
|