^thehatsrule^
Group: Members
Posts: 3275
Joined: July 2006 |
|
Posted: Mar. 03 2007,02:19 |
|
Did you try the "pcnet_cs" driver yet like I had previously suggested?
Anyways.. not sure what you're trying to do with the rest of your post, but I'll try to give some pointers...
- .inf files are windows drivers, only needed usually for wireless where there is no working linux native driver. - Note that everything is case sensitive - `./Configure` is different from `./configure` - You should `export CC=gcc` to use gcc instead of changing the script to use tcc. - kernelsource.dsl only includes the kernel headers (yes it is a mistake), you can grab the full tree from kernel.org and apply the knoppix patches. - as to your last question, I think you're off track here, and since it seems you are rather new to all of this, I would suggest for you to try my first suggestion to use what's already available.
|