Open sohorx opened 4 months ago
I can start AP mode with the latest upstream driver. Can you share your hostapd.conf?
The ACPI evaluation is used to determine if platform can support some features, but platforms might not define the fields causing message of "failed to evaluate ...". The message can be ignored.
I have similar problem Config:
interface=wlan0
hw_mode=g
channel=10
ieee80211d=1
country_code=US
ieee80211n=1
wmm_enabled=1
ssid=InfoSec-Test
auth_algs=1
wpa=2
wpa_key_mgmt=WPA-PSK
rsn_pairwise=CCMP
wpa_passphrase=ComplexPassword123
auth_algs=2
Debian 12
Using upstream driver and Larry's driver (main branch with some fixes [1]), I run hostap with your config under kernel 6.10.2, it can start without "nl80211: Beacon set failed: -2 (No such file or directory)". Could you try it on the new kernel?
[1] https://github.com/lwfinger/rtw89/issues/356#issuecomment-2295542386
Using upstream driver and Larry's driver (main branch with some fixes [1]), I run hostap with your config under kernel 6.10.2, it can start without "nl80211: Beacon set failed: -2 (No such file or directory)". Could you try it on the new kernel?
[1] #356 (comment)
Having the same problem. Unfortunately the latest kernel for proxmox ve is currently 6.8.
I'm currently running on debian bookworm (linux 6.1.94) and I'm trying to use interface in AP mode through hostapd.
Yet hostapd fail trying to set beacon and stop:
I installed the firmware (from the link provided in the readme) and the driver (from the main branch)
The only warning I get from those logs is the ACPI failed evaluation (
[ 16.478473] ACPI: \: failed to evaluate _DSM e8c3a8d2-694b-004f-82bd-fe8607803aa7 (0x1001)
) but I do not know if it's relevant.I'm wondering if i'm doing something wrong or if this issue is known and/or already resolved ?