Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelmuenzer/bf2d866e7e0331ffe8699194fbafb928 to your computer and use it in GitHub Desktop.
Save michaelmuenzer/bf2d866e7e0331ffe8699194fbafb928 to your computer and use it in GitHub Desktop.
> sudo systemctl status hostapd.service
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 Sat 2020-10-17 22:04:56 CEST; 1min 58s ago
Process: 665 ExecStart=/usr/sbin/hostapd -P /run/hostapd.pid -B $DAEMON_OPTS ${DAEMON_CONF} (code=exited, status=0/SUCCESS)
Main PID: 666 (hostapd)
CGroup: /system.slice/hostapd.service
└─666 /usr/sbin/hostapd -P /run/hostapd.pid -B /etc/hostapd/hostapd.conf
Oct 17 22:04:55 raspberrypi systemd[1]: Starting Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator...
Oct 17 22:04:55 raspberrypi hostapd[665]: Configuration file: /etc/hostapd/hostapd.conf
Oct 17 22:04:56 raspberrypi hostapd[665]: wlan0: Could not connect to kernel driver
Oct 17 22:04:56 raspberrypi hostapd[665]: Using interface wlan0 with hwaddr b8:27:eb:13:4f:f6 and ssid "raspi-webgui"
Oct 17 22:04:56 raspberrypi hostapd[665]: wlan0: interface state UNINITIALIZED->ENABLED
Oct 17 22:04:56 raspberrypi hostapd[665]: wlan0: AP-ENABLED
Oct 17 22:04:56 raspberrypi systemd[1]: hostapd.service: PID file /run/hostapd.pid not readable (yet?) after start: No such file or directory
Oct 17 22:04:56 raspberrypi systemd[1]: Started Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment