Users Guide

Table Of Contents
2. Create your own /etc/hostapd/hostapd.conf. For example:
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. Disable wpa_supplicant.
# sudo systemctl stop wpa_supplicant.service
# sudo systemctl mask wpa_supplicant.service
4. Detach from network manager.
# sudo nmcli d set wlan0 managed no
5. Use hostapd to create an access point.
# hostapd /etc/hostapd/hostapd.conf
Connecting through Bluetooth
This feature allows the system to connect to Bluetooth devices such as a Bluetooth keyboard.
1. Run the command to start bluetoothctl console.
#bluetoothctl
The bluetoothctl console opens.
2. Run the following command to power on the Bluetooth device.
# power on
3. Register the agent for the keyboard:
# agent KeyboardOnly
# default-agent
4. Run the following command to put the Bluetooth controller in pairable mode.
# pairable on
5. Run the following command to scan for nearby Bluetooth devices.
# scan on
6. Run the following command to stop scanning after the Bluetooth keyboard is found.
# scan off
7. Run the following command to pair the Bluetooth keyboard.
# pair <MAC address of Bluetooth keyboard>
82
Setting up the operating system