According to the link below:
https://mail.gnome.org/archives/networkmanager-list/2014-July/msg00090.html
If Network Manager crashes with libnl 3.2.25 library, it can be solved by:
1. Build and install libnl3
(Please refer to http://yfaney.blogspot.com/2015/01/how-to-compile-libnl-30-on-raspberry-pi.html)
*Note that you will need to configure your IP manually if Network Manager already crashes.
2. Download the Network Manager repository via git:
$ git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager
3. Select the branch which is stable version such as 1.0.0
<Git Source Path>$ git checkout 1.0.0
4. Compile and install it
$ ./autogen.sh
$ make
$ sudo make install
No comments:
Post a Comment