Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem booting...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
Jesselnz
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2005
Posts: 90
Location: New Jersey

PostPosted: Thu May 19, 2005 1:23 am    Post subject: Problem booting... Reply with quote

I installed Gentoo from stage 1. It boots fine, but I get this error and I can't access the Internet (I use DHCP):

* Starting eth0
* ..... Bringing up eth0
* .......... dhcp
* ............... eth0 does not exist
* ERROR: Problem starting needed services
* ............... netmount was not started

I'm pretty sure I compiled everything I need into my kernel... what is causing this error?
Back to top
View user's profile Send private message
papal_authority
Veteran
Veteran


Joined: 31 Mar 2004
Posts: 1823
Location: Canada

PostPosted: Thu May 19, 2005 1:25 am    Post subject: Reply with quote

See if the kernel sees it:
Code:
dmesg | grep -i eth
If that fails then maybe check the bus:
Code:
cat /proc/pci | grep -i eth

_________________
The free market gave me gonorrhea.
Back to top
View user's profile Send private message
Jesselnz
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2005
Posts: 90
Location: New Jersey

PostPosted: Thu May 19, 2005 1:48 am    Post subject: Reply with quote

Code:
dmesg | grep -i eth

It says it's disabled.

Code:
cat /proc/pci | grep -i eth

That returns information about my network card.

I messed arround with my kernel configuration and added some stuff... it's still not working...
Back to top
View user's profile Send private message
papal_authority
Veteran
Veteran


Joined: 31 Mar 2004
Posts: 1823
Location: Canada

PostPosted: Thu May 19, 2005 1:56 am    Post subject: Reply with quote

Ok so the problem sounds like the kernel doesn't have the right driver. What type of NIC do you have? Maybe post the /proc/pci output above if you're unsure.
_________________
The free market gave me gonorrhea.
Back to top
View user's profile Send private message
Apewall
Apprentice
Apprentice


Joined: 01 Dec 2004
Posts: 248
Location: USA

PostPosted: Thu May 19, 2005 7:27 pm    Post subject: Reply with quote

Quote:
* Starting eth0
* ..... Bringing up eth0
* .......... dhcp
* ............... eth0 does not exist
* ERROR: Problem starting needed services
* ............... netmount was not started


This is natural, first off..

Code:
# rc-update del net-mount


then make sure if you compiled your ethernet as a module and its placed in the autoload file
Code:

# nano /etc/modules.autoload.d/kernel-2.6
   sk98lin (this is my module for -my- ethernet)


this should fix your problem hopefully.
_________________
Posting for dummies
Back to top
View user's profile Send private message
Jesselnz
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2005
Posts: 90
Location: New Jersey

PostPosted: Sun May 22, 2005 10:51 pm    Post subject: Reply with quote

Ethernet Controller: nVidia Corporation nForce2 Ethernet Controller (rev 161)

What module would I need for that?
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Sun May 22, 2005 11:27 pm    Post subject: Reply with quote

Jesselnz wrote:
Ethernet Controller: nVidia Corporation nForce2 Ethernet Controller (rev 161)

Code:
Device Drivers  --->
  Networking support  --->
    Ethernet (10 or 100Mbit)  --->
      <M>   Reverse Engineered nForce Ethernet support (EXPERIMENTAL)

The module will be called forcedeth.
Back to top
View user's profile Send private message
Jesselnz
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2005
Posts: 90
Location: New Jersey

PostPosted: Mon May 23, 2005 2:49 am    Post subject: Reply with quote

Thank you!

I have another problem now; I'm trying to install MySQL 4.1, but when I do emerge --pretend mysql, it wants to install MySQL 4.0. I set ACCEPT_KEYWORDS to "~x86" in make.conf.
Back to top
View user's profile Send private message
nathanj
n00b
n00b


Joined: 03 Nov 2003
Posts: 46
Location: Perth, WA, Australia

PostPosted: Mon May 23, 2005 3:04 am    Post subject: Reply with quote

http://packages.gentoo.org/search/?sstring=mysql

MySQL has several different versions in ~x86 at the moment to get 4.1*, you'll need to emerge the absolute path to the specific ebuild.

For example:

Code:

emerge /usr/portage/dev-db/mysql/mysql-4.1.12.ebuild


That should do it! :D Good luck!
_________________
nathan
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Thu Jul 14, 2005 1:46 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Duplicate Threads in favour of https://forums.gentoo.org/viewtopic-t-332982.html
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum