Skip to content

Commit

Permalink
readme: Note Kraken Z series support and mainline status
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Savic <[email protected]>
  • Loading branch information
aleksamagicka committed Feb 3, 2024
1 parent 5ea7ea2 commit d1ec88d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is the current state of the drivers in regards to this process:
| --- | --- | --- | --- |
| NZXT Grid+ V3/Smart Device (V1) | `nzxt-grid3` | `smartdevice` | getting ready to submit | |
| NZXT Kraken X42/X52/X62/X72 | `nzxt-kraken2` | `kraken2` | in Linux 5.13 ([patch][p-kraken2-v2]) |
| NZXT Kraken X53/X63/X73 | `nzxt-kraken3` | `kraken3` | early work in progress |
| NZXT Kraken X53/X63/X73, Z53/Z63/Z73 | `nzxt-kraken3` | `kraken3` | in Linux 6.9 ([patch][p-kraken3]) |
| NZXT Smart Device V2/RGB & Fan Controller | `nzxt-smart2` | `nzxtsmart2` | in Linux 5.17 ([patch][p-smart2]) |

This repository contains the latest state of each driver, including features
Expand All @@ -41,7 +41,7 @@ package. After the package is installed, manually load the desired drivers.
```
$ sudo modprobe nzxt-grid3 # NZXT Grid+ V3/Smart Device (V1)
$ sudo modprobe nzxt-kraken2 # NZXT Kraken X42/X52/X62/X72
$ sudo modprobe nzxt-kraken3 # NZXT Kraken X53/X63/X73
$ sudo modprobe nzxt-kraken3 # NZXT Kraken X53/X63/X73, Z53/Z63/Z73
$ sudo modprobe nzxt-smart2 # NZXT Smart Device V2/RGB & Fan Controller
```

Expand Down Expand Up @@ -94,4 +94,5 @@ $ sudo make modules_install
[liquidtux-dkms-git-aur]: https://aur.archlinux.org/packages/liquidtux-dkms-git/
[lm-sensors]: https://github.com/lm-sensors/lm-sensors
[p-kraken2-v2]: https://patchwork.kernel.org/project/linux-hwmon/patch/[email protected]/
[p-kraken3]: https://patchwork.kernel.org/project/linux-hwmon/patch/[email protected]/
[p-smart2]: https://patchwork.kernel.org/project/linux-hwmon/patch/[email protected]/

0 comments on commit d1ec88d

Please sign in to comment.