スマートフォンで出来るならRaspberryPi2でも出来るでしょ?
というわけでRaspberryPI2をmpd専用のリモコンとして使う為の設定をしてみる。
Rasperrypiの有線ネットワークは無効にして
# cat wpa_supplicant.conf(Raspberyy側)
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="archlinux"
#psk="hoge"
psk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
}
RaspberryのwlanはDHCP接続に設定してnetworkは起動時にAPU1CにIPを貰いに行く様に設定
APU1Cの無線LANは前回と同様に起動時にAP動作する様に設定(SSIDはarchlinux)にしておく
そうしておいてAPU1Cを先に起動してからRaspberryPI2を起動させれば
mpdクライアント端末Desktopとなる。
Comments