Results 1 to 4 of 4
Hi ,
How to check the FIRMWARE Level in Redhat-Linux server 5.5 ?
Regards,
Aparna....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-12-2013 #1Linux Newbie
- Join Date
- May 2012
- Posts
- 110
How to check FIRMWARE Level in Redhat Linux ?
Hi ,
How to check the FIRMWARE Level in Redhat-Linux server 5.5 ?
Regards,
Aparna.
- 01-12-2013 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746
It will surely vary from computer to computer (and BIOS to BIOS), but you can try looking at dmidecode.
Just run the command (as root) in your terminal, and you should get a lot of low-level hardware information. The BIOS portion is usually at the top of the output. E.g., on my machine:
yields this:Code:dmidecode|awk '/^BIOS Info/,/^$/'
Code:BIOS Information Vendor: American Megatrends Inc. Version: 080016 Release Date: 08/30/2010 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 1024 kB Characteristics: ISA is supported PCI is supported PNP is supported BIOS is upgradeable BIOS shadowing is allowed ESCD support is available 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) 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 BIOS boot specification is supported Targeted content distribution is supported BIOS Revision: 8.16
- 01-12-2013 #3Banned
- Join Date
- Jan 2013
- Posts
- 7
firmware on what? System? A controller? Video card? They all have firmware, and all are updated/checked differently.
- 01-15-2013 #4Linux Newbie
- Join Date
- May 2012
- Posts
- 110
Thanks All For responding to my queries.


Reply With Quote

