%general-entities; ]> $LastChangedBy$ $Date$ NetworkManager-&NetworkManager-version; NetworkManager Introduction to NetworkManager NetworkManager is a set of co-operative tools that make networking simple and straightforward. Whether WiFi, wired, 3G, or Bluetooth, NetworkManager allows you to quickly move from one network to another: once a network has been configured and joined once, it can be detected and re-joined automatically the next time its available. &lfs70_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &NetworkManager-md5sum; Download size: &NetworkManager-size; Estimated disk space required: &NetworkManager-buildsize; Estimated build time: &NetworkManager-time; Additional Downloads Required Patch: Required Patch: NetworkManager Dependencies Required , , , , , , , and Recommended , or and (Required if building Gnome Shell). Optional , ModemManager, and (Built with DBus support). User Notes: Installation of NetworkManager Install NetworkManager by running the following commands: patch -Np1 -i ../NetworkManager-&NetworkManager-version;-upstream-fix-1.patch && patch -Np1 -i ../NetworkManager-&NetworkManager-version;-lfs-1.patch && ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/NetworkManager \ --localstatedir=/var \ --with-systemdsystemunitdir=no \ --with-crypto=gnutls && make To test the results, issue: make check. Now, as the root user: make install Command Explanations --with-systemdsystemunitdir=no: This parameter is needed to avoid systemd files being installed. --with-crypto=gnutls: This parameter ensures the package uses gnutls for cryptography, instead of nss. : This parameter is only needed if you failed to create /etc/lfs-release when you installed LFS. Configuring NetworkManager Config Files /etc/NetworkManager/NetworkManager.conf /etc/NetworkManager/NetworkManager.conf Configuration Information For NetworkManager to work, at least minimal configuration file must be present. Such file is not installed with make install. Issue following command as the root user to create minimal NetworkManager.conf file: cat >> /etc/NetworkManager/NetworkManager.conf << "EOF" [main] plugins=keyfile EOF See man 5 NetworkManager.conf for any additional options. Boot Script To automatically start the NetworkManager daemon when the system is rebooted, install the /etc/rc.d/init.d/networkmanager bootscript from the package. NetworkManager make install-networkmanager Contents Installed Programs Installed Libraries Installed Directories nmcli, nm-online, nm-tool and NetworkManager libnm-glib.so, libnm-glib-vpn.so and libnm-util.so /etc/NetworkManager, /usr/include/libnm-glib, /usr/include/NetworkManager, /usr/lib/NetworkManager, /usr/share/NetworkManager, /var/lib/NetworkManager and /var/run/NetworkManager Short Descriptions nmcli is a command-line tool for controlling NetworkManager and getting its status. nmcli nm-online is a utility to find out whether we are online. nm-online nm-tool is used to provide information about NetworkManager, device, and wireless networks. nm-tool NetworkManager is the network management daemon. NetworkManager libnm-glib.so contains functions used by NetworkManager. libnm-glib.so libnm-glib-vpn.so contains functions used by NetworkManager VPN plugins. libnm-glib-vpn.so libnm-util.so contains functions used by NetworkManager utils. libnm-util.so