8000 GitHub - fab672000/ch340-dkms: my version for linux mint 5.15+ kernel running on mac systems
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fab672000/ch340-dkms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CH340-DKMS

Build Status

Important: In kernel version 5.5, the speed handling if fixed. You can see the commit log here. Thus if you're running kernel 5.5 or later please use the default ch341.ko module.

Installation

Install required packages

sudo apt install dkms

Build and install module

sudo dkms build .
sudo dkms install ch340/1.0.0

Blacklist the "wrong" driver. Open blacklist.conf (may not exist).

sudo nano /etc/modprobe.d/dkms.conf

Add the following line:

blacklist ch341

Changelog

1.0.0 - 3 Jun 2019

  • Initial release

About

my version for linux mint 5.15+ kernel running on mac systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.0%
  • Dockerfile 1.2%
  • Makefile 0.8%
0