Search Perform an advanced search query SOFTPEDIA
 
SOFTPEDIA
Updated one minute ago
HomeSubmit a program for being reviewedAdvertise on our websiteGet help on surfing our websitesSend us your feedbackGet information about our XML/RSS backend and how to use itBrowse the news archiveVisit our discussion forumVizitati forumul in limba romana



KLIP
  1. HOME
  2. SCIENCE
  3. TECHNOLOGY
  4. WEBMASTER
  5. SECURITY
  6. MICROSOFT
  7. LINUX
  8. APPLE
  9. GAMES
  10. TELECOMS
  11. REVIEWS
  12. LIFE & STYLE
  13. EDITORIALS
  14. INTERVIEWS
  15. RSS
Welcome!
Hello, Guest

Login if you have a Softpedia.com account.

Otherwise, register for one.

FEDORA TIPS AND TRICKS

Installing Intel Wireless 3945 Adapter in FC6

- Convert YouTube FLV Videos to MPG or AVI

By: Mihai Marinof, Linux Editor

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!

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
 
Comments | Link here | Subscribe
Print | Send to friend
Today's News | Yesterday's News

Search:

27th February 2007, 09:32 GMT | Copyright (c) 2007 Softpedia | Contact:
Read by 12,583 user(s) | Rating: | 6 vote(s) so far | Cast your vote:
Installing Intel Wireless 3945 Adapter in FC6 - USER OPINIONS




We are sorry, there are no opinions available for this article.






SHARE YOUR OPINION ABOUT Installing Intel Wireless 3945 Adapter in FC6

Since you are not logged on, your comments will have to be approved before being displayed.
Click here to login, or register.
Your Name:
Your Email:
Type in the result:
Your Opinion:
 


DO YOU WANT TO CONTACT US?  

If you have some comments or you want to send us some information you can send us an email directly to .
You can use the form below for the same purpose.
Your full name: (at least 3 characters)
Your email address: (at least 5 characters)
Message subject: (at least 5 characters)
Message text:
(at least 10 characters)
Type in the result:
 
 



© 2001 - 2008 Softpedia. All rights reserved.
Softpedia™ and Softpedia™ logo are registered trademarks of SoftNews NET SRL.
Copyright Information | Privacy Policy | Terms of Use | Contact Softpedia | Update your software | Archive