Hello everyone:
I followed this wiki to try to use the wifi on the IPNC based on DM355.
http://tiexpressdsp.com/wiki/index.php?title=Wireless_USB_Network
But I only have a TP-LINK USB Wifi adapter based on RT2571W/rt73 chipset.
so I launched kernel config and enabled the RADIO support and the USB-host support.
And because the mini-USB port on the IPNC is have not any power supply, I added a 5V DC on it.
And I download the 2009_0206_RT73_Linux_STA_Drv1.1.0.2 on Ralink, Compiled it, and got the rt73.ko successfully.
then:
# insmod rt73.ko
usbcore: registered new driver rt73
But, when I used the command "ifconfig rausb0 up",the IPNC printed:
# ifconfig rausb0 up
modprobe: FATAL: Could not load /lib/modules/2.6.10_mvl401_IPNC-2.1.0/modules.dep: No such file or directory
SIOCGIFFLAGS: No such device
modprobe: FATAL: Could not load /lib/modules/2.6.10_mvl401_IPNC-2.1.0/modules.dep: No such file or directory
SIOCGIFFLAGS: No such device
or use "ifconfig -a":
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.1.101 Bcast:192.168.255.255 Mask:255.255.0.0
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11204 errors:0 dropped:0 overruns:0 frame:0
TX packets:6475 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3730129 (3.5 MiB) TX bytes:1009686 (986.0 KiB)
Interrupt:53 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
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
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
sit0 Link encap:UNSPEC HWaddr 00-00-00-00-31-00-00-00-00-00-00-00-00-00-00-00
NOARP MTU:1480 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
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
I have no idea how to resolve it, who can help me??
Thanks.