Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- До переключения режима
- [vladislav@Server ~]$ sudo lshw -numeric -C network
- *-network
- description: Ethernet interface
- product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
- vendor: Realtek Semiconductor Co., Ltd. [10EC]
- physical id: 0
- bus info: pci@0000:02:00.0
- logical name: enp2s0
- version: 06
- serial: 90:2b:34:97:fa:15
- size: 100Mbit/s
- capacity: 1Gbit/s
- width: 64 bits
- clock: 33MHz
- capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
- configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=192.168.1.100 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
- resources: irq:28 ioport:e000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
- После sudo ethtool -s enp2s0 speed 1000 duplex full:
- sudo lshw -numeric -C network
- *-network
- description: Ethernet interface
- product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
- vendor: Realtek Semiconductor Co., Ltd. [10EC]
- physical id: 0
- bus info: pci@0000:02:00.0
- logical name: enp2s0
- version: 06
- serial: 90:2b:34:97:fa:15
- size: 1Gbit/s
- capacity: 1Gbit/s
- width: 64 bits
- clock: 33MHz
- capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
- configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=192.168.1.100 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
- resources: irq:28 ioport:e000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
- sudo uname -a
- Linux Server 4.0.5-1-ARCH #1 SMP PREEMPT Sat Jun 6 18:37:49 CEST 2015 x86_64 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment