Update README.md to Module Version 2.0.0

This commit is contained in:
Steven Seifried 2019-08-26 22:03:29 +02:00
parent 73f5a5930d
commit 7258427bad
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -54,19 +54,19 @@ At first point add the Module
```sh
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
```sh
sudo dkms build -m tuxedo_keyboard -v 1
sudo dkms build -m tuxedo_keyboard -v 2
```
Install the DKMS module
```sh
sudo dkms install -m tuxedo_keyboard -v 1
sudo dkms install -m tuxedo_keyboard -v 2
```
Load the module with modprobe
@ -78,12 +78,12 @@ modprobe tuxedo_keyboard
Remove the dkms module
```sh
sudo dkms remove -m tuxedo_keyboard -v 1 --all
sudo dkms remove -m tuxedo_keyboard -v 2 --all
```
Remove the source
```sh
sudo rm -rf /usr/src/tuxedo_keyboard-1
sudo rm -rf /usr/src/tuxedo_keyboard-2
```
# Using <a name="using"></a>