Using Windows wireless card drivers

From PardusWiki
(Difference between revisions)
Jump to: navigation, search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
For many wireless networkcards, Linux drivers are not available. Don't worry! Despite that, it is very easy to get your card working: With 'ndiswrapper', you can load the Windows-drivers. This is a small guide to get wireless working.
 
For many wireless networkcards, Linux drivers are not available. Don't worry! Despite that, it is very easy to get your card working: With 'ndiswrapper', you can load the Windows-drivers. This is a small guide to get wireless working.
  
:# Make sure ndiswrapper is installed. Normally it is installed in Pardus, you can check it in Package Manager.
+
1. Make sure ndiswrapper is installed. Normally it is installed in Pardus, you can check it in Package Manager.
:# Download the Windows drivers of your networkcard. If you don't know where you can find it, have a look at this list: http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,list/ (For the next steps, download the driver to your Desktop and remember your username.)
+
 
:# Unzip it, and remember the name of the created directory with the drivers.
+
2. Download the Windows drivers of your networkcard. If you don't know where you can find it, have a look at this list: http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,list/ or http://linux-wless.passys.nl/?lang=english (For the next steps, download the driver to your Desktop and remember your username.)
:# Open a terminal in administrator mode: Pardus Menu -> Programs -> System -> More Applications -> Terminal Program - Super User Mode. Then, enter your administration password.
+
 
:# Go to the directory with the drivers. cd /home/username/Desktop/directory-with-the-drivers.
+
3. Unzip it, and remember the name of the created directory with the drivers.
:# Check for already installed drivers: ndiswrapper -l
+
 
:# If necessary remove them with: ndiswrapper -r drivername
+
4. Open a terminal in administrator mode: Pardus Menu -> Programs -> System -> More Applications -> Terminal Program - Super User Mode. Then, enter your administration password.
:# Install the driver: ndiswrapper -i driver.inf (Replace 'driver' with the name of your .inf-file.)
+
 
:# Check with: ndiswrapper -l
+
5. Go to the directory with the drivers. cd /home/username/Desktop/directory-with-the-drivers.
:# Check for problems: depmod -a
+
 
:# Load ndiswrapper module: modprobe ndiswrapper
+
6. Check for already installed drivers:
:# Type this: ndiswrapper -m
+
ndiswrapper -l
:# Check for: "adding "alias ........"
+
7. If necessary remove them with:
:# Check if device is present with: iwconfig
+
ndiswrapper -r drivername
:# Configure the device in: Pardus Menu -> Tasma -> Internet & Network -> Network Manager -> New connection
+
8. Install the driver:
:# Check for the connection with: iwconfig
+
ndiswrapper -i driver.inf (Replace 'driver' with the name of your .inf-file.)
:# To load ndiswrapper after a new start: echo ndiswrapper>>/etc/modules.autoload.d/kernel-2.6
+
9. Check with:
 +
ndiswrapper -l
 +
10. Check for problems:
 +
depmod -a
 +
11. Load ndiswrapper module:
 +
modprobe ndiswrapper
 +
12. Type this:
 +
ndiswrapper -m
 +
13. Check for: "adding "alias ........"
 +
 
 +
14. Check if device is present with:
 +
iwconfig
 +
15. Configure for Pardus 2008 the device in: Tasma -> Internet & Network -> Network Manager -> New connection
 +
 
 +
15a. Configure for Pardus 2009 the device in: System Settings > Network Manager > Create Profile .....
 +
 
 +
15b. Configure for Pardus 2011 the device in: System Settings > Network Settings > Nerwork Connections > Wireless > ...
 +
 
 +
16. Check for the connection with:
 +
iwconfig
 +
17 To load ndiswrapper after a new start enter:
 +
echo ndiswrapper>>/etc/modules.autoload.d/kernel-2.6

Latest revision as of 09:47, 5 February 2011

For many wireless networkcards, Linux drivers are not available. Don't worry! Despite that, it is very easy to get your card working: With 'ndiswrapper', you can load the Windows-drivers. This is a small guide to get wireless working.

1. Make sure ndiswrapper is installed. Normally it is installed in Pardus, you can check it in Package Manager.

2. Download the Windows drivers of your networkcard. If you don't know where you can find it, have a look at this list: http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,list/ or http://linux-wless.passys.nl/?lang=english (For the next steps, download the driver to your Desktop and remember your username.)

3. Unzip it, and remember the name of the created directory with the drivers.

4. Open a terminal in administrator mode: Pardus Menu -> Programs -> System -> More Applications -> Terminal Program - Super User Mode. Then, enter your administration password.

5. Go to the directory with the drivers. cd /home/username/Desktop/directory-with-the-drivers.

6. Check for already installed drivers:

ndiswrapper -l

7. If necessary remove them with:

ndiswrapper -r drivername

8. Install the driver:

ndiswrapper -i driver.inf (Replace 'driver' with the name of your .inf-file.)

9. Check with:

ndiswrapper -l

10. Check for problems:

depmod -a

11. Load ndiswrapper module:

modprobe ndiswrapper

12. Type this:

ndiswrapper -m

13. Check for: "adding "alias ........"

14. Check if device is present with:

iwconfig

15. Configure for Pardus 2008 the device in: Tasma -> Internet & Network -> Network Manager -> New connection

15a. Configure for Pardus 2009 the device in: System Settings > Network Manager > Create Profile .....

15b. Configure for Pardus 2011 the device in: System Settings > Network Settings > Nerwork Connections > Wireless > ...

16. Check for the connection with:

iwconfig

17 To load ndiswrapper after a new start enter:

echo ndiswrapper>>/etc/modules.autoload.d/kernel-2.6
Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox