Bug #4740
openIntel wireless kernel panic in infrastructure mode with WPA
0%
Description
I've got permanent kernel panic and reboot with intel wireless 4965 minipcie card in WAN infrastructure mode when wpa is activated.
It seems to me the reason is absence of timeout after wpa_supplicant is started, at least the patch below helped me
--- /etc/inc/interfaces.inc.orig 2015-06-03 14:32:10.000000000 0300
++ /etc/inc/interfaces.inc 2015-06-03 14:33:01.000000000 +0300@ -2714,9 +2714,9
@
unset($wlcmd_args, $wlcmd);
- sleep(1);
/* execute hostapd and wpa_supplicant if required in shell */
mwexec("/bin/sh {$g['tmp_path']}/" . escapeshellarg($if) . "_setup.sh");
+ sleep(1);
return 0;
Updated by Chris Buechler about 9 years ago
- Subject changed from intel wireless 4965 kernel panic to Intel wireless kernel panic in infrastructure mode with WPA
- Affected Version changed from 2.2.2 to 2.2.x
Updated by Chris Buechler about 9 years ago
- Affected Architecture All added
- Affected Architecture deleted (
amd64)
Updated by Ramon Buckland about 9 years ago
Yes, moving the sleep(1) line from above to below the wpa_supplicant loading line resolved the issue.
I now have pfsense using WiFi as the WLAN link.
Updated by Renato Botelho almost 4 years ago
Considering all big FreeBSD changes since 2.2.x I must ask. Is it still happening on current versions?