inconsistent wifi at boot time, is it a kernel bug or NWM bug?

Chris Murphy lists at colorremedies.com
Thu Aug 7 20:00:09 UTC 2014


On Aug 5, 2014, at 7:11 PM, JD <jd1008 at gmail.com> wrote:

> On Tue, Aug 5, 2014 at 6:15 PM, Chris Murphy <lists at colorremedies.com> wrote:
>> 
>> https://bugzilla.redhat.com/show_bug.cgi?id=1127022
>> 
> 
> One thing I would suggest is to edit
> /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service
> /etc/systemd/system/multi-user.target.wants/NetworkManager.service
> /etc/systemd/system/multi-user.target.wants/ModemManager.service
> 
> and add the option     --debug to NetworkManager's Exec... line
> and add the option     --debug to the ModemManager's  Exec... line.
> 
> The debug output should appear in /var/log/messages
> and/or in the output of running the command
> dmesg
> 
> That info would be very useful to the developers.
> 
> Also, look into the files:
> /etc/sysconfig/wpa_supplicant
> and add the option  -dd
> to the line:
> OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P /var/run/wpa_supplicant.pid"
> Like so:
> OTHER_ARGS="-dd  -u -f /var/log/wpa_supplicant.log -P
> /var/run/wpa_supplicant.pid''
> 
> This will make the debug info appear in
> /var/log/wpa_supplicant.log
> 
> That info would also be very useful to the developers.

Ok thanks. I had directly modified NetworkManager.conf setting level=DEBUG. I also modified wpa_supplicant as you advised; and I've attached the most recent journalctl and wpa_supplicant.log to the bug report. I really can't make heads or tails out of either. The debug info is really verbose. But maybe I can figure something out by comparing working and non-working boot debug outputs.


Chris Murphy


More information about the users mailing list