-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
38 lines (26 loc) · 738 Bytes
/
Copy pathINSTALL
File metadata and controls
38 lines (26 loc) · 738 Bytes
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
The main steps for testing the CED driver are shown here.
0) Prerequisites (http://wiki.debian.org/ModuleAssistant)
apt-get install module-assistant
m-a prepare
m-a update
0) Prerequisites (http://wiki.debian.org/ModuleAssistant)
apt-get install module-assistant
m-a prepare
m-a update
1) Download repository
git clone http://pub.ist.ac.at/~schloegl/src/ced1401/.git
2) Make
make -C ced1401
3) Load kernel module
CEDPATH=`pwd`/ced1401;
sudo insmod $CEDPATH/cedusb.ko
4) make it available to user space
U=`whoami`
sudo chown $U /dev/cedusb*
5) debugging information
lsmod |grep ced
sudo tail -f /var/log/syslog
6) run test
./try1432
9) unload kernel module
sudo rmmod cedusb