I got ndiswrapper working this way for Voyage 0.8. I post it for the list archives:
apt-get install build-essential apt-get install linux-source-3.0.0-voyage cd /usr/src tar -jxf linux-source-2.6.23-voyage.tar.bz2 cd linux-source-2.6.23-voyage edit Makefile and change this line: EXTRAVERSION to EXTRAVERSION = -voyage cp /boot/config-2.6.23-486-voyage /usr/src/linux-source-2.6.23-voyage/.config make; it will take much time ln -s /usr/src/linux-source-2.6.23-voyage /lib/modules/2.6.23-486-voyage/build 2. download the latest ndiswrapper tarball (ndiswrapper-xxx.tar.gz) from http://sourceforge.net/projects/ndiswrapper/ 3. Place the ndiswrapper tarball in /usr/src 4. tar -xvf ndiswrapper-xxx 5. cd ndiswrapper-xxx (directory created by tar) 6. make 7. make install 8. ndiswrapper -i drivername.inf (for both drivers in the case of the wg111t) 9. ndiswrapper -l to verify the installation---should show the driver(s) and device ID 10. modprobe ndiswrapper Thank you, Chance Walton [email protected] P: 813-936-2030 C: 813-482-8877 F: 813-936-9268 P Please consider the environment before printing this e-mail. From: Mirco Schmidt [mailto:[email protected]] Sent: Wednesday, December 21, 2011 10:27 AM To: Chance Walton; [email protected] Subject: Re: [Voyage-linux] ndiswrapper When using ndiswrapper you need to have the windows-driver file's too... Those need to be installed, did you do so? Greetz Mirco Von meinem iOS Gerät gesendet Am 21.12.2011 um 15:15 schrieb Chance Walton <[email protected]>: Hello List, I am trying to get a Marvel Netgear WN111 v1 usb wireless network adapter to work. I am trying it on 0.8.0 but cant find the right module to get. I tried “apt-get install ndiswrapper-modules-3.0.0-voyage” but that didn’t work. Does anyone have something else to try? Thank you, Chance Walton [email protected] P: 813-936-2030 C: 813-482-8877 F: 813-936-9268 P Please consider the environment before printing this e-mail. _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
_______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
