LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-16-2012, 10:27 AM   #1
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Rep: Reputation: Disabled
Determining IP information for eth1... failed; no link present. Check cable?


Hi guys
i have check the internet for solutions and solved it..><
when i ifup wlan0, error msg
Determining IP information for wlan0... failed; no link present. Check cable?

using rhel
was able to connect to wireless few days ago.
wlan0 able to scan available network
Type=Wireless, ipv6init no, nm_controlled no

tried removed networkmanager
tried reinstall iwconfig, atheros driver.
tried stopped wpa_supplicant

any helps =(

Last edited by slowerogue; 11-23-2012 at 03:31 AM. Reason: it's wlan0, not eth1 sorry
 
Old 11-17-2012, 02:53 AM   #2
eyanu
Member
 
Registered: Jul 2012
Location: kampala,Uganda
Distribution: backtrack
Posts: 87

Rep: Reputation: Disabled
Quote:
when i ifup wlan0, error msg
Determining IP information for eth1... failed; no link present. Check cable?
Please correct me if am wrong, ifup wlan0 is supposed to bring up the wireless card, but the error you're giving has eth1 in it. you could try iwconfig for wireless..
Could you please post your ifconfig here.
 
Old 11-17-2012, 02:55 AM   #3
eyanu
Member
 
Registered: Jul 2012
Location: kampala,Uganda
Distribution: backtrack
Posts: 87

Rep: Reputation: Disabled
Your heading says:
Quote:
Determining IP information for eth1... failed; no link present. Check cable?
So you try ifup eth1 if that's your NIC card or eth0, but we can determine that with the ifconfig results.
 
Old 11-18-2012, 05:58 AM   #4
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Original Poster
Rep: Reputation: Disabled
guys i did iwlist wlan0 scan
able to scan available wifi
i can iwconfig essid, or key, or channel with no error

the thing is when i use GUI i was able to connect
 
Old 11-18-2012, 06:07 AM   #5
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Original Poster
Rep: Reputation: Disabled
after i connected using gui
i type ifdown wlan0, the connection broken, and then immeadiate auto reconnect again
 
Old 11-18-2012, 11:37 PM   #6
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Original Poster
Rep: Reputation: Disabled
Code:
DEVICE=wlan0
ONBOOT=yes
BOOTPROTO=dhcp
TYPE=Wireless
#IPV6INIT=no
NM_CONTROLLED=no

#9c:b7:0d:7a:3a:3d
#wireless configuration
TYPE=Wireless
hi guys this is my wlan0
 
Old 11-19-2012, 03:11 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I'd sure like to help but I don't know what is going on.

"using rhel
was able to connect to wireless few days ago."

I'd say, what changed a few days ago? Some update, program addition? Motherboard issue, nic issue?
 
Old 11-23-2012, 03:18 AM   #8
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Original Poster
Rep: Reputation: Disabled
no, didnt changed anything at all
i using dualboot
my win7 windows update thats all
does it affect?
 
Old 11-23-2012, 03:30 AM   #9
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Original Poster
Rep: Reputation: Disabled
ok guys,i hv changed alot of setting since this problem
i have deleted wlan0,eth0 that in
/etc/sysconfig/network-scripts
/etc/sysconfig/networking/devices /profile

then recreated it with system-config-network,letting the system itself generate all the configuration of the wlan0
now the wlan is
Code:
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
DEVICE=wlan0
BOOTPROTO=dhcp
TYPE=Wireless
HWADDR=9c:b7:0d:7a:3a:3d
PEERDNS=yes
IPV6INIT=no
ONBOOT=no
USERCTL=no
ONBOOT=yes
NM_CONTROLLED=yes
the only thing i have changed in this configuration are
nm_controlled=no
type=wireless
thats it
the problem still presist
Determining IP information for wlan0... failed; no link present. Check cable?
 
Old 11-25-2012, 11:24 PM   #10
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Original Poster
Rep: Reputation: Disabled
any helps guy
 
Old 11-27-2012, 09:33 PM   #11
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Original Poster
Rep: Reputation: Disabled
bump =(
 
Old 11-28-2012, 12:55 AM   #12
suresh.k
Member
 
Registered: Aug 2011
Location: Hyderabad, AP, India
Distribution: centos, Ubuntu
Posts: 163
Blog Entries: 1

Rep: Reputation: Disabled
I got similar problem
I Replace NIC with new one, then it is working fine for me
 
Old 11-29-2012, 12:08 AM   #13
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Original Poster
Rep: Reputation: Disabled
but this shouldnt be a hardware issue right
since i am able to connect using NM

another thing is,
using iwlist wlan0 scan, i cant get available AP , this is only happen when i first created wlan0 using system-config-netw
then i enable NM and scan/connected. then i disable NM again..now the wlan0 is able to scan using iwlist

pls help
 
  


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
Determining IP information for eth1 .... failed rajeshsfo Linux - Newbie 1 08-26-2009 01:04 PM
wireless troubles: Determining IP Information for eth1 failed Peanutman Linux - Software 1 03-31-2005 09:51 AM
FC 3 - Determining IP information ... failed smaisnie Fedora 6 12-23-2004 12:30 PM
Determining IP information for eth1 nistelrooy Linux - Networking 1 11-25-2004 12:16 AM
eth1... failed; no link present. Check Link? illegalien Linux - Networking 3 11-03-2002 10:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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