我把 USB 无线网卡插入开发板,出现如下信息:
[root@FriendlyARM /]# usb 1-1: new full speed USB device using s3c2410-ohci and
address 2
usb 1-1: New USB device found, idVendor=148f, idProduct=2573
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: 54M.USB.......
usb 1-1: Manufacturer: Ralink
usb 1-1: configuration #1 chosen from 1 choice
但是没有了以下2句...
wmaster0 (rt73usb): not using net_device_ops yet
wlan0 (rt73usb): not using net_device_ops yet
然後我再設定
[root@FriendlyARM /]# ifconfig eth0 down
但是當我設定
[root@FriendlyARM /]# ifconfig wlan0 up 時
他顯示 ifconfig: SIOCGIFFLAGS: No such device
什麼回事?