I am using Debian Bullseye IoT Image 2023-08-05. Kernel version: 5.10.168-ti-r68
I wish to set up wifi hotspot with new SSID and credentials. By default it is coming with " BeagleBone-FBBF".
Not sure which service or config file is managing this. Checked “systemctl status hostapd” and it shows inactive. We have this file “bb-wl18xx-fw” in “/etc/default” but not this file: “bb-wl18xx”
Jun 28 14:23:11 BeagleBone hostapd[20422]: nl80211: Driver does not support authentication/association or connect commands
Jun 28 14:23:11 BeagleBone hostapd[20422]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Jun 28 14:23:11 BeagleBone hostapd[20422]: nl80211 driver initialization failed.
When I had interface as SoftAp0, I was getting this:
Jun 28 14:25:36 BeagleBone hostapd[20699]: Could not read interface SoftAp0 flags: No such device
Jun 28 14:25:36 BeagleBone hostapd[20699]: nl80211: Driver does not support authentication/association or connect commands
Jun 28 14:25:36 BeagleBone hostapd[20699]: nl80211: deinit ifname=SoftAp0 disabled_11b_rates=0
Jun 28 14:25:36 BeagleBone hostapd[20699]: Could not read interface SoftAp0 flags: No such device
Jun 28 14:25:36 BeagleBone hostapd[20699]: nl80211 driver initialization failed.
Looks like I am missing some network settings. I will flash a fresh Debian Bullseye IoT Image and see how it is working.
@Raajeshwar_Elangovan Were you able to get this running? I’m trying to get wifi going on a BeagleBone Black with a Cudy dongle and not having much luck.