ndiswrapper help - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Slackware (https://www.linux-noob.com/forums/forum-96.html) +--- Thread: ndiswrapper help (/thread-2061.html) |
ndiswrapper help - Carl72 - 2006-03-28 I am running Slackware 10.2 with the 2.4.31 Kernel. For the past few days I have been trying, with no luck, to install ndiswrapper. I have followed the Wiki Located Here. Everything goes as planed, I assume, untill I have to input "make install." At that point I get: Code: root@Computer:/home/User/tmp/ndiswrapper-1.11# make install If you need more info on this topic post your question, but like I said i followed the wiki to a T and thats what I got. I really do not know what to do here so if anyone is willing to take the time to help an ndiswrapper help - znx - 2006-03-28 Welcome :) Ok.. it looks like you are missing that file net/iw_handler.h is a part of the kernel. My guess is that if you the package that continues the kernel "headers" then you should be ok.. Do this: Code: uname -a You will get output like: Code: Linux tone 2.6.15-gentoo-r1-znx #1 PREEMPT Wed Mar 8 21:35:31 GMT 2006 i686 AMD Athlon(tm) XP 2700+ AuthenticAMD GNU/Linux My kernel version is 2.6.15-gentoo-r1-znx, so look for your version in there.. then: For instance I found kernel-headers-2.4.31-i386-1.tgz This would work for a kernel version 2.4.31 .. ndiswrapper help - Carl72 - 2006-03-28 Hey, that worked! :) Thank you for helping me, i hope i can get the rest of this figured out |