There was an error while loading. Please reload this page.
1 parent d3cd3d1 commit fd8bb12Copy full SHA for fd8bb12
README.md
@@ -24,13 +24,21 @@ the Linux headers will be located in /usr/src/
24
25
# Compile/Install
26
27
+Determine the kernel version:
28
+
29
+```
30
+$ uname -r
31
32
+Checkout the driver to the correct kernel version:
33
34
```
35
$ git clone git@github.com:ngohaibac/Quectel_USB_Serial_Driver.git
-$ cd Quectel_USB_Serial_Driver/4.15.0
36
+$ cd Quectel_USB_Serial_Driver
37
+$ git checkout 4.15.0
38
$ make
39
$ sudo make install
40
41
42
# Credit
43
-This guide and kernel driver is based on Quectel Driver User Guide V1.8 by Quectel Wirreless Solutions.
44
+This guide and kernel driver is based on Quectel Driver User Guide V1.8 by Quectel Wirreless Solutions.
0 commit comments