Jump to content

Trouble building ndiswrapper


Guest laplacinator
 Share

Recommended Posts

Guest laplacinator

I have uninstalled the rpm and downloaded the tar from sourceforge, but when I try to install it I get the read out:

 

root@localhost ndiswrapper]# make distclean

make -C driver clean

make[1]: Entering directory `/home/jordan/ndiswrapper/driver'

rm -rf ndiswrapper.ko ndiswrapper.o hal.o iw_ndis.o loader.o misc_funcs.o ndis.o ntoskernel.o ntoskernel_io.o pe_linker.o pnp.o proc.o wrapndis.o wrapper.o divdi3.o usb.o x86_64_stubs.o \

divdi3.o .*.ko.cmd .*.o.cmd ndiswrapper.mod.[oc] *~ .tmp_versions

make[1]: Leaving directory `/home/jordan/ndiswrapper/driver'

make -C utils clean

make[1]: Entering directory `/home/jordan/ndiswrapper/utils'

rm -f *~ *.o loadndisdriver

make[1]: Leaving directory `/home/jordan/ndiswrapper/utils'

rm -f *~

rm -fr ndiswrapper-1.11rc1 ndiswrapper-1.11rc1.tar.gz *.deb patch-stamp

make -C driver distclean

make[1]: Entering directory `/home/jordan/ndiswrapper/driver'

rm -rf ndiswrapper.ko ndiswrapper.o hal.o iw_ndis.o loader.o misc_funcs.o ndis.o ntoskernel.o ntoskernel_io.o pe_linker.o pnp.o proc.o wrapndis.o wrapper.o divdi3.o usb.o x86_64_stubs.o \

divdi3.o .*.ko.cmd .*.o.cmd ndiswrapper.mod.[oc] *~ .tmp_versions

rm -f *_exports.h .\#* x86_64_stubs.h

make[1]: Leaving directory `/home/jordan/ndiswrapper/driver'

make -C utils distclean

make[1]: Entering directory `/home/jordan/ndiswrapper/utils'

rm -f *~ *.o loadndisdriver

rm -f .\#*

make[1]: Leaving directory `/home/jordan/ndiswrapper/utils'

rm -f .\#*

[root@localhost ndiswrapper]# make install

make -C driver install

make[1]: Entering directory `/home/jordan/ndiswrapper/driver'

Can't find kernel sources in /lib/modules/2.6.12-12mdksmp/build;

give the path to kernel sources with KSRC=<path> argument to make

make[1]: *** [prereq_check] Error 1

make[1]: Leaving directory `/home/jordan/ndiswrapper/driver'

make: *** [install] Error 2

 

 

Any ideas where to go from here?

Link to comment
Share on other sites

This is showing that kernel sources aren't installed.

 

You can use:

 

urpmi kernel-source

 

to install the one you want. It should be something like kernel-source-2.6.12.12mdk for default Mandriva 2006 kernel.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...