Get Hardware System info on Debian Linux / How to detecting hardware and servers model on GNU / Linux

Size: px
Start display at page:

Download "Get Hardware System info on Debian Linux / How to detecting hardware and servers model on GNU / Linux"

Transcription

1 Get Hardware System info on Debian Linux / How to detecting hardware and servers model on GNU / Linux Author : admin Users who are novice to Linux should be probably interested on how to get a decent Hardware System Information. Getting system info on Windows is quite straight forward, however on Linux and especially on Linux servers it is a bit confusing at first and even for people who spend years administrating Linux servers, or even have a Linux desktop it is very likely after a period of time to forget how exactly last time got the hardware system information. I'm administrating Linux servers and running a linux desktop for already almost 11 years and often it happened I'm away from configuring a new server for a year, or even when configuring a new server I don't need to get exact system information from command line, as I know it already from the server hardware manual. However whether managing a bunch of dedicated servers or purchasing new systems which are physically away and someone preconfigured the server with some basis Linux install, often a very raw info is provided by the Dedicated Provider on exact server metrics. Other situation, where it is good idea to have a precise system hardware vendor information on a server, is if you just joined a company with a bunch of existing dedicated servers, whose exact hardware configuration is no documented anywhere and suddenly some RAID or piece of hardware located on 1 of the 100 dedicated servers starts misbehaving causing hour down-times and client important data loss. In any of those cases it always takes me few times of research to find out what exact methodology I used to get the hardware info last time. To make my life for future times easier and not loose the few minutes of research and reading on how to get Linux server system information I decided to write this short article, which might hopefully be useful to others out there who face similar periodic questioning on what was the command to get hardware system info. Of course the general commands to get some general overview on a Linux server as anyone knows are: a. dmesg b. cat /proc/cpuinfo c. lspci d. lsusb c. free -m A note to make here is that in order to have lsusb and lspci commands present you will have to have installed the deb packs lsusb and pciutils. However as I prior said, this tools output is not enough or the output is not enough systematic and hard to read and understand especially for lazy or short memory admins like me. Thus it is worthy to mention few others which can be installed as a separate packages and gives more structured and very precised information on what kind of machine hardware you're accessing through ssh. Here is the list of all of profiled hardware detection progs and scripts: 1 / 7

2 1. dmidecode 2. lshw 3. x86info 4. hwinfo 5. hardinfo 6. biosdecode To install all of them in a raw with apt-get do: debian:~# apt-get install --yes dmidecode lshw x86info hwinfo hardinfo superiotool Reading package lists... Done Building dependency tree Reading state information... Done dmidecode is already the newest version. hardinfo is already the newest version. lshw is already the newest version. The following extra packages will be installed: libhd16 The following NEW packages will be installed: hwinfo libhd16 superiotool x86info 0 upgraded, 4 newly installed, 0 to remove and 9 not upgraded. Need to get 827 kb of archives. After this operation, 4,506 kb of additional disk space will be used. Get:1 squeeze/main libhd16 amd [696 kb] Get:2 squeeze/main hwinfo amd [46.6 kb] Get:3 squeeze/main superiotool amd r [43.0 kb] Get:4 squeeze/main x86info amd [40.9 kb] Fetched 827 kb in 2s (378 kb/s) Selecting previously deselected package libhd16. (Reading database files and directories currently installed.) Unpacking libhd16 (from.../libhd16_16.0-2_amd64.deb)... Selecting previously deselected package hwinfo. Unpacking hwinfo (from.../hwinfo_16.0-2_amd64.deb)... Selecting previously deselected package superiotool. Unpacking superiotool (from.../superiotool_0.0+r5050-1_amd64.deb)... Selecting previously deselected package x86info. Unpacking x86info (from.../x86info_1.25-1_amd64.deb)... Processing triggers for man-db... Setting up libhd16 (16.0-2)... Setting up hwinfo (16.0-2)... 2 / 7

3 Setting up superiotool (0.0+r5050-1)... Setting up x86info (1.25-1)... Next just try to launch the tools one by one and check the content of the output, in my view the most useful one and maybe also the most popular is dmidecode, the rest however might be useful to get specific hardware debug info. 1. hwinfo debian:~# hwinfo tee -a server-hardware-info.txt... hwinfo will provide you a very long list of very thoroughful information on hardware. A lot of the info it shows however is not so useful for regular admins, but will be of high value to people who need to develop a new Linux driver for respective hardware. 2. lswh debian:~# lshw > linux-hw-info.txt lshw provides long list of debug information and if the output is not redirected to a file the screen gets flooded, if not piped to less. For that reason I will not paste output here. 3. x86info debian:~# x86info x86info v1.25. Dave Jones Feedback to. Found 2 CPUs CPU #1 EFamily: 0 EModel: 2 Family: 6 Model: 42 Stepping: 7 CPU Model: Unknown model. Processor name string: Intel(R) Pentium(R) CPU 2.70GHz Type: 0 (Original OEM) Brand: 0 (Unsupported) Number of cores per physical package=8 Number of logical processors per socket=16 Number of logical processors per core=2 APIC ID: 0x0 Package: 0 Core: 0 SMT ID CPU #2 3 / 7

4 EFamily: 0 EModel: 2 Family: 6 Model: 42 Stepping: 7 CPU Model: Unknown model. Processor name string: Intel(R) Pentium(R) CPU 2.70GHz Type: 0 (Original OEM) Brand: 0 (Unsupported) Number of cores per physical package=8 Number of logical processors per socket=16 Number of logical processors per core=2 APIC ID: 0x2 Package: 0 Core: 0 SMT ID WARNING: Detected SMP, but unable to access cpuid driver. Used Uniprocessor CPU routines. Results inaccurate. Walking in Light with Christ - Faith, Computing, Diary As you see x86info, mainly provides information on CPU Cache, exact model, family AND APIC (don't mix it with ACPI - advanced power management interface) APIC is a chip that remaps IOs and IRQs of your computer to the CPU(s), thus in most cases it is more of not so needed debug information. 4. biosdecode debian:~# biosdecode # biosdecode 2.9 ACPI 2.0 present. OEM Identifier: LENOVO RSD Table 32-bit Address: 0xBCD9C028 XSD Table 64-bit Address: 0x BCD9C068 SMBIOS 2.6 present. Structure Table Length: 2233 bytes Structure Table Address: 0x000EBB70 Number Of Structures: 59 Maximum Structure Size: 184 bytes PNP BIOS 1.0 present. Event Notification: Not Supported Real Mode 16-bit Code Address: F000:BC66 Real Mode 16-bit Data Address: F000: bit Protected Mode Code Address: 0x000FBC8E 16-bit Protected Mode Data Address: 0x000F0000 PCI Interrupt Routing 1.0 present. Router ID: 00:1f.0 Exclusive IRQs: None Compatible Router: 8086:27b8 Slot Entry 1: ID 00:1f, on-board Slot Entry 2: ID 00:1b, on-board Slot Entry 3: ID 00:16, on-board Slot Entry 4: ID 00:1c, on-board Slot Entry 5: ID 02:00, slot number 21 Slot Entry 6: ID 00:01, on-board 4 / 7

5 Slot Entry 7: ID 00:06, on-board Slot Entry 8: ID 00:1d, on-board Slot Entry 9: ID 00:1a, on-board Slot Entry 10: ID 03:00, on-board Slot Entry 11: ID 00:02, on-board Slot Entry 12: ID 00:00, on-board As you see biosdecode, also provides a lot of hex addresses, also reports on the exact CPU architecture on the system. The line XSD Table 64-bit Address: 0x BCD9C068, indicated the host is running a 64 bit CPU, most of the rest info like Slot entries IDs etc. is not so useful. The most useful info that biosdecode provides is the exact type of BIOS (Basic Input Output System) bundled with the system in my case the BIOS is running on a Lenovo host and is vendored by Lenovo, thus it shows in the cmd output: OEM Identifier: LENOVO 5. hardinfo debian:~# hardinfo tee -a hardware-info.txt 5 / 7

6 HardInfo is the GNOME GTK+ program which displays robust and thouroughful info in same was as Windows System Info does on GNOME Desktop. If however you run it under console or via ssh it does display what it detects as: Computer hardware, operating system, kernel modules, supported system languages, existing filesystems, Display, set environment variables, Existing system users, Processor type, Memory, PCI and USB devices, Printers (if attached), Battery type (if run on laptop), Storage, Other Input devices hardinfo, does a few benchmarking tests using CPU stress test algorithms to do Blowfish encryption, CryptoHash, Fibonacci, N-Queens, FPU FFT and FPU raytracing. This benchmark values, if run on a couple of hosts can be used to compare different hardware performances. 6. dmidecode debian: # dmidecode > system-hware-info.txt The output from dmidecode is very very detailed and verbose. Though along with the useful info there is plenty of debug information, the debug information it provides is much user friendly / user comprehensible than the rest of tools, thus I guess dmidecode is nowadays preferred by me and probably most of the Linux sys admins. debian:~# dmidecode head -n 34 # dmidecode 2.9 SMBIOS 2.6 present. 59 structures occupying 2233 bytes. Table at 0x000EBB70. Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: LENOVO Version: 9QKT37AUS Release Date: 02/14/2012 Address: 0xF0000 Runtime Size: 64 kb ROM Size: 2560 kb Characteristics: PCI 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"/1.2 MB floppy services are supported (int 13h) 3.5"/720 KB floppy services are supported (int 13h) 6 / 7

7 Powered by TCPDF ( 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) ACPI is supported USB legacy is supported BIOS boot specification is supported Targeted content distribution is supported BIOS Revision: 0.37 Walking in Light with Christ - Faith, Computing, Diary Though it is the most useful tool on some hardware configurations it might not display any data because the BIOS is lacking a DMI implementation. In almost all cases dmidecode is enough to check what kind of hardware you have ssh-ed to. dmidecode is available also not only on Debian but on Fedora and almost all (if not all Linux distros), through default repositories. 7 / 7

NAME biosdecode BIOS information decoder. SYNOPSIS biosdecode [OPTIONS]

NAME biosdecode BIOS information decoder. SYNOPSIS biosdecode [OPTIONS] BIOSDECODE(8) BIOSDECODE(8) BIOSDECODE biosdecode BIOS information decoder biosdecode [] biosdecode parses the BIOS memory and prints information about all structures (or entry points) it knows of. Currently

More information

Editting binary files in console and GUI on FreeBSD and Linux

Editting binary files in console and GUI on FreeBSD and Linux Walking in Light with Christ - Faith, Computing, Diary Editting binary files in console and GUI on FreeBSD and Linux Author : admin I've recently wanted to edit one binary file because there was compiled

More information

Why You Should Not Use Arch

Why You Should Not Use Arch Why You Should Not Use Arch A new users guide to highly personalized, low maintenance operating system. Artur Frącek CC BY-NC-ND 4.0 1 Intro Arch is a very good Linux distribution so it is not a surprise

More information

How to install Java Virtual Machine on Debian 7 GNU / Linux

How to install Java Virtual Machine on Debian 7 GNU / Linux How to install Java Virtual Machine on Debian 7 GNU / Linux Author : admin Debian 7 stable as most stable Debian releases includes custom Open Source Oracle Java Virtual Machine version called IcedTea

More information

How to disable ACPI on productive Linux servers to decrease kernel panics and increase CPU fan lifespan

How to disable ACPI on productive Linux servers to decrease kernel panics and increase CPU fan lifespan How to disable ACPI on productive Linux servers to decrease kernel panics and increase CPU fan lifespan Author : admin Why would anyone disable ACPI support on a server machine?? Well ACPI support kernel

More information

Viewing JPEG,GIF and PNG in ASCII with cacaview on GNU / Linux - Review on caca-utils text mode graphics utilities

Viewing JPEG,GIF and PNG in ASCII with cacaview on GNU / Linux - Review on caca-utils text mode graphics utilities Viewing JPEG,GIF and PNG in ASCII with cacaview on GNU / Linux - Review on caca-utils text mode graphics utilities Author : admin Probably, many don't know that it is possible to view normal graphical

More information

Advantech General FAQ. How to change ubuntu specific kernel for quick cross test

Advantech General FAQ. How to change ubuntu specific kernel for quick cross test Advantech General FAQ How to change ubuntu specific kernel for quick cross test Applicable model list Model name version BIOS Version Description: All N/A N/A Products sometimes behave different with different

More information

Spring 2017 :: CSE 506. Device Programming. Nima Honarmand

Spring 2017 :: CSE 506. Device Programming. Nima Honarmand Device Programming Nima Honarmand read/write interrupt read/write Spring 2017 :: CSE 506 Device Interface (Logical View) Device Interface Components: Device registers Device Memory DMA buffers Interrupt

More information

Install TeamViewer on latest Debian, Ubuntu, Fedora, CentOS Linux quick how to

Install TeamViewer on latest Debian, Ubuntu, Fedora, CentOS Linux quick how to Install TeamViewer on latest Debian, Ubuntu, Fedora, CentOS Linux quick how to Author : admin If you're a sysadmin who uses GNU / Linux as a Desktop as me you will certainly need to have TeamViewer installed

More information

How to install Microsoft Windows XP SP3 on Debian GNU / Linux Squeeze

How to install Microsoft Windows XP SP3 on Debian GNU / Linux Squeeze How to install Microsoft Windows XP SP3 on Debian GNU / Linux Squeeze Author : admin I have never did a proper install of Windows XP on Debian before hand. Even though I experimented once long time ago.

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation Linux+ Guide to Linux Certification, Third Edition Chapter 6 Advanced Installation Objectives Describe the types and structure of SCSI devices Explain the different levels of RAID and types of RAID configurations

More information

How to: Ripping Audio CDs to Mp3 on Microsoft Windows XP / Vista / 7 - CDEx Audio CD Rip free software

How to: Ripping Audio CDs to Mp3 on Microsoft Windows XP / Vista / 7 - CDEx Audio CD Rip free software How to: Ripping Audio CDs to Mp3 on Microsoft Windows XP / Vista / 7 - CDEx Audio CD Rip free software Author : admin Recently, I had to fix few Windows XP computers - Windows XP and Windows 7. The person

More information

How to configure VIVACOM 3g USB ( internet ) modem HUAWEI Mobile broadband E173 on Debian and Ubuntu GNU / Linux

How to configure VIVACOM 3g USB ( internet ) modem HUAWEI Mobile broadband E173 on Debian and Ubuntu GNU / Linux How to configure VIVACOM 3g USB ( internet ) modem HUAWEI Mobile broadband E173 on Debian and Ubuntu GNU / Linux Author : admin I've been given a HUAWEI Mobile Broadband E173 USB 3g model. The USB modem

More information

Note: The configurations and factory defaults described here are for EPM-15 BIOS version

Note: The configurations and factory defaults described here are for EPM-15 BIOS version EPM-15 CMOS SETUP PARAMETERS This article provides reference information and tips for setting CMOS Setup parameters on the EPM-15 (Manx). Start CMOS Setup by pressing Delete during the early boot cycle.

More information

How to install Linux or *BSD to USB flash drive (memory stick) using Debian GNU / Linux

How to install Linux or *BSD to USB flash drive (memory stick) using Debian GNU / Linux How to install Linux or *BSD to USB flash drive (memory stick) using Debian GNU / Linux Author : admin UNetbootin is a nice easy to use Free Software Universal mutli OS program that makes creation of Bootable

More information

Operating Systems. Written by Justin Browning. Linux / UNIX Distributions Report

Operating Systems. Written by Justin Browning. Linux / UNIX Distributions Report Operating Systems Written by Justin Browning Linux / UNIX Distributions Report 1 Table of Contents Table of Contents... 2 Chapter 1: A Linux Free Distribution... 3 A Brief Description:... 3 Chapter 2:

More information

Managing your real hardware: Installation, Boot, Hardware changes. Olivier Crémel Staff Engineer

Managing your real hardware: Installation, Boot, Hardware changes. Olivier Crémel Staff Engineer Managing your real hardware: Installation, Boot, Hardware changes Olivier Crémel Staff Engineer Agenda Hardware choices Real hardware vs. virtual hardware Driven by Service Console or VMkernel Hardware

More information

RafKill Raptor Free Software (Open Source) clone for GNU/Linux

RafKill Raptor Free Software (Open Source) clone for GNU/Linux RafKill Raptor Free Software (Open Source) clone for GNU/Linux Author : admin I've earlier blogged on playing Apogee's Raptor Shadows of Death arcade on GNU / Linux with dosbox All the old school raptor

More information

How to add support for DJVU file format on M$ Windows, Mac, GNU / Linux and FreeBSD

How to add support for DJVU file format on M$ Windows, Mac, GNU / Linux and FreeBSD How to add support for DJVU file format on M$ Windows, Mac, GNU / Linux and FreeBSD Author : admin By default there is no way to see what is inside a DJVU formatted document on both Windows and Linux OS

More information

GA-G1975X Post Code Definition

GA-G1975X Post Code Definition GA-G1975X Post Code Definition AWARD Post Code Definition CFh Test CMOS R/W functionality. C0h Early chipset initialization: -Disable shadow RAM -Disable L2 cache (socket 7 or below) -Program basic chipset

More information

Guest Operating System Installation Guide. February 25, 2008

Guest Operating System Installation Guide. February 25, 2008 Guest Operating System Installation Guide February 25, 2008 Guest Operating System Installation Guide Guest Operating System Installation Guide Revision: 20080225 Item: GSTOS-ENG-Q108-198 You can find

More information

How to find and Delete Duplicate files in directory on Linux server with find and fdupes command

How to find and Delete Duplicate files in directory on Linux server with find and fdupes command How to find and Delete Duplicate files in directory on Linux server with find and fdupes command Author : admin Linux / UNIX find command is very helpful to do a lot of tasks to us admins such as Deleting

More information

Guest Operating System Installation Guide. March 14, 2008

Guest Operating System Installation Guide. March 14, 2008 Guest Operating System Installation Guide March 14, 2008 Guest Operating System Installation Guide Guest Operating System Installation Guide Revision: 20080314 Item: GSTOS-ENG-Q108-198 You can find the

More information

Manually Install Windows Updates Xp On 7 Laptop Using Usb Drive

Manually Install Windows Updates Xp On 7 Laptop Using Usb Drive Manually Install Windows Updates Xp On 7 Laptop Using Usb Drive A simple and useful guide to easily install Windows 7 on USB flash drives and external UPDATE: If you're having issues with this guide. please

More information

Manually Install Windows Updates Xp From Usb

Manually Install Windows Updates Xp From Usb Manually Install Windows Updates Xp From Usb Stick Drive Pdf You might have installed Vista, Windows 7 from your USB flash drive. But, you can still install Windows XP from USB or flash drive in your computer

More information

Date and Time The date is factory set to the date of the BIOS build. The date and time are editable. NumLock

Date and Time The date is factory set to the date of the BIOS build. The date and time are editable. NumLock EPIC-2 CMOS SETUP PARAMETERS This article provides reference information and tips for setting CMOS Setup parameters on the EPIC-2 (Gecko). Start CMOS Setup by pressing Delete during the early boot cycle.

More information

Fujitsu Stylistic ST6000 Series

Fujitsu Stylistic ST6000 Series Fujitsu Stylistic ST6000 Series BIOS Guide Stylistic Series Model: ST6012 Document Date: 12/01/2008 Document Part Number: FPC65-4369-01 FUJITSU COMPUTER SYSTEMS CORPORATION 1 Stylistic ST Series BIOS ST

More information

Note: The configurations and factory defaults described here are for BIOS version

Note: The configurations and factory defaults described here are for BIOS version EBX-12 CMOS SETUP PARAMETERS This article provides reference information and tips for setting CMOS Setup parameters on the EBX-12 (Cobra). Start CMOS Setup by pressing Delete during the early boot cycle.

More information

Introduction CHAPTER 1

Introduction CHAPTER 1 CHAPTER 1 Introduction The ROBO-667 all-in-one single board computer is designed to fit a high performance Pentium-III based CPU and compatible for high-end computer system with PCI/ISA Bus architecture.

More information

Main Parts of Personal Computer

Main Parts of Personal Computer Main Parts of Personal Computer System Unit The System Unit: This is simply the box like case called the tower, which houses the motherboard, which houses the CPU. It also houses all the drives, such as

More information

Development Environment Embedded Linux Primer Ch 1&2

Development Environment Embedded Linux Primer Ch 1&2 Development Environment Embedded Linux Primer Ch 1&2 Topics 1) Systems: Host and Target 2) Host setup 3) Host-Target communication CMPT 433 Slides #3 Dr. B. Fraser 18-05-05 2 18-05-05 1 Host & Target Host

