[网络管理]
realtek网卡驱动怎么编译阿? 求救
我的系统是redhat9 网卡realtek8139c 现在在硬件浏览器里能看到网络设备是 RTL-8139c 但在网络控制设置中却无法激活,网络配置时也无法激活提示:“8139too device eth1 does not seem to be present, delaying initialization.”
怎么激活阿??
我现在有这个网卡的驱动 8139too.c 和一个makefile文件 怎么安装阿?? 在/home/jdwin/drivers/ 下输入make也不行,显示error 127
有个网站上说 如果找到的是.c的驱动程序,就使用gcc编译它:
gcc -DMODVERSIONS -DMODULE –D_KERNEL_ -Wall -Wstrict-prototypes -O6 -c 驱动程序.c