DS47 DS437 DS437T

http://www.shuttle-japan.jp/barebone/slim/ds47

Shuttle Global - DS437

Shuttle Global - DS437T

[CeBIT 2014] Shuttle DS437T, il fratello minore dei DS47 e DS437 - Bits and Chips

DS47 CentOS 6.5

ETHERNET Realtek 8111G X2

yum install pciutils

Loading...

CentOSにNICを手動インストールした人は、正しいドライバが入っているかチェックしたほうがよさげ : akiyan.com

(確認)

# /sbin/lspci | grep Ether
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)

# /sbin/lsmod | grep r81
r8169                  59831  0 
mii                     5376  1 r8169

r8169 になっている。

(r8169を削除)
# rmmod r8169
(ファイルを移動しておく)
# mv /lib/modules/2.6.32-xxx.x.xx.el6.x86_64/kernel/drivers/net/r8168.ko ~

# reboot

(インストール)
# tar vjxf r8168-8.xxx.xx.tar.bz2
# cd r8168-8.xxx.xx
# ./autorun.sh

(確認)
$ /sbin/lsmod | grep r81
r8168                 259468  0 

$ ifconfig -a