Actually this is the mainboard I haveperatu wrote:As far as I know, nvidia mcp77 ethernet is 100Mbit, not 1000Mbit, and uses forcedeth driver.

Code: Select all
ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
00:00.0 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a2)peratu wrote:Please, paste the result of "lspci -n". If you don't have lspci, then "emerge pciutils".
Anon-E-moose wrote:MCP77 is 10/100/1000 Mbit, and yes it uses the forcedeth driver, which has the smarts to run at giga speeds
but it will only do so if it connects to another piece of equipment that runs at giga speed.
edit to add:
Code: Select all
ethtool eth0 Settings for eth0: Supported ports: [ MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full

forcedeth is in the kernel, if you have networking you are probably using it already.aspedisca wrote:I could not seem to find forcedeth on portage. I also checked all the stuff in 1000bi section of the kernel but no help.
There is no eth0
Where can I get the suitable driver ?
Thanks
Code: Select all
dmesg|grep -i forcedeth
[ 0.525146] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 0.527738] forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22
[ 0.529007] forcedeth 0000:00:0a.0: setting latency timer to 64
[ 0.581953] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 40:61:86:84:8c:b0
[ 0.583240] forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt gbit lnktim msi desc-v3
[ 13.849124] forcedeth 0000:00:0a.0: irq 41 for MSI/MSI-XCode: Select all
-> Device Drivers
-> Network device support
-> Ethernet (10 or 100Mbit)
-> nForce Ethernet supportAnon-E-moose wrote:forcedeth is in the kernel, if you have networking you are probably using it already.aspedisca wrote:I could not seem to find forcedeth on portage. I also checked all the stuff in 1000bi section of the kernel but no help.
There is no eth0
Where can I get the suitable driver ?
Thanks
Code: Select all
dmesg|grep -i forcedeth [ 0.525146] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. [ 0.527738] forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22 [ 0.529007] forcedeth 0000:00:0a.0: setting latency timer to 64 [ 0.581953] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 40:61:86:84:8c:b0 [ 0.583240] forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt gbit lnktim msi desc-v3 [ 13.849124] forcedeth 0000:00:0a.0: irq 41 for MSI/MSI-X

That driver does 10/100 AND 1000aspedisca wrote:I am not on the same computer. I just copied lspci to text and transferred with a USB stick.
In network device support section of kernel there is 10 or 100 Mbit section It works if I enable that but I need to have 1000Mbit because the piece of hardware I am using is only working on 1000Mbit.
Thank you.
Code: Select all
00:0a.0 Ethernet controller: nVidia Corporation MCP77 Ethernet (rev a2)#ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: external
Auto-negotiation: on
Anon-E-moose wrote:That driver does 10/100 AND 1000aspedisca wrote:I am not on the same computer. I just copied lspci to text and transferred with a USB stick.
In network device support section of kernel there is 10 or 100 Mbit section It works if I enable that but I need to have 1000Mbit because the piece of hardware I am using is only working on 1000Mbit.
Thank you.
Code: Select all
00:0a.0 Ethernet controller: nVidia Corporation MCP77 Ethernet (rev a2)#ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: external
Auto-negotiation: on
peratu wrote:I was reading this thread at nvnews forum, and they said that forcedeth driver supports 1000Mbit. Read that thread and use "ethtool" to see if your network card has the 1000Mbit mode.
I have a gigabit lan in my home, and I have to use CAT5 RJ45 network cable, or more (CAT6) if I want to have 1000Mbit. Do you have CAT5 or CAT6 cables?