Users Guide

Table Of Contents
2. 自の/etc/hostapd/hostapd.conf を作成します。たとえば、次のとおりです。
auth_algs=1
beacon_int=50
channel=3
country_code=ES
disassoc_low_ack=1
driver=nl80211
hw_mode=g
ht_capab=
ieee80211d=1
ieee80211n=1
interface=wlan0
require_ht=0
rsn_pairwise=CCMP
ssid=TEST
wmm_enabled=1
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_passphrase=00000000
3. wpa_supplicant を無にします。
# sudo systemctl stop wpa_supplicant.service
# sudo systemctl mask wpa_supplicant.service
4. Network Manager から切します。
# sudo nmcli d set wlan0 managed no
5. hostapd を使用してアクセス ポイントを作成します。
# hostapd /etc/hostapd/hostapd.conf
Bluetooth を介した接
この機能によって、システムは、Bluetooth ドなどの Bluetooth デバイスに接できます。
1. コマンドを行して bluetoothctl コンソルを開始します。
#bluetoothctl
bluetoothctl コンソルが開きます。
2. 次のコマンドを行して、Bluetooth デバイスの電源を投入します。
# power on
3. ドのエジェントを登します。
# agent KeyboardOnly
# default-agent
4. 次のコマンドを行して、Bluetooth コントロラをペアリング可能なモドにします。
# pairable on
5. 次のコマンドを行して、近くにある Bluetooth デバイスをスキャンします。
# scan on
6. 次のコマンドを行して、Bluetooth ドが出された後にスキャンを停止します。
# scan off
7. 次のコマンドを行して、Bluetooth ドをペアリングします。
# pair <MAC address of Bluetooth keyboard>
82 オペレティング システムのセット アップ