LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-25-2004, 04:41 PM   #1
vkerry
LQ Newbie
 
Registered: Apr 2004
Posts: 4

Rep: Reputation: 0
wireless configuration fedora 3 intel pro 2200


i am total noob here so please bear with me .. i have dell inspiron 700m laptop with Intel Pro 2200 B/G card in it and I just installed FEDORA Core 3. I went thru the source forge and installed the driver as well as the firmware .. i have a Dlink G router at home and my ISP is comcast. I am not able obtain an IP address either able to ping . i did the following.
and when i do a ifup eth1 or ipw2200 i get the following error ...

# modprobe eth1
# ifup eth1

Determining IP information for eth1... failed; no link present. Check cable?

I went thru almost all the questions here in the forum .. they didn;t help me much .. please let me know if somebody out there needs more info to help me out. Thank you.

my ifcf-eth1 looks like this

DEVICE=eth1
ONBOOT=yes
BOOTPROTO=dhcp
TYPE=wireless
DHCP_Hostname=SETI

# iwconfig

lo no wireless extensions.

eth0 no wireless extensions.

eth1 unassociated ESSID:"SETI"
Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
Bit Rate=0kb/s Tx-Power=20 dBm
RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:221 Missed beacon:0

sit0 no wireless extensions.

# ifconfig -a
eth0 Link encap:Ethernet HWaddr
inet addr:192.168.0.100 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7042 errors:0 dropped:0 overruns:0 frame:0
TX packets:3556 errors:0 dropped:0 overruns:0 carrier:5
collisions:0 txqueuelen:1000
RX bytes:5933959 (5.6 MiB) TX bytes:450898 (440.3 KiB)
Interrupt:10

eth1 Link encap:Ethernet HWaddr
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:221 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:140 (140.0 b) TX bytes:568 (568.0 b)
Interrupt:10 Base address:0xc000 Memory:e0206000-e0206fff

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1894 errors:0 dropped:0 overruns:0 frame:0
TX packets:1894 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3141918 (2.9 MiB) TX bytes:3141918 (2.9 MiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

Last edited by vkerry; 09-02-2005 at 11:37 PM.
 
Old 11-25-2004, 05:18 PM   #2
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
You must first associate your 2200 with your AP so set the ssid first with:
Code:
iwconfig eth1 essid <your ssid here>
and this will associate it. If you have WEP enabled you must also set the key.
Now you can try
Code:
ifconfig eth1 up
or the variation of that instruction you have been using. An IP address can be obtained using
Code:
dhclient eth1
as well.
Hope this helps
Chris
 
Old 11-26-2004, 08:09 AM   #3
vkerry
LQ Newbie
 
Registered: Apr 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks Chris, I tried doing what you said ... and it worked when i had the wired network port (eth0) also connected to my router at the same time to the router. After I removed it and restarted everything .. and repeated the steps .. i got the following messages .. If u see my previous post, both eth1 and eth0 share the same interrupt, is this okie ? If i need to change the interrupts how do i do that .. thanks ..

# modprobe ipw2200
# iwconfig eth1 essid "SETI"
# ifconfig eth1 up
# dhclient eth1
Internet Systems Consortium DHCP Client V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth1/00:0e:35:73:7b:83
Sending on LPF/eth1/00:0e:35:73:7b:83
Sending on Socket/fallback
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 20
No DHCPOFFERS received.
Trying recorded lease 192.168.0.102
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.

--- 192.168.0.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2998ms
, pipe 4
No working leases in persistent database - sleeping.
# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 unassociated ESSID:"SETI"
Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
Bit Rate=0kb/s Tx-Power=20 dBm
RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:141 Missed beacon:0

sit0 no wireless extensions.
 
Old 11-26-2004, 09:59 AM   #4
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
I didnt realise you had a wired connection as well. Unless you need this I would disable it in the BIOS to simplify things. Otherwise they should be fine sharing the same interrupt.
I think what you have wrong here is the ssid. Are the quotes actually there when you typed it? If so try it again but without the quotes and make sure its in the correct case. Also, check your router to make sure its not hiding or encrypting anything. Keep it simple to begin with and then introduce security measures afterwards.
Basically the problem is that it isnt associating with your router/AP. It cant find it. Work along this route and you should come up trumps very soon.
Regards
Chris
 
Old 11-26-2004, 10:57 AM   #5
vkerry
LQ Newbie
 
Registered: Apr 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks again Chris, well .. i don't have any encryption set for my router the only filter i have is the MAC filter and that works with Windows XP. I will check with the quotes in my ssid when i go home, if u please see my first post my dhcp_hostname parameter is set to my ssid SETI without the quotes and when i do the iwconfig without doing anything it shows up as "SETI" , and then later on it goes and connects to my neighbor's router .. and stays hooked up to it.

I will go ahead and try it out and will update with the results. Thanks

I did what you said .. seems like it is working now .. thanks for all the help.

Last edited by vkerry; 11-27-2004 at 10:04 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Intel Pro Wireless 2200 lokirulez Linux - Hardware 7 12-05-2005 06:48 PM
firmware -> Intel PRO/Wireless 2200 flyingman Linux - Newbie 12 09-16-2005 03:49 AM
intel wireless pro 2200 detected as atheros wireless card? whf SUSE / openSUSE 5 08-29-2005 06:04 PM
intel pro wireless 2200 bg HELP dhaman3 Linux - Wireless Networking 4 05-13-2005 12:32 PM
Intel Wireless Pro 2200 on Fedora Core 2 EternalCow Linux - Wireless Networking 5 11-29-2004 09:38 AM

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

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