Fedora Linux Support Community & Resources Center
  #1  
Old 10th October 2006, 01:22 PM
BoyWonder410 Offline
Registered User
 
Join Date: Mar 2005
Location: Western Kentucky University
Age: 29
Posts: 161
Device not present: IPW2200

Hey all, my wifi works about 1/3 of the time. Sometimes when I boot i get the error that "ipw2200 device eth1 does not seem to be present", which is odd, because it's integrated.

The odd thing is the in the ouptut of iwlist scan eth1 isn't there, the device name is __tmp1804289383
whatever is causing the device name to change (sometimes) is probably the source of the problem,
any help would be great.

[root@localhost jcress]# /sbin/iwlist scan
lo Interface doesn't support scanning.

__tmp1804289383 Scan completed :
Cell 01 - Address: 00:17F:37:05:10
ESSID:"WKU-WIRELESS"
Protocol:IEEE 802.11bg
Mode:Master
Channel:6
Encryption key:off
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Quality=35/100 Signal level=-79 dBm
Extra: Last beacon: 120ms ago
Cell 02 - Address: 00:30:BD:8F:F6:EE
ESSID:"belkin54g"
Protocol:IEEE 802.11bg
Mode:Master
Channel:11
Encryption key:off
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Quality=87/100 Signal level=-43 dBm
Extra: Last beacon: 28ms ago

eth0 Interface doesn't support scanning.

sit0 Interface doesn't support scanning.

[root@localhost jcress]# /sbin/ifdown eth1
[root@localhost jcress]# /sbin/ifup eth1
ipw2200 device eth1 does not seem to be present, delaying initialization.
[root@localhost jcress]#
Reply With Quote
  #2  
Old 10th October 2006, 05:10 PM
ms1234's Avatar
ms1234 Offline
Registered User
 
Join Date: Apr 2005
Posts: 323
Did the kernel update between the boots? Did you get the matching ipw2200 modules?
Reply With Quote
  #3  
Old 10th October 2006, 07:11 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
I saw this behaviour on FC5 about 5 months ago. The problem went away shortly after it appeared. I think an upgrade will fix it.
The name was sometimes screwed up on boot, but also after suspend/restore.
BTW you can use /sbin/ifrename to fix the interface name.
Reply With Quote
  #4  
Old 10th October 2006, 08:05 PM
BoyWonder410 Offline
Registered User
 
Join Date: Mar 2005
Location: Western Kentucky University
Age: 29
Posts: 161
you're right, I experienced the same problem on FC5, when suspending/restoring, but never on boot.

Honestly, i'm not sure if the correct kernel modules are installed, i would expect them to be, but the name is correct some of the time, other times it's not. I'll check on the verion # for the modules.
Reply With Quote
  #5  
Old 11th October 2006, 03:05 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
Quote:
Originally Posted by BoyWonder410
you're right, I experienced the same problem on FC5, when suspending/restoring, but never on boot.

Honestly, i'm not sure if the correct kernel modules are installed, i would expect them to be, but the name is correct some of the time, other times it's not. I'll check on the verion # for the modules.
???? Your modules have to match your kernel - otherwise they won't load. Get onto the current kernel (I think 2.6.17-1.2187_FCx for FC4 & FC5) with a yum update if you are not.
Reply With Quote
  #6  
Old 11th October 2006, 07:03 PM
BoyWonder410 Offline
Registered User
 
Join Date: Mar 2005
Location: Western Kentucky University
Age: 29
Posts: 161
is it odd that i can't figure out what version of the module i have?

[jcress@ip030-148 ~]$ uname -r
2.6.18-1.2747.fc6
[jcress@ip030-148 ~]$ rpm -q ipw2200-kmdl
package ipw2200-kmdl is not installed
[jcress@ip030-148 ~]$


i may very well not have it installed?

[jcress@ip030-148 ~]$ locate ipw2200
/home/jcress/downloads/sys/ipw2200-fw-3.0.tgz
/lib/firmware/ipw2200-2.4-LICENSE
/lib/firmware/ipw2200-3.0-LICENSE
/lib/firmware/ipw2200-bss.fw
/lib/firmware/ipw2200-ibss.fw
/lib/firmware/ipw2200-sniffer.fw
/lib/modules/2.6.18-1.2747.fc6/kernel/drivers/net/wireless/ipw2200.ko
/usr/share/doc/ipw2200-firmware-3.0
/usr/share/doc/ipw2200-firmware-3.0/ipw2200-2.4-LICENSE
/usr/share/doc/ipw2200-firmware-3.0/ipw2200-3.0-LICENSE
[jcress@ip030-148 ~]$


i dunno... it has to be installed right? i mean, it's working right now.

[jcress@ip030-148 ~]$ yum search ipw2200
Loading "installonlyn" plugin
Setting up repositories
Reading repository metadata in from local files



ipw2200-firmware.noarch 3.0-1.lvn6 livna
Matched from:
ipw2200-firmware
Firmware for the ipw2200-driver
This package contains the firmware needed by the ipw2200 driver. The
ipw2200 driver supports the ipw2200-802.11bg and ipw2915-802.11abg
WLAN-Cards from Intel found in many Centrino notebooks.

