Users Guide

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>
8. Enter the PIN code on the Bluetooth keyboard, if needed.
9. Run the following command to trust the Bluetooth keyboard.
# trust <MAC address of Bluetooth keyboard>
10. Run the following command to connect to the Bluetooth keyboard.
# connect <MAC address of Bluetooth keyboard>
11. Run the following command to quit the bluetoothctl console.
# quit
Switching between WLAN and Bluetooth modes
1. Adjust the mode from default 13 to 14 in /etc/modprobe.d/rs9113.conf.
# options rsi_sdio dev_oper_mode=14
2. Verify the operation mode.
# cat /sys/module/rsi_sdio/parameters/dev_oper_mode
76
Setting up the operating system