イーサネットが見つかりません。モジュールをLinuxカーネルにロードしますか?

イーサネットが見つかりません。モジュールをLinuxカーネルにロードしますか?

職場に新しいサーバーがあり、既存のシステムのハードドライブを取り付けました。 Ubuntu 8.04は正常に起動します。唯一の問題は次のとおりです。

$ifup eth0
device not found

$lspci
Ethernet Controller Intel Pro(100/1000)

$dmesg | grep eth
(nothing)

一種の基本イーサネットモジュールを追加する必要がありますかmodprobe、それとも別の方法がありますか?

$cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address xxx

$lsmod<br/>
[gist](https://gist.github.com/1004662)

ベストアンサー1

modprobe e1000またはを試してくださいmodprobe e1000e

おすすめ記事