Comment 32 for bug 767192

Revision history for this message
Seth Forshee (sforshee) wrote :

@Tommy, I think it would be helpful to collect verbose logs from wpa_supplicant. To do this, modify /usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service. You should have a line like:

  Exec=/sbin/wpa_supplicant -u -s

Add -dd to the arguments, e.g.

  Exec=/sbin/wpa_supplicant -u -s -dd

Reboot and attach /var/log/syslog for a problematic connection attempt. It might also be helpful to attach syslog for a good connection with the 2.6.37.6 kernel as well if you get a chance. You can remove the -dd after collecting the logs.

Thanks!