为什么在uClinux中运行ifconfig命令时找不到eth0设备
 
- UID
- 153905
- 性别
- 男
|
为什么在uClinux中运行ifconfig命令时找不到eth0设备
为什么在uClinux中运行ifconfig命令时找不到eth0设备, # ifconfig eth0 192.168.0.1 SIOCSIFADDR: No such device eth0: unknown interface: No such device # ifconfig lo Link encap ocal Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 这是为什么啊 |
|
|
|
|
|
 
- UID
- 153905
- 性别
- 男
|
我的网卡是RLT8019AS芯片,在IDE中刚把nios2linux移植到开发板上,我现在要配置服务器,但在uClinux运行ifconfig命令时找不到eth0设备,这个应该是网卡吧,也就是找不到网卡。是不是要为它写驱动程序啊?难道nios2linux没有自带的驱动程序吗?在内核配置中不是有一个支持NE2000的选项吗。RLT8019AS芯片与NE2000兼容。运行ifconfig命令显示上面那些: # ifconfig eth0 192.168.0.1 SIOCSIFADDR: No such device eth0: unknown interface: No such device # ifconfig lo Link encap ocal Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 |
|
|
|
|
|
 
- UID
- 153905
- 性别
- 男
|
|
|
|
|
|
 
- UID
- 153905
- 性别
- 男
|
请问一下,在components目录下的IP核目录中有用c语言编写的,.c和.h文件,请问那是否是驱动程序。 |
|
|
|
|
|