Computerspecs achterhalen (Linux)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Algemeen

dmidecode

dmidecode exporteer SMBIOS-instellingen. Bv.:

sudo dmidecode | less

dmidecode geeft oa. informatie per poort, inclusief bv. fan-aansluitingen op het moederbord. Misschien een manier om de betekenis van de pinnetjes te achterhalen.

lshw

sudo lshw

lspci

Speciaal PCI-gerelateerd, waaronder host controllers.

32- of 64-bits processor?

Zie 32- of 64-bits?

Geheugen (intern)

lshw

sudo lshw lijkt goed te voldoen. Hieronder een voorbeeld van een deel vd. output. Alleen mis ik de toevoeging dat het om SODIMM gaat. Of is het logisch dat je dat hier niet kunt zien, omdat dat een fysieke parameter is?

     *-memory
          description: System Memory
          physical id: 18
          slot: System board or motherboard
          size: 3GiB
        *-bank:0
             description: DIMM DDR2 Synchronous 533 MHz (1,9 ns)
             product: M4 70T5663QZ3-CE6
             vendor: Samsung
             physical id: 0
             serial: 0x834BEDBB
             slot: DIMM0
             size: 2GiB
             width: 64 bits
             clock: 533MHz (1.9ns)
        *-bank:1
             description: DIMM DDR2 Synchronous 533 MHz (1,9 ns)
             product: M4 70T2953EZ3-CE6
             vendor: Samsung
             physical id: 1
             serial: 0x252F799D
             slot: DIMM2
             size: 1GiB
             width: 64 bits
             clock: 533MHz (1.9ns)

dmidecode

dmidecode --type 17 geeft de form factor aan, wat lshw niet doet - Toch vertrouw i kdit niet helemaa. Voorbeeld:

Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0048, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0047
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 8192 MB
	Form Factor: SODIMM
	Set: None
	Locator: ChannelA-DIMM0
	Bank Locator: BANK 0
	Type: DDR3
	Type Detail: Synchronous
	Speed: 1600 MHz
	Manufacturer: Micron
	Serial Number: D887C78B
	Asset Tag: 9876543210
	Part Number: 16JTF1G64HZ-1G6E1 
	Rank: 2
	Configured Clock Speed: 1600 MHz

Handle 0x004A, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0047
	Error Information Handle: Not Provided
	Total Width: Unknown
	Data Width: Unknown
	Size: No Module Installed
	Form Factor: DIMM
	Set: None
	Locator: ChannelB-DIMM0
	Bank Locator: BANK 2
	Type: Unknown
	Type Detail: None
	Speed: Unknown
	Manufacturer: [Empty]
	Serial Number: [Empty]
	Asset Tag: 9876543210
	Part Number: [Empty]
	Rank: Unknown
	Configured Clock Speed: Unknown