View previous topic :: View next topic |
Author |
Message |
DetectiveInspekta n00b

Joined: 27 Jun 2005 Posts: 58 Location: New Zealand
|
Posted: Mon Jun 27, 2005 3:00 am Post subject: nforce2 lan |
|
|
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 |
|
 |
DetectiveInspekta n00b

Joined: 27 Jun 2005 Posts: 58 Location: New Zealand
|
Posted: Mon Jun 27, 2005 5:15 am Post subject: |
|
|
And the forcedeth says 0 things using it when i put a lsmod |
|
Back to top |
|
 |
DetectiveInspekta n00b

Joined: 27 Jun 2005 Posts: 58 Location: New Zealand
|
Posted: Mon Jun 27, 2005 7:10 am Post subject: |
|
|
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 |
|
 |
widan Veteran


Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Mon Jun 27, 2005 7:59 am Post subject: |
|
|
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 |
|
 |
DetectiveInspekta n00b

Joined: 27 Jun 2005 Posts: 58 Location: New Zealand
|
Posted: Mon Jun 27, 2005 10:53 am Post subject: |
|
|
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
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 |
|
 |
DetectiveInspekta n00b

Joined: 27 Jun 2005 Posts: 58 Location: New Zealand
|
Posted: Mon Jun 27, 2005 11:05 am Post subject: |
|
|
Ok I do a
Code: | tail -f /var/log/messages |
and it says
dhcpStart Interface eth0 was not Ethernet or Token......
shows that there is a Nvidia ethernet controler MPC stuff
any help appreciated |
|
Back to top |
|
 |
DetectiveInspekta n00b

Joined: 27 Jun 2005 Posts: 58 Location: New Zealand
|
Posted: Mon Jun 27, 2005 11:52 am Post subject: |
|
|
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
then did
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 |
|
 |
|