Skip to content

Commit

Permalink
docs: update installation instructions for Arch Linux and dkms usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ferstar committed Dec 20, 2024
1 parent 8ee2c0a commit 3a17112
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,27 @@ Tested and works on:

## Usage

### Install via dkms for Ubuntu
### Install via pacman for Arch Linux

```shell
sudo pacman -S ideapad-laptop-tb-dkms
```

### Install via dkms for Other Linux Distributions

```shell
make
sudo make install-dkms
sudo dkms add .
sudo dkms install ideapad-laptop-tb/6.10
sudo cp dkms/blacklist-ideapad-laptop-tb-dkms.conf /etc/modprobe.d/
sudo reboot

# Uninstall
sudo make uninstall-dkms
sudo dkms remove ideapad-laptop-tb/6.10 --all
sudo rm /etc/modprobe.d/blacklist-ideapad-laptop-tb-dkms.conf
sudo reboot
```

### Install via pacman for Arch Linux

```shell
sudo pacman -S ideapad-laptop-tb-dkms
```

## Known bugs

- The Fn + F4(Mute Mic func) will not work.

0 comments on commit 3a17112

Please sign in to comment.