LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 03-30-2006, 01:26 AM   #1
james.farrow
Member
 
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296

Rep: Reputation: 31
ipw2200 does not work with core 5 2.6.15-1.2054_FC5


I have core 5 installed on my dell inspiron 9300 and istalled firmware via yum.
The interface does not work, I have to rmmod ipw2200 and then modprobe ipw2200 a number of times and keep checking /var/log/messages ??
Can anyone help me so I can get it to work on boot. 2.6.15 kernel was to do away with having to compile the modules, it does have them but can't get it to work - or only sometimes. My hardware is ok.

Thanx for any help (looks like back to windows......)
 
Old 03-30-2006, 01:46 AM   #2
james.farrow
Member
 
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296

Original Poster
Rep: Reputation: 31
some more info o/p of messages

Mar 30 08:45:58 laptop kernel: ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.0.8
Mar 30 08:45:58 laptop kernel: ipw2200: Copyright(c) 2003-2005 Intel CorporationMar 30 08:45:58 laptop kernel: ACPI: PCI Interrupt 0000:03:03.0[A] -> GSI 17 (level, low) -> IRQ 18
Mar 30 08:45:58 laptop kernel: ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
Mar 30 08:45:58 laptop firmware_helper[4313]: Loading of /lib/firmware/ipw-2.4-boot.fw for ipw2200 driver failed: No such file or directory
Mar 30 08:45:58 laptop firmware_helper[4316]: Loading of /lib/firmware/ipw-2.4-bss_ucode.fw for ipw2200 driver failed: No such file or directory
Mar 30 08:45:58 laptop firmware_helper[4319]: Loading of /lib/firmware/ipw-2.4-bss.fw for ipw2200 driver failed: No such file or directory
Mar 30 08:45:58 laptop firmware_helper[4369]: Loading of /lib/firmware/ipw-2.4-boot.fw for ipw2200 driver failed: No such file or directory
Mar 30 08:45:58 laptop firmware_helper[4372]: Loading of /lib/firmware/ipw-2.4-ibss_ucode.fw for ipw2200 driver failed: No such file or directory
Mar 30 08:45:58 laptop firmware_helper[4375]: Loading of /lib/firmware/ipw-2.4-ibss.fw for ipw2200 driver failed: No such file or directory
Mar 30 08:45:58 laptop kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready
Mar 30 08:45:59 laptop kernel: ADDRCONF(NETDEV_CHANGE): eth1: link becomes readyMar 30 08:46:02 laptop avahi-daemon[2359]: New relevant interface eth1.IPv4 for mDNS.
Mar 30 08:46:02 laptop avahi-daemon[2359]: Joining mDNS multicast group on interface eth1.IPv4 with address 192.168.2.2.
Mar 30 08:46:02 laptop avahi-daemon[2359]: Registering new address record for 192.168.2.2 on eth1.

What the hell does it mean nos uch file or directory??? Wot a crock. Its definately there. I'm really begining to think that Linux is a load of crap. I mean, what use is it when the network interfaces won't work. Atleast in windows everything worked.
 
Old 04-04-2006, 10:46 AM   #3
jpk
Member
 
Registered: Apr 2006
Location: Copenhagen, Denmark
Distribution: FC5->Ubuntu 6.10->Ubuntu 7.04->Ubuntu 7.10->Ubuntu 8.04
Posts: 39

Rep: Reputation: 16
You need to download the firmware part of the driver. You can get it on ipw2200-project homepage. Remember to select the right version according to your driver version. In case you allready have the firmware, check the version number.

Last edited by jpk; 04-04-2006 at 10:47 AM.
 
Old 04-04-2006, 11:21 AM   #4
james.farrow
Member
 
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296

Original Poster
Rep: Reputation: 31
I have even followed this guide to the letter and it still won't work???

http://www.ces.clemson.edu/linux/fc2-ipw2200.shtml
 
Old 04-04-2006, 12:28 PM   #5
jpk
Member
 
Registered: Apr 2006
Location: Copenhagen, Denmark
Distribution: FC5->Ubuntu 6.10->Ubuntu 7.04->Ubuntu 7.10->Ubuntu 8.04
Posts: 39

Rep: Reputation: 16
what do you get in the kernel log? what version do you use?
 
Old 04-05-2006, 03:12 AM   #6
Julianus
Member
 
Registered: Nov 2003
Location: Germany
Distribution: Linux Mint 18.1
Posts: 39

Rep: Reputation: 15
I have a Inspiron 9100 and it works out of the box.

As you see form the message, you need the firmware for the driver version 2.4

Code:
Mar 30 08:45:58 laptop firmware_helper[4313]: Loading of /lib/firmware/ipw-2.4-boot.fw for ipw2200 driver failed: No such file or directory
You can get the firmware at the ipw2000 Linux project

http://ipw2200.sourceforge.net/firmware.php

Once you have the firmware, unzip the archive. You should find seven
files within it:

LICENSE A copy of the firmware license
ipw--boot.fw Boot strap image
ipw--bss_ucode.fw Used in BSS mode
ipw--bss.fw Used in BSS mode
ipw--ibss_ucode.fw Used in IBSS mode
ipw--ibss.fw Used in IBSS mode
ipw--sniffer.fw Used in Monitor mode
ipw--sniffer_ucode.fw Used in Monitor mode

Put all the files into the hotplug firmware directory, /lib/firmware.

Alternatively, get the rpm package from Livna

http://rpm.livna.org/fedora/5/i386/i...vn5.noarch.rpm

which will do the work for you, and put the firmware for various driver versions in the firmware directory.

At this point I restart the computer (I know, I could activate the module ...)

Go into Network Devices and set up a New Wireless link: the ipw2200 shoud be available.
 
Old 04-10-2006, 07:12 AM   #7
jpk
Member
 
Registered: Apr 2006
Location: Copenhagen, Denmark
Distribution: FC5->Ubuntu 6.10->Ubuntu 7.04->Ubuntu 7.10->Ubuntu 8.04
Posts: 39

Rep: Reputation: 16
So, did you get your wlan working or not?
 
Old 04-10-2006, 10:51 AM   #8
james.farrow
Member
 
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296

Original Poster
Rep: Reputation: 31
Sorry, been away for a few days. It works, in a fashion??
Can't get it to work on boot yet, but if I rmmod and modprobe it seems to work.
Annoying but its better than it was before.
 
  


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
IPW2200 Working in Fedora Core 4!!! HOW-TO Inside... DaRegulator Linux - Wireless Networking 21 02-23-2007 01:13 PM
wpa-psk, ipw2200 on Fedora Core 4 doesn't work RoyalGala Linux - Wireless Networking 3 01-25-2006 03:35 PM
Fedora Core - does it work ? ChrisJefferies Fedora 12 06-12-2005 09:07 PM
Getting Java-VM to work on Fedora Core 2 rpierce34 Fedora 13 03-31-2005 10:33 PM
IPW2200 on any Linux doesn't work? GerbilSoft Linux - Wireless Networking 4 01-16-2005 05:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:50 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