| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
|
|
Intel PRO/Wireless 2200BG
|
|
|
|
Reviews
|
Views
|
Date of last review
|
|
5
|
53616
|
09-01-2006
|
|
 |
|
Recommended By
|
Average Price
|
Average Rating
|
|
100% of reviewers
|
None indicated
|
8.6
|
|
|
|
|
|
|
|
Description:
|
This version of the Centrino's original PRO/Wireless 2100B chipset provides full 802.11b/g functionality. Features include 802.1x authentication support, WEP open/shared encryption, WPA-based authentication and encryption, ACPI-based power management and monitor mode (for use with applications such as Kismet).
The chipset also includes full support for OEM-implemented hardware ON/OFF switches that can be found on laptops.
The Linux driver for this chipset is available at http://ipw2200.sourceforge.net/ and has reached version 0.4. It contains full support for the basic features of the card and is stable enough for production use.
|
|
Keywords:
|
The Intel Centrino wireless chip
|
|
/sbin/lspci output:
|
0000:02:03.0 Network controller: Intel Corp. PRO/Wireless 2200BG (rev 05)
|
|
Chipset:
|
WM3B2200BG
|
|
Connection Type:
|
miniPCI Type 3B
|
|
|
|
01-03-2005, 10:15 AM
|
#1
|
Registered: Jan 2005
Distribution: Fedora Core III
Posts: 46
Rep:
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 8
|
Kernel (uname -r):
|
kernel-2.6.9-1.681_FC3
|
|
Distribution:
|
Fedora Core III
|
Know what internal wireless you have you can have the 2100 or the 220bg wireless
First step.. go to the terminal and type the following
rpm -q kernel
hopefully you have a fully updated system and recieve
kernel-2.6.9-1.681_FC3
if not, update everything including the kernel
next go to http://www.atrpms.net
select your distribution (only redhat or fedora so far )
you need to download 3 rpms to get your wireless to work!!!
*********************** NOTICE ************************
MAKE SURE YOU GRAB the CORRECT VERSION # for each of these rpms if you get the 0.19-19 driver then you need the kernel module to have the 0.19-19 version/
ALSO if you have a 64 bit architecture don't worry thay have a 64 bit versions as well...
*********************************************************
in my case i have the 2200bg internal wireless
grab the latest rpms availible.
ipw2200-0.19-19.rhfc3.at.i386.rpm
kernel-module-ipw2200-2.6.9-1.681_FC3-0.19-19.rhfc3.at.i686.rpm
you'll next need to go to here to get the firmware
http://atrpms.net/dist/common/ipw2200-firmware/
i grabbed the latest version of the firmware...
ipw2200-firmware-2.2-5.at.noarch.rpm
next open the terminal again and type this in ....
rpm -ivh ipw2200-0.19-19.rhfc3.at.i386.rpm kernel-module-ipw2200-2.6.9-1.681_FC3-0.19-19.rhfc3.at.i686.rpm ipw2200-firmware-2.2-5.at.noarch.rpm
if all went well then
Next Step....
**************************************************
go to your routers admin page
( for testing purposes name SSID: TESTING )
set up your wireless to enable wireless AND
A-- broadcast your SSID
B-- don't broadcast your SSID but remember the name
either way your just testing here so it don't really matter
if you use DHCP then all is good then Save your Changes
Optional...
if your going to assign Static IP's then write down you settings for your router
You'll need ...
IP address (the one you'll assign your wireless device)
Subnet mask (the 255.255.255.0)
Default Gateway (your routers internal IP address )
Save your Changes
Next Step.....
***************************************************
go into your Applications ---> System Settings ---> Network
click your eth0 device(wired connection) and choose the Edit button
Under the General tab uncheck the
" Activate Device when computer starts"
Click OK and click the File then Save
you'll be prompted to reboot the system because you made changes to the configuration .
Next Step......
***************************************************
after all router adjustments and software installed
log out and reboot you machine.
Next Step....
****************************************************
when you restart, you should be stopped durring boot up by kudzu about your card.
if you chose DHCP in your router just put a mark in the
"Assign IP Address Automatically" box then Click OK
if you chose to assign Static Ip then Enter the settings you wrote down earlier into the fields and click OK
Next Step......
****************************************************
Depending on what you installed durring your installation of fedora
E.g Gnome, KDE etc..
if you installed both then go to Applications ----> Internet ---> Kwifimanager upon the applications launch it should find your network and show the signal strength and all is good and the wireless works. if you installed KDE only then you can also follow the same steps as for Gnome and KDE.
Notes....
******************************************************
I personally followed the steps above using DHCP and not trying the static IP addressing as of this writing. after all your just trying to get your wireless to work for now. Any questions or comments please join the fedora-users mailing list you can sign up at
http://www.redhat.com/mailman/listinfo/fedora-list
If i made any goofs in my above writing please let me know and i'll revise as needed.
Hopefully you get everything to work and your going to need my next post which will be on how to secure your wireless and get it to function properly... check back soon
|
|
|
|
05-04-2005, 09:36 PM
|
#2
|
Registered: May 2005
Distribution: Gentoo
Posts: 56
Rep: 
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 7
|
Kernel (uname -r):
|
2.6.9-1.667
|
|
Distribution:
|
Fedora Core 3
|
it installed easily with intel's driver from http://ipw2200.sourceforge.net but lately it's been having issues with initializing at boot, and firmware errors. Linux is never able to shut down the device correctly. Not sure if this is a problem with my model computer (Toshiba M35X-S311) or the wireless card. Other than this it works well.
|
|
|
|
01-18-2006, 03:32 PM
|
#3
|
Registered: Dec 2005
Distribution: gentoo
Posts: 0
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 9
|
Kernel (uname -r):
|
2.6.14-gentoo-r5
|
|
Distribution:
|
Gentoo
|
Not a real big hassle to get working, but you do have to make sure that you don't really enable that much 802.11 stuff in the kernel.
I have Device Drivers --> Network device support --> Wireless LAN (non-hamradio) built into the kernel, but nothing inside of it, and nothing selected in networking support.
Then after building the kernel (make && make modules_install) simply 'emerge ieee80211 ipw2200' and copy your kernel to the /boot, and you're ready to roll. Oh, and you'll want to load modules ipw2200 ieee80211 and maybe ieee80211_crypt at boot.
The card itself seems to work quite well, much better than my desktop system's wireless. It always finds me an access point whenever I need one :)
|
|
|
|
06-13-2006, 08:10 AM
|
#4
|
Registered: Jun 2006
Distribution: Slackware
Posts: 5
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 9
|
Kernel (uname -r):
|
2.6.15.6
|
|
Distribution:
|
Slackware
|
Works well with the driver from sourceforge and wpa_supplicant.
I have not had any problems with this card, installation and useage.
|
|
|
|
09-01-2006, 02:54 PM
|
#5
|
Registered: Jan 2004
Distribution: Debian 6.0; Xubuntu 11.10, Mythbuntu 11.10
Posts: 168
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 10
|
Kernel (uname -r):
|
2.6.15-26-686
|
|
Distribution:
|
Ubuntu 6.06
|
Works out of the box with Ubuntu/Kubuntu. Easy to configure using either vi or KWifiManager.
|
|
|
|
All times are GMT -5. The time now is 11:47 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|