iwconfig iwlist うちにころがっている無線LANドングルの素性をさぐってみた
ラズパイにて、ドライバを自動読み込みしてくれたのは2つ
WLC-UC-G (背のたけ 約70mm)
と
PCI MINI2 (背のたけ 約70mm)
残りは、追加でいろいろやんないとダメの様子。
むー、2勝3敗。
(いま、気づいたけど この大きさではドングルっていえないか?w)
以下、一覧
- BUFFALO
WLC-UC-G (背のたけ 約70mm)
Bus 006 Device 007: ID 0411:0137 BUFFALO INC. (formerly MelCo., Inc.)
AirStation Hight Power WLI-U2-G54HP (70x70の箱、ミニUSBケーブルでつなぐ
Bus 006 Device 008: ID 0411:00d9 BUFFALO INC. (formerly MelCo., Inc.) WLI-U2-G54HP
PCI MINI2 (背のたけ 約70mm)
Bus 006 Device 016: ID 2019:ab50 PLANEX GW-US54Mini2
GW-US300GXS ( ditto)
Bus 006 Device 025: ID 2019:5304 PLANEX GWUS300 802.11n
型番かいてねぇ(背のたけ 35mm)
Bus 006 Device 034: ID 2019:ed14 PLANEX GW-USMicroN
--------------------------------------------------------
Usage: iwlist [interface] scanning [essid NNN] [last]
[interface] frequency
[interface] channel
[interface] bitrate
[interface] rate
[interface] encryption
[interface] keys
[interface] power
[interface] txpower
[interface] retry
[interface] ap
[interface] accesspoints
[interface] peers
[interface] event
[interface] auth
[interface] wpakeys
[interface] genie
[interface] modulation
root@raspi-82:/etc/network#
root@raspi-82:/etc/network# iwconfig --help
Usage: iwconfig [interface]
interface essid {NNN|any|on|off}
interface mode {managed|ad-hoc|master|...}
interface freq N.NNN[k|M|G]
interface channel N
interface bit {N[k|M|G]|auto|fixed}
interface rate {N[k|M|G]|auto|fixed}
interface enc {NNNN-NNNN|off}
interface key {NNNN-NNNN|off}
interface power {period N|timeout N|saving N|off}
interface nickname NNN
interface nwid {NN|on|off}
interface ap {N|off|auto}
interface txpower {NmW|NdBm|off|auto}
interface sens N
interface retry {limit N|lifetime N}
interface rts {N|auto|fixed|off}
interface frag {N|auto|fixed|off}
interface modulation {11g|11a|CCK|OFDMg|...}
interface commit
Check man pages for more details.
root@raspi-82:/etc/network#