Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Fri 24 May 2013, 07:14
All times are UTC - 4
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Utilities
PupSysInfo-2.2
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 2 [19 Posts]   Goto page: 1, 2 Next
Author Message
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Thu 03 Nov 2011, 10:28    Post subject:  PupSysInfo-2.2
Subject description: System information utility
 

Purpose and Base Features
This independent release of Pup-SysInfo is identical to the version in PupControl Panel, but may be of interest to those who prefer the smaller footprint of a separate sysinfo utility.

System Requirements
Availability of a standard monospace font for the proper display of system information.

Download
http://www.smokey01.com/radky/Pup-SysInfo-2.2.pet

PupMates
http://www.smokey01.com/radky/PupMates.html
PSI.png
 Description   
 Filesize   22.77 KB
 Viewed   2124 Time(s)

PSI.png


Last edited by radky on Wed 13 Feb 2013, 13:58; edited 15 times in total
Back to top
View user's profile Send private message 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Thu 03 Nov 2011, 10:28    Post subject:  

Pup-SysInfo-2.2
- Significantly faster generation of system reports.
- Enhanced network, sensors, SCSI, USB and video reports.
- Added new hardware and system-activity reports.

Pup-SysInfo-2.1.7
- Bugfix: failed video report in some derivatives.

Pup-SysInfo-2.1.6
-Bugfix: load error in some Puppy derivatives.

Pup-SysInfo-2.1.5
-Enhanced integration with 32-bit and 64-bit Puppy derivatives.

PupSysInfo-2.1.4
-Enhanced private filter for summary report.

PupSysInfo-2.1.3
-Added option for private summary hardware report which excludes the following personal information:
(Hostname, Session DL/UL, Month DL/UL, Serial Numbers, Part Numbers, External IP Address, Network Address, Domain Name Server, Wireless Network ID, Username, UUID)

PupSysInfo-2.1.2
-Improved detection of the active network interface. Enhanced Battery, CPU, and System Log reports.

PupSysInfo-2.1.1
-Bugfix: The System Log report (var/log/messages) may become quite large over time and exceed the buffer limit of the PupSysInfo report window. In this release, the report will display the last 1300 lines of var/log/messages.

PupSysInfo-2.1
-Enhanced Sensor and Wireless Network reports.

PupSysInfo-2.0
-Major upgrade with improved content of multiple system reports (particularly the Network and Summary reports), and added Task Manager option to the System-Apps menu.

_________________
PupMates

Last edited by radky on Wed 13 Feb 2013, 13:59; edited 11 times in total
Back to top
View user's profile Send private message 
Lobster
Official Crustacean


Joined: 04 May 2005
Posts: 15109
Location: Paradox Realm

PostPosted: Thu 03 Nov 2011, 11:34    Post subject:  

Nice
working OK in Slacko
many thanks

_________________
Puppy WIKI
Back to top
View user's profile Send private message Visit poster's website 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Thu 03 Nov 2011, 13:32    Post subject:  

Lobster wrote:
Nice
working OK in Slacko
many thanks

Thanks Lobster! Smile
Back to top
View user's profile Send private message 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Thu 03 Nov 2011, 13:41    Post subject:  

Code for detecting the current window manager is missing from the initial release today. The corrected version of PupSysInfo-1.4 is now available. If you have the initial release, please download again.

Thanks
Back to top
View user's profile Send private message 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Fri 30 Dec 2011, 11:00    Post subject:
Subject description: PupSysInfo-2.0
 

PupSysInfo-2.0
-Major upgrade with improved content of multiple system reports (particularly the Network and Summary reports), and added Task Manager option to the System-Apps menu.
Back to top
View user's profile Send private message 
sc0ttman


Joined: 16 Sep 2009
Posts: 2174
Location: UK

PostPosted: Fri 30 Dec 2011, 16:27    Post subject:  

Testing 2.0... I get this message.. Not sure if it matters..

Code:
# Pup-SysInfo
lspci: invalid option -- 'k'
l# lspci --version
lspci version 2.1.11


I get no PCI devices listed, while HardInfo lists quite a few, including my FX5200 GPU...

_________________
Akita Linux, VLC-GTK, Pup Search, Pup File Search
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5170
Location: Finland

PostPosted: Fri 30 Dec 2011, 17:47    Post subject:  

I think that Pup-SysInfo calls pupscan. Pupscan tests if pci.ids is found. If it is found, it calls lspci instead of scanpci (older way, not realible anymore). You need to update your lscpi.
Code:
# lspci --version
lspci version 3.1.7

Code:
# lspci --help
lspci: invalid option -- '-'
Usage: lspci [<switches>]

Basic display modes:
-mm      Produce machine-readable output (single -m for an obsolete format)
-t      Show bus tree

