Skip to content

Kobatw/intel-lpmd

 
 

Repository files navigation

Use man pages to check command line arguments and xml configurations

man intel_lpmd
man intel_lpmd_config.xml

Prerequisites: Prefers kernel start with TBD

Building and executing on Fedora

1. Install

dnf install automake
dnf install autoconf-archive
dnf install gcc
dnf install glib-devel
dnf install dbus-glib-devel
dnf install libxml2-devel
dnf install libnl3-devel
dnf install systemd-devel
dnf install gtk-doc
TBD

2. Build

./autogen.sh prefix=/
make
sudo make install

The prefix value depends on the distribution version. This can be "/" or "/usr". So please check existing path of intel_lpmd install, if present to update and add appropriate prefix.

3. Run

- start service

sudo systemctl start intel_lpmd.service

- Get status

sudo systemctl status intel_lpmd.service

- Stop service

sudo systemctl stop intel_lpmd.service

- Terminate using DBUS I/F

sudo test/lpm_test_interface.sh 1

Building on Ubuntu

1. Install

sudo apt install autoconf
sudo apt install autoconf-archive
sudo apt install gcc
sudo apt install libglib2.0-dev
sudo apt install libdbus-1-dev
sudo apt install libdbus-glib-1-dev
sudo apt install libxml2-dev
sudo apt install libnl-3-dev libnl-genl-3-dev
sudo apt install libsystemd-dev
sudo apt install gtk-doc-tools

For build and run, follow the same procedure as Fedora.

Building and executing on openSUSE

1. Install


    zypper in automake
    zypper in gcc
    TBD

For build and run, follow the same procedure as Fedora.


Releases

Release 0.0.1

Security

See Intel's Security Center for information on how to report a potential security issue or vulnerability.

See also: Security Policy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.4%
  • M4 2.7%
  • Makefile 2.1%
  • Shell 1.8%