WLI-UC-GNM2 を認識しているようなので、設定してみる。
root@qvl:~# vi /etc/network/interfaces
:
:
root@qvl:~# cat !$
cat /etc/network/interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# See the interfaces(5) manpage for information on what options are
# available.
######################################################################
# We always want the loopback interface.
#
auto lo
iface lo inet loopback
# To use dhcp:
#
# auto eth0
# iface eth0 inet dhcp
# Static IP setup: (broadcast and gateway are optional)
#
auto eth1
iface eth1 inet static
address 192.168.2.56
network 192.168.2.0
netmask 255.255.255.0
broadcast 192.168.2.255
gateway 192.168.2.96
iface wlan0 inet static
address 192.168.3.1
network 192.168.3.0
netmask 255.255.255.0
broadcast 192.168.3.255
root@qvl:~#
とりあえず、192.168.3.1 を割り当てた
root@qvl:~# ifconfig wlan0 up
SIOCSIFFLAGS: No such file or directory
root@qvl:/usr/src/linux-2.6.31.8# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 10:6f:3f:89:e0:66
inet addr:192.168.3.1 Bcast:192.168.3.255 Mask:255.255.255.0
BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@qvl:~#
IP アドレスなどの設定はできているが、up できていない。
/var/log/messages を見てみる
root@qvl:~# tail /var/log/messages : : Oct 28 10:46:55 qvl kernel: rt2800usb 1-1.1:1.0: firmware: requesting rt2870.bin?
root@qvl:~# ls /lib/firmware/ root@qvl:~#/lib/firmware/ は、空。
ARM 用のバイナリなんて、配布されていないだろうし、、、
そろそろ手に負えなくなってきたかな??
|
|
← 無線 LAN アダプタの接続(4)状態を見る |
ハックの記録 LinkStation/玄箱 をハックしよう |
→ LinkStationシリーズ ファームウェア アップデーター Ver.1.63 |
Copyright (C) 2003-2012 Yasunari Yamashita. All Rights Reserved.
yasunari @ yamasita.jp 山下康成@京都府向日市