Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > Intel wifi 5100 AGN + Oracle Enterprise Linux=no internet/network connection

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 05-18-2009   #1 (permalink)
Just Joined!
 
Join Date: May 2009
Posts: 8
Intel wifi 5100 AGN + Oracle Enterprise Linux=no internet/network connection

Hi All,,,

i have installed oracle enterprise linux 5.3, and my laptop has intel wifi 5100 wireless card which is not active.
i have tried ndiswrapper 1.54 everything was installed fine,,,,when i type "ndiswrapper -l"...
it displays device present,,,but still my wireless card is not active,,,although it scans the wireless networks when i issue "iwlist wlano scan" command..

output of ndiswrapper -l command:
netw5v32:driver installed
device (8086:4243) present (alternate driver: iwlagn)

I have dual boot,,,Windows Vista and Oracle Enterprise Linux 5.3....
wireless card works very fine with Vista,,,,with linux it never works....
I have WEP enabled on my wireless network......
Linux kernel is 2.6.18.....so i downloaded the concerned microcode and copied it into /lib/firmware as directed in the readme file....

now the wierd thing happening is....that with auto settings like essid:auto mode:auto etc...it connects to some wireless network which does not have key on....that means the card is detected and is capable of connecting to wireless networks..

It does not connect to my home wireless network.....
when i gave my home network essid,rate,access point info in /etc/sysconfig/network-scripts/ifcfg-wlan0 ........ at the time of bringing up wlan0 ,,,it says....determining ip information for wlan0....failed.....when i give it static ip....it gets active upon activating but still no internet connection.

when i issue iwconfig wlan0 , it says access point not associated.

please help....thanks
chandan766 is offline  


Reply With Quote
Old 05-18-2009   #2 (permalink)
Linux Guru
 
Rubberman's Avatar
 
Join Date: Apr 2009
Location: I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
Posts: 2,662
Look at Welcome - Linux Wireless for better instructions how to deal with these sort of issues. Besides the driver, you also need the device firmware. The link provided has instructions how to get and install the firmware for most wireless devices available. I haven't looked for this particular chip set, but it is likely there.
__________________
Sometimes, real fast is almost as good as real time.
Rubberman is offline   Reply With Quote
Old 05-18-2009   #3 (permalink)
Just Joined!
 
Join Date: May 2009
Posts: 8
thanks for replying...
i have already applied the firmware for the card......the only thing is, it is not connecting to my home wireless network.....which has WEP enabled......it does connect to other wireless network which does not have key on,,,,that means that the driver and the device are working fine.....
thanks....
chandan766 is offline   Reply With Quote
Old 05-18-2009   #4 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
Hello and Welcome.
I'd say set it up like you had it:
Quote:
when i gave my home network essid,rate,access point info in /etc/sysconfig/network-scripts/ifcfg-wlan0 ........ at the time of bringing up wlan0 ,,,it says....determining ip information for wlan0....failed.....when i give it static ip....it gets active upon activating but still no internet connection.
Give the static IP and then run your dhcp command on the device. I've never used OE Linux so I don't know the exact command name but it should be something like this, as root or sudo:
Code:
dhcpd wlan0
If you get no errors then try connecting your browser to google or somewhere.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is online now   Reply With Quote
Old 05-18-2009   #5 (permalink)
Just Joined!
 
Join Date: May 2009
Posts: 8
Hi MikeTbob,,,,,
now the only issue i m left with is.....
my card is detected..and when i configure it to have essid, rate, mode etc as Auto in network Manager.....it connects to unsecure wireless network and i can browse internet,,,,,i have WEP enabled on my home wireless network...so it does not connect to the WEP enabled networks......can you please tell me how to get it to connect to my home network....btw Oracle Linux is nothing but the copy of Redhat 5...
thanks ,,,any help wud be appreciated....
chandan766 is offline   Reply With Quote
Old 05-18-2009   #6 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
So did you try to connect, like you said? By setting the static IP and then use your DHCP command on it? Any results?
Is there any way that you can disable WEP until you get this sorted out?
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.

Last edited by MikeTbob; 05-18-2009 at 07:03 PM.. Reason: Type-O's
MikeTbob is online now   Reply With Quote
Old 05-18-2009   #7 (permalink)
Just Joined!
 
Join Date: May 2009
Posts: 8
hi there,,,,
i gave it static ip 192.168.1.35 and ran the command dhclient wlan0,,,,it says DHCPACK from 192.168.1.1
bound to 192.168.1.102----renewal in 39752 seconds..
and i set all the parameters (essid, rate, mode ,,key:off) and now it is connected to some unsecure network,,,with no key...but i want it to connect to my home network...i m sure if i disable my WEP key,,,then it will connect to my home network too,,,but what cud be the problem with WEP?
thanks
chandan766 is offline   Reply With Quote
Old 05-18-2009   #8 (permalink)
Linux Guru
 
Rubberman's Avatar
 
Join Date: Apr 2009
Location: I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
Posts: 2,662
Ok. Have you installed WPA_supplicant? I don't know if it will help with WEP connections, but it is necessary for WPA ones. And you are correct, that the driver and firmware are functional. If you look at the web site for linux wireless networking that I posted in my previous message, you will find that some chip sets don't have wep/wpa support. I don't know why, but that is the case in some instances.

One other thing I have found in the past with Ubuntu, is to connect specifically to the ssid using "hidden networks" in the connection manager. That has brought up the password request form a couple of times when just connecting to the ssid would not.
__________________
Sometimes, real fast is almost as good as real time.
Rubberman is offline   Reply With Quote
Old 05-18-2009   #9 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
I'm not entirely sure what the problem is, I do know in some programs like WifiRadar, you have to prepend a 0x in front of the WEP key to signify that it is a hex key.
Does Networkmanager give you this option?
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is online now   Reply With Quote
Old 05-18-2009   #10 (permalink)
Just Joined!
 
Join Date: May 2009
Posts: 8
yes MikeTbob....i have to append 0x with my wep key........
i dont know what i m gonna do.....
chandan766 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 03:09 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2