|
48.
|
|
|
If you have access to the Internet, you can see if your wireless cards is in the list of cards supported by <application>ndiswrapper</application><ulink url="http://ndiswrapper.sourceforge.net/mediawiki/index.php/List">on the ndiswrapper website</ulink>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:117(para)
|
|
49.
|
|
|
To install ndiswrapper, install the package <application>ndiswrapper-utils</application> (see <link linkend="add-applications">Add Applications</link>). This package is provided on the Xubuntu CD. If you have access to the Internet, you can also optionally install a graphical tool, <application>ndisgtk</application> from the <emphasis>Universe</emphasis> repository (see <link linkend="extra-repositories">Extra Repositories</link>).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:119(para)
|
|
50.
|
|
|
In order to set up <application>ndiswrapper</application>, it is necessary to obtain the Windows driver for your wireless card. Generally, the best way to do this is from the CD supplied with your wireless card. You should copy two files to the same place on your computer, one ending in .SYS and one ending in .INF. If you find any files which end in .BIN, also copy those. If you are not able to find the right files, and have alternative access to the Internet, you may be able to obtain help from the <ulink url="http://ndiswrapper.sourceforge.net/mediawiki/index.php/list">ndiswrapper website</ulink>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:120(para)
|
|
51.
|
|
|
If you have installed the graphical tool <application>ndisgtk</application>, to set up ndiswrapper, simply select <menuchoice><guimenu>Applications</guimenu><guisubmenu>System</guisubmenu><guimenuitem>Windows Wireless Drivers</guimenuitem></menuchoice> from the menu, and follow the instructions given.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:121(para)
|
|
52.
|
|
|
If you have not installed the graphical tool, use this procedure:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:122(para)
|
|
53.
|
|
|
Open <menuchoice><guimenu>Applications</guimenu><guisubmenu>Accessories</guisubmenu><guimenuitem>Terminal</guimenuitem></menuchoice> and type: <screen>sudo ndiswrapper -i ~/Desktop/drivername.inf</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:125(para)
|
|
54.
|
|
|
The above command assumes that your .INF file is named <filename>drivername.inf</filename> and was copied to your Desktop. Replace these values if necessary.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:127(para)
|
|
55.
|
|
|
To check if it is working correctly, type: <screen>ndiswrapper -l</screen>If it is working correctly, you should see: <screen>Installed ndis drivers:
{name of driver} driver present, hardware present</screen>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:131(para)
|
|
56.
|
|
|
For ndiswrapper to function, you need to load a module. To do this, type:<screen>sudo depmod -a
sudo modprobe ndiswrapper</screen>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:137(para)
|
|
57.
|
|
|
To ensure that the module is loaded each time you boot the computer, type:<screen>sudo ndiswrapper -m</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
internet/C/internet.xml:141(para)
|