平川です
NONAKAの指摘されたコマンドを打ってみました。
[root@localhost root]# dmesg |grep eth0
eth0: Identified chip type is 'RTL8168B/8111B'.
eth0: r10001.04, the Linux device driver for Realtek Ethernet Controllers at
0x1000, 00:1d:92:54:e6:14, IRQ 16
eth0: no IPv6 routers present
[root@localhost root]# ifconfig
eth0 リンク方法:イーサネット ハードウェアアドレス 00:1D:92:54:E6:14
inetアドレス:192.168.1.20 ブロードキャスト:192.168.1.255 マスク:255.255.255.0
inet6アドレス: fe80::21d:92ff:fe54:e614/64 範囲:リンク
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RXパケット:0 エラー:0 損失:0 オーバラン:0 フレーム:0
TXパケット:41 エラー:0 損失:0 オーバラン:0 キャリア:0
衝突(Collisions):0 TXキュー長:1000
RX bytes:0 (0.0 b) TX bytes:4130 (4.0 Kb)
割り込み:16 ベースアドレス:0x1000
lo リンク方法:ローカルループバック
inetアドレス:127.0.0.1 マスク:255.0.0.0
inet6アドレス: ::1/128 範囲:ホスト
UP LOOPBACK RUNNING MTU:16436 Metric:1
RXパケット:12 エラー:0 損失:0 オーバラン:0 フレーム:0
TXパケット:12 エラー:0 損失:0 オーバラン:0 キャリア:0
衝突(Collisions):0 TXキュー長:0
RX bytes:956 (956.0 b) TX bytes:956 (956.0 b)
[root@localhost root]# cat /etc/modprobe.conf
alias scsi_hostadapter usb-storage
alias scsi_hostadapter1 sata_sil24
alias eth0 r1000
alias scsi_hostadapter2 ata_piix
alias scsi_hostadapter3 usb-storage
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
install snd-hda-intel /sbin/modprobe --ignore-install snd-hda-intel &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-hda-intel { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-hda-intel
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias ieee1394-controller ohci1394
[root@localhost root]#
何かいいアドバイスがあればお願いします。