Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ make dkms-rpm
```

## Usage

Once built, the kernel module will be called `nuc_led.ko` in the dkms tree, usually in `/var/dkms` or `/var/lib/dkms` depending on your distribution. To add it to a running kernel:

```
sudo insmod `find /var -name "nuc_led.ko"`
```

This driver works via '/proc/acpi/nuc_led'. To get current LED state:

Expand Down