Skip to content

Linux Microdia Keyboard Chipset Driver

License

Notifications You must be signed in to change notification settings

kelebek333/aziokbd-dkms

Repository files navigation

aziokbd-dkms

Linux Microdia Keyboard Chipset Driver

Original source => Swoogan/aziokbd

Install Requirements

sudo apt-get install build-essential git dkms linux-headers-$(uname -r)

You must disable secureboot from BIOS/EFI settings

How To Install

git clone https://github.com/kelebek333/aziokbd-dkms

sudo dkms add ./aziokbd-dkms

sudo dkms build aziokbd/1.0.0

sudo dkms install aziokbd/1.0.0

sudo cp ./aziokbd-dkms/usbhid.conf /etc/modprobe.d/

sudo cp ./aziokbd-dkms/aziokbd.cfg /etc/default/grub.d/

sudo update-grub

How To Remove

sudo dkms remove aziokbd/1.0.0 --all

sudo rm -f /etc/modprobe.d/usbhid.conf

sudo rm -f /etc/default/grub.d/aziokbd.cfg

sudo update-grub

How To Install/Remove with Deb Package

You can download following package and install it with Gdebi.

aziokbd-dkms_1.0.0_amd64.deb

You can remove with following command.

sudo apt purge aziokbd-dkms

About

Linux Microdia Keyboard Chipset Driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published