Re: [gentoo-user] nForce4 eth driver not working...

2009-03-19 Thread Jarry
Hung Dang wrote: Justin wrote: │ - Device Drivers │ - Network device support (NETDEVICES [=y]) │ - Ethernet (10 or 100Mbit) (NET_ETHERNET [=n]) │ - nForce Ethernet support (FORCEDETH [=n]) To have nForce support you need to select: [*] Ethernet (10 or

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-19 Thread Hung Dang
Jarry wrote: Hung Dang wrote: Justin wrote: │ - Device Drivers │ - Network device support (NETDEVICES [=y]) │ - Ethernet (10 or 100Mbit) (NET_ETHERNET [=n]) │ - nForce Ethernet support (FORCEDETH [=n]) To have nForce support you need to select: [*]

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-19 Thread Jarry
Hung Dang wrote: Jarry: You got the empty /etc/resolve.conf because dhcpcd overwrite this file whenever your computer start, to avoid this you only need to set up /etc/conf.d/net (for example config_eth0=( dhcp ) ) as suggestion in the Gentoo handbook. But I do not have dhcp. I have static

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-19 Thread Peter Humphrey
On Thursday 19 March 2009 18:29:45 Jarry wrote: Do I have to define nameservers there too? I have not seen a single word about it in Gentoo Handbook... I too have static addresses. This is my /etc/conf.d/net: config_eth0=( 192.168.2.6 netmask 255.255.255.248 broadcast 192.168.2.7 )

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-19 Thread Jarry
Peter Humphrey wrote: I too have static addresses. This is my /etc/conf.d/net: config_eth0=( 192.168.2.6 netmask 255.255.255.248 broadcast 192.168.2.7 ) routes_eth0=( default via 192.168.2.1 ) That's all. Hope it helps. And it really did help! From /etc/conf.d/net I deleted:

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-19 Thread Peter Humphrey
On Thursday 19 March 2009 20:54:00 Jarry wrote: ... it really did help ... Thanks! It's good to be able to help occasionally. -- Rgds Peter

[gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Jarry
Hi, I have a strange problem with my motherboard (nForce4 chipset): Installation CD finds eth0 and brings it up (with whatever driver). Now I'm trying to compile my kernel, and even if I select all gbit ethernet cards, it does not work: * Starting eth0 * Bringing up eth0 *192.168.1.10 *

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Justin
Jarry schrieb: Hi, I have a strange problem with my motherboard (nForce4 chipset): Installation CD finds eth0 and brings it up (with whatever driver). Now I'm trying to compile my kernel, and even if I select all gbit ethernet cards, it does not work: * Starting eth0 * Bringing up eth0

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Neil Bothwick
On Wed, 18 Mar 2009 19:35:14 +0100, Jarry wrote: I have a strange problem with my motherboard (nForce4 chipset): Installation CD finds eth0 and brings it up (with whatever driver). Now I'm trying to compile my kernel, and even if I select all gbit ethernet cards, it does not work: Run lspci

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Jarry
Neil Bothwick wrote: On Wed, 18 Mar 2009 19:35:14 +0100, Jarry wrote: I have a strange problem with my motherboard (nForce4 chipset): Installation CD finds eth0 and brings it up (with whatever driver). Now I'm trying to compile my kernel, and even if I select all gbit ethernet cards, it does

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Jason Weisberger
You should have two different ethernet ports on that motherboard, the primary one should use forcedeth, the secondary should use the new marvell yukon phy driver, make sure those are compiled into your running kernel. On Mar 18, 2009 2:41 PM, Neil Bothwick n...@digimed.co.uk wrote: On Wed, 18

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Justin
Jarry wrote: Neil Bothwick wrote: On Wed, 18 Mar 2009 19:35:14 +0100, Jarry wrote: I have a strange problem with my motherboard (nForce4 chipset): Installation CD finds eth0 and brings it up (with whatever driver). Now I'm trying to compile my kernel, and even if I select all gbit ethernet

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Jarry
Justin wrote: CONFIG_FORCEDETH and it is a standard driver. I searched my .config file, and there is nothing like that. I'm using gentoo-sources 2.6.27-r8... -- ___ This mailbox accepts e-mails only from selected mailing-lists!

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Justin
Jarry wrote: Justin wrote: CONFIG_FORCEDETH and it is a standard driver. I searched my .config file, and there is nothing like that. I'm using gentoo-sources 2.6.27-r8... $ make menuconfig type / type FORCEDETH Location: │ │ -

Re: [gentoo-user] nForce4 eth driver not working...

2009-03-18 Thread Hung Dang
Justin wrote: Jarry wrote: Justin wrote: CONFIG_FORCEDETH and it is a standard driver. I searched my .config file, and there is nothing like that. I'm using gentoo-sources 2.6.27-r8... $ make menuconfig type / type FORCEDETH Location: