성공적인 시작 메시지에도 불구하고 Hostapd가 시작되지 않습니다

성공적인 시작 메시지에도 불구하고 Hostapd가 시작되지 않습니다

저는 Ubuntu 20.04.1 LTS에서 Hostapd를 실행하고 있습니다. 서비스로 실행되도록 설정되어 있습니다. 적어도 제 생각에는 그렇습니다.

시스템을 재부팅할 때마다 상태가 제대로 실행되고 있다고 표시됩니다.

root@beelink:~# service hostapd status
● hostapd.service - Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
     Loaded: loaded (/lib/systemd/system/hostapd.service; enabled; vendor preset: enabled)
     Active: active (running) since Wed 2020-11-04 00:57:49 UTC; 39s ago
    Process: 919 ExecStart=/usr/sbin/hostapd -B -P /run/hostapd.pid -B $DAEMON_OPTS ${DAEMON_CONF} (code=exited, status=0/SUCCE>
   Main PID: 1028 (hostapd)
      Tasks: 1 (limit: 4434)
     Memory: 2.5M
     CGroup: /system.slice/hostapd.service
             └─1028 /usr/sbin/hostapd -B -P /run/hostapd.pid -B /root/ap/hostapd.conf

Nov 04 00:57:48 beelink systemd[1]: Starting Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator...
Nov 04 00:57:48 beelink hostapd[919]: Configuration file: /root/ap/hostapd.conf
Nov 04 00:57:48 beelink hostapd[919]: Using interface wlx00c0ca989ef3 with hwaddr 00:c0:ca:98:9e:f3 and ssid "testt"
Nov 04 00:57:49 beelink hostapd[919]: wlx00c0ca989ef3: interface state UNINITIALIZED->ENABLED
Nov 04 00:57:49 beelink hostapd[919]: wlx00c0ca989ef3: AP-ENABLED
Nov 04 00:57:49 beelink systemd[1]: Started Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator.

하지만 어떤 Wi-Fi 기기에서도 내 핫스팟이 표시되지 않습니다.

다음 명령을 실행하면:
service hostapd restart

잘 작동하고 Wi-Fi가 표시됩니다. 클린 부팅에 표시된 것과 똑같은 부팅 메시지입니다.

부팅 로그에 실행 중이라고 표시되어 있는데 왜 작동하지 않습니까?

관련 정보