Bug 264675 - Kernel crashes with wpa_supplicant.conf enabled, or without it running wpa_supplicant then ifconfig wlan0 list scan after boot.
Summary: Kernel crashes with wpa_supplicant.conf enabled, or without it running wpa_su...
Status: Closed Feedback Timeout
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: 13.1-STABLE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-wireless (Nobody)
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2022-06-15 03:04 UTC by RishabhJain
Modified: 2024-04-11 07:29 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RishabhJain 2022-06-15 03:04:07 UTC
when I boot with the wpa_supplicant.conf file in /etc/, the kernel panics with a double fault. If I remove it, the system starts and the ifconfig wlan0 looks proper except the status is not displayed and during startup NIS complains that it cannot find /compat/ndis/rt2860.bin and /compat/ndis/rate.bin. When I run #wpa_supplicant -i wlan0 -c /root/wpa_supplicant.conf nothing changes until I run #ifconfig wlan0 list scan at which time the kernel panics.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2022-06-16 00:38:10 UTC
@Reporter Please provide additional information, including:

- Complete uname -a output 
- /var/run/dmesg.boot output (as an attachment)
- pciconf -lv output (as an attachment)
- Minimal network configuration files (rc.conf, wpa_supplicant et al) required the reproduce the issue
- Screenshot or text backtrace of the kernel panic (as an attachment)

If you are able to obtain a complete kernel debugging trace, that would be fantastic:

  https://docs.freebsd.org/en/books/developers-handbook/kerneldebug/