Fedora Linux Support Community & Resources Center
  #1  
Old 8th January 2007, 08:01 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
ipw2200 wireless card detected as ethernet card

I have recently updated fc5 and my ipw2200 wireless card was no longer detected. I have since updated my firmware and driver using yum and atrpms

I have:

kernel 2.6.18-1.2257.fc5
driver ipw2200-kmdl-2.6.18-1.2257fc5
firmware ipw2200 3

The card is now detected, but, as an ethernet card rather than a wireless card.

Can anyone help?

thanks
Reply With Quote
  #2  
Old 8th January 2007, 10:03 AM
deuch Offline
Registered User
 
Join Date: Apr 2004
Location: France
Age: 34
Posts: 340
Normaly your card is defined as eth1 (or eth0, check your conf). Modify the file ifcfg-eth1 (or ifcfg-eth0 depending your conf) in /etc/sysconfig/network-scripts

Change the field type=Ethernet by type=Wireless and restart network : service network restart.
Reply With Quote
  #3  
Old 8th January 2007, 04:37 PM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
Thanks,

I did that and now my eth1 connection and hardware show up as wireless. However when I boot uo or try to activate the device I get an error:


ipw2200 device eth1 does not seem to be present, delaying initialization.

Also, I had been using Network Manager prir to this and can't remember real clearly how to coonnect to a wireless hotspot, but as I recall I would delete any existing wireless device and choose new and then configure for the new hotspot. It would detect the name,

I can't do this as the wireless card is not on the list of wireless devices.

There must ba another config or something???
Reply With Quote
  #4  
Old 8th January 2007, 04:59 PM
deuch Offline
Registered User
 
Join Date: Apr 2004
Location: France
Age: 34
Posts: 340
can you post your /etc/modprobe.conf and /etc/sysconfig/network-scripts/ifcfg-eth1.

Does eth1 match your wireless card ? (just to be sure )
Reply With Quote
  #5  
Old 8th January 2007, 07:45 PM
landoncz's Avatar
landoncz Offline
Registered User
 
Join Date: Dec 2005
Location: Florida, USA
Age: 34
Posts: 338
Nevermind, read your post again and answered my own question, no ideas here, sorry
__________________
Fedora Core 6 on Asus Z63A 14" Laptop
2.0 Ghz Pentium M
1 Gig RAM
100 Gig 7200 RPM

Code:
# rm -rf /dev/brain
Reply With Quote
  #6  
Old 8th January 2007, 07:50 PM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
yes eth1 matches the card. Here are the two files:

modprobe


alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
options snd-intel8x0 index=0
remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller uhci-hcd
alias eth0 e100
alias eth1 ipw2200


ifconfig

# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Wireless
DEVICE=eth1
BOOTPROTO=dhcp
Reply With Quote
  #7  
Old 8th January 2007, 07:58 PM
deuch Offline
Registered User
 
Join Date: Apr 2004
Location: France
Age: 34
Posts: 340
can you do a lsmod as root please ?
Reply With Quote
  #8  
Old 8th January 2007, 09:12 PM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
[root@localhost ~]# lsmod
Module Size Used by
ppp_deflate 6465 0
zlib_deflate 19033 1 ppp_deflate
ppp_async 12609 1
crc_ccitt 2497 1 ppp_async
ppp_generic 28757 6 ppp_deflate,ppp_async
slhc 6977 1 ppp_generic
snd_usb_audio 74817 0
snd_usb_lib 17217 1 snd_usb_audio
snd_rawmidi 24897 1 snd_usb_lib
snd_hwdep 9925 1 snd_usb_audio
savage 30913 1
drm 68437 2 savage
autofs4 21573 1
hidp 16193 2
rfcomm 37849 0
l2cap 23873 10 hidp,rfcomm
bluetooth 50085 5 hidp,rfcomm,l2cap
sunrpc 153597 1
ipt_REJECT 5697 1
xt_state 2625 1
ip_conntrack 52085 1 xt_state
nfnetlink 7513 1 ip_conntrack
xt_tcpudp 3521 2
iptable_filter 3393 1
ip_tables 13065 1 iptable_filter
x_tables 14405 4 ipt_REJECT,xt_state,xt_tcpudp,ip_tables
video 17221 0
sbs 16257 0
ibm_acpi 27969 0
i2c_ec 5569 1 sbs
dock 8665 0
container 4801 0
button 7249 0
battery 10565 0
asus_acpi 16857 0
ac 5701 0
ipv6 245985 20
lp 13065 0
parport_pc 27493 1
parport 37001 2 lp,parport_pc
uhci_hcd 23885 0
floppy 57317 1
snd_intel8x0 32605 1
snd_ac97_codec 91361 1 snd_intel8x0
snd_ac97_bus 2753 1 snd_ac97_codec
snd_seq_dummy 4293 0
snd_seq_oss 32705 0
snd_seq_midi_event 8001 1 snd_seq_oss
snd_seq 51633 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8781 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42849 0
snd_mixer_oss 16833 1 snd_pcm_oss
serio_raw 7493 0
snd_pcm 76485 4 snd_usb_audio,snd_intel8x0,snd_ac97_codec,snd_pcm_ oss
e100 36425 0
serial_cs 18757 1
mii 5825 1 e100
snd_timer 23237 2 snd_seq,snd_pcm
snd 52933 14 snd_usb_audio,snd_rawmidi,snd_hwdep,snd_intel8x0,s nd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,s nd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 10145 1 snd
i2c_i801 8013 0
snd_page_alloc 10569 2 snd_intel8x0,snd_pcm
i2c_core 21697 2 i2c_ec,i2c_i801
pcspkr 3521 0
intel_rng 5185 0
ide_cd 38625 2
cdrom 34913 1 ide_cd
dm_snapshot 17389 0
dm_zero 2369 0
dm_mirror 28817 0
dm_mod 56921 12 dm_snapshot,dm_zero,dm_mirror
ext3 129993 2
jbd 58473 1 ext3
[root@localhost ~]#
Reply With Quote
  #9  
