The time now is Tue 18 Jun 2013, 20:51
All times are UTC - 4 |
|
Page 1 of 2 Posts_count |
Goto page: 1, 2 Next |
| Author |
Message |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: Thu 03 Nov 2011, 10:28 Post_subject:
PupSysInfo-2.2 Sub_title: 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
| Description |
|
| Filesize |
22.77 KB |
| Viewed |
2181 Time(s) |

|
Edited_times_total
|
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: 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
Edited_times_total
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Thu 03 Nov 2011, 11:34 Post_subject:
|
|
Nice
working OK in Slacko
many thanks
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: Thu 03 Nov 2011, 13:32 Post_subject:
|
|
| Lobster wrote: | Nice
working OK in Slacko
many thanks |
Thanks Lobster!
|
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: 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
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: Fri 30 Dec 2011, 11:00 Post_subject:
Sub_title: 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
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2199 Location: UK
|
Posted: 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
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5174 Location: Finland
|
Posted: 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
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: 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.
Edited_time_total
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2199 Location: UK
|
Posted: 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
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: Sat 31 Dec 2011, 13:22 Post_subject:
Sub_title: 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
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: Fri 06 Jan 2012, 03:21 Post_subject:
Sub_title: 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
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: Sun 22 Jan 2012, 19:39 Post_subject:
Sub_title: 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
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: Wed 01 Feb 2012, 00:37 Post_subject:
Sub_title: 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
|
|
 |
radky
Joined: 02 May 2010 Posts: 362
|
Posted: 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
|
|
 |
|
|
Page 1 of 2 Posts_count |
Goto page: 1, 2 Next |
|
|
Rules_post_cannot Rules_reply_cannot Rules_edit_cannot Rules_delete_cannot Rules_vote_cannot You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|