Users Guide
$>: network-manager.nmcli con modify <name> wifi-sec.psk <passco>
예를 들어, 다음과 같습니다.
$>: network-manager.nmcli con modify testwifi wifi-sec.psk happy
연결을 실행하려면 명령 프롬프트에서 다음을 입력합니다(시스템을 액세스 포인트에 연결하여 IP 주소를 가져올 수 있음).
$>: network-manager.nmcli con up id <name>
예를 들어, 다음과 같습니다.
$>: network-manager.nmcli con up id testwifi
Bluetooth
다음 명령을 실행하여 Bluetooth 키보드와 같은 Bluetooth 장치를 페어링합니다.
1. bluetoothctl 콘솔을 시작합니다.
#bluez.bluetoothctl -a
2. 장치를 켭니다.
$ power on
3. 키보드에 대한 에이전트를 등록합니다.
$ agent KeyboardOnly
$ default-agent
4. 컨트롤러를 페어링 가능 모드에 놓습니다.
$ pairable on
5. 근처의 Bluetooth 장치를 검색합니다.
$ scan on
6. Bluetooth 키보드를 발견하면 검사를 중지합니다.
$ scan off
7. Bluetooth 장치를 페어링합니다.
$ pair <MAC address of Bluetooth keyboard>
8. 필요한 경우 Bluetooth 키보드에 PIN 코드를 입력합니다.
9. Bluetooth 키보드를 신뢰합니다.
$ trust <MAC address of Bluetooth keyboard>
10. Bluetooth 키보드에 연결합니다.
$ connect <MAC address of Bluetooth keyboard>
11. bluetoothctl 콘솔을 닫습니다.
$ quit
Bluetooth 키보드를 사용하여 시작할 수 있습니다.
WLAN 및 Bluetooth 모드 간의 전환
1. WLAN/BT 드라이버를 언로드합니다.
$ modprobe -r ven_rsi_sdio
2. /Etc/modprobe.d/rs9113.conf에서 모드를 조정합니다.
3. WLAN/BT 드라이버를 다시 로드합니다.
$ modprobe ven_rsi_sdio
4. 작동 모드를 확인합니다. 작동 모드 값은 표를 참조하십시오.
$ cat /sys/module/ven_rsi_sdio/parameters/dev_oper_mode
표
12. WLAN 및 Bluetooth의 작동 모드 값
작동 모드 값 WiFi 스테이션 지원되는 BT/BLE 모드 softAP softAP에서 지원하는 클
라이언트
1 X 해당 없음 해당 없음
1 해당 없음 X 32
53