Networking Forums

Networking Forums > Computer Networking > Linux Networking > dhcpcd saying "wrong interface"

Reply
Thread Tools Display Modes

dhcpcd saying "wrong interface"

 
 
Unruh
Guest
Posts: n/a

 
      08-14-2005, 11:41 PM
Mandrake 10.1, Dlink g122 with ndiswrapper.
dhcpcd is coming back with the warning message
Determining IP information for wlan0... done.
dhcpcd.exe: wrong interface name "wlan0"

Any idea what could be going on here. In the meantime dhcpcd has set the ip
address and the connection works.



 
Reply With Quote
 
 
 
 
Bill Marcum
Guest
Posts: n/a

 
      08-15-2005, 01:24 AM
On 14 Aug 2005 23:41:18 GMT, Unruh
<unruh-(E-Mail Removed)> wrote:
> Mandrake 10.1, Dlink g122 with ndiswrapper.
> dhcpcd is coming back with the warning message
> Determining IP information for wlan0... done.
> dhcpcd.exe: wrong interface name "wlan0"
>
> Any idea what could be going on here. In the meantime dhcpcd has set the ip
> address and the connection works.
>

What other interfaces do you have? ifconfig -a
If it works, maybe you don't need to worry about it.


--
BOFH excuse #426:

internet is needed to catch the etherbunny
 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      08-15-2005, 04:10 AM
Bill Marcum <(E-Mail Removed)> writes:

>On 14 Aug 2005 23:41:18 GMT, Unruh
> <unruh-(E-Mail Removed)> wrote:
>> Mandrake 10.1, Dlink g122 with ndiswrapper.
>> dhcpcd is coming back with the warning message
>> Determining IP information for wlan0... done.
>> dhcpcd.exe: wrong interface name "wlan0"
>>
>> Any idea what could be going on here. In the meantime dhcpcd has set the ip
>> address and the connection works.
>>

>What other interfaces do you have? ifconfig -a
>If it works, maybe you don't need to worry about it.


An eth0 interface which is a wired static interface.
I am not worried, I am wondering why this error message which seems to have
nothing to do with what happens.


 
Reply With Quote
 
rot
Guest
Posts: n/a

 
      08-15-2005, 08:34 AM
Unruh <unruh-(E-Mail Removed)> wrote in
news:ddokqu$dvm$(E-Mail Removed):

> Mandrake 10.1, Dlink g122 with ndiswrapper.
> dhcpcd is coming back with the warning message
> Determining IP information for wlan0... done.
> dhcpcd.exe: wrong interface name "wlan0"
>
> Any idea what could be going on here. In the meantime dhcpcd has set
> the ip address and the connection works.
>
>
>


Maybe you should check your /etc/init.d/dhcp file.
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      08-15-2005, 07:25 PM
Unruh wrote:
> Bill Marcum <(E-Mail Removed)> writes:
>
>
>>On 14 Aug 2005 23:41:18 GMT, Unruh
>> <unruh-(E-Mail Removed)> wrote:
>>
>>>Mandrake 10.1, Dlink g122 with ndiswrapper.
>>>dhcpcd is coming back with the warning message
>>>Determining IP information for wlan0... done.
>>>dhcpcd.exe: wrong interface name "wlan0"
>>>
>>>Any idea what could be going on here. In the meantime dhcpcd has set the ip
>>>address and the connection works.
>>>

>>
>>What other interfaces do you have? ifconfig -a
>>If it works, maybe you don't need to worry about it.

>
>
> An eth0 interface which is a wired static interface.
> I am not worried, I am wondering why this error message which seems to have
> nothing to do with what happens.


Have a look at the dhcpcd configuration file in /etc
(depends a little on client falvour) and the client
invocation command line. The interface may be mentioned
in either.

--

Tauno Voipio
tauno voipio (at) iki fi


 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      08-15-2005, 07:28 PM
rot <(E-Mail Removed)> writes:

>Unruh <unruh-(E-Mail Removed)> wrote in
>news:ddokqu$dvm$(E-Mail Removed):


>> Mandrake 10.1, Dlink g122 with ndiswrapper.
>> dhcpcd is coming back with the warning message
>> Determining IP information for wlan0... done.
>> dhcpcd.exe: wrong interface name "wlan0"
>>
>> Any idea what could be going on here. In the meantime dhcpcd has set
>> the ip address and the connection works.
>>
>>
>>


>Maybe you should check your /etc/init.d/dhcp file.


I finally found the problem. dhcpcd runs the file /etc/dhcpc/dhcpcd.exe
after setting up the system In that script (NOT and exe file) is the line

case ${INTERFACE} in
eth*) ;;
*) logger -s -p local0.err -t dhcpcd.exe "wrong interface name
\"${INTERFACE}\""
exit 1
;;
esac

Ie if your interface is not called eth, it prints out that useless error
messages. Also this file as set up does absolutely nothing (except print
out fake error messages). It is there as an example, except that unlike
most example files, it is actually run by dhcpcd.
Silly.


 
Reply With Quote
 
 
 
Reply

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Fwd: SPEWS DOLTS "SneakyP", "Kevin!:?)", "WindsorFox" SPAM braodbandnewsgroup] !:?) Broadband 0 11-30-2005 01:04 AM
Re: SPEWS SLIMES "WindsorFox", "Kevin-!:?)", "Spin Dryer" get the cold shoulder at broadband ng! SneakyP Broadband 0 11-29-2005 10:46 PM
Attention Plus.net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM broadband newsgroup !:?) Broadband 0 11-28-2005 04:28 AM
Attention Plus.Net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM braodband newsgroup !:?) Broadband 0 11-28-2005 03:03 AM
I am in need of a netsh script that will disable the "Local Area Connection" interface then re-enable that same interface. Spin Windows Networking 3 11-03-2005 12:58 AM



1 2 3 4 5 6 7 8 9 10 11