More information

Perl Install Module Windows Xp Without Cd >>>CLICK HERE<<<

Perl Install Module Windows Xp Without Cd >>>CLICK HERE<<< Perl Install Module Windows Xp Without Cd Drive Drivers How to install Linux on a computer without DVD drive Problem was, an old version of Windows was installed on my old laptop which I had to get rid.

More information

Manual Linux Ubuntu Lts Server Install Webmin

Manual Linux Ubuntu Lts Server Install Webmin Manual Linux Ubuntu 12.04 Lts Server Install Webmin Guide showing you how to install Ubuntu Server Trusty Tahr 14.04LTS. Also applicable to Precise Pangolin 12.04LTS, Lucid 10.04, Januty 9.04 and Intrepid

More information

Manually Mount Usb Flash Drive Ubuntu Server 12.04

Manually Mount Usb Flash Drive Ubuntu Server 12.04 Manually Mount Usb Flash Drive Ubuntu Server 12.04 USB storage devices have the enormous advantage that for the most part they By default, disk drives do not auto-mount in Ubuntu Server Edition. Sometimes,

More information

Manually Mount Usb Flash Drive Linux Command Line Fedora

Manually Mount Usb Flash Drive Linux Command Line Fedora Manually Mount Usb Flash Drive Linux Command Line Fedora This page explains how to use USB drives, like external hard disks and USB flash By default, storage devices that are plugged into the system mount

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: D946GZIS, D946GZTS (Standard BIOS) BIOS Version 0067 January 31, 2007 TS94610J.86A.0067.2007.0130.1308 VBIOS info: Build Number: 1377 PC 14.18 08/11/2006 17:22:22 Fixed

More information

BIOS SETUP UTILITY Main Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY

BIOS SETUP UTILITY Main Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY 1 Main Advanced H/W Monitor Boot Security Exit System Overview System Time System Date Total Memory DDR1 DDR2 [ 16:15:31] [Mon 12/25/2006] BIOS Version : P4VM890 BIOS P1.00 Processor Type : Intel (R) Pentium

More information

Manual: Errata 1 P R E L I M I N A R Y. Manual Index: 07. CP605 Manual: 25095

Manual: Errata 1 P R E L I M I N A R Y. Manual Index: 07. CP605 Manual: 25095 CP605 Errata 1 Manual Index: 07 Table of Contents: 1. Reference: Page 5-3, Chapter 5, Phoenix BIOS... 1-3 ID 25095, Rev. 07 Errata 1-1 CP605 This page has been intentionally left blank. Errata 1-2 ID 25095,

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: D410PT, D510MO (Standard BIOS) BIOS Version 0516 - MOPNV10N.86A.0516.2011.0331.1730 March 31, 2011 Increased Setup time and Data range. Added support for new SPI flash

More information

1/6. Main. Bios Version System Time System Date Hide Diagnostic Messages During Enabled Disabled POST Error Pause. Processor.

1/6. Main. Bios Version System Time System Date Hide Diagnostic Messages During Enabled Disabled POST Error Pause. Processor. 2006 3 Main ( ) Bios Version BIOS System Time System Date Hide Diagnostic Messages During Enabled Disabled POST Error Pause Enabled Disabled Processor ( ) Core Frequency CPU Bus Frequency CPU FSB Processor

More information

Fujitsu LifeBook P Series

Fujitsu LifeBook P Series Fujitsu LifeBook P Series BIOS Guide LifeBook P Series Model: P1120 Document Date: 10/30/02 Document Part Number: FPC58-0796-01 FUJITSU PC CORPORATION LifeBook P Series Notebook BIOS P Series BIOS BIOS

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: D946GZIS, D946GZTS (Standard BIOS) BIOS Version 0087 November 11, 2007 TS94610J.86A.0087.2007.1111.0015 VBIOS info: Build Number: 1518 PC 14.27 07/06/2007 17:11:20 PXE

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

Manually Mount Usb Device Linux Command Line Ubuntu 12.04

Manually Mount Usb Device Linux Command Line Ubuntu 12.04 Manually Mount Usb Device Linux Command Line Ubuntu 12.04 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) Can't mount external usb driver on Ubuntu

More information

Fujitsu LifeBook E Series

Fujitsu LifeBook E Series Fujitsu LifeBook E Series BIOS Guide LifeBook E Series Models: E2010 Document Date: 02/05/03 Document Part Number: FPC58-0881-01 F U J I T S U P C C O R P O R A T I O N 1 LifeBook E Series BIOS E Series

More information

BIOS SETUP UTILITY. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY

BIOS SETUP UTILITY. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY 1 Main Smart Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update Cache Size Total Memory DDRII1 DDRII2 : G41M-GS

More information

Boost local network performance (Increase network thoroughput) by enabling Jumbo Frames on GNU / Linux

Boost local network performance (Increase network thoroughput) by enabling Jumbo Frames on GNU / Linux Boost local network performance (Increase network thoroughput) by enabling Jumbo Frames on GNU / Linux Author : admin So what is Jumbo Frames? and why, when and how it can increase the network thoroughput

More information

v02.54 (C) Copyright , American Megatrends, Inc.

v02.54 (C) Copyright , American Megatrends, Inc. 1 Main Smart Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update: 100F22/1000083 L1 Cache Size : 384KB L2 Cache

More information

BIOS SETUP UTILITY Main Smart Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY

BIOS SETUP UTILITY Main Smart Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY 1 Main Smart Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update L1 Cache Size L2 Cache Size Total Memory DDRII1

More information

Note: The configurations and factory defaults described here are for EPM-4 BIOS version

Note: The configurations and factory defaults described here are for EPM-4 BIOS version EPM-4 CMOS SETUP PARAMETERS This article provides reference information and tips for setting CMOS Setup parameters on the EPM-4 (Lynx). Start CMOS Setup by pressing Delete during the early boot cycle.

More information

BUILD LINUX LEARNING LAB FOR FREE

BUILD LINUX LEARNING LAB FOR FREE HOW TO BUILD LINUX LEARNING LAB FOR FREE Proudly Presented by: LearnLinux.ca Learn Linux - kickstart your IT career Table of Contents 1. What is Linux? 2. VMware Workstation Player Download 3. VMware Workstation

More information

BIOS SETUP UTILITY Main Smart Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY

BIOS SETUP UTILITY Main Smart Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY 1 BIOS SETUP UTILITY Main Smart Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update Cache Size Total Memory DDRII

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: D410PT, D510MO (Standard BIOS) BIOS Version 0524 - MOPNV10N.86A.0524.2011.0712.0930 July 12, 2011 Fixed issue where User Access Level changes when F9 is pressed. Fixed

More information

RTD cpumodule LX-Series Migration Guide

RTD cpumodule LX-Series Migration Guide RTD cpumodule LX-Series Migration Guide ISO9001 and AS9100 Certified SWM-640000023 Rev. D Page 1 of 9 Revision History Rev. A 02/29/2007 Preliminary Draft Rev. B 06/23/2008 Added information about the

More information

Fujitsu LifeBook P Series

Fujitsu LifeBook P Series Fujitsu LifeBook P Series BIOS Guide LifeBook P Series Model: P-1032 P-1035 Document Date: 02/01/02 Document Part Number: FPC58-0653-01 FUJITSU PC CORPORATION LifeBook P Series BIOS P Series BIOS BIOS

More information

Instructions For Formatting Hard Drive Windows 7 Command Prompt

Instructions For Formatting Hard Drive Windows 7 Command Prompt Instructions For Formatting Hard Drive Windows 7 Command Prompt How to format a hard drive in Windows Vista, 7 or 8: plus how to format hard drive drive, run the Universal USB Installer setup program,

More information

BIOS SETUP UTILITY. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY

BIOS SETUP UTILITY. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY 1 Main Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update : 40F32/62 L1 Cache Size : 256KB L2 Cache Size : 2048KB

More information

BIOS Update Release Notes

BIOS Update Release Notes PRODUCTS: D510MO (Standard BIOS) BIOS Update Release Notes BIOS Version 0400 - MOPNV10N.86A.0400.2010.1019.1048 October 19, 2010 Integrated Graphics Option ROM: 2036 06/14/2010 v2.35 (100614) v1.23 (100728)

More information

S Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure

S Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure BIOS SECTION S6130 LifeBook S Series Notebook BIOS S Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at the

More information

Linux Files and the File System

Linux Files and the File System Linux Files and the File System 1. Files a. Overview A simple description of the UNIX system, also applicable to Linux, is this: "On a UNIX system, everything is a file; if something is not a file, it

More information

TROUBLESHOOTING. Sylvia MATE /dev/sda36 Linux Mint Artful GNOME /dev/sda27 Ubuntu 17.10

TROUBLESHOOTING. Sylvia MATE /dev/sda36 Linux Mint Artful GNOME /dev/sda27 Ubuntu 17.10 TROUBLESHOOTING TEST VM VirtualBox HOST DISTROS Sylvia MATE /dev/sda36 Linux Mint 18.3 Artful GNOME /dev/sda27 Ubuntu 17.10 25/03/18 Next HOST LM 18.3 Sylvia Cinnamon /dev/sda26, kernel now 4.13.0-36 following

More information

T Series BIOS BIOS SETUP UTILITY

T Series BIOS BIOS SETUP UTILITY BIOS SECTION T4010 LifeBook T Series Tablet PC T Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your tablet. Your BIOS is set at the factory

More information

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard.

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard. Initial Boot from Install Disc 1 Turn on the power for your machine. Sysinstall main menu Immediately place the first CD-ROM of the FreeBSD 5.3 install set in your machine's CD-ROM drive. You'll see an

More information

Mission-Critical Enterprise Linux. April 17, 2006

Mission-Critical Enterprise Linux. April 17, 2006 Mission-Critical Enterprise Linux April 17, 2006 Agenda Welcome Who we are & what we do Steve Meyers, Director Unisys Linux Systems Group (steven.meyers@unisys.com) Technical Presentations Xen Virtualization

More information

Debian development with scratchbox. Lauri Arimo

Debian development with scratchbox. Lauri Arimo Debian development with scratchbox Lauri Arimo Debian development with scratchbox by Lauri Arimo This document describes how Scratchbox can help developing software for debian Revision history Version:

More information

Note: The configurations and factory defaults described here are for EBX-11 BIOS version

Note: The configurations and factory defaults described here are for EBX-11 BIOS version EBX-11 CMOS SETUP PARAMETERS This article provides reference information and tips for setting CMOS Setup parameters on the EBX-11 (Python). Start CMOS Setup by pressing Delete during the early boot cycle.

More information

BIOS SETUP UTILITY Main Smart Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc.

BIOS SETUP UTILITY Main Smart Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. 1 Main Smart Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update L1 Cache Size L2 Cache Size Total Memory DDRII_1

More information

Fujitsu LifeBook T Series

Fujitsu LifeBook T Series Fujitsu LifeBook T Series BIOS Guide LifeBook T Series Model: T3010/T3010D Document Date: 09/16/03 Document Part Number: FPC58-0992-01 FUJITSU PC CORPORATION 1 LifeBook T Series Tablet PC T Series BIOS

More information

BIOS SETUP UTILITY. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY

BIOS SETUP UTILITY. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update : 60FB1/0 L1 Cache Size : 256KB L2 Cache Size : 1024KB Total Memory

More information

Fujitsu LifeBook P Series

Fujitsu LifeBook P Series Fujitsu LifeBook P Series BIOS Guide LifeBook P Series Model: P7120/P7120D Document Date: 11/3/2005 Document Part Number: FPC58-1425-01 FUJITSU COMPUTER SYSTEMS CORPORATION LifeBook P7000 Notebook BIOS

More information

Author : admin. 1. Getting information about current file system partitions with fdisk and mount

Author : admin. 1. Getting information about current file system partitions with fdisk and mount Changing '33 days has gone without being checked' automated fsck filesystem check on Debian Linux Desktops - Reduce FS check waiting on Linux notebooks Author : admin The periodic scheduled file system

More information

How To Reinstall Grub In Windows 7 Without Cd Dell

How To Reinstall Grub In Windows 7 Without Cd Dell How To Reinstall Grub In Windows 7 Without Cd Dell In my computer I had 2 partitions of Windows 7 (classical C: and D:), Ubuntu Gnome (that I The only thing I managed to do without errors is But what type

More information

BIOS SETUP UTILITY. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY

BIOS SETUP UTILITY. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update : 40FF2/0 L1 Cache Size : 128KB L2 Cache Size : 512KB Total Memory

More information

S Series BIOS BIOS SETUP UTILITY

S Series BIOS BIOS SETUP UTILITY BIOS SECTION S7020 LifeBook S Series Notebook BIOS S Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at the

More information

BIOS SECTION S6210/6220

BIOS SECTION S6210/6220 BIOS SECTION S6210/6220 LifeBook S Series Notebook BIOS S Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at

More information

Manually Install Windows Updates Xp On 7 Laptop Using Usb Without Cd

Manually Install Windows Updates Xp On 7 Laptop Using Usb Without Cd Manually Install Windows Updates Xp On 7 Laptop Using Usb Without Cd How To Make a Bootable USB, CD or DVD to Install Windows Using an ISO File Vista or XP downloads to make bootable CDs for installing

More information

Intel(R) Core(TM) i3 CPU M 2.40GHz

Intel(R) Core(TM) i3 CPU M 2.40GHz CPU-Z Binaries CPU-Z version 1.62.0 Processors Number of processors 1 Number of threads 4 APICs Processor 0 -- Core 0 -- Thread 0 0 -- Thread 1 1 -- Core 2 -- Thread 0 4 -- Thread 1 5 Timers ACPI timer

More information

How To Manually Install Software In Linux Mint 14 Alongside Windows 7

How To Manually Install Software In Linux Mint 14 Alongside Windows 7 How To Manually Install Software In Linux Mint 14 Alongside Windows 7 1) It would be nice to mention the exact version of described software (and maybe user guide two days after installing Linux Mint 14

More information

AMI Product Catalog. A Leader in Storage and Computing Innovations Worldwide

AMI Product Catalog. A Leader in Storage and Computing Innovations Worldwide AMI Product Catalog A Leader in Storage and Computing Innovations Worldwide American Megatrends Inc. 5555 Oakbrook Parkway, Suite 200 Norcross, GA 30093 Main: 770.246.8600 Sales: 800.828.9264 Tech Support:

More information

v02.54 (C) Copyright , American Megatrends, Inc.

v02.54 (C) Copyright , American Megatrends, Inc. 1 Main Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update : 10FF0/41 L1 Cache Size : 128KB L2 Cache Size : 1024KB

More information

UNIT 9 Introduction to Linux and Ubuntu

UNIT 9 Introduction to Linux and Ubuntu AIR FORCE ASSOCIATION S CYBERPATRIOT NATIONAL YOUTH CYBER EDUCATION PROGRAM UNIT 9 Introduction to Linux and Ubuntu Learning Objectives Participants will understand the basics of Linux, including the nature,

More information

BIOS SETUP UTILITY Main Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY

BIOS SETUP UTILITY Main Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY 1 Main Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed : 2666MHz Microcode Update : 10676/60B Cache Size : 3072KB Total Memory

More information

Intel Corporation. About This Release MV85010A.86A.0069.P PXE 2.1 [Intel Boot Agent Version ] for ICH2 LAN Controller

Intel Corporation. About This Release MV85010A.86A.0069.P PXE 2.1 [Intel Boot Agent Version ] for ICH2 LAN Controller Intel Corporation DATE: April 21, 2003 SUBJECT: MV850.10A.86A Production BIOS P25-0069 About This Release MV85010A.86A.0069.P25.0304170949 PXE 2.1 [Intel Boot Agent Version 4.1.09] for ICH2 LAN Controller

More information

Experiment #0. PC Hardware and Operating Systems

Experiment #0. PC Hardware and Operating Systems Experiment #0 PC Hardware and Operating Systems Objective: The objective of this experiment is to introduce the operating systems and different hardware components of a microcomputer. Equipment: Microcomputer

More information

Vendor: CompTIA Exam: Version: Demo

Vendor: CompTIA Exam: Version: Demo Vendor: CompTIA Exam: 220-601 Version: Demo Now preparing for your exam is not that stressful. Welcome to ChinaCertify - the place for through exam preparation All ChinaCertify test questions have comprehensive

More information

Fujitsu LifeBook T Series

Fujitsu LifeBook T Series Fujitsu LifeBook T Series BIOS Guide LifeBook T Series Model: T4020/T4020D Document Date: 08/08/2005 Document Part Number: FPC58-1407-01 FUJITSU COMPUTER SYSTEMS 1 LifeBook T Series Tablet PC T Series

More information

Comparison on BIOS between UEFI and Legacy

Comparison on BIOS between UEFI and Legacy Comparison on BIOS between UEFI and Legacy Abstract The BIOS (Basic Input/Output System) connects the hardware with the system software. The system BIOS is between the system hardware and the system software,

More information

BIOS SETUP UTILITY Main Smart Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc.

BIOS SETUP UTILITY Main Smart Advanced H/W Monitor Boot Security Exit. v02.54 (C) Copyright , American Megatrends, Inc. 1 Main Smart Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update : 40F32/62 L1 Cache Size : 256KB L2 Cache Size

More information

Practical Installing utility software 7Zip on Windows

Practical Installing utility software 7Zip on Windows Practical 10 1. Installing utility software 7Zip on Windows Go to the 7zip home page and select the version of 7 Zip that you would like to download. In our case the following version options applied:

More information

Guest Operating System Installation Guide. May 28, 2008

Guest Operating System Installation Guide. May 28, 2008 Guest Operating System Installation Guide May 28, 2008 Guest Operating System Installation Guide Guest Operating System Installation Guide Revision: 20080528 Item: GSTOS-ENG-Q108-198 You can find the most

More information

v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY v02.54 (C) Copyright , American Megatrends, Inc.

v02.54 (C) Copyright , American Megatrends, Inc. BIOS SETUP UTILITY v02.54 (C) Copyright , American Megatrends, Inc. 1 Main Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update :F7A/3A L1 Cache Size : 128KB L2 Cache Size : 512KB Total

More information

v02.54 (C) Copyright , American Megatrends, Inc.

v02.54 (C) Copyright , American Megatrends, Inc. 1 Main Advanced H/W Monitor Boot Security Exit System Overview System Time System Date BIOS Version Processor Type Processor Speed Microcode Update Cache Size Total Memory DDR 1 DDR 2 [ 14:00:09] [Tue

More information

On following pages I explain the steps to be performed, for having this Web Filtering product installed.

On following pages I explain the steps to be performed, for having this Web Filtering product installed. created by: Rainer Bemsel Version 1.0 Dated: Apr/6/2003 My initial requirement to use a Web Filtering product was related to protect my family from bad stuff, or better described as unwanted web stuff.

More information

E Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure

E Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure BIOS SECTION E8020 LifeBook E Series BIOS E Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at the factory

More information

VIRTUALBOX UBUNTU EBOOK

VIRTUALBOX UBUNTU EBOOK 17 March, 2018 VIRTUALBOX UBUNTU EBOOK Document Filetype: PDF 277.47 KB 0 VIRTUALBOX UBUNTU EBOOK It installs on your existing Intel or AMD-based computers, whether they are running Windows, Mac, Linux

More information

BIOS Update Release Notes

BIOS Update Release Notes PRODUCTS: D946GZAB (Standard BIOS) BIOS Update Release Notes BIOS Version 0180 September 23, 2007 AB94610J.86A.0180.2007.0923.1956 VBIOS info: Build Number: 1518 PC 14.27 07/06/2007 17:11:20 PXE info:

More information

How to install Toshiba Satellite L40 B14 Wireless Adapter ( ID 0bda:8197 Realtek Semiconductor Corp. RTL8187B) on Ubuntu and Debian Linux

How to install Toshiba Satellite L40 B14 Wireless Adapter ( ID 0bda:8197 Realtek Semiconductor Corp. RTL8187B) on Ubuntu and Debian Linux How to install Toshiba Satellite L40 B14 Wireless Adapter ( ID 0bda:8197 Realtek Semiconductor Corp. RTL8187B) on Ubuntu and Debian Linux Author : admin How to install Toshiba L40 B14 Wireless Adapter

More information

Linux Essentials. Smith, Roderick W. Table of Contents ISBN-13: Introduction xvii. Chapter 1 Selecting an Operating System 1

Linux Essentials. Smith, Roderick W. Table of Contents ISBN-13: Introduction xvii. Chapter 1 Selecting an Operating System 1 Linux Essentials Smith, Roderick W. ISBN-13: 9781118106792 Table of Contents Introduction xvii Chapter 1 Selecting an Operating System 1 What Is an OS? 1 What Is a Kernel? 1 What Else Identifies an OS?

More information

Chapter 2 Software Components

Chapter 2 Software Components Chapter 2 Software Components Objectives Describe historical milestones for three popular operating systems Describe the architecture of common PC operating systems Describe the functions of an operating

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information