Display options:
-v      Be verbose (-vv for very verbose)
-k      Show kernel drivers handling each device
Back to top
View user's profile Send private message 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Fri 30 Dec 2011, 18:10    Post subject:  

Hi sc0ttman,

(thank you pemasu for the prior post)

Currently, PupSysInfo has four separate scenarios for the evaluation of PCI devices.

1 - If Barry's PupScan is available, PupSysInfo will use the PCI information generated by Pupscan (available in /tmp/chipnummod.txt). This will be the case in most recent Puppy derivatives.

2 - If PupScan is not available, PupSysInfo will check if the current version of lspci supports the -k switch. If so, PupSysInfo will use PCI information from lspci -knn. The -k switch, if supported, shows kernel drivers handling each device. If the -k switch is not supported, lspci may generate the following message: invalid option -- 'k'.

3 - If the -k switch of lspci is not supported, PupSysInfo will check if the deprecated scanpci utility is available. If so, the scanpci information will be used for the PupSysInfo PCI report.

4 - If scanpci is not available, PupSysInfo defaults to lspci -nn.

Last edited by radky on Wed 11 Jan 2012, 23:05; edited 1 time in total
Back to top
View user's profile Send private message 
sc0ttman


Joined: 16 Sep 2009
Posts: 2174
Location: UK

PostPosted: Fri 30 Dec 2011, 18:55    Post subject:  

radky wrote:
Hi sc0ttman,

(thank you pemasu for the prior post)

Currently, PupSysInfo has four separate scenarios for the evaluation of PCI devices.

1 - If Barry's PupScan is available, PupSysInfo will use the PCI information generated by Pupscan (available in /tmp/chipnummod.txt). This will be the case in most recent Puppy derivatives.

2 - If PupScan is not available, PupSysInfo will check if the current version of lspci supports the -k switch. If so, PupSysInfo will use PCI information from lspci -knn. The -k switch, if supported, shows kernel drivers handling each device. If the -k switch is not supported, lspci may generate the following message: invalid option -- 'k'.

3 - If the -k switch of lspci is not supported, PupSysInfo will check if the deprecated scanpci utility is available. If so, the scanpci information will be used for the PupSysInfo PCI report.

4 - If scanpci is not available, PupSysInfo defaults to lspci -nn (no -k switch), which provides very little useful information.

Hmm, something is wrong then, my lspci (which I will update) does not support the -k option, but Pup-sysInfo tries to use it.. Pupscan also relies on the -k option, in my install.. I do have scanpci installed, and its working fine.. I will investigate later..

EDIT: I did see workarounds, but they did not work for me,
so have compiled and updated to 3.1.7, that fixed it..

I had to move the lspci binary from /usr/sbin to /sbin for it to work..
The rest of the package was not moved..

_________________
Akita Linux, VLC-GTK, Pup Search, Pup File Search
Back to top
View user's profile Send private message 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Sat 31 Dec 2011, 13:22    Post subject:
Subject description: update of lspci in Akita
 

sc0ttman wrote:

so have compiled and updated to (lspci) 3.1.7, that fixed it...

Hi sc0ttman,

Thanks for confirming the successful upgrade of the lspci utility in your Akita puppy derivative.
Back to top
View user's profile Send private message 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Fri 06 Jan 2012, 03:21    Post subject:
Subject description: PupSysInfo-2.1.1
 

PupSysInfo-2.1.1
-Bugfix: The System Log report (var/log/messages) may become quite large over time and exceed the buffer limit of the PupSysInfo report window. In this release, the report will display the last 1300 lines of var/log/messages.
Back to top
View user's profile Send private message 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Sun 22 Jan 2012, 19:39    Post subject:
Subject description: PupSysInfo-2.1.2
 

PupSysInfo-2.1.2
-Improved detection of the active network interface. Enhanced Battery, CPU, and System Log reports.
Back to top
View user's profile Send private message 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Wed 01 Feb 2012, 00:37    Post subject:
Subject description: PupSysInfo-2.1.3
 

PupSysInfo-2.1.3
-Added option for private summary hardware report which excludes the following personal information:
(Hostname, Session DL/UL, Month DL/UL, Serial Numbers, Part Numbers, External IP Address, Network Address, Domain Name Server, Wireless Network ID, Username, UUID)
Back to top
View user's profile Send private message 
radky

Joined: 02 May 2010
Posts: 356

PostPosted: Mon 12 Mar 2012, 14:52    Post subject: PupSysInfo-2.1.4  

PupSysInfo-2.1.4. See main post.
-Enhanced private filter for summary report.
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 2 [19 Posts]   Goto page: 1, 2 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Utilities
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0683s ][ Queries: 13 (0.0080s) ][ GZIP on ]