Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eth0 - services, netmount problem after boot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Shrekkie
n00b
n00b


Joined: 22 May 2003
Posts: 64
Location: Belgium

PostPosted: Thu May 22, 2003 8:00 am    Post subject: eth0 - services, netmount problem after boot Reply with quote

First of all , my apologies if this ahs been posted many times before...

Anyway here's my prob.

I installed gentoo, everything seems to work fine, no problems at all, but when i boot the system not off the gentoo cd, the only error i got on boot is "needing services, netmount not started" as result the eth0 is down, only localloop is up.

So I booted back of the cd, mounted back via /mnt/.. en chroot, to discover what modules he uses there. A dmesg | grep eth gives me an AMDTek Comet Rev17 (although the nic is sitecom), and an lsmod here doesn't show any module refering to the nic loaded. Is it maybe just a driver ? dunno. So i went into the kernel , searched this driver, but the closest thing is a AMD Pcnet32 which i choose and re made the kernel, did the eth0 update and rebooted. Still ain't working...
So i tried the Realtek module cause it seems to support lots of *unknown* nics, didn't work either.
Oh yes i saw the dummy net driver support moduled ( actually what is this), but unmoduling this didn't work neither.

It can't be a big prob cause the whole installation itself went just fine, i know the nic works, my thoughts it's just a driver issue.

Anyway I'm a little desperate here and i really want that gentoo... :D

Hope you guys can help...
Back to top
View user's profile Send private message
Shrekkie
n00b
n00b


Joined: 22 May 2003
Posts: 64
Location: Belgium

PostPosted: Thu May 22, 2003 8:23 am    Post subject: Reply with quote

Anyway i read up some other similar threads here, and they practically all refer to a driver problem.

There's also another prob that crossed my mind.
When I do an lsmod of the livecd he gives a small list of modules, ordinary booted I can't see any modules loaded.

Greetz,
Back to top
View user's profile Send private message
Shrekkie
n00b
n00b


Joined: 22 May 2003
Posts: 64
Location: Belgium

PostPosted: Thu May 22, 2003 10:23 am    Post subject: Reply with quote

Just me putting in some extra info here...

Anyway like I said via livecd I get a AMDtek Comet Rev17 back via dmesg. Which driver is most compatible with the AMDtek ?
Back to top
View user's profile Send private message
Makaveli[FIN]
n00b
n00b


Joined: 31 Oct 2002
Posts: 31
Location: Pori, Finland

PostPosted: Thu May 22, 2003 11:25 am    Post subject: Reply with quote

I have/had the same problem. So I just made this little script which i run every time after the booting:

/etc/netti:

ifconfig eth0 down
ifconfig eth0 192.168.0.2 broadcast 192.168.1.255 netmask 255.255.255.0
route add -net default gw 192.168.0.1 netmask 0.0.0.0 metric 1

After that, my eth0 works again.
_________________
https://niko.nwps.fi
Back to top
View user's profile Send private message
Shrekkie
n00b
n00b


Joined: 22 May 2003
Posts: 64
Location: Belgium

PostPosted: Thu May 22, 2003 5:45 pm    Post subject: Reply with quote

Anyway this may be for future people with same prob....

I found my solution :

1. I emerged the vanilla-sources kernel instead of the gentoo-sources
2. make a symbolic link to the new kernel
3. cd /usr/src/linux and make menuconfig to configure in the kernel
4. choose the tulip under network device support (not module)
5. rc-update add net.eth0 default
6. reset LILO ( if you got lilo of course) and reboot

With me after the reboot it went up immediately , could ping google , etc...

Greetz,
Back to top
View user's profile Send private message
JorBond
n00b
n00b


Joined: 21 May 2003
Posts: 11

PostPosted: Fri May 23, 2003 1:15 am    Post subject: Reply with quote

Quote:

2. make a symbolic link to the new kernel

how did you do this

and i got the 2.5.69 kernel src from kernel.org, will that work?
Back to top
View user's profile Send private message
Shrekkie
n00b
n00b


Joined: 22 May 2003
Posts: 64
Location: Belgium

PostPosted: Fri May 23, 2003 6:28 am    Post subject: Reply with quote

go into the dir /usr/sr/

ln -sf 2.**** /linux

Now you've told the system to use the new kernel.
anyway where 2.**** is you should put the kernel, you can look it up in that dir.

Hope that helps,
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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