Re: Trackpad problems

2003-07-21 Thread Vincent Lefevre
On Sun, Jul 20, 2003 at 22:22:53 +0200, ?ukasz Studzi?ski wrote: > > Are you sure that the command is executed? > > Also, you could check for a non-zero exit status. > > Well, I can see on the screen correct echo, so I assume script is > executed. Make sure that trackpad runs as root. Also, make

Re: Trackpad problems

2003-07-20 Thread Łukasz Studziński
W liście z pi?, 18-07-2003, godz. 16:06, Vincent Lefevre pisze: > On Fri, Jul 18, 2003 at 15:06:06 +0200, ?ukasz Studzi?ski wrote: > > W li?cie z ?ro, 16-07-2003, godz. 17:25, Pisupati, Ajay pisze: > > > this is probably a stupid question but, > > > can you do it manually? (i.e., typing it at the

Re: Trackpad problems

2003-07-18 Thread Vincent Lefevre
On Fri, Jul 18, 2003 at 15:06:06 +0200, ?ukasz Studzi?ski wrote: > W li?cie z ?ro, 16-07-2003, godz. 17:25, Pisupati, Ajay pisze: > > this is probably a stupid question but, > > can you do it manually? (i.e., typing it at the command line?) > > I just want to make sure that the command is availabl

RE: Trackpad problems

2003-07-18 Thread Michael Schmitz
> > this is probably a stupid question but, > > can you do it manually? (i.e., typing it at the command line?) > > I just want to make sure that the command is available and usable. > Yes, I can do that manually. > > > try putting the full path for trackpad in the script -> eg: > > /usr/bin/trackpa

RE: Trackpad problems

2003-07-18 Thread Łukasz Studziński
W liście z ?ro, 16-07-2003, godz. 17:25, Pisupati, Ajay pisze: > this is probably a stupid question but, > can you do it manually? (i.e., typing it at the command line?) > I just want to make sure that the command is available and usable. Yes, I can do that manually. > try putting the full path

RE: Trackpad problems

2003-07-16 Thread Pisupati, Ajay
; K## w/ update-rc.d? (i don't use it, so I am unsure). make sure the script is executable. > -Original Message- > From: Lukasz Studzinski [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 4:46 AM > To: debian-powerpc@lists.debian.org > Subject: Trackpad p

Trackpad problems

2003-07-16 Thread Łukasz Studziński
I am having problems with trackpad - tapping is on by default, and I want it to be off. I have put "trackpad notap" to /etc/init.d/bootmisc.sh, but it does not work. So I have created my own script called trackpad: #!/bin/sh trackpad notap echo "Stopping trackpad tapping..." and then "update-rc.d t