Hi All.
I am a linux newby (I know - what a pain, you may be thinking. I am trying to
breathe new life into a netbook that had Win XP on it. I have very little
experience of linux at all. Here's the problem: The manufacturer of my netbook
has released Linux Drivers and config stuff for the netbook. This is badly
needed for the trackpad made by Elantech. The cursor jumps around crazily with
the default Lubuntu setup and this makes typing REALLY hopeless.
I have downloaded a the set of drivers and config files from ASUS from here:
http://support.asus.com/download.aspx?SLanguage=en&p=30&s=1&m=Eee+PC+1000HE&os=17&hashedid=Ues16Gw2OcqSjUN
and I have them in my home directory in lubuntu.
I downloaded the newest kernal version and I got a makefile script (I think
that's the right term) and some directories with files in them. They all look
like text files containing scripts.
I have no idea how to execute these. I tried entering the directory where they
are stored as Root and copying the makefile script into a terminal window, but
although the script runs, it fails all over the place with errors such as 'no
such directory', or directory exists already' and stuff like that. I have no
idea what to do to get this going so that I can type in an ordinary way without
the cursor jumping to another part of the page as soon as I brush the pad even
in the lightest way.
If you can help me I will greatly appreciate it, but don't assume any prior
knowledge as I am a real beginner here.
Many thanks
Tony
MAKEFILE SCRIPT BELOW HERE:
#!/usr/bin/make
DIST=linux-2.6.26
all: build
extract: mkdir work tar -C work -jxf $(DIST).tar.bz2 touch
extract
patch: extract mkdir work/$(DIST)/patches cp patches/*
work/$(DIST)/patches cd work/$(DIST) && ./patches/apply touch patch
prepare: patch cd work/$(DIST) && make-kpkg --append-to-version=-eeepc debian
cp debian/changelog debian/control work/$(DIST)/debian/ cp config
work/$(DIST)/.config cp config work/$(DIST)/patches/ touch prepare
build: prepare cd work/$(DIST) && dpkg-buildpackage -b -nc -us -uc cp
work/$(DIST)/debian/files debian/ touch build
clean: rm -fr work extract patch prepare build debian/files
FAILING OUTPUT FROM TERMINAL WINDOW BELOW HERE:
root@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL /linux-2.6.26-eeepc-svn#
#!/usr/bin/makeroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# root@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn#
DIST=linux-2.6.26root@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# root@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# all: buildall:: command not
foundroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# root@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# extract:No command 'extract:' found, did you mean:
Command 'extract' from package 'extract' (universe)extract:: command not
foundroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# mkdir workmkdir: cannot create directory ‘work’: File
existsroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# tar -C work -jxf $(DIST).tar.bz2DIST: command not
foundtar (child): .tar.bz2: Cannot open: No such file or directorytar (child):
Error is not recoverable: exiting nowtar: Child returned status 2tar: Error is
not recoverable: exiting nowroot@tony-1000HEport:/home/tony/Downloads/LINUX
KERNAL /linux-2.6.26-eeepc-svn# touch
extractroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# root@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# patch: extractNo command 'patch:' found, did you mean:
Command 'patch' from package 'patch' (main)patch:: command not
foundroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# mkdir work/$(DIST)/patchesDIST: command not
foundmkdir: cannot create directory ‘work//patches’: File
existsroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# cp patches/* work/$(DIST)/patchesDIST: command not
foundroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn# cd work/$(DIST) && ./patches/applyDIST: command not
foundbash: ./patches/apply: Permission
deniedroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# touch
patchroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# root@tony-1000HEport:/home/tony/Downloads/LINUX
KERNAL /linux-2.6.26-eeepc-svn/work# prepare: patchprepare:: command not
foundroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# cd work/$(DIST) && make-kpkg
--append-to-version=-eeepc debianDIST: command not foundbash: cd: work/: No
such file or directoryroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# cp debian/changelog debian/control
work/$(DIST)/debian/DIST: command not foundcp: target ‘work//debian/’ is not a
directoryroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# cp config work/$(DIST)/.configDIST: command not
foundcp: cannot stat ‘config’: No such file or
directoryroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# cp config work/$(DIST)/patches/DIST: command not
foundcp: cannot stat ‘config’: No such file or
directoryroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# touch
prepareroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# root@tony-1000HEport:/home/tony/Downloads/LINUX
KERNAL /linux-2.6.26-eeepc-svn/work# build: prepareNo command 'build:' found,
did you mean: Command 'buildd' from package 'buildd' (universe)build:: command
not foundroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# cd work/$(DIST) && dpkg-buildpackage -b -nc -us
-ucDIST: command not foundbash: cd: work/: No such file or
directoryroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# cp work/$(DIST)/debian/files debian/DIST: command
not foundcp: cannot stat ‘work//debian/files’: No such file or
directoryroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# touch
buildroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# root@tony-1000HEport:/home/tony/Downloads/LINUX
KERNAL /linux-2.6.26-eeepc-svn/work# clean:clean:: command not
foundroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work# rm -fr work extract patch prepare build
debian/filesroot@tony-1000HEport:/home/tony/Downloads/LINUX KERNAL
/linux-2.6.26-eeepc-svn/work#
--
Lubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/lubuntu-users