各位大侠:<br /> 不好意思,求教几个可能较简单的问题,是在使用smartARM2000的NFS时遇到的。<br />问题一:开发板下载uclinux后,启动uclinux,不能ping通自己和其它IP地址,我分析由以下现象造成(以下拷贝自超级终端,.rc文件我作了修改,我认为是出现了IRQ LOCK错误,但仅下载zlg—boot时是可以ping通的):<br /> Command: insmod /usr/bin/rtl8019<br /> Using /usr/bin/rtl8019<br /> Warning: loading rtl8019 will taint the kernel: non-GPL license - Proprietary<br /> See http://www.tux.org/lkml/#export-tainted for information <br /> about tainted modules<br /> eth0: init OK<br /> Command: ifconfig eth0 192.168.100.113<br /> IRQ LOCK: IRQ17 is locking the system, disabled<br /> Command: ifconfig eth0 netmask 255.255.255.0<br /> Command: ifconfig eth0 down<br /> Command: ifconfig eth0 hw ether 00:14:97:0f:0e:b7<br /> Command: ifconfig eth0 up<br /> IRQ LOCK: IRQ17 is locking the system, disabled<br /> Command: route add default gw 192.168.100.4<br /> Execution Finished, Exiting<br />问题二:在宿主机按周立功文件操作后,测试NFS是否设置成功,执行以下命令<br /> #mount 192.168.100.114:/home/** /mnt<br />提示:mount:PRC: 文件未注册<br />不知是什么原因.<br /><br />搞了几天还是没解决,只好向大家求教。谢谢!<br /> |
|