Usage of the firmware is subject to the terms contained in
/usr/share/doc/ipw2200-firmware-3.0/LICENSE. Please read
the license carefully.
http://ipw2200.sourceforge.net/



ipw2200-firmware.noarch 3.0-1.lvn6 installed
Matched from:
ipw2200-firmware
Firmware for the ipw2200-driver

This package contains the firmware needed by the ipw2200 driver. The
ipw2200 driver supports the ipw2200-802.11bg and ipw2915-802.11abg
WLAN-Cards from Intel found in many Centrino notebooks.

Usage of the firmware is subject to the terms contained in
/usr/share/doc/ipw2200-firmware-3.0/LICENSE. Please read
the license carefully.

http://ipw2200.sourceforge.net/
[jcress@ip030-148 ~]$
Reply With Quote
  #7  
Old 11th October 2006, 08:04 PM
BoyWonder410 Offline
Registered User
 
Join Date: Mar 2005
Location: Western Kentucky University
Age: 29
Posts: 161
i tried using /sbin/ifrename
I get the following error:
Error: Can't open configuration file '/etc/iftab': no such file or directory

does this relate to my problem? how do i fix this?
Reply With Quote
  #8  
Old 11th October 2006, 08:28 PM
grosminet Offline
Registered User
 
Join Date: Aug 2006
Location: French Riviera
Posts: 72
rpm -Uvh ipw2200-firmware
if you have internet connection
wget http://rpm.livna.org/fedora/5/i386/i...vn5.noarch.rpm
rpm -Uvh ipw2200-firmware
or with the tarball
http://ipw2200.sourceforge.net/firmware.php
version 2.4 (
you must agree the license
ipw2200-fw-2.4.tgz.
put it in the directory
/lib/firmware
mv ipw2200-fw-2.4.tgz /lib/firmware

tar xvzf ipw2200-fw-2.4.tgz
message of the result
LICENSE
ipw-2.4-boot.fw
ipw-2.4-bss.fw
ipw-2.4-bss_ucode.fw
ipw-2.4-ibss.fw
ipw-2.4-ibss_ucode.fw
ipw-2.4-sniffer.fw
ipw-2.4-sniffer_ucode.fw
Activation of the firmware
in a terminal
su -
rmmod ipw2200
modprobe ipw2200
after you can configure your connection by
system-config-network &
for connection wifi, you must use NetworkManager
it s a service you can start for the first time
service NetworkManager start
when the function works well, you can modifie your chkconfiig
Reply With Quote
  #9  
Old 11th October 2006, 08:33 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
Quote:
Originally Posted by BoyWonder410
i tried using /sbin/ifrename
I get the following error:
Error: Can't open configuration file '/etc/iftab': no such file or directory

does this relate to my problem? how do i fix this?
I believe that iftab is created by ifrename (/etc/iftab is not part of any package).
It's a simple text file and should look like:
eth0 mac 00:0D:60:F8:7C:40
eth1 mac 00:0E:35:46:4D:B1
-- that's all, except YOUR mac addresses

As root take down all the interfaces (ifconfig eth0 down # for example) then try
ifrename -i _tmp128371 -n eth1
(or whatever).
Reply With Quote
  #10  
Old 11th October 2006, 08:42 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
dup - sorry 'bout that

Last edited by stevea; 11th October 2006 at 08:57 PM.
Reply With Quote
  #11  
Old 11th October 2006, 08:56 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
>> is it odd that i can't figure out what version of the module i have?

No - it's not trivial - as I said it's part of the kernel distribution

# rpm -qf /lib/modules/2.6.17-1.2187_FC5/kernel/drivers/net/wireless/ipw2200.ko
kernel-2.6.17-1.2187_FC5

'dmesg | grep ipw' produces a line like:
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.1.1
where "git-1.1.1" is the driver version (yeah really).

The 2.6.17 kernels contained a "1.1.1" version of the ipw2200 driver. The 2.6.18 kernels include a "1.1.2" version.
Reply With Quote
  #12  
Old 11th October 2006, 11:32 PM
BoyWonder410 Offline
Registered User
 
Join Date: Mar 2005
Location: Western Kentucky University
Age: 29
Posts: 161
so, what i ended up doing was creating a /etc/iftab file that looked like this:
wlan* driver ipw2200

that worked, i don't know why, but it did.
Reply With Quote
  #13  
Old 12th October 2006, 01:22 AM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
Quote:
Originally Posted by BoyWonder410
so, what i ended up doing was creating a /etc/iftab file that looked like this:
wlan* driver ipw2200

that worked, i don't know why, but it did.

If you want to find out the versions of your ipw2200 and ieee80211, look in your /var/log/dmesg file. It will look like this:

ieee80211: 802.11 data/management/control stack, git-1.1.13
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.2kmprq

or something similar
Reply With Quote
Reply

Tags
device, ipw2200, present

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FC6: ipw2200 device eth1 does not seem to be present, delaying initialization. Jugmun Servers & Networking 7 12th August 2007 11:42 AM
rt2500: device not present mika27 Hardware & Laptops 3 10th September 2006 02:52 PM
FC3 won't recognize Intel Pro 100 - Device Not Present R. Marton Hardware & Laptops 1 1st August 2005 10:42 PM


Current GMT-time: 09:45 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat