[11:40] Hello! [11:41] Is there any change to get some help with netplan around here? :) [11:42] chance* :D [11:43] mctom: hi. not unless you'll ask a concrete question. [11:44] Anyway, I'm trying to set up a WiFi access point. Tons of materials on the web, and none seems to work for me. Also many people claiming to have similar problems. Right now I'm trying to set up any access point, leave alone bridging it or whatever. [11:44] (i may nor be able to help, just saying) [11:45] do your wireless chipset and its driver actually support AP mode? [11:45] Yes, it's a Raspberry Pi 4 onboard WiFi [11:45] So, I'm trying to use NEtworkManager renderer, because the docs say this is the only renderer where "mode: ap" is supported. [11:46] Here's the relevant part of netplan yaml: [11:46] wifis: [11:46] wlan0: [11:46] dhcp4: false [11:46] dhcp6: false [11:46] optional: true [11:46] access-points: [11:46] "SultanatTatarski": [11:46] mode: ap [11:46] band: 2.4GHz [11:46] channel: 2 [11:46] auth: [11:46] key-management: psk [11:46] password: "szczerze" [11:47] After applying this, the rfkill soft switch is set to "blocked", ifconfig don't see whan0 at all, and if I unblock rfkill manually it doesn't change anything. [11:47] The access point is not discoverable, of course. [11:49] I had some success setting up AP with networkd and hostapd on my own, but it was very unreliable and gave up on it after 10 hours, so most certainly the hardware is capable of this feat. [11:55] this claims to have a working example (though using systemd-networkd + seperately configured hostapd) https://askubuntu.com/questions/1222278/detailed-how-to-or-example-needed-to-setup-an-access-point-using-netplan [11:57] Yes, been there, and in many other places, and tried a lot. I'm trying to make it work for about 20 hours now. The networkd solution did work to some extent, but broke connections every minute or so. That's why I turned to the NetworkManager, as it is officially supported by netplan in terms of ap mode. [11:58] did this work? https://raspberrypi.stackexchange.com/questions/109425/ubuntu-server-18-wifi-hotspot-setup [12:00] Hmm... Not sure if I tried this one, looks not familiar. I'll give it a try. [12:07] well, before that I tried "nmcli radio wifi on" and goodness gracious, I see the access point! [12:07] Why on earth would netplan fail to do it on its own? [12:14] did you both netplan generate AND apply? [12:20] I don't do generate, I thought "apply" does all that. It seemed to work so far, at least.. [12:22] Well, anyway I rebooted and the access point is up - perhaps I should have done it first. [12:23] Thanks for your effort anyway. Now the problem is that the authentication doesn't work for any reason. [12:26] Are there any logs that I could examine?