in terminal mode, how to build the kernel moduleTouchKit

Asked by Eric

Installation Note
1. Please extract the driver source code firstly. Unzip “ubuntu5.1.tar.gz” to a
      temp working folder.
2. Enter terminal mode and change to root account by this command.
  ( sudo –s )
3. Rebuild the TouchKit driver.
  3.1) Locate the extracted directory. And go to the subdirectory
 /touchkit/include then type make new
3.2) change the directory to /touchkit then type make new

this is what i did.

hasee@hasee-desktop:~$ sudo -s
[sudo] password for hasee:
root@hasee-desktop:~# '/home/hasee/Desktop/touchkit/include' make new
bash: /home/hasee/Desktop/touchkit/include: is a directory
root@hasee-desktop:~#
root@hasee-desktop:~#

am i doing it right?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Eric (ericleon) said :
#1

nothing is happening after i type the commands. pls help me.

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

The commands should be:

sudo -s
cd /home/hasee/Desktop/touchkit/include
make new
cd /home/hasee/Desktop/touchkit
make new

("go to the subdirectory" means "make this directory your current directory" whcih is done with the cd command)

Can you help with this problem?

Provide an answer of your own, or ask Eric for more information if necessary.

To post a message you must log in.