public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Error Message about network interfaces
@ 2007-10-24  4:30 twang.umn
  2007-10-24  4:58 ` Dan Farrell
  2007-10-24  6:55 ` Zsitvai János
  0 siblings, 2 replies; 7+ messages in thread
From: twang.umn @ 2007-10-24  4:30 UTC (permalink / raw
  To: gentoo-user

Hi all,

I own a Thinkpad T60 laptop. It has both wireless and wired network support. But when booting, if I just use wireless ( without plugging wire), it will give an error: eth0 network interfaces does not exists.

Actually, it was not a big problem before. But now I am using fbsplash. After swithing to graphic terminal, the booting will stop at the error message. I need to go back to tty, and then booting continues.

Does anyone know how to get rid of the error message. Since I use wire or wireless like 50 to 50, I don't want to remvoe net.eth0 from runlevel scripts.

Any suggestion is appreciated, and thank you in advance.

-- 
Teng Wang
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Error Message about network interfaces
  2007-10-24  4:30 [gentoo-user] Error Message about network interfaces twang.umn
@ 2007-10-24  4:58 ` Dan Farrell
  2007-10-24  7:20   ` twang.umn
  2007-10-24  6:55 ` Zsitvai János
  1 sibling, 1 reply; 7+ messages in thread
From: Dan Farrell @ 2007-10-24  4:58 UTC (permalink / raw
  To: gentoo-user

On Tue, 23 Oct 2007 23:30:38 -0500
twang.umn@gmail.com wrote:

> Hi all,
> 
> I own a Thinkpad T60 laptop. It has both wireless and wired network
> support. But when booting, if I just use wireless ( without plugging
> wire), it will give an error: eth0 network interfaces does not exists.
> 
> Actually, it was not a big problem before. But now I am using
> fbsplash. After swithing to graphic terminal, the booting will stop
> at the error message. I need to go back to tty, and then booting
> continues.
> 
> Does anyone know how to get rid of the error message. Since I use
> wire or wireless like 50 to 50, I don't want to remvoe net.eth0 from
> runlevel scripts.
> 
> Any suggestion is appreciated, and thank you in advance.
> 
just a guess, but have you looked at RC_NET_STRICT_CHECKING
in /etc/init.d/rc ? 
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Error Message about network interfaces
  2007-10-24  4:30 [gentoo-user] Error Message about network interfaces twang.umn
  2007-10-24  4:58 ` Dan Farrell
@ 2007-10-24  6:55 ` Zsitvai János
  2007-10-24  7:17   ` twang.umn
  1 sibling, 1 reply; 7+ messages in thread
From: Zsitvai János @ 2007-10-24  6:55 UTC (permalink / raw
  To: gentoo-user

Hi,

Try ifplugd, it "Brings up/down ethernet ports automatically with cable detection".

János Zsitvai
--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Error Message about network interfaces
  2007-10-24  6:55 ` Zsitvai János
@ 2007-10-24  7:17   ` twang.umn
  2007-10-24  8:35     ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: twang.umn @ 2007-10-24  7:17 UTC (permalink / raw
  To: gentoo-user

On 08:55 Wed 24 Oct     , Zsitvai János wrote:
> Hi,
> 
> Try ifplugd, it "Brings up/down ethernet ports automatically with cable detection".
Yes, I did use ifplugd. And it works great. But I still have the error message when booting. I have no clue how to get rid of it. I guess if I did not plug in the cable, eth0 cannot be activated. So I will always have that message. My quesion is: is there any config file related to this problem.
> 
> János Zsitvai
> --
> gentoo-user@gentoo.org mailing list

-- 
Teng Wang
Department of Mathematics
University of Minnesota, TC
E-mail:twang.umn<at>gmail<dot>com
Homepage:www.math.umn.edu/~wangx794

Wed Oct 24 02:15:19 CDT 2007
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Error Message about network interfaces
  2007-10-24  4:58 ` Dan Farrell
@ 2007-10-24  7:20   ` twang.umn
  0 siblings, 0 replies; 7+ messages in thread
From: twang.umn @ 2007-10-24  7:20 UTC (permalink / raw
  To: gentoo-user

On 23:58 Tue 23 Oct     , Dan Farrell wrote:
> On Tue, 23 Oct 2007 23:30:38 -0500
> twang.umn@gmail.com wrote:
> 
> > Hi all,
> > 
> > I own a Thinkpad T60 laptop. It has both wireless and wired network
> > support. But when booting, if I just use wireless ( without plugging
> > wire), it will give an error: eth0 network interfaces does not exists.
> > 
> > Actually, it was not a big problem before. But now I am using
> > fbsplash. After swithing to graphic terminal, the booting will stop
> > at the error message. I need to go back to tty, and then booting
> > continues.
> > 
> > Does anyone know how to get rid of the error message. Since I use
> > wire or wireless like 50 to 50, I don't want to remvoe net.eth0 from
> > runlevel scripts.
> > 
> > Any suggestion is appreciated, and thank you in advance.
> > 
> just a guess, but have you looked at RC_NET_STRICT_CHECKING
> in /etc/init.d/rc ? 

Yes, I did. Several days ago, I was bothered by ntpd and sshd, etc. I got the warning when starting up. So I set it to "lo". Is there anything else I can try?

> -- 
> gentoo-user@gentoo.org mailing list

-- 
Teng Wang
Department of Mathematics
University of Minnesota, TC
E-mail:twang.umn<at>gmail<dot>com
Homepage:www.math.umn.edu/~wangx794

Wed Oct 24 02:18:01 CDT 2007
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Error Message about network interfaces
  2007-10-24  7:17   ` twang.umn
@ 2007-10-24  8:35     ` Neil Bothwick
  2007-10-24 20:30       ` twang.umn
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2007-10-24  8:35 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

Hello twang.umn@gmail.com,

> Yes, I did use ifplugd. And it works great. But I still have the error
> message when booting.

You don't need to "use" ifplugd,just install it. The network boot script
should use ifplugd without you starting or configuring it. Doing so may
cause a conflict.

However your message about the interface not existing may be caused by a
missing module. Is the module for your wired interface built into a
kernel or as a module? If a module, is it loaded at boot? You may need to
add it to /etc/modules.autoload.


-- 
Neil Bothwick

If a book about failures doesn't sell, is it a success?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Error Message about network interfaces
  2007-10-24  8:35     ` Neil Bothwick
@ 2007-10-24 20:30       ` twang.umn
  0 siblings, 0 replies; 7+ messages in thread
From: twang.umn @ 2007-10-24 20:30 UTC (permalink / raw
  To: gentoo-user

On 09:35 Wed 24 Oct     , Neil Bothwick wrote:
> Hello twang.umn@gmail.com,
> 
> > Yes, I did use ifplugd. And it works great. But I still have the error
> > message when booting.
> 
> You don't need to "use" ifplugd,just install it. The network boot script
> should use ifplugd without you starting or configuring it. Doing so may
> cause a conflict.
> 
> However your message about the interface not existing may be caused by a
> missing module. Is the module for your wired interface built into a
> kernel or as a module? If a module, is it loaded at boot? You may need to
> add it to /etc/modules.autoload.
> 
> 
> -- 
> Neil Bothwick
> 
> If a book about failures doesn't sell, is it a success?

I re-compile my kernel, and now it works. I found that even I plug in the cable, it still show the error message. I compiled e1000 into kernel. I don't know why it failed. But now I compile it as modules.

Thank you for all your helps!

-- 

Teng Wang
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-24 20:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24  4:30 [gentoo-user] Error Message about network interfaces twang.umn
2007-10-24  4:58 ` Dan Farrell
2007-10-24  7:20   ` twang.umn
2007-10-24  6:55 ` Zsitvai János
2007-10-24  7:17   ` twang.umn
2007-10-24  8:35     ` Neil Bothwick
2007-10-24 20:30       ` twang.umn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox