<br><br><div><span class="gmail_quote">On 3/15/06, <b class="gmail_sendername">C Hamel</b> <<a href="mailto:yogich@sc2000.net">yogich@sc2000.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Wireless-tools is installed, ndiswrapper will load as a module but it will not<br>install the necessary driver, seemingly.  I used 'ndiswrapper -i <driver>'<br>which I believe is the correct syntax.  ...Or is it??<br>
<br>Help!! :-)<br>--<br>        ...CH<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>
Hi CH,<br>
<br>
Some tutorials and info can be found here:<br>
<br>
<a href="http://ndiswrapper.sourceforge.net/mediawiki/index.php/Ubuntu">http://ndiswrapper.sourceforge.net/mediawiki/index.php/Ubuntu</a><br>
<br>
<a href="https://wiki.ubuntu.com/WifiDocs/Driver/Ndiswrapper">https://wiki.ubuntu.com/WifiDocs/Driver/Ndiswrapper</a><br>
<br>
<a href="http://ndiswrapper.sourceforge.net/mediawiki/index.php/List">http://ndiswrapper.sourceforge.net/mediawiki/index.php/List</a><br>
<br>
<a href="https://wiki.ubuntu.com/WifiDocs/Driver/Ndiswrapper?action=show&redirect=SetupNdiswrapperHowto">https://wiki.ubuntu.com/WifiDocs/Driver/Ndiswrapper?action=show&redirect=SetupNdiswrapperHowto</a><br>
<br>
For some reason most leave out the part where the wrapped driver is
associated with the hardware (a pci thing usually).  This is done
by, if memory serves, doing an:<br>
<br>
lspci -v<br>
<br>
Note your wireless hardware in the output then do an:<br>
<br>
lspci -n<br>
<br>
Find the entry by comparing the two outputs and note the number of the
form XXXX:XXXX (see ndiswrapper -h for a bit of reminder).  Then
do an:<br>
<br>
ndiswrapper -d XXXX:XXXX driver<br>
<br>
Where the XXXX:XXXX are the numbers located above (your devid) and driver was described by a previous:<br>
<br>
ndiswrapper -l<br>
<br>
Which found your successfully wrapped driver (be careful of spelling and case so do the ndiswrapper -l).<br>
<br>
I hope this helps!<br>
<br>
Tod<br>