Users Guide

Table Of Contents
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. Deaktiver wpa_supplicant.
# sudo systemctl stop wpa_supplicant.service
# sudo systemctl mask wpa_supplicant.service
4. Adskil fra network manager.
# sudo nmcli d set wlan0 managed no
5. Anvend hostapd til at oprette et forbindelsespunkt.
# hostapd /etc/hostapd/hostapd.conf
Sådan oprettes forbindelse via Bluetooth
Denne funktion gør systemet i stand til at oprette forbindelse til Bluetooth-enheder som fx et Bluetooth-tastatur.
1. Kør kommandoen for at starte bluetoothctl-konsollen.
#bluetoothctl
bluetoothctl-konsollen åbner.
2. Kør følgende kommando for at tænde Bluetooth-enheden.
# power on
3. Registrer agenten til tastaturet:
# agent KeyboardOnly
# default-agent
4. Kør følgende kommando for at sætte Bluetooth-controlleren i parringstilstand.
# pairable on
5. Kør følgende kommando for at søge efter Bluetooth-enheder i nærheden.
# scan on
6. Kør følgende kommando for at stoppe med at søge, efter at Bluetooth-tastaturet er blevet fundet.
# scan off
7. Kør følgende kommando for at parre Bluetooth-tastaturet.
# pair <MAC address of Bluetooth keyboard>
8. Angiv PIN-koden på Bluetooth-tastaturet, hvis det kræves.
9. Kør følgende kommando for at angive tillid til Bluetooth-tastaturet.
# trust <MAC address of Bluetooth keyboard>
10. Kør følgende kommando for at oprette forbindelse til Bluetooth-tastaturet.
# connect <MAC address of Bluetooth keyboard>
82
Sådan konfigureres operativsystemet