
Originally Posted by
deano_ferrari
Some more information is required to help diagnose this. To start with...following a resume, capture the output from
Code:
systemctl status NetworkManager
Code:
journalctl -u NetworkManager
If you don't have internet connectivity on this machine, then you could cupy/paste output to a text file and transfer via memory stick.
Hi there, I've run the command you specified right after boot, and then suspended the laptop and run them again. I run them in this order:
Code:
journalctl -u NetworkManager
systemctl status NetworkManager
ip link
output from
Code:
journalctl -u NetworkManager
is over 14 MB!
I did run diff of the files and looks that only difference is in
Code:
systemctl status NetworkManager
and is as follows:
Output before suspending:
Code:
< └─1500 /sbin/dhclient -d -q -sf /usr/lib/nm-dhcp-helper -pf /var/run/dhclient-p5p1.pid -lf /var/lib/NetworkManager/dhclient-e93c78d1-edfc-41a8-a9bc-0eb12eee4f7c-p5p1.lease -cf /var/lib/NetworkManager/dhclient-p5p1.conf p5p1
Output after resume:
Code:
> └─3296 /sbin/dhclient -d -q -sf /usr/lib/nm-dhcp-helper -pf /var/run/dhclient-p5p1.pid -lf /var/lib/NetworkManager/dhclient-e93c78d1-edfc-41a8-a9bc-0eb12eee4f7c-p5p1.lease -cf /var/lib/NetworkManager/dhclient-p5p1.conf p5p1
Also, I issued and received
Code:
ls: cannot access /var/run/netconfig//p5p1/: No such file or directory
and in indeed, there is only NetworkManager.netconfig in /var/run/netconfig.
I've placed output of the commands you suggested in my dropbox -> https://www.dropbox.com/sh/x5uueexhhi0da8w/AACx2W80xG97NwYy-8SYVMKPa?dl=0
Does this give you any clues?
Bookmarks