public inbox for gentoo-laptop@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-laptop] Ethernet not starting...
@ 2007-04-26 13:11 mail
  2007-04-26 13:35 ` Joaquim Quinteiro Uchoa
  0 siblings, 1 reply; 4+ messages in thread
From: mail @ 2007-04-26 13:11 UTC (permalink / raw
  To: gentoo-laptop

Hi, I know this sounds bad, I must be missing something really easy
here. I can't seem to start my ethernet interface...

I have a Thinkpad T43
lspci shows: 
  Broadcom NetXtreme BCM5751M Gigabit PCI Express card 

I loaded the Tigon3 kernel module
dmesg shows:
   eth0: Tigon3... with a mac address

I have a simple setup in conf.d/net of just config_eth0= ( "dhcp" )
however, when I try to start it, I get the following error:

/etc/init.d/net.eth0 start, I get:
* Caching service dependencies ...                        [ ok ]
* Starting eth0
*   Bringing up eth0
*     dhcp
*       network interface eth0 does not exist
*       Please verify hardware or kernel module (driver)  [ !! ]


If I boot with a knoppix live CD, the Interface fires up fine, so I know
it is supported...

What am I missing?
Thanks!
rick



-- 
gentoo-laptop@gentoo.org mailing list



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

* Re: [gentoo-laptop] Ethernet not starting...
  2007-04-26 13:11 [gentoo-laptop] Ethernet not starting mail
@ 2007-04-26 13:35 ` Joaquim Quinteiro Uchoa
  2007-04-26 14:17   ` mail
  0 siblings, 1 reply; 4+ messages in thread
From: Joaquim Quinteiro Uchoa @ 2007-04-26 13:35 UTC (permalink / raw
  To: gentoo-laptop

If this instalation was used in another machine, or you have another net device,
udev can be putting your broadcom as another number (eth2, ...)

Try
ifconfig -a
or
ip addr
to get all interfaces on your system

If the problem is the wrong id on eth, remove
/etc/udev/rules.d/70-persistent-net.rules

And udev will recreate automaticaly again.

2007/4/26, mail <lists@gmnet.net>:
> Hi, I know this sounds bad, I must be missing something really easy
> here. I can't seem to start my ethernet interface...
>
> I have a Thinkpad T43
> lspci shows:
>   Broadcom NetXtreme BCM5751M Gigabit PCI Express card
>
> I loaded the Tigon3 kernel module
> dmesg shows:
>    eth0: Tigon3... with a mac address
>
> I have a simple setup in conf.d/net of just config_eth0= ( "dhcp" )
> however, when I try to start it, I get the following error:
>
> /etc/init.d/net.eth0 start, I get:
> * Caching service dependencies ...                        [ ok ]
> * Starting eth0
> *   Bringing up eth0
> *     dhcp
> *       network interface eth0 does not exist
> *       Please verify hardware or kernel module (driver)  [ !! ]
>
>
> If I boot with a knoppix live CD, the Interface fires up fine, so I know
> it is supported...
>
> What am I missing?
> Thanks!
> rick
>
>
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>


-- 
[]s
Joaquim
------------------------------------------
  (o_    Joaquim Quinteiro Uchoa
 //\        Consultor Linux e EaD
 U_/_    Linux User # 100534
------------------------------------------
-- 
gentoo-laptop@gentoo.org mailing list



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

* Re: [gentoo-laptop] Ethernet not starting...
  2007-04-26 13:35 ` Joaquim Quinteiro Uchoa
@ 2007-04-26 14:17   ` mail
  2007-04-26 18:06     ` Joaquim Quinteiro Uchoa
  0 siblings, 1 reply; 4+ messages in thread
From: mail @ 2007-04-26 14:17 UTC (permalink / raw
  To: gentoo-laptop

On Thu, 2007-04-26 at 10:35 -0300, Joaquim Quinteiro Uchoa wrote:
> If this instalation was used in another machine, or you have another net device,
> udev can be putting your broadcom as another number (eth2, ...)
> 
> Try
> ifconfig -a
> or
> ip addr
> to get all interfaces on your system
> 
> If the problem is the wrong id on eth, remove
> /etc/udev/rules.d/70-persistent-net.rules
> 
> And udev will recreate automaticaly again.
> 
> 2007/4/26, mail <lists@gmnet.net>:
> > Hi, I know this sounds bad, I must be missing something really easy
> > here. I can't seem to start my ethernet interface...
> >
> > I have a Thinkpad T43
> > lspci shows:
> >   Broadcom NetXtreme BCM5751M Gigabit PCI Express card
> >
> > I loaded the Tigon3 kernel module
> > dmesg shows:
> >    eth0: Tigon3... with a mac address
> >
> > I have a simple setup in conf.d/net of just config_eth0= ( "dhcp" )
> > however, when I try to start it, I get the following error:
> >
> > /etc/init.d/net.eth0 start, I get:
> > * Caching service dependencies ...                        [ ok ]
> > * Starting eth0
> > *   Bringing up eth0
> > *     dhcp
> > *       network interface eth0 does not exist
> > *       Please verify hardware or kernel module (driver)  [ !! ]
> >
> >
> > If I boot with a knoppix live CD, the Interface fires up fine, so I know
> > it is supported...
> >
> > What am I missing?
> > Thanks!
> > rick
> >
> >
> >
> > --
> > gentoo-laptop@gentoo.org mailing list
> >
> >
> 
> 
> -- 
> []s
> Joaquim
> ------------------------------------------
>   (o_    Joaquim Quinteiro Uchoa
>  //\        Consultor Linux e EaD
>  U_/_    Linux User # 100534
> ------------------------------------------


That was it!
Thanks
rick




-- 
gentoo-laptop@gentoo.org mailing list



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

* Re: [gentoo-laptop] Ethernet not starting...
  2007-04-26 14:17   ` mail
@ 2007-04-26 18:06     ` Joaquim Quinteiro Uchoa
  0 siblings, 0 replies; 4+ messages in thread
From: Joaquim Quinteiro Uchoa @ 2007-04-26 18:06 UTC (permalink / raw
  To: gentoo-laptop

Good,

This took me a complete day recompiling kernel here, I was thinking
in problem with Xen or some package... Tried several options of kernel,
till found eth5 with ip addr... Looked in Google e found the answer in a
Gentoo forum.

One day lost and it was only a little file...

2007/4/26, mail <lists@gmnet.net>:
> On Thu, 2007-04-26 at 10:35 -0300, Joaquim Quinteiro Uchoa wrote:
> > If this instalation was used in another machine, or you have another net device,
> > udev can be putting your broadcom as another number (eth2, ...)
> >
> > Try
> > ifconfig -a
> > or
> > ip addr
> > to get all interfaces on your system
> >
> > If the problem is the wrong id on eth, remove
> > /etc/udev/rules.d/70-persistent-net.rules
> >
> > And udev will recreate automaticaly again.
> >
> > 2007/4/26, mail <lists@gmnet.net>:
> > > Hi, I know this sounds bad, I must be missing something really easy
> > > here. I can't seem to start my ethernet interface...
> > >
> > > I have a Thinkpad T43
> > > lspci shows:
> > >   Broadcom NetXtreme BCM5751M Gigabit PCI Express card
> > >
> > > I loaded the Tigon3 kernel module
> > > dmesg shows:
> > >    eth0: Tigon3... with a mac address
> > >
> > > I have a simple setup in conf.d/net of just config_eth0= ( "dhcp" )
> > > however, when I try to start it, I get the following error:
> > >
> > > /etc/init.d/net.eth0 start, I get:
> > > * Caching service dependencies ...                        [ ok ]
> > > * Starting eth0
> > > *   Bringing up eth0
> > > *     dhcp
> > > *       network interface eth0 does not exist
> > > *       Please verify hardware or kernel module (driver)  [ !! ]
> > >
> > >
> > > If I boot with a knoppix live CD, the Interface fires up fine, so I know
> > > it is supported...
> > >
> > > What am I missing?
> > > Thanks!
> > > rick
> > >
> > >
> > >
> > > --
> > > gentoo-laptop@gentoo.org mailing list
> > >
> > >
> >
> >
> > --
> > []s
> > Joaquim
> > ------------------------------------------
> >   (o_    Joaquim Quinteiro Uchoa
> >  //\        Consultor Linux e EaD
> >  U_/_    Linux User # 100534
> > ------------------------------------------
>
>
> That was it!
> Thanks
> rick
>
>
>
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>


-- 
[]s
Joaquim
------------------------------------------
  (o_    Joaquim Quinteiro Uchoa
 //\        Consultor Linux e EaD
 U_/_    Linux User # 100534
------------------------------------------
-- 
gentoo-laptop@gentoo.org mailing list



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

end of thread, other threads:[~2007-04-26 18:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-26 13:11 [gentoo-laptop] Ethernet not starting mail
2007-04-26 13:35 ` Joaquim Quinteiro Uchoa
2007-04-26 14:17   ` mail
2007-04-26 18:06     ` Joaquim Quinteiro Uchoa

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