mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update README.md to Module Version 2.0.0
This commit is contained in:
parent
73f5a5930d
commit
7258427bad
12
README.md
12
README.md
|
@ -54,19 +54,19 @@ At first point add the Module
|
||||||
```sh
|
```sh
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
sudo cp -R . /usr/src/tuxedo_keyboard-1
|
sudo cp -R . /usr/src/tuxedo_keyboard-2
|
||||||
|
|
||||||
sudo dkms add -m tuxedo_keyboard -v 1
|
sudo dkms add -m tuxedo_keyboard -v 2
|
||||||
```
|
```
|
||||||
|
|
||||||
The secound step is compile the module
|
The secound step is compile the module
|
||||||
```sh
|
```sh
|
||||||
sudo dkms build -m tuxedo_keyboard -v 1
|
sudo dkms build -m tuxedo_keyboard -v 2
|
||||||
```
|
```
|
||||||
|
|
||||||
Install the DKMS module
|
Install the DKMS module
|
||||||
```sh
|
```sh
|
||||||
sudo dkms install -m tuxedo_keyboard -v 1
|
sudo dkms install -m tuxedo_keyboard -v 2
|
||||||
```
|
```
|
||||||
|
|
||||||
Load the module with modprobe
|
Load the module with modprobe
|
||||||
|
@ -78,12 +78,12 @@ modprobe tuxedo_keyboard
|
||||||
|
|
||||||
Remove the dkms module
|
Remove the dkms module
|
||||||
```sh
|
```sh
|
||||||
sudo dkms remove -m tuxedo_keyboard -v 1 --all
|
sudo dkms remove -m tuxedo_keyboard -v 2 --all
|
||||||
```
|
```
|
||||||
|
|
||||||
Remove the source
|
Remove the source
|
||||||
```sh
|
```sh
|
||||||
sudo rm -rf /usr/src/tuxedo_keyboard-1
|
sudo rm -rf /usr/src/tuxedo_keyboard-2
|
||||||
```
|
```
|
||||||
|
|
||||||
# Using <a name="using"></a>
|
# Using <a name="using"></a>
|
||||||
|
|
Loading…
Reference in a new issue