Operating System - Linux
1828987 Members
2168 Online
109986 Solutions
New Discussion

Re: How to find firware version

 
SOLVED
Go to solution
praveen..
Super Advisor

How to find firware version

Hi.
in RHEL, how can i find the OS firmware version.

Please suggest
Thanks
4 REPLIES 4
Alexander Chuzhoy
Honored Contributor

Re: How to find firware version

OS firmware?

Do you mean the release of OS?
if so:
cat /etc/redhat-release
praveen..
Super Advisor

Re: How to find firware version

No,
I want to know about the bios firmware
Please suggest
Ivan Krastev
Honored Contributor
Solution

Re: How to find firware version

Use /usr/sbin/dmidecode. Look at the very first few lines.


regards,
ivan
Alpha977
Valued Contributor

Re: How to find firware version

Hello praveen!

if your kernel version is 2.6, you can try to see into /sys folder.

Regards.