*RPi [#q305c9e1]

-/boot/config.txt に追記
#pre{{
safe_mode_gpio=4
max_usb_current=1
}}

-/etc/wpa_supplicant/wpa_supplicant.conf
#pre{{
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
        ssid="****"
        scan_ssid=1
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=TKIP
        group=TKIP
        #psk="****"
        psk=****
}
}}
-/etc/network/interfaces
#pre{{
auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
iface wlan0 inet static
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
address 192.168.1.31
netmask 255.255.255.0
gateway 192.168.1.1

iface default inet dhcp
}}

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS