Skip to content
forked from Swoogan/aziokbd

Linux Microdia Keyboard Chipset Driver

License

Notifications You must be signed in to change notification settings

OlegRozman/aziokbd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm not the author of this driver.

This is a modified instruction for Fedora

sudo dnf install dkms kernel-devel kernel-headers
sudo dnf groupinstall "Development Tools" "Development Libraries"

git clone https://github.com/Swoogan/aziokbd.git
cd aziokbd
sudo ./install.sh dkms

Modify the generic '/etc/default/grub' configuration file:

GRUB_CMDLINE_LINUX_DEFAULT='usbhid.quirks=0x0c45:0x7603:0x4'  # if you find that 0x4 doesn't work, try 0x7
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg   # for UEFI systems
sudo grub2-mkconfig -o /boot/grub2/grub.cfg            # for BIOS systems

Create a file '/etc/dracut.conf.d/myflags.conf':

add_drivers+=" aziokbd "
sudo depmod -a 
sudo dracut --force

sudo lsinitrd /boot/initramfs-kernel_version_number.img | grep -i aziokbd   # check

About

Linux Microdia Keyboard Chipset Driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.6%
  • Shell 10.6%
  • Makefile 6.8%