Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nforce2 lan
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
DetectiveInspekta
n00b
n00b


Joined: 27 Jun 2005
Posts: 58
Location: New Zealand

PostPosted: Mon Jun 27, 2005 3:00 am    Post subject: nforce2 lan Reply with quote

Installed for the first time after 2 years of mandrake and it was quite different. Then I though I didn't learn alot in mandrake. Gentoo it pretty sweet, I managed to get the lan going in the install for 2005 version and compiled a kernel using genkernel because it sed that it will be like the install.

Booted my new computer but I can't get internet. The forcedeth driver is there for my nforce2 mobo when I type lspci. Is this all that is required?
So atm I can't ping in or out
ifconfig shows the correct ip
Back to top
View user's profile Send private message
DetectiveInspekta
n00b
n00b


Joined: 27 Jun 2005
Posts: 58
Location: New Zealand

PostPosted: Mon Jun 27, 2005 5:15 am    Post subject: Reply with quote

And the forcedeth says 0 things using it when i put a lsmod
Back to top
View user's profile Send private message
DetectiveInspekta
n00b
n00b


Joined: 27 Jun 2005
Posts: 58
Location: New Zealand

PostPosted: Mon Jun 27, 2005 7:10 am    Post subject: Reply with quote

What shoud route -n show. Because I can't see the ip (192.168.0.2) I put as in the /etc/init.d/net script
Back to top
View user's profile Send private message
widan
Veteran
Veteran


Joined: 07 Jun 2005
Posts: 1512
Location: Paris, France

PostPosted: Mon Jun 27, 2005 7:59 am    Post subject: Reply with quote

Assuming your machine is 192.168.0.2, and the gateway is 192.168.0.1, you should get:
Code:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       127.0.0.1       255.0.0.0       UG    0      0        0 lo
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth0

It is normal your IP doesn't show.
Back to top
View user's profile Send private message
DetectiveInspekta
n00b
n00b


Joined: 27 Jun 2005
Posts: 58
Location: New Zealand

PostPosted: Mon Jun 27, 2005 10:53 am    Post subject: Reply with quote

That exactly like mine but I still don't have the internet

I changed it to dhcp as the installation does and it can't start because the service netmount is not started, and you can't start it either because it can't start dhcp
So I can stop it because i think its not nessasary atm

Code:
rc-update del netmount default


and with that it still can't do it. When I do
Code:
lsmod

and forcedeth is there does that mean its a module

I am considering manually doing the kernel (not using genkernel this time) but puting in built into the kernel. Would this help and how do I do it?
Back to top
View user's profile Send private message
DetectiveInspekta
n00b
n00b


Joined: 27 Jun 2005
Posts: 58
Location: New Zealand

PostPosted: Mon Jun 27, 2005 11:05 am    Post subject: Reply with quote

Ok I do a
Code:
tail -f /var/log/messages

and it says

dhcpStart Interface eth0 was not Ethernet or Token......

Code:
lspci

shows that there is a Nvidia ethernet controler MPC stuff

any help appreciated
Back to top
View user's profile Send private message
DetectiveInspekta
n00b
n00b


Joined: 27 Jun 2005
Posts: 58
Location: New Zealand

PostPosted: Mon Jun 27, 2005 11:52 am    Post subject: Reply with quote

SOLVED

Well I spent a couple of hours trying to sort it out.

Finially I got it, all I did was put in /etc/conf.d/net was

Code:

iface_eth1="dhcp"


then did

Code:
dhcpcd eth1


I hope this works for people as there were HEAPS of people who had the same kind of problem

ie nforce MPC buildin lan not working
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