我正在使用网络安装x86 CD在Dell Latitude E6410上安装Debian 5.0.8。
不幸的是,它不会检测我的以太网适配器。具体来说,我收到错误:No Ethernet card was detected. If you know the name of the driver needed by your Ethernet card, you can select it from the list.
lspci显示: 00:19.0 Ethernet controller: Intel Corporation Device 10ea (rev 05)
这应该对应于e1000e驱动程序。但是,如果我从列表中选择它,安装CD仍然无法检测到它。
Ubuntu 10.10和Windows 7能够毫无问题地使用此设备。
有谁知道我可以做什么让Debian使用/识别我的以太网适配器?
编辑:附加信息:
- 我认为这是一款Intel 82577LM千兆以太网芯片组。
- 如果我从图形安装程序切换到控制台并运行
lsmod
,我看到e1000e
使用次数为0。