URL: https://linuxfr.org/forums/linux-mandriva/posts/pb-installation-driver-avec-ndiswrapper Title: Pb installation driver avec ndiswrapper Authors: adrien54 Date: 2005年05月12日T22:34:18+02:00 Tags: Score: 0 Bonjour, voila j'ai un modem routeur Belkin 54g de ref: f5d7632 et un adaptateur reseau usb belkin de ref: f5d7050. Mon probleme est que l'adaptateur est bien reconnu dans le materiel mais il n'a pas de driver pour fonctionner. J'ai lu qu'il fallait utiliser ndiswrapper pour les driver ne fonctionnant que sous windows mais j'ai une erreur: [root@localhost adrien]# cd ndiswrapper [root@localhost ndiswrapper]# tar -zxvf ndiswrapper-1[1][1].1.tar.gz ndiswrapper-1.1/ ndiswrapper-1.1/AUTHORS ndiswrapper-1.1/ChangeLog ndiswrapper-1.1/INSTALL ndiswrapper-1.1/Makefile ndiswrapper-1.1/README ndiswrapper-1.1/ndiswrapper.spec ndiswrapper-1.1/version ndiswrapper-1.1/ndiswrapper.8 ndiswrapper-1.1/utils/ ndiswrapper-1.1/utils/Makefile ndiswrapper-1.1/utils/ndiswrapper ndiswrapper-1.1/utils/loadndisdriver.c ndiswrapper-1.1/utils/ndiswrapper-buginfo ndiswrapper-1.1/driver/ ndiswrapper-1.1/driver/divdi3.c ndiswrapper-1.1/driver/hal.c ndiswrapper-1.1/driver/iw_ndis.c ndiswrapper-1.1/driver/iw_ndis.h ndiswrapper-1.1/driver/loader.c ndiswrapper-1.1/driver/loader.h ndiswrapper-1.1/driver/longlong.h ndiswrapper-1.1/driver/Makefile ndiswrapper-1.1/driver/misc_funcs.c ndiswrapper-1.1/driver/ndis.c ndiswrapper-1.1/driver/ndis.h ndiswrapper-1.1/driver/ndiswrapper.h ndiswrapper-1.1/driver/ntoskernel.c ndiswrapper-1.1/driver/ntoskernel.h ndiswrapper-1.1/driver/pe_linker.c ndiswrapper-1.1/driver/pe_linker.h ndiswrapper-1.1/driver/proc.c ndiswrapper-1.1/driver/usb.c ndiswrapper-1.1/driver/usb.h ndiswrapper-1.1/driver/winnt_types.h ndiswrapper-1.1/driver/wrapper.c ndiswrapper-1.1/driver/wrapper.h ndiswrapper-1.1/driver/x86_64_stubs.S ndiswrapper-1.1/debian/ ndiswrapper-1.1/debian/Makefile ndiswrapper-1.1/debian/control.modules ndiswrapper-1.1/debian/control.utils ndiswrapper-1.1/debian/copyright ndiswrapper-1.1/debian/dirs.utils ndiswrapper-1.1/debian/docs ndiswrapper-1.1/debian/README.Debian ndiswrapper-1.1/debian/rules ndiswrapper-1.1/debian/changelog.template ndiswrapper-1.1/debian/control.source ndiswrapper-1.1/debian/postinst.modules [root@localhost ndiswrapper]# cd ndiswrapper-1.1 [root@localhost ndiswrapper-1.1]# make make -C driver make[1]: Entering directory `/home/adrien/ndiswrapper/ndiswrapper-1.1/driver' Can't find kernel sources in /lib/modules/2.6.8.1-12mdk/build; give the path to kernel sources with KSRC= argument to make make[1]: *** [prereq_check] Erreur 1 make[1]: Leaving directory `/home/adrien/ndiswrapper/ndiswrapper-1.1/driver' make: *** [all] Erreur 2 [root@localhost ndiswrapper-1.1]# make install make -C driver install make[1]: Entering directory `/home/adrien/ndiswrapper/ndiswrapper-1.1/driver' Can't find kernel sources in /lib/modules/2.6.8.1-12mdk/build; give the path to kernel sources with KSRC= argument to make make[1]: *** [prereq_check] Erreur 1 make[1]: Leaving directory `/home/adrien/ndiswrapper/ndiswrapper-1.1/driver' make: *** [install] Erreur 2 Voila je ne comprends pas tout car je suis debutant sous linux et je tatonne pas mal. Si quelqu'un sais comment faire MERCI.