<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Webdings;
        panose-1:5 3 1 2 1 5 9 6 7 3;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
p.Default, li.Default, div.Default
        {mso-style-name:Default;
        margin:0in;
        margin-bottom:.0001pt;
        text-autospace:none;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body bgcolor=white lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>I got ndiswrapper working this way for Voyage 0.8.  I post it for the list archives:<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>apt-get install build-essential<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>apt-get install linux-source-3.0.0-voyage<o:p></o:p></span></p><p class=Default style='text-align:justify'><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>cd /usr/src <o:p></o:p></span></p><p class=Default style='text-align:justify'><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>tar -jxf linux-source-2.6.23-voyage.tar.bz2 <o:p></o:p></span></p><p class=Default style='text-align:justify'><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>cd linux-source-2.6.23-voyage <o:p></o:p></span></p><p class=MsoNormal style='text-align:justify;text-autospace:none'><span style='color:black'>edit Makefile and change this line: <o:p></o:p></span></p><p class=MsoNormal style='text-align:justify;text-autospace:none'><span style='color:black'>EXTRAVERSION to EXTRAVERSION = -voyage </span><o:p></o:p></p><p class=Default><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>cp /boot/config-2.6.23-486-voyage /usr/src/linux-source-2.6.23-voyage/.config <o:p></o:p></span></p><p class=Default><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>make; it will take much time <o:p></o:p></span></p><p class=Default><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>ln -s /usr/src/linux-source-2.6.23-voyage /lib/modules/2.6.23-486-voyage/build <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:black'>2. download the latest ndiswrapper tarball (ndiswrapper-xxx.tar.gz) from <a href="http://sourceforge.net/projects/ndiswrapper/" target="_blank">http://sourceforge.net/projects/ndiswrapper/</a><br>3. Place the ndiswrapper tarball in /usr/src<br>4. <i>tar -xvf ndiswrapper-xxx</i><br>5. <i>cd ndiswrapper-xxx</i> (directory created by tar)<br>6. <i>make</i><br>7. <i>make install </i><br>8. <i>ndiswrapper -i drivername.inf</i> (for both drivers in the case of the wg111t)<br>9. <i>ndiswrapper -l</i> to verify the installation---should show the driver(s) and device ID<br>10. <i>modprobe ndiswrapper</i></span><span style='color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><p class=MsoNormal><span style='color:#1F497D'>Thank you,<br><br><br><br>Chance Walton<br>chanwalt@technicalelite.com<br>P: 813-936-2030<br>C: 813-482-8877<br>F: 813-936-9268<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:24.0pt;font-family:Webdings;color:green'>P</span><span style='color:#1F497D'> </span><span style='font-size:10.0pt;font-family:"Trebuchet MS","sans-serif";color:green'>Please consider the environment before printing this e-mail.</span><span style='color:#1F497D'><o:p></o:p></span></p></div><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Mirco Schmidt [mailto:mirco.schmidt@mac.com] <br><b>Sent:</b> Wednesday, December 21, 2011 10:27 AM<br><b>To:</b> Chance Walton; voyage-linux@voyage.hk<br><b>Subject:</b> Re: [Voyage-linux] ndiswrapper<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>When using ndiswrapper you need to have the windows-driver file's too... Those need to be installed, did you do so?<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Greetz<o:p></o:p></p></div><div><p class=MsoNormal>Mirco<o:p></o:p></p></div><div><p class=MsoNormal><br>Von meinem iOS Gerät gesendet<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><br>Am 21.12.2011 um 15:15 schrieb Chance Walton <<a href="mailto:chanwalt@technicalelite.com">chanwalt@technicalelite.com</a>>:<o:p></o:p></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal>Hello List,<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>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.<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>I tried “apt-get install ndiswrapper-modules-3.0.0-voyage” but that didn’t work.  Does anyone have something else to try?<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>Thank you,<br><br><br><br>Chance Walton<br><a href="mailto:chanwalt@technicalelite.com">chanwalt@technicalelite.com</a><br>P: 813-936-2030<br>C: 813-482-8877<br>F: 813-936-9268<o:p></o:p></p><p class=MsoNormal><span style='font-size:24.0pt;font-family:Webdings;color:green'>P</span> <span style='font-size:10.0pt;font-family:"Trebuchet MS","sans-serif";color:green'>Please consider the environment before printing this e-mail.</span><o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p></div></blockquote><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'>_______________________________________________<br>Voyage-linux mailing list<br><a href="mailto:Voyage-linux@list.voyage.hk">Voyage-linux@list.voyage.hk</a><br><a href="http://list.voyage.hk/mailman/listinfo/voyage-linux">http://list.voyage.hk/mailman/listinfo/voyage-linux</a><o:p></o:p></span></p></div></blockquote></div></body></html>