Author |
Message |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Sun 27 Mar 2011, 20:50 Post subject:
lshw Subject description: list hardware info |
|
provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC machines.
Edit: added Fix for GLIBCXX issues for Wary and Quirky hopefully, let me know if it works or not.
_________________ PupRescue 2.5
Puppy Crypt 528
Last edited by DPUP5520 on Thu 31 Mar 2011, 19:46; edited 2 times in total
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 894 Location: .ar
|
Posted: Sun 27 Mar 2011, 23:53 Post subject:
|
|
Thanks!
I was looking something like this.
_________________

|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Mon 28 Mar 2011, 11:47 Post subject:
|
|
Always happy to help
_________________ PupRescue 2.5
Puppy Crypt 528
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1438 Location: England
|
Posted: Tue 29 Mar 2011, 13:35 Post subject:
|
|
You beat me to it!
Does the GUI work fully? I couldn't get it working completely.
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Tue 29 Mar 2011, 14:29 Post subject:
|
|
neither could I however I will try to get it working properly today or tomorrow.
_________________ PupRescue 2.5
Puppy Crypt 528
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Tue 29 Mar 2011, 16:16 Post subject:
|
|
Added lshw gui above
_________________ PupRescue 2.5
Puppy Crypt 528
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1438 Location: England
|
Posted: Tue 29 Mar 2011, 16:21 Post subject:
|
|
So does it display all the info like it should? I was able to compile and run it but most of the info did not show in the GUI but the command line program can get it and export it info HTML.
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Tue 29 Mar 2011, 16:26 Post subject:
|
|
Seems to display everything fine on my system and I was able to export reports into html and xml
_________________ PupRescue 2.5
Puppy Crypt 528
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1438 Location: England
|
Posted: Tue 29 Mar 2011, 16:36 Post subject:
|
|
What were your compile parameters then? I am using Wary. I tried your PET but it wanted a different glib.
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Tue 29 Mar 2011, 22:33 Post subject:
|
|
What error was it giving you about glib, I don't use Wary so I don't think i'd be able to reproduce your error.
_________________ PupRescue 2.5
Puppy Crypt 528
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1438 Location: England
|
Posted: Wed 30 Mar 2011, 06:11 Post subject:
|
|
Code: | 1>>> lshw-gtk
lshw-gtk: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by lshw-gtk)
<Wed Mar 30><09:50:01>~
|
Custom console setup. Hence the "1>>> " & the "<Wed Mar 30><09:50:01>~".
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Wed 30 Mar 2011, 08:30 Post subject:
|
|
It looks like lshw is looking in the wrong place for the lib, it may have installed in a non-standard location for you for some reason, use pfind and figure out where it was installed and point lshw to that location.
_________________ PupRescue 2.5
Puppy Crypt 528
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1438 Location: England
|
Posted: Wed 30 Mar 2011, 09:34 Post subject:
|
|
No, I don't have GLIBCXX.
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
Last edited by abushcrafter on Wed 30 Mar 2011, 09:44; edited 1 time in total
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 11887 Location: Stratford, Ontario
|
Posted: Wed 30 Mar 2011, 09:42 Post subject:
|
|
I have the same problem with lshw in Quirky - it only works for me in Lupu. Did you compile this from source or get it from a repo?
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Wed 30 Mar 2011, 13:18 Post subject:
|
|
I compiled from source, I was trying to find it in a repo cause I was having trouble compiling it at first. Someone found a solution on a different forum for a similar problem and I will post a proposed solution when I get to a computer that I'm able to boot into puppy and compile on.
_________________ PupRescue 2.5
Puppy Crypt 528
|
Back to top
|
|
 |
|