衝動買いの無線 LAN カード第 4 弾
ちなみに、カードの認識状態は、
$ /sbin/lspci | grep 2200 00:08.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05) $ dmesg | grep 2200 ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.0.8 ipw2200: Copyright(c) 2003-2005 Intel Corporation ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
modprobe.conf は
$ cat /etc/modprobe.conf | grep 2200 alias eth1 ipw2200
iwconfig の結果は
$ /sbin/iwconfig eth1
eth1 IEEE 802.11g ESSID:"000D0B******" Nickname:"sis64"
Mode:Managed Frequency:2.462 GHz Access Point: 00:0D:0B:**:**:**
Bit Rate=24 Mb/s Tx-Power=20 dBm
Retry limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=62/100 Signal level=-63 dBm Noise level=-88 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:6
あと、/etc/sysconfig/network-scripts/ifcfg-eth1 は
# Intel Corporation PRO/Wireless 2200BG Network Connection TYPE=Wireless DEVICE=eth1 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.1.64 BROARDCAT=192.168.1.255 NETMASK=255.255.255.0 GATEWAY=192.168.1.254 MODE=Managed ESSID=000D0B****** KEY=s:******
となっています。
コメントはありません