<br><br>
<div><span class="gmail_quote">On 7/31/06, <b class="gmail_sendername">Clayton Rogers</b> <<a href="mailto:clayton@cjrogers.net">clayton@cjrogers.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi all,<br><br>I'm trying to configure my wireless Pro 2200 using the ndiswrapper<br>utility.  However I can't get pass the first step of performing a
<br>modprobe ndiswrapper.  I recieve the following error:<br><br>FATAL: Error inserting ndiswrapper<br>(/lib/modules/2.6.15-23-386/kernel/drivers/net/ndiswrapper/ndiswrapper.ko):<br>Invalid argument<br><br>Any ideas.<br><br>
Thanks in advance.<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>
<div><br>Hi Clayton!</div>
<div> </div>
<div>Follows some tutorials an comments.  You may find the comments the most useful:</div>
<div><br>Looks to be a good basic tutorial:<br><a href="https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper">https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper</a><br>Some tutorials and info can be found here:
<br><a href="http://ndiswrapper.sourceforge.net/mediawiki/index.php/Ubuntu">http://ndiswrapper.sourceforge.net/mediawiki/index.php/Ubuntu</a><br><a href="https://wiki.ubuntu.com/WifiDocs/Driver/Ndiswrapper">https://wiki.ubuntu.com/WifiDocs/Driver/Ndiswrapper
</a><br><a href="http://ndiswrapper.sourceforge.net/mediawiki/index.php/List">http://ndiswrapper.sourceforge.net/mediawiki/index.php/List</a><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> </div>
<div>lspci -n<br> </div>
<div>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!</div>
<div> </div>
<div>Have fun!</div>
<div> </div>
<div>Tod</div>