Столкнулся с такой проблемкой:
Имеется в наличии гигабитный свитчик, к нему подрубается пара компов.
И на одном, на котором стоит Debian, сетевушка работает на 100Mbs, хотя может и на 1000Mbs.
Чтобы быть чуть более подробным:
Код: Выделить всё
# lshw -class network
*-network
description: Ethernet interface
product: AR8131 Gigabit Ethernet
vendor: Atheros Communications
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: c0
serial: bc:ae:c5:4d:26:23
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI duplex=full firmware=N/A ip=192.168.1.55 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:44 memory:feac0000-feafffff ioport:dc00(size=128)Код: Выделить всё
b# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: pg
Wake-on: d
Current message level: 0x0000003f (63)
drv probe link timer ifdown ifup
Link detected: yesПри попытке задать вручную скорость через ethtool, получаю ошибку
# ethtool -s eth0 speed 1000
Cannot advertise speed 1000
Подскажите, как мне таки завести сетевушку на полную скорость ?