This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hardware/system info?


On 2018-04-17 10:29, Ulli Horlacher wrote:
> On Tue 2018-04-17 (18:10), Achim Gratz wrote:
>> Ulli Horlacher writes:
>>> There is no information about the hardware (system platform)
>> ls /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/HardwareConfig/Current/
> /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM: ls -l
> total 0
> dr-xr-----  7 Administrators Administrators 0 Dec  8  2015 ControlSet001
> dr-xr-x---  7 Administrators SYSTEM         0 Jul 14  2009 ControlSet002
> dr-xr-----  7 Administrators Administrators 0 Dec  8  2015 CurrentControlSet
> dr-xr-----  2 SYSTEM         SYSTEM         0 Dec  8  2015 MountedDevices
> dr-xr-x---  2 Administrators SYSTEM         0 Apr 17 16:09 RNG
> dr-xr-----  2 Administrators Administrators 0 Jul 14  2009 Select
> dr-xr-----  9 Administrators Administrators 0 Apr 11 13:54 Setup
> dr-xr-----  3 SYSTEM         SYSTEM         0 Dec  7  2015 Software
> dr-xr----- 84 Administrators Administrators 0 Apr 11 17:02 WPA
> There is no HardwareConfig (on Windows 7 32bit).
> But I found:
> "wmic csproduct get name"

Try:

$ wmic csproduct get name, vendor

for nitty gritty details:

$ wmic baseboard get manufacturer, product

for host OS:

$ wmic os get buildnumber,buildtype,caption,manufacturer,osarchitecture,version

none of which Cygwin may have available.

> And now my sysinfo reports for cygwin:
> ~: sysinfo
> System:        CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) i686 Cygwin
> Distribution:  /sw
> Hardware:      VMware Virtual Platform
> CPU:           Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz, 2 x 3408 MHz
> RAM:           2047 MB
> Uptime:        1 day, 3 hours, 34 minutes
> Load:          0.00 0.00 0.00

Have a look under Cygwin 32 and 64, and Linux systems for more good info:

$ find /proc/ -maxdepth 1 -type f | xargs pr -Fl9999 | less

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]