| 1 Nov 2025 |
K900 | What is surprising is it behaving this badly in AP mode | 22:14:27 |
K900 | And seemingly not providing a reason | 22:14:46 |
K900 | Actually, what kernel version is that? | 22:15:09 |
crushing-smite | Linux nixos 6.12.53 | 22:15:33 |
K900 | Try linuxPackages_latest | 22:16:37 |
crushing-smite | There's also this warning each time I rebuild:
evaluation warning: The combination of `systemd.network.enable = true`, `networking.useDHCP = true` and `networking.useNetworkd = false` can cause both networkd and dhcpcd to manage the same interfaces. This can lead to loss of networking. It is recommended you choose only one of networkd (by also enabling `networking.useNetworkd`) or scripting (by disabling `systemd.network.enable`)
| 22:18:16 |
crushing-smite | * There's also this warning each time I rebuild:
""" evaluation warning: The combination of systemd.network.enable = true, networking.useDHCP = true and networking.useNetworkd = false can cause both networkd and dhcpcd to manage the same interfaces. This can lead to loss of networking. It is recommended you choose only one of networkd (by also enabling networking.useNetworkd) or scripting (by disabling systemd.network.enable) """
| 22:18:26 |
K900 | This is fine for your particular setup | 22:18:37 |
K900 | Though you may want to fix it | 22:18:41 |
crushing-smite | ╰─❯ uname -a
Linux nixos 6.17.3 #1-NixOS SMP PREEMPT_DYNAMIC Wed Oct 15 10:04:23 UTC 2025 x86_64 GNU/Linux
| 22:21:30 |
crushing-smite | ...skipping...
Nov 01 22:20:33 nixos hostapd[962]: nl80211: deinit ifname=wlp5s0 disabled_11b_rates=0
Nov 01 22:20:33 nixos hostapd[962]: nl80211: Failed to remove interface wlp5s0 from bridge br0: Invalid argument
Nov 01 22:20:33 nixos systemd[1]: hostapd.service: Main process exited, code=exited, status=1/FAILURE
Nov 01 22:20:33 nixos systemd[1]: hostapd.service: Failed with result 'exit-code'.
Nov 01 22:20:34 nixos systemd[1]: hostapd.service: Scheduled restart job, restart counter is at 3.
Nov 01 22:20:34 nixos systemd[1]: Starting IEEE 802.11 Host Access-Point Daemon...
Nov 01 22:20:34 nixos systemd[1]: Started IEEE 802.11 Host Access-Point Daemon.
Nov 01 22:20:34 nixos hostapd[978]: wlp5s0: interface state UNINITIALIZED->COUNTRY_UPDATE
Nov 01 22:20:34 nixos hostapd[978]: Interface initialization failed
Nov 01 22:20:34 nixos hostapd[978]: wlp5s0: interface state COUNTRY_UPDATE->DISABLED
Nov 01 22:20:34 nixos hostapd[978]: wlp5s0: AP-DISABLED
Nov 01 22:20:34 nixos hostapd[978]: wlp5s0: Unable to setup interface.
Nov 01 22:20:34 nixos hostapd[978]: wlp5s0: interface state DISABLED->DISABLED
Nov 01 22:20:34 nixos hostapd[978]: wlp5s0: AP-DISABLED
Nov 01 22:20:34 nixos hostapd[978]: wlp5s0: CTRL-EVENT-TERMINATING
Nov 01 22:20:34 nixos hostapd[978]: rmdir[ctrl_interface=/run/hostapd]: Device or resource busy
Nov 01 22:20:34 nixos hostapd[978]: hostapd_free_hapd_data: Interface wlp5s0 wasn't started
Nov 01 22:20:34 nixos hostapd[978]: nl80211: deinit ifname=wlp5s0 disabled_11b_rates=0
Nov 01 22:20:34 nixos hostapd[978]: nl80211: Failed to remove interface wlp5s0 from bridge br0: Invalid argument
Nov 01 22:20:34 nixos systemd[1]: hostapd.service: Main process exited, code=exited, status=1/FAILURE
Nov 01 22:20:34 nixos systemd[1]: hostapd.service: Failed with result 'exit-code'.
Nov 01 22:20:34 nixos systemd[1]: hostapd.service: Scheduled restart job, restart counter is at 4.
Nov 01 22:20:34 nixos systemd[1]: Starting IEEE 802.11 Host Access-Point Daemon...
Nov 01 22:20:34 nixos systemd[1]: Started IEEE 802.11 Host Access-Point Daemon.
Nov 01 22:20:34 nixos hostapd[994]: wlp5s0: interface state UNINITIALIZED->COUNTRY_UPDATE
Nov 01 22:20:34 nixos hostapd[994]: Interface initialization failed
Nov 01 22:20:34 nixos hostapd[994]: wlp5s0: interface state COUNTRY_UPDATE->DISABLED
Nov 01 22:20:34 nixos hostapd[994]: wlp5s0: AP-DISABLED
Nov 01 22:20:34 nixos hostapd[994]: wlp5s0: Unable to setup interface.
Nov 01 22:20:34 nixos hostapd[994]: wlp5s0: interface state DISABLED->DISABLED
Nov 01 22:20:34 nixos hostapd[994]: wlp5s0: AP-DISABLED
Nov 01 22:20:34 nixos hostapd[994]: wlp5s0: CTRL-EVENT-TERMINATING
Nov 01 22:20:34 nixos hostapd[994]: rmdir[ctrl_interface=/run/hostapd]: Device or resource busy
Nov 01 22:20:34 nixos hostapd[994]: hostapd_free_hapd_data: Interface wlp5s0 wasn't started
Nov 01 22:20:34 nixos hostapd[994]: nl80211: deinit ifname=wlp5s0 disabled_11b_rates=0
Nov 01 22:20:34 nixos hostapd[994]: nl80211: Failed to remove interface wlp5s0 from bridge br0: Invalid argument
Nov 01 22:20:34 nixos systemd[1]: hostapd.service: Main process exited, code=exited, status=1/FAILURE
Nov 01 22:20:34 nixos systemd[1]: hostapd.service: Failed with result 'exit-code'.
Nov 01 22:20:35 nixos systemd[1]: hostapd.service: Scheduled restart job, restart counter is at 5.
Nov 01 22:20:35 nixos systemd[1]: hostapd.service: Start request repeated too quickly.
Nov 01 22:20:35 nixos systemd[1]: hostapd.service: Failed with result 'exit-code'.
Nov 01 22:20:35 nixos systemd[1]: Failed to start IEEE 802.11 Host Access-Point Daemon.
| 22:21:49 |
crushing-smite | Same | 22:21:53 |
K900 | Try removing the forced regulatory domain on cfg80211 and adding it to the hostapd config instead? | 22:24:08 |
crushing-smite | how to? | 22:25:01 |
K900 | Honestly for starters just remove the boot.extraModprobeConfig | 22:27:57 |
| 2 Nov 2025 |
| whispers (it/fae) changed their display name from whispers to whispers (it/fae). | 17:58:16 |
| 3 Nov 2025 |
| skorpy (she/her or none) 🏳️⚧️ set a profile picture. | 16:32:34 |