![]() |
Здравствуйте, гость ( Вход | Регистрация )
![]() ![]() |
![]() |
![]()
Вставить ник | Быстрая цитата | Сообщение
#1
|
|
![]() Постоялец форума ![]() ![]() ![]() ![]() ![]() Группа: Модератор Сообщений: 967 Регистрация: 17.08.2004 Пользователь №: 4400 ![]() |
Иногда встает задача определить внутренности компьютера без его вскрытия (далеко стоит, в серверной стойке, просто тихо работает, нужен апдейт или сразу на свалку).
Покопавшись на просторах интернета нашел две утилиты: 1) dmidecode - утилита выдает все данные, запрашимвая оные у биоса. - эта утилита в моем случае нужную информацию не показала (конкретно про память) Код root@itmicro:~# dmidecode # dmidecode 2.9 SMBIOS 2.2 present. 43 structures occupying 1535 bytes. Table at 0x000F0000. Handle 0x0000, DMI type 0, 19 bytes BIOS Information Vendor: Phoenix Technologies, LTD Version: 6.00 PG Release Date: 08/24/2006 Address: 0xE0000 Runtime Size: 128 kB ROM Size: 512 kB Characteristics: ISA is supported PCI is supported PNP is supported APM is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported BIOS ROM is socketed EDD is supported 5.25"/360 KB floppy services are supported (int 13h) 5.25"/1.2 MB floppy services are supported (int 13h) 3.5"/720 KB floppy services are supported (int 13h) 3.5"/2.88 MB floppy services are supported (int 13h) Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) CGA/mono video services are supported (int 10h) ACPI is supported USB legacy is supported LS-120 boot is supported ATAPI Zip drive boot is supported Handle 0x0001, DMI type 1, 25 bytes System Information Manufacturer: Product Name: Version: Serial Number: UUID: Not Present Wake-up Type: Power Switch Handle 0x0002, DMI type 188, 255 bytes OEM-specific Type Header and Data: BC FF 02 00 4B 38 4E 50 54 44 52 41 4D 30 03 00 00 00 00 00 3F 00 00 00 00 00 01 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 07 00 00 00 00 00 00 00 40 00 10 0A 00 00 00 00 00 00 05 00 E9 02 00 00 01 00 00 00 81 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 3F 38 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 24 C2 6A 00 20 03 13 04 10 00 01 00 6A 80 00 64 88 88 FF FE 15 16 17 17 16 16 15 16 15 00 00 00 1A 1A 19 18 1A 19 19 19 1A 00 00 00 3D 00 00 00 00 00 00 00 00 00 00 00 00 2F 2F 2F 2F 2F 2F 2F 2F 00 00 00 00 00 22 12 11 20 20 20 20 00 22 12 11 10 20 20 20 00 00 00 00 40 00 00 00 Invalid entry length (0). DMI table is broken! Stop. root@itmicro:~# 2) lshw - просто сканирует весь хардвер и выдает инфу - информации меньше, чем при выводе dmidecode, но для меня хватило (можно еще влепить 3 планки памяти!) Код root@itmicro:~# lshw -C memory
*-firmware:0 description: BIOS vendor: Phoenix Technologies, LTD physical id: 1 version: 6.00 PG (08/24/2006) size: 128KiB capacity: 448KiB capabilities: isa pci pnp apm upgrade shadowing cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot *-firmware:1 description: BIOS physical id: 3 size: 1020KiB capacity: 1408KiB *-firmware:2 description: BIOS physical id: 6 size: 935KiB *-firmware:3 description: BIOS physical id: 100 size: 1MiB capabilities: int13floppytoshiba *-firmware:4 description: BIOS physical id: 1606 size: 1MiB capabilities: mca int13floppytoshiba *-firmware:5 description: BIOS vendor: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ physical id: a version: (AMD Athlon(tm) 64 X2 Dual Core Processor 3800+) size: 1023KiB capabilities: mca int13floppytoshiba *-firmware:6 description: BIOS physical id: 20 size: 1023KiB capabilities: mca int13floppytoshiba *-cache:0 description: L1 cache physical id: c slot: Internal Cache size: 128KiB capacity: 128KiB capabilities: synchronous internal write-back *-cache:1 description: L2 cache physical id: e slot: External Cache size: 512KiB capacity: 512KiB capabilities: synchronous internal write-back *-cache:0 description: L1 cache physical id: d slot: Internal Cache size: 128KiB capacity: 128KiB capabilities: synchronous internal write-back *-cache:1 description: L2 cache physical id: f slot: External Cache size: 512KiB capacity: 512KiB capabilities: synchronous internal write-back *-memory:0 description: System Memory physical id: 1f slot: System board or motherboard size: 1GiB *-bank:0 description: DIMM physical id: 0 slot: A0 size: 1GiB width: 64 bits *-bank:1 description: DIMM [empty] physical id: 1 slot: A1 width: 64 bits *-bank:2 description: DIMM [empty] physical id: 2 slot: A2 width: 64 bits *-bank:3 description: DIMM [empty] physical id: 3 slot: A3 width: 64 bits *-memory:1 UNCLAIMED description: Memory controller product: CK804 Memory Controller vendor: nVidia Corporation physical id: 0 bus info: pci@0000:00:00.0 version: a3 width: 32 bits clock: 66MHz (15.2ns) capabilities: ht bus_master cap_list configuration: latency=0 root@itmicro:~# |
|
|
![]()
Вставить ник | Быстрая цитата | Сообщение
#2
|
|
Частый гость![]() ![]() ![]() Группа: Участник Сообщений: 143 Регистрация: 18.11.2003 Пользователь №: 1020 ![]() |
Я бы не стал сильно полагаться на эти показания. Из практики, интересовало как раз количество слотов под память, утилиты часто врали.
|
|
|
![]()
Вставить ник | Быстрая цитата | Сообщение
#3
|
|
![]() Сhief Specialist ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Группа: Участник Сообщений: 6523 Регистрация: 4.02.2010 Пользователь №: 29330 ![]() |
Я бы не стал сильно полагаться на эти показания. Из практики, интересовало как раз количество слотов под память, утилиты часто врали. - не совсем так... например, контроллер памяти способен работать с четырьмя слотами памяти, но производитель, с целью удешевления своей продукции, ставит только два разъема... а утилита показывает со сколькими слотами способен работать данный контроллер в теории, не смотря на экономию производителя...
|
|
|
![]()
Вставить ник | Быстрая цитата | Сообщение
#4
|
|
![]() Постоялец форума ![]() ![]() ![]() ![]() ![]() Группа: Модератор Сообщений: 967 Регистрация: 17.08.2004 Пользователь №: 4400 ![]() |
|
|
|
![]()
Вставить ник | Быстрая цитата | Сообщение
#5
|
|
Продвинутый новичок![]() ![]() Группа: Участник Сообщений: 55 Регистрация: 6.09.2009 Пользователь №: 27709 ![]() |
Можно те же команды с ключом -v (-vv, -vvv) пробовать ;-)
|
|
|
![]() ![]() |
![]() |
Текстовая версия | Сейчас: 26.04.2025 - 19:42 |