If i'm SURE my NIC is 1Gb, and the drivers are working, and ethtool eth0 shows Supported link modes as 10, 100, 1000, BUT it's only advertising 10 and 100, and is currently on 100Mb/sec, how do you tell it to go to 1000Mb ?
Code: Select all
lspci | grep Ethernet
07:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 15)Code: Select all
Linux Kernel v2.6.21-ck1-r1 Configuration
───────────────────────────────────────────────────────────────────────────────
┌────────────────────────── Ethernet (1000 Mbit) ──────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus --->. │
│ Highlighted letters are hotkeys. Pressing <Y> includes, <N> excludes, │
│ <M> modularizes features. Press <Esc><Esc> to exit, <?> for Help, </> │
│ for Search. Legend: [*] built-in [ ] excluded <M> module < > module │
│ ┌────^(-)──────────────────────────────────────────────────────────────┐ │
│ │ < > Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL) │ │
│ │ < > Realtek 8169 gigabit ethernet support │ │
│ │ < > SiS190/SiS191 gigabit ethernet support │ │
│ │ < > New SysKonnect GigaEthernet support │ │
│ │ <*> SysKonnect Yukon2 support (EXPERIMENTAL) │ │
│ │ < > Marvell Yukon Chipset / SysKonnect SK-98xx Support (DEPRECATED│ │
│ │ < > Broadcom Tigon3 support │ │
│ │ < > Broadcom NetXtremeII support │ │
│ └────v(+)──────────────────────────────────────────────────────────────┘ │
├──────────────────────────────────────────────────────────────────────────┤
│ <Select> < Exit > < Help > │
└──────────────────────────────────────────────────────────────────────────┘Code: Select all
localhost linux # ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pg
Wake-on: d
Current message level: 0x000000ff (255)
Link detected: yesWhat do you think?
This is on a Sony VGN-SZ220
Thanks.


