chenzhuoyu / rm500u-usb

USB driver patch for RM500U-CN modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RM500U-CN USB Driver Patch

  1. Patch the option driver for your current kernel version.

If this script does not work, look at the source and figure out why on your own.

./patchsrc.sh
  1. Build the driver.

Assuming you have a working build environment.

make
  1. Install & load the driver.

Assuming the builtin option driver is not loaded. Ensure this on your own.

sudo make install
sudo modprobe option

About

USB driver patch for RM500U-CN modules


Languages

Language:Shell 56.2%Language:Makefile 43.8%