Old 8th January 2007, 09:23 PM
JonC's Avatar
JonC Offline
Registered User
 
Join Date: Nov 2006
Posts: 307
I had similar trouble. Try rmmod ipw2200 and then modprobe ipw2200

If that doesn't work I'll post my ifcfg / network etc files for you.

And network manager is BY FAR the best way to manage it. I couldn't get the blasted thing working with anything else!
Reply With Quote
  #10  
Old 8th January 2007, 09:33 PM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
if I do rmmod and modprobe I get:

[root@localhost ~]# rmmod ipw2200
ERROR: Module ipw2200 does not exist in /proc/modules
[root@localhost ~]# modprobe ipw2200
WARNING: Error inserting ieee80211_crypt (/lib/modules/2.6.18-1.2257.fc5/updates /net/ieee80211/ieee80211_crypt.ko): Invalid module format
WARNING: Error inserting ieee80211 (/lib/modules/2.6.18-1.2257.fc5/updates/net/i eee80211/ieee80211.ko): Invalid module format
FATAL: Error inserting ipw2200 (/lib/modules/2.6.18-1.2257.fc5/updates/drivers/n et/wireless/ipw/ipw2200.ko): Invalid module format


I don't understand this. I did a yum install ipw2200-driver ipw2200 firmware
Reply With Quote
  #11  
Old 8th January 2007, 10:18 PM
JonC's Avatar
JonC Offline
Registered User
 
Join Date: Nov 2006
Posts: 307
Do you definitely have the right version of the driver for your kernel?
Reply With Quote
  #12  
Old 9th January 2007, 02:17 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
I have:

kernel 2.6.18-1.2257.fc5
driver ipw2200-kmdl-2.6.18-1.2257fc5
firmware ipw2200 3

This looks as though it would be the right driver.

Any ideas?
Reply With Quote
  #13  
Old 9th January 2007, 08:06 AM
deuch Offline
Registered User
 
Join Date: Apr 2004
Location: France
Age: 34
Posts: 340
i'm not sure that tour driver is the good one

can you do this :

rpm -qa | grep -i ipw2200

and uname -a

Normaly, drivers are provided by Fedora directly, you don't need ton insall a new one. Just the firwmare need to be installed.

Did you verify that linux power up automaticaly your wireless card ? I mean that you can activate your card by a key combo (like function ket + F11 for example), can you try to enable/disable it under linux ?

Last edited by deuch; 9th January 2007 at 08:09 AM.
Reply With Quote
  #14  
Old 9th January 2007, 08:07 AM
JonC's Avatar
JonC Offline
Registered User
 
Join Date: Nov 2006
Posts: 307
I'll have a further look tonight.
Reply With Quote
  #15  
Old 9th January 2007, 12:22 PM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
Here are the resulst:

[root@localhost ~]# rpm -qa | grep -i ipw2200
ipw2200-kmdl-2.6.18-1.2257.fc5-1.2.0-45.1.fc5.at
ipw2200-firmware-3.0-9.at
You have new mail in /var/spool/mail/root
[root@localhost ~]#



[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-1.2257.fc5 #1 Fri Dec 15 16:06:24 EST 2006 i686 i686 i386 GNU/Linux
[root@localhost ~]#
Reply With Quote
Reply

Tags
card, detected, ethernet, ipw2200, wireless

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
ipw2100 wireless card occasionally recognized as b44 ethernet card Figment Servers & Networking 3 29th January 2007 10:27 PM
Intel ipw2200 b/g card read as ethernet not wireless kwarrior Hardware & Laptops 6 23rd March 2005 01:37 AM
Ethernet card not detected on reboot. DirkVerwerft Hardware & Laptops 1 6th March 2005 04:23 PM
ethernet card not detected danielm Servers & Networking 1 29th May 2004 09:12 AM


Current GMT-time: 05:01 (Thursday, 23-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