LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-16-2005, 12:22 AM   #1
anuradha06
LQ Newbie
 
Registered: Dec 2005
Posts: 11

Rep: Reputation: 0
where can I get BIOS information in linux?


Hi


I need the BIOS information as in the version,the manufacturer,etc....
Can anyone please tell me which command or file would help me get the same.


cheers!
Anu
 
Old 12-16-2005, 02:04 AM   #2
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
lshw will give you a bit of info on your BIOS. Here's a bit of output from my system:
Code:
          description: BIOS
          vendor: Phoenix Technologies, LTD
          physical id: 0
          version: ASUS A7N8X2.0 ACPI BIOS Rev 1007 (10/06/2003)
          size: 64KB
          capacity: 192KB
HTH
 
Old 12-16-2005, 08:51 AM   #3
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Rep: Reputation: 33
Quote:
Originally Posted by bulliver
lshw will give you a bit of info on your BIOS. Here's a bit of output from my system:
Code:
          description: BIOS
          vendor: Phoenix Technologies, LTD
          physical id: 0
          version: ASUS A7N8X2.0 ACPI BIOS Rev 1007 (10/06/2003)
          size: 64KB
          capacity: 192KB
HTH
The lshw command is not available on my computer?
 
Old 12-16-2005, 08:57 AM   #4
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
On my Suse I have "hwinfo".
hwinfo --bios
provides about 3 screens of BIOS info.
Thanks for making me look for that command.
 
Old 12-16-2005, 12:48 PM   #5
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
TruongAn:

Rpms for lshw...
http://rpmfind.net/linux/rpm2html/search.php?query=lshw
 
Old 12-17-2005, 05:55 AM   #6
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Rep: Reputation: 33
There is no packae for FC4.
Is it safe to use the FC3 package?
 
Old 12-17-2005, 07:17 AM   #7
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Try using Google Linux.

First result of 'lshw fc4' tells you dries has it in his repo. Set up the dries repo for yum and install.
 
Old 12-17-2005, 07:39 AM   #8
arunvk
Member
 
Registered: Nov 2005
Location: India
Distribution: Fedora 29
Posts: 197

Rep: Reputation: 30
isnt there any built in command to do this.
 
Old 12-17-2005, 07:57 AM   #9
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
built-in is not a word that can easily apply to any linux distro. Only the kernel is really linux and all the rest are add-ons anyway. That's why it's more correct to talk about GNU/Linux anyway. So whether or not a specific command comes with a distro standard depends on whether the developers consider it should be in the base package.
As an example: I personally feel commands like make and c compiler(s) should be part of any distro, but the versions of suse I've tried didn't have it in the cd. It was available from the repos though...
 
Old 12-17-2005, 08:31 AM   #10
arunvk
Member
 
Registered: Nov 2005
Location: India
Distribution: Fedora 29
Posts: 197

Rep: Reputation: 30
thanks for getting that clear.
 
Old 12-17-2005, 01:37 PM   #11
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
I have been assuming you need this info for a program or something with the system running. If all you need is the BIOS type and version it is probably just easier to reboot your computer, and see what the BIOS tells you...
 
Old 12-18-2005, 08:38 AM   #12
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Rep: Reputation: 33
A problem with lshw installion:
I download the lshw for fc4 package.
use rpm to install it and it say:
Code:
libstdc++.so.6(GLIBCXX_3.4.6) is needed by lshw-2.06-1.2.fc4.rf.i386
But it is not true.
The file libstdc++.so.6 is exist in the folder /usr/lib.
slocate give me these two path:
Code:
# slocate libstdc++.so.6
/usr/lib/libstdc++.so.6.0.4
/usr/lib/libstdc++.so.6
What would I do now?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
BIOS information merlin23 Linux - Newbie 2 12-07-2004 02:14 AM
Easy Bios? (floppy that boots and runs new bios) tearinox Linux - Hardware 5 10-12-2004 05:13 PM
need Bios driver to exec custom on board bios code wmain Linux - Software 0 09-03-2004 08:32 AM
old BIOS (1992) won't detect my cdrom drive; BIOS says: neither IDE prots enabled carbono Linux - Hardware 5 05-18-2004 11:07 AM
How to get BIOS information? whepin Programming 1 04-06-2002 05:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration