|
sudo ifconfig eth0 up
提示错误:eth0:ERROR while getting interface flags: No such device
cat /proc/interrupts 显示无etho占用中断
lspci -v|more 显示如下:
00:11.0 Ethernet controller:Advanced Micro Device [AMD] 79c970 [PCnet32 LANCE](rev 10)
Subsystem:Advanced Micro Devices [AMD] PCnet - Fast 79c971
Flags: bus master,medium devsel, latency 64,IRQ 185
I/O ports at 1400 [size=128]
[virtual] Expansion ROM at 30000000 [Disabled] [size=64K]
如题,无法启用网卡. |
|