「Raspberry Piの初期設定」の版間の差分

ナビゲーションに移動 検索に移動
136行目: 136行目:
successと表示されていれば成功である。<br>
successと表示されていれば成功である。<br>
  sudo firewall-cmd --reload
  sudo firewall-cmd --reload
<br><br>
== Wi-Fiの無効化 ==
Wi-Fiを無効にする場合、以下のコマンドを実行する。<br>
Raspberry Piを再起動することにより、設定が有効になる。<br>
sudo iwconfig wlan0 txpower off
<br>
再度、Wi-Fiを有効にする場合は、以下のコマンドを実行して再起動する。<br>
sudo iwconfig wlan0 txpower on
または
sudo iwconfig wlan0 txpower auto
<br><br>
<br><br>


案内メニュー