forked from lintweaker/mytekusb2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
49 lines (24 loc) · 852 Bytes
/
INSTALL
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
INSTALL - install guidelines for the snd-usb-mytek
-- Prerequisites
- kernel headers for current running kernel
- gcc, make etc. for compiling
-- Building the kernel module snd-usb-mytek
* 32-bit Fedora (based) systems:
Install prerequisites:
$ su -c 'yum install kernel-PAE-devel gcc make'
* 64-bit Fedora (based) systems:
Install prerequisites:
$ su -c 'yum install kernel-devel gcc make'
* Debian/Ubuntu:
Install prerequisites:
sudo apt-get install linux-headers-$(uname -r)
Compile kernel module:
excute make (as normal user)
$ make
Install the kernel module:
$ su -c 'make install'
or
$ sudo make install
If not already installed, install the needed firmware pieces (see FIRMWARE).
The kernel module will be loaded automatically when you switch on the Mytek or
plug in the USB cable using the USB2 connector on the Mytek.