Skip to content
/ leds-apu2 Public

Kernel module driver for the APU2 LEDs and button

Notifications You must be signed in to change notification settings

qu1x/leds-apu2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

leds-apu2

Kernel module driver for the APU2 LEDs and button

Forked from LEDE and distributed as standalone package.

Installation

  1. Requred modules:

    • leds-gpio
    • gpio-keys-polled
  2. Install Linux headers:

    sudo apt-get install linux-headers-$(uname -r)
    
  3. Clone and install this module's sources:

    git clone https://github.com/qu1x/leds-apu2.git
    sudo mv leds-apu2 /usr/src/leds-apu2-1.0.0
  4. Build and install this module:

    • Either via Make (must be manually rebuilt for each kernel update):

      sudo make -C /usr/src/leds-apu2-1.0.0 install
    • Or via DKMS (will be automatically rebuilt for each kernel update):

      1. Install DKMS:

        sudo apt-get install dkms
      2. Install this module:

        sudo dkms install leds-apu2/1.0.0

Big Thanks

...to the module's Author Christian Lamparter for helping me to get it running with Debian Stretch.

About

Kernel module driver for the APU2 LEDs and button

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published