Page 1 of 1

NDISwrapper

Posted: 30 Oct 2013, 21:07
by RogueNeuron
Had a hard time finding any recent info on ndiswrapper and porteus and 1.57/1.58 wouldnt build or install properly from source for me so I pulled this pkg from the slackware repo and converted it. Optimal or not, it works for me with no issues. Hopefully someone else benefits from it, enjoy.


As usual, copy to /porteus/modules or load it on-the-fly.

Usage:
modprobe ndiswrapper
ndiswrapper -i /path/to/driver.inf
ndiswrapper -m

add "modprobe ndiswrapper" to your startup script.


ndiswrapper-1.52_2.6.24.5_smp-i486-1alien.xzm

Re: NDISwrapper

Posted: 31 Oct 2013, 09:46
by fanthom
this module wont work with Porteus as depends on the specific kernel version. Porteus has kernel in version '3.9.11' and this package was created for '2.6.24.5' (pretty ancient).

if you want ndiswrapper running then you should get the sources from the slackbuilds project and compile it on your PC:
http://slackbuilds.org/repository/14.0/ ... pper-utils (utilities which does not depend on the kernel version)
http://slackbuilds.org/repository/14.0/ ... er-kernel/ (kernel module which is compiled against the kernel version you are using right now)