NEWS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
Home / News / Linux / Fedora Tips and Tricks

Fedora Tips and Tricks


Installing Intel Wireless 3945 Adapter in FC6

Convert YouTube FLV Videos to MPG or AVI

By Mihai Marinof, Linux Editor

27th of February 2007, 09:32 GMT

Adjust text size:


Several laptop manufacturers have used the Intel PRO Wireless 3945 A/B/G adapter as the wireless component for their products. This adapter is most likely to be found in Intel, Toshiba, DELL, Lenovo ThinkPad or even in some Asus laptops. So the probability to get a laptop with this adapter is quite large. Unfortunately, the problems will start once you decide to install Linux on it. As you might know, the wireless solutions aren't supported by default in Linux; therefore, you'll need to manually install several kernel modules or to dynamically link the vendor's Windows drivers using a driver wrapper such as ndiswrapper. For Fedora at least, there's a cleaner and possibly easier way to set-up the Intel adapter.

Note that Anaconda (FC6 installation system) will most likely install the wrong architecture kernel in some systems. This doesn't affect functionality much, but you might run into troubles while compiling 3rd party kernels. Run the following command to see if you have the right kernel:
CODE
$ sudo yum -d 0 list kernel
If this command reports kernel i586 or XEN installed and i686 available, then follow the
steps from one of the many guides related to this issue.

Moreover, if you have used a different guide for installing the IPW 3945 adapter which used several RPM packages provided by Atrpms, you should reinstall the affected kernel as those modules won't work.

Installation

Open a terminal and type the following command to become root (if you are already logged in as super user, skip this):
CODE
$ su --login

Make sure you have the kernel development package and C++ compiler installed (you're still root):
CODE
# yum install kernel-devel gcc
And exit ROOT. You are now logged in as a normal user.

Next, you will need to download the driver/kernel module, microcode/firmware and daemon. All three can be found on Softpedia:
ipw3945
ipw3945-ucode
ipw3945d

As normal user, change directory to where you downloaded the files, uncompress and build the ipw3945 kernel module as normal user!

NOTE!! If you want to enable Monitor Mode (eg. for running Kismet), Promiscuous Mode and/or RadioTap for this device, open the Makefile in your favorite text editor and uncomment (remove the #s) the following lines:
CODE
CONFIG_IPW3945_MONITOR=y
CONFIG_IEEE80211_RADIOTAP=y
CONFIG_IPW3945_PROMISCUOUS=y

Then, compile the module (as user is a must!):
CODE
$ cd /path/to/downloaded/archive
$ tar xfz ipw3945-1.2.0.tgz
$ cd ipw3945-1.2.0
$ make

Now re-login as root user (using su) and from the ipw3945 directory, type:
CODE
# cp ipw3945.ko /lib/modules/2.6.19-1.2895.fc6/kernel/drivers/net/wireless/
# chmod 744 /lib/modules/2.6.19-1.2895.fc6/kernel/drivers/net/wireless/ipw3945.ko
# depmod -ae

Install the microcode/firmware:
CODE
As user:
$ cd /path/to/downloaded/file
$ tar xfz ipw3945-ucode-1.14.2.tgz
As root:
# cp ipw3945.ucode /lib/firmware

Install the regulatory daemon:
CODE
As user:
$ cd /path/to/downloaded file
$ tar xfz ipw3945d-1.7.22.tgz
As root:
# cp x86/ipw3945d /sbin
(Choose the x86_64 if necessary).

Reboot.

After loading, type:
CODE
$ su --login
# /sbin/ipw3945

Then,
CODE
# system-config-network

Click 'New', choose Wireless device, choose the Intel card and configure it (IP, security etc.)

Managing Connection

Network Manager is a very good tool for configuring and managing both wireless and wired networks.

To install Network Manager, type:
CODE
$ su --login
# yum install NetworkManager
FOR KDE:
# yum install knetworkmanager

Start Network Manager with:
CODE
/sbin/service NetworkManager start
/sbin/service NetworkManagerDispatcher start

Enjoy!
Read by 16,621 user(s) | Add comment | Link to this article TWEET THIS


Article rating:
Very Good (4.2/5) 7 vote(s)    

Subscribe to news | Print article | Send to friend

© Copyright 2001-2009 Softpedia
Contact:

 

 

SEARCH THE NEWS ARCHIVE :




Today's News
| Yesterday's News | News Archive


MORE RELATED ARTICLES:


Convert YouTube FLV Videos to MPG or AVI

Add a Splash Image to (K)Ubuntu Bootloader

Improve Performance in Ubuntu Edgy

Screencast Guide: Capure Your Linux Desktop on Video!

Install Nvidia and ATI Video Drivers on Ubuntu Edgy

Installing NTFS Write Support on Fedora/Ubuntu

Install OpenOffice.org 2.1 in Ubuntu/Kubuntu

Ubuntu Edgy Desktop Effects with Beryl

User opinions:

No user comments yet.
Be the first to express your opinion using the form below!

Share your opinion:

Your Name:
Your Email Address:
(will not be used for commercial purposes)
Solve this to prove you're not a bot: =
Your review/opinion:

 




Windows tabGames tabDrivers tabMac tabLinux tabScripts tabMobile tabHandheld tabGadgets tabNews tab

SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   ENTER NEWS SITE   |   ENGLISH BOARD   |   ROMANIAN FORUM