-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
55 lines (46 loc) · 1.8 KB
/
Copy pathINSTALL
File metadata and controls
55 lines (46 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.___ __ .__ .__
| | ____ _______/ |______ | | | |
| |/ \ / ___/\ __\__ \ | | | |
| | | \\___ \ | | / __ \| |_| |__
|___|___| /____ > |__| (____ /____/____/
\/ \/ \/
1. Dependencies
~~~~~~~~~~~~~~~
To be able to compile this driver, some dependencies are neeeded :
- gcc
- kernel-headers (it's called linux-headers on ubuntu and debian-like)
- glibc-headers
2. Installation
~~~~~~~~~~~~~~~
To install this driver correctly, just do the folowing in the extracted
directory containing the driver:
42sh$ make
As root:
42sh$ make install
3. Checking the driver is running
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can verify that the driver is working by checking that
/proc/rm/active exists.
4. What more ?
~~~~~~~~~~~~~~
5. Troubleshooting
~~~~~~~~~~~~~~~~~~
5.1 Errors when compiling
~~~~~~~~~~~~~~~~~~~~~~~~~
Please triple-check that you have all dependencies needed. If you have
everything and still the driver doesn't compile, please send-me an e-mail at
quentin.casasnovas@gmail.com with the output of the make command. Please also
tell me the distribution and kernel version you are running.
5.2 Something else ?
~~~~~~~~~~~~~~~~~~~~
If there is a problem not listed here, and all dependencies are installed on
your computer, feel free to send me an e-mail with all details (the error, your
distribution, your kernel version, etc).
____ ___ .__ __ .__ .__
| | \____ |__| ____ _______/ |______ | | | |
| | / \| |/ \ / ___/\ __\__ \ | | | |
| | / | \ | | \\___ \ | | / __ \| |_| |__
|______/|___| /__|___| /____ > |__| (____ /____/____/
\/ \/ \/ \/
As root, in the directory where you extracted the driver:
42sh$ make uninstall