無線 LAN アダプタの接続(5)設定

Debian LS-QVL

以前からやってみたいと思っていた LinkStation へ無線 LAN アダプタを接続してみる。

WLI-UC-GNM2 を認識しているようなので、設定してみる。

/etc/network/interfaces の設定

要るのか?要らないのか?
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 を割り当てた

up

wlan0 を up してみる。
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

rt2870.bin が必要???
root@qvl:~# ls /lib/firmware/
root@qvl:~#
/lib/firmware/ は、空。

ARM 用のバイナリなんて、配布されていないだろうし、、、

そろそろ手に負えなくなってきたかな??



LS-QVL
バッファローダイレクト
楽天市場
amazon
ドスパラ
livedoor デパート
Yahoo!ショッピング
バリューモア
ムラウチドットコム


無線 LAN アダプタの接続(4)状態を見る
ハックの記録
LinkStation/玄箱 をハックしよう

LinkStationシリーズ ファームウェア アップデーター Ver.1.63

ツイート Tweet to @yasunari_y @yasunari_yをフォロー

Copyright (C) 2003-2012 Yasunari Yamashita. All Rights Reserved.
yasunari @ yamasita.jp 山下康成@京都府向日市