[gentoo-user] Gentoo net work connection problem

2006-06-01 Thread Bob Bao
 
 Hi guys.

I installed 2.6.16-gentoo-r7 on a x86 desk top computer.

After reboot, I fond two problems.

The net work connection lost. I run the /etc/init.d/net.eth0 start, get
a eth0 does not exist error message. Is there any one can help me fix
it. I need to download more tools for the basic operating system. 

Another problem is when I run rc -update there is an error message 
runlevel update is not existed . 

Thanks.

Bob Bao
[EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo net work connection problem

2006-06-01 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

What do you have in /etc/modules.autoload.d/kernel-2.6 ?
have you ran modules-update after editing the above file?
what does dmesg | grep -i eth show?

- --
Arturo Buanzo Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar

for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar 
; done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEf0yBAlpOsGhXcE0RAnNTAJ9cekjvgGcMgclT5GQTn+OdLdBbvACeIsPn
EJlE8k2OPgQr7vZetg0zZS4=
=YeHS
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo net work connection problem

2006-06-01 Thread Daniel da Veiga

On 6/1/06, Bob Bao [EMAIL PROTECTED] wrote:


 Hi guys.

I installed 2.6.16-gentoo-r7 on a x86 desk top computer.

After reboot, I fond two problems.

The net work connection lost. I run the /etc/init.d/net.eth0 start, get
a eth0 does not exist error message. Is there any one can help me fix
it. I need to download more tools for the basic operating system.



Network drivers must be built in the kernel or loaded as modules to
work. What does lspci say about your NIC? Check your model and load
the correct modules (if you compiled them) or compile your kernel
again with builtin support.


Another problem is when I run rc -update there is an error message 
runlevel update is not existed .


rc-update is a whole command, not rc -update (note the space
between rc and -update), update is not an argument for rc...



Thanks.

Bob Bao
[EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list





--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo net work connection problem

2006-06-01 Thread Ryan Tandy

Bob Bao wrote:
 
 Hi guys.


I installed 2.6.16-gentoo-r7 on a x86 desk top computer.

After reboot, I fond two problems.

The net work connection lost. I run the /etc/init.d/net.eth0 start, get
a eth0 does not exist error message. Is there any one can help me fix
it. I need to download more tools for the basic operating system. 

You don't have the driver for your network card loaded properly then. 
If you configured it as a module (M in kernel config), then you need 
to load the module on startup.  If you configured it as built-in, then 
you have the wrong one.  Check what your card is, and try again.



Another problem is when I run rc -update there is an error message 
runlevel update is not existed . 


The command is rc-update.  No space.

Thanks.

Bob Bao
[EMAIL PROTECTED]



--
gentoo-user@gentoo.org mailing list