From Fedora Project Wiki

Revision as of 11:01, 6 September 2010 by Sgruszka (talk | contribs) (Created page with '= Configure for basic debug = * Change line in /etc/sysconfig/wpa_supplicant file to log into /var/log/messages <pre> OTHER_ARGS="-u -f /var/log/messages -P /var/run/wpa_supplic...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Configure for basic debug

  • Change line in /etc/sysconfig/wpa_supplicant file to log into /var/log/messages
OTHER_ARGS="-u -f /var/log/messages -P /var/run/wpa_supplicant.pid"
  • Change line in /etc/rsyslog.conf file to log all kernel messages into /var/log/messages
kern.*;*.info;mail.none;authpriv.none;cron.none                /var/log/messages
  • Restart services
/etc/init.d/wpa_supplicant restart
/etc/init.d/rsyslog restart

Configure for verbose debug