ndiswrapper icon indicating copy to clipboard operation
ndiswrapper copied to clipboard

Results 7 ndiswrapper issues
Sort by recently updated
recently updated
newest added

I cannot find a way to allocate PAGE_KERNEL_EXEC anymore in the new version. `__vmalloc` doesn't have that parameter now and `__vmalloc_node_range` is no longer exported. ``` CC [M] /tmp/ndiswrapper-arch/trunk/src/ndiswrapper-1.62/driver/loader.o /tmp/ndiswrapper-arch/trunk/src/ndiswrapper-1.62/driver/loader.c:...

There has not been a lot of activity in the last ~8 years, is this project considered finished? Or is NDIS6 support still planned?

System Specs: --- os: ubuntu 18.04 kernel: ```sh uname -r // 5.3.0-46-generic ``` Repeatable Steps: --- [1] `git clone https://github.com/pgiri/ndiswrapper` [2] `cd ndiswrapper/ndiswrapper` [3] `make` Result: --- ```sh make -C...

Hello, I've open a feature request on SF, this is just a link leading there: https://sourceforge.net/p/ndiswrapper/feature-requests/38/ Br, -Balint Uveges

Met imperfection here, any attempt to perfect it (though seems it's working installed) ? ``` $ sudo ndiswrapper -i netbc64.inf installing netbc64 ... couldn't find section "\" - installation may...

``` dez 20 23:14:59 archlinux kernel: ndiswrapper (import:234): unknown symbol: ntoskrnl.exe:'PsThreadType' dez 20 23:14:59 archlinux kernel: ndiswrapper (import:234): unknown symbol: ntoskrnl.exe:'RtlTimeToTimeFields' dez 20 23:14:59 archlinux kernel: ndiswrapper (import:234): unknown symbol:...

I tried to build an ndiswrapper for my mt7902 on Debian12, but during compilation, make reported some warnings. After installing the driver using ndi swrapper, when running 'modprobe ndswrapper', ndiswrapper...