LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 11-11-2005, 02:41 PM   #1
DaRegulator
LQ Newbie
 
Registered: Aug 2005
Posts: 2

Rep: Reputation: 0
IPW2200 Working in Fedora Core 4!!! HOW-TO Inside...


Yay!! I finally got the Intel 2200 b/g Pro wireless card working in Fedora Core 4 with researching through several tutorials, but none of them really helped step by step, so I'll give it a shot for you folks who don't have it working...

My setup...
OS: Fedora Core 4
Linux Kernel: 2.6.11-1.1369_FC4
Laptop: Dell Inspiron 6000

I've been trying on and off for months to get this working so I just put fedora core 4 back onto my laptop yesterday and got it working today. After I installed I DID NOT run up2date to update everything.

1. You need to download 3 files: ipw2200-1.0.8.tgz, ipw2200-fw-2.4.tgz, and ieee80211-1.1.6.tgz. You can get these from:

ipw2200.sf.net (ipw2200-1.0.8.tgz)
ipw2200.sf.net/firmware.php (pw2200-fw-2.4.tgz)
ieee80211.sf.net (ieee80211-1.1.6.tgz).

2. Everything downloads to the desktop, by default. So I just went to the desktop and on each file you download, right-click and go to "extract here"

3. Next, you are going to have to remove all the old ieee files and the ipw2200 drivers. To do so, open up terminal and type this:

#cd /Desktop/ieee80211-1.1.6.tgz_FILES/ieee80211-1.1.6
#./remove-old ***That's a period in front of the / so Period/remove-old***

Also,

#cd /Desktop/ipw2200-1.0.8.tgz_FILES/ipw2200-1.0.8/
#./remove-old

4. Now we're ready to install these new drivers. I don't think order matters but I installed ieee first then the ipw2200 driver..

#cd /Desktop/ieee80211-1.1.6.tgz_FILES/ieee80211-1.1.6
#make
#make install

#cd /Desktop/ipw2200-1.0.8.tgz_FILES/ipw2200-1.0.8/
#make
#make install
#modprobe ipw2200

5. That's it for installing the drivers! Now we need to copy the firmware into the appropiate directory. I did it the noob'y way, Click on Applications --> System Tools --> File Browser, locate your Desktop and then open up the firmware folder. Copy ALL of those files in that folder and then in the Location Bar type in /lib/firmware and paste it all into that.

6. This may not be necessary, but for safe measures, restart your computer. When you're back in, go to Applications --> System Tools --> Network Device Tools.
-Click on Configure
-Click on New
-on the left under "Device Type", click on Wireless and then Forward
-Intel Corporation PRO/Wireless 2200BG (eth1) should be there
-Click Forward, and then just take that tutorial all the way through based on your own network settings.

That's IT...Good Luck Folks, this is the way I got mine working, hopefully you will have the same luck...
 
Old 11-12-2005, 05:23 PM   #2
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
This site is helpful for getting ipw2200 working on Fedora Core. ipw2200 modules have been included in all the FC4 kernels, so all you need to do is install the firmware.
 
Old 11-17-2005, 11:43 AM   #3
bednarjm
Member
 
Registered: Jul 2005
Location: Franklin, PA
Distribution: Fedora 24
Posts: 76

Rep: Reputation: 19
I can install everything and the card sees the acess point



eth1 IEEE 802.11b ESSID:"DBCMAIN" Nickname:"localhost.localdomain"
Mode:Managed Frequency:2.437 GHz Access Point: 00:30:BD:C3:B7:28
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry limit:7 RTS thrff Fragment thrff
Encryption key:3137-3861-3366-6332-3500-0000-00 Security modepen
Power Managementff
Link Quality=90/100 Signal level=-39 dBm Noise level=-83 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


but when i try to activate it says it cant determine IP address.


[root@localhost ~]# dmesg | grep ipw
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.8
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
[root@localhost ~]# dmesg | grep ieee80211
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, 1.1.6
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>


[root@localhost ~]# /sbin/lsmod | grep ipw
ipw2200 113484 0
ieee80211 33608 1 ipw2200
ieee80211_crypt 8964 2 ipw2200,ieee80211

any suggestion on what to do would be greatly appreciated

I am running Fedora Core 4 2.6.11-1.1369_FC4
 
Old 11-21-2005, 03:49 AM   #4
kolonell
LQ Newbie
 
Registered: Sep 2005
Location: Sweden Or Belgium
Distribution: Gentoo
Posts: 10

Rep: Reputation: 0
It seems like your firmware didn't load ...

here are the modules loaded when I issue modprobe ipw2200 on Dell latitude
Code:
lsmod | grep ipw2200 

ipw2200               176648  0 
firmware_class          8960  1 ipw2200
ieee80211              45700  1 ipw2200
ieee80211_crypt         5960  2 ipw2200,ieee80211

Last edited by kolonell; 11-21-2005 at 03:53 AM.
 
Old 11-21-2005, 11:26 AM   #5
bednarjm
Member
 
Registered: Jul 2005
Location: Franklin, PA
Distribution: Fedora 24
Posts: 76

Rep: Reputation: 19
thanks for the reply.

I went ahead the other day and went the Ndiswrapper route and it works great.
 
Old 12-08-2005, 02:54 PM   #6
lobwolf
LQ Newbie
 
Registered: Oct 2005
Location: USA MI
Distribution: Fedora 4 Kernel 2.6.14-1.44
Posts: 20

Rep: Reputation: 0
wpa encryption??

How to make it work with WPA encryption?
 
Old 12-08-2005, 05:19 PM   #7
kolonell
LQ Newbie
 
Registered: Sep 2005
Location: Sweden Or Belgium
Distribution: Gentoo
Posts: 10

Rep: Reputation: 0
check out the package called wpa_supplicant
 
Old 12-23-2005, 04:46 PM   #8
salviadud
Member
 
Registered: Feb 2005
Location: Mexico
Distribution: Gentoo - kernel 4.1.5
Posts: 186

Rep: Reputation: 30
im running slackware 10.2, why can't the firmware load? i did all I needed to do in the Kernel, should i download a differente version of the firmware?

Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.8
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
ipw2200: ipw-2.4-boot.fw load failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ipw2200: probe of 0000:02:01.0 failed with error -5
 
Old 01-07-2006, 11:06 PM   #9
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Rep: Reputation: 15
ieee80211-1.1.7

Just a note that w/FC4, I had no luck with the most recent ieee80211-1.1.7 version. Couldn't even make it. 1.1.6 worked no problem though. Same for the most recent build of ipw2200-1.0.9, couldn't even compile it, but 1.0.8 works fine.

Last edited by Ctawp; 01-07-2006 at 11:09 PM.
 
Old 01-09-2006, 06:21 PM   #10
yewchong
LQ Newbie
 
Registered: Jun 2005
Posts: 10

Rep: Reputation: 0
Great Tutorial!
 
Old 01-15-2006, 08:31 PM   #11
kellinjar
Member
 
Registered: Mar 2004
Location: South Korea
Posts: 103

Rep: Reputation: 15
FC4 I have driver 1.0.10 and ieee 1.0.8
compiled and installed fine, but I keep getting:
firmware error detected. restarting
sysfs 'error' log captured
firmware error detected. Restarting.
sysfs 'error' log already exists
failed to send scan_abort: command timed out

using firmware 2.4 from the site and I tried the copy from freshrpms their noarch.rpm version of it. Both give same error.
 
Old 01-17-2006, 03:51 PM   #12
Fice
Member
 
Registered: Feb 2005
Location: Monterrey, Mexico
Distribution: Sabayon
Posts: 75

Rep: Reputation: 15
Hi Ive got the driver that comes with the kernel of the latest fedora core kernel and installed the firmware for it along with the ieee thing. Everything installed perfectly and say it working fine but when enabling the card i get the following

Error for wireless request "Set Bit Rate" (8B20) :
SET failed on device eth1 ; Operation not supported.

Then it goes ahead and grabs an ip from the network but still wont let me do anything. Any suggestions? Thanks.
 
Old 01-19-2006, 12:14 AM   #13
Linux_Noobie_Kinoobi
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Rep: Reputation: 0
Post intall

Thanks for the step-by-step, it worked great and I almost understand whats going on. As my user-name suggests I am new to Linux.

Fedora 4
2.6.11-1.1369_FC4
Toshiba Satallite, Centrino 1.6 GHz
Intel Pro 2200 wireless

I followed your step-by-step and everything worked fine until the part after going into Network Device Control and Configuring. The problem is that after clicking on Wireless there is still no device options, just blank. However, if I click on Ethernet then I can choose my wireless card, weird.

Any suggestions (other than switching back to Windows) would be much appreciated.

thanks
 
Old 01-19-2006, 02:43 AM   #14
Linux_Noobie_Kinoobi
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Rep: Reputation: 0
FANTASTIC! Worked through my first Linux problem, what a nightmare. Finally got my Intel 2200 b/g wireless working.

Toshiba Satellite A55 326
Centrino 1.6 GHz
Fedora Core 4
2.6.11-1.1369_FC4

The driver that came with the install was fine.
Just downloaded firmware version 2.2 for the Intel 2200 and extracted contents into /root/lib/firmware. Next, jumped into the Network Device Control GUI and added new wireless device. Awsome.
 
Old 01-21-2006, 12:40 AM   #15
mike b
LQ Newbie
 
Registered: Jan 2006
Posts: 1

Rep: Reputation: 0
like seemingly everyone else w/ a Dell inspiron 6000 trying to run FC4, I am having wifi issues.

I have already intalled some drivers and firmware, however, I'm not sure if they are the correct ones and don't know how to determine this. I willl look at the instructions in the thread, however right now I have a bigger problem.

The Network Device Control is completely hosed. If I try to "configure" anything, it consumes all the ram, all the virtual memory and chugs for an hour (literally) to bring up the config window. It can spend another hour to make a few mouse clicks to switch from eth1 to eth0 ( so I can use the wire connection).

I have looked at Fedora 4 Unleashed book to try to find a way around this, but Unleashed is pretty useless for me.

Any ideas (short of reinstallation)?????

I think the problem may be beacuase I accidently put the same name in the HOST and SSID fields by accident. However, I can't find the file that contains this information to delete one or both values.

Thanks,
mike b
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
internet not working in fedora core 3 fakie_flip Linux - Networking 3 06-25-2005 10:09 PM
Fedora Core 3 Up and working, but..... TCP/IP Linux - Distributions 2 05-19-2005 03:08 PM
autofs not working in Fedora Core 2 mle Fedora 1 03-04-2005 09:40 AM
Novat-t working with Fedora Core 2 Vie Linux - Software 1 09-04-2004 11:39 AM
WEP not working with Fedora Core v1.0 fanson Linux - Wireless Networking 3 06-19-2004 02:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 12:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration