Page 1 of 1

PET Compatibility

Posted: Tue 03 Apr 2012, 14:11
by jpr
I don't know much about Puppy packages and which pet is compatible with which release of Puppy.
In particular, I want to install "i8kutils-1.33.pet" on Dell Latitude C840. It is fan control utilities.
http://www.murga-linux.com/puppy/viewtopic.php?t=42540

Would I better off downloading the latest Lucid Puppy or the latest Slacko Puppy? Or does it matter?

Thanks.

Posted: Tue 03 Apr 2012, 14:18
by RSH
Installed in LazY Puppy (lucid based) and get this from terminal

Code: Select all

sh-4.1# dellfand
v0.9: Fan 0 Status -1 Speed -1 CPU Temp -1C
sh-4.1# 

Posted: Tue 03 Apr 2012, 14:19
by darkcity
small apps tend to have less compatibility problems.

Lucid has been around longer so more things are compatible with it.

It may be worth asking in the thread which Puppy versions the program has been tested with :twisted:

mv -n

Posted: Tue 03 Apr 2012, 15:50
by don570
Programmers need to be careful about what options (switches)
they use with a command.

For example I used mv -n in a script I made while running
Lucid Puppy.

But later on when I ran the script on other Puppies the script
wouldn't work. :oops:

I tracked down the cause to the mv -n

________________________________________

Which pet?

Posted: Tue 03 Apr 2012, 16:56
by jpr
RSH wrote:Installed in LazY Puppy (lucid based) and get this from terminal

Code: Select all

sh-4.1# dellfand
v0.9: Fan 0 Status -1 Speed -1 CPU Temp -1C
sh-4.1# 
RSH, did you install dellfand-0.9.pet or i8kutils-1.33.pet ?