Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-08-2006, 07:56 AM
|
#1
|
Member
Registered: Feb 2004
Distribution: FC4,RHEL4
Posts: 223
Rep:
|
how to see which motherboard i am using?
hi,
Is there any software that can show me all attached hardware listing like system information comes with windows XP?
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
03-08-2006, 11:10 AM
|
#2
|
Novell CoolSolutions Editor
Registered: Jan 2006
Distribution: SUSE 9.3 - 10.0
Posts: 30
Rep:
|
Motherboard Info
As I'm running SUSE, I'm not sure if it will be the same for you, but an execution of 'hwinfo' as root displays a huge amount of info. If I go to #45 in the section entitled "----- hal device list -----", I get my motherboard info:
Quote:
45: udi = '/org/freedesktop/Hal/devices/computer'
storage.policy.default.mount_option.exec = true
storage.policy.default.mount_option.pamconsole = true
storage.policy.default.mount_option.noauto = true
storage.policy.default.managed_keyword.secondary = 'kudzu'
storage.policy.default.managed_keyword.primary = 'managed'
storage.policy.default.use_managed_keyword = true
storage.policy.default.mount_root = '/media'
org.freedesktop.Hal.Device.SystemPowerManagement.method_execpaths = { 'hal-system-power-suspend', 'hal-system-power-hibernate', 'hal-system-power-set-power-save' }
org.freedesktop.Hal.Device.SystemPowerManagement.method_signatures = { 'i', '', 'b' }
org.freedesktop.Hal.Device.SystemPowerManagement.method_names = { 'Suspend', 'Hibernate', 'SetPowerSave' }
info.interfaces = { 'org.freedesktop.Hal.Device.SystemPowerManagement' }
info.addons = { 'hald-addon-acpi' }
system.product = 'A7N8X2.0 REV 2.xx'
system.vendor = 'ASUSTeK Computer INC.'
smbios.chassis.type = 'Desktop'
smbios.chassis.manufacturer = 'Chassis Manufactture'
smbios.system.uuid = 'Not Present'
smbios.system.serial = 'xxxxxxxxxxx'
smbios.system.version = 'REV 2.xx'
smbios.system.product = 'A7N8X2.0'
smbios.system.manufacturer = 'ASUSTeK Computer INC.'
smbios.bios.release_date = '10/06/2003'
smbios.bios.version = 'ASUS A7N8X2.0 Deluxe ACPI BIOS Rev 1007'
smbios.bios.vendor = 'Phoenix Technologies, LTD'
power_management.acpi.linux.version = '20050408'
power_management.type = 'acpi'
power_management.is_enabled = true
system.formfactor = 'desktop'
system.kernel.machine = 'i686'
system.kernel.version = '2.6.13-15.8-default'
system.kernel.name = 'Linux'
info.udi = '/org/freedesktop/Hal/devices/computer'
info.product = 'Computer'
linux.sysfs_path_device = '(none)'
info.bus = 'unknown'
|
Is that the type of command that you are looking for? Like I said, I think that's SUSE-only, but you may be able to try and compile the source for your particular platform. You can get the source from somewhere like rpmfind.net//linux/RPM/suse/9.3/i386/suse/src/hwinfo-10.16-3.src.html. I figured since no one else has responded, I'd at least throw that out there.
|
|
|
03-08-2006, 04:29 PM
|
#3
|
Senior Member
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938
Rep:
|
Open the case and read what's printed across it...
|
|
0 members found this post helpful.
|
03-08-2006, 09:31 PM
|
#4
|
Member
Registered: Feb 2004
Distribution: FC4,RHEL4
Posts: 223
Original Poster
Rep:
|
hi scottmorris,
yes i am looking something like that command that shows hardware info. Thanks for reply. downloading src rpm as i am trying that on Fedora which is not having any hwinfo like command on my system.
|
|
|
03-09-2006, 11:03 AM
|
#5
|
Novell CoolSolutions Editor
Registered: Jan 2006
Distribution: SUSE 9.3 - 10.0
Posts: 30
Rep:
|
Quote:
Originally Posted by Komakino
Open the case and read what's printed across it...
|
Oh, man, I absolutely love your sig! Can I send you $100 just for the fact that it's there? Your sig proves that you're the man. You only forgot one thing.... then != than.... People say, "This is better then that." Drives me to drink. Thank you for that great sig.
Back to the topic.... opening the case and reading what's on the motherboard is probably the least painful, foolproof method of figuring out what motherboard you have. *slaps forehead* why didn't I think of that?
|
|
|
03-09-2006, 11:47 AM
|
#6
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep: 
|
Quote:
Originally Posted by scottmorris
As I'm running SUSE, I'm not sure if it will be the same for you, but an execution of 'hwinfo' as root displays a huge amount of info. If I go to #45 in the section entitled "----- hal device list -----", I get my motherboard info:
Is that the type of command that you are looking for? Like I said, I think that's SUSE-only, but you may be able to try and compile the source for your particular platform. You can get the source from somewhere like rpmfind.net//linux/RPM/suse/9.3/i386/suse/src/hwinfo-10.16-3.src.html. I figured since no one else has responded, I'd at least throw that out there.
|
Nice utility !! apt-get install hwinfo and it's now on my Debian system. I can see how this utility may come in handy in the future. thanks for the heads up.
|
|
|
03-09-2006, 01:35 PM
|
#7
|
Member
Registered: Feb 2004
Distribution: FC4,RHEL4
Posts: 223
Original Poster
Rep:
|
hi,
so there is no way to see hardware listing thru' single command??
|
|
|
03-10-2006, 10:42 AM
|
#8
|
Novell CoolSolutions Editor
Registered: Jan 2006
Distribution: SUSE 9.3 - 10.0
Posts: 30
Rep:
|
Hardware Listing
Quote:
Originally Posted by cranium2004
hi,
so there is no way to see hardware listing thru' single command??
|
Well, apparently, it's a little harder to get the actual motherboard info through a single command. If you are looking for 'hardware listing' as a general concept, sure, there are many commands (you may have to run some of these as root):
lspci
lshw
cat /proc/cpuinfo
cat /proc/devices
cat /proc/meminfo
dmesg
I just don't see the motherboard in any of the output of those cmds. hwinfo is the only one that does it for me. If you do ever find a standard command (as opposed to hwinfo, which apparently is native to SUSE), please let us know what it is. That could be a valuable bit of info to know.
|
|
|
03-10-2006, 11:46 AM
|
#9
|
LQ Newbie
Registered: Jan 2006
Posts: 17
Rep: 
|
hwinfo is also included in knoppix, I believe, but I'm not sitting at a box just this second. Since hwinfo is part of a utility suite, maybe a google search will turn up some portability?
|
|
|
03-10-2006, 06:03 PM
|
#10
|
Senior Member
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794
Rep:
|
Here is what I get on an Asus board (a retail, not OEM board):
system.product = 'To Be Filled By O.E.M. To Be Filled By O.E.M.'
Code:
system.vendor = 'To Be Filled By O.E.M.'
smbios.chassis.type = 'Desktop'
smbios.chassis.manufacturer = 'Chassis Manufacture'
smbios.system.uuid = '00020003-0004-0005-0006-000700080009'
smbios.system.serial = 'To Be Filled By O.E.M.'
smbios.system.version = 'To Be Filled By O.E.M.'
smbios.system.product = 'To Be Filled By O.E.M.'
smbios.system.manufacturer = 'To Be Filled By O.E.M.'
smbios.bios.release_date = '08/11/2004'
smbios.bios.version = '1009.004'
smbios.bios.vendor = 'American Megatrends Inc.'
|
|
|
03-10-2006, 07:37 PM
|
#11
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
Quote:
Originally Posted by scottmorris
Oh, man, I absolutely love your sig! Can I send you $100 just for the fact that it's there?
|
You can send it to me.
Peace...
|
|
|
03-22-2006, 05:26 AM
|
#12
|
LQ Newbie
Registered: Nov 2005
Posts: 1
Rep:
|
Motherboard info
You can also install lshw which is an alternative to hwinfo.
|
|
|
01-30-2010, 03:20 PM
|
#13
|
LQ Newbie
Registered: Apr 2006
Posts: 5
Rep:
|
dmidecode | more
|
|
3 members found this post helpful.
|
01-30-2010, 03:30 PM
|
#14
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
Great command! Thanks!
Peace...
|
|
|
05-27-2014, 06:50 AM
|
#15
|
Member
Registered: Aug 2006
Location: Greece
Distribution: Slackware.12.2
Posts: 104
Rep:
|
Code:
$> lshal
system.board.product = 'GA-880GA-UD3H' (string)
system.board.serial = '' (string)
system.board.vendor = 'Gigabyte Technology Co., Ltd.' (string)
system.board.version = 'x.x' (string)
system.chassis.manufacturer = 'Gigabyte Technology Co., Ltd.' (string)
system.chassis.type = 'Desktop' (string)
system.firmware.release_date = '05/14/2010' (string)
system.firmware.vendor = 'Award Software International, Inc.' (string)
system.firmware.version = 'F2' (string)
system.formfactor = 'desktop' (string)
system.hardware.primary_video.product = 38677 (0x9715) (int)
system.hardware.primary_video.vendor = 4098 (0x1002) (int)
system.hardware.product = 'GA-880GA-UD3H' (string)
system.hardware.serial = '' (string)
system.hardware.uuid = '31433646-3635-3237-4332-4338FFFFFFFF' (string)
system.hardware.vendor = 'Gigabyte Technology Co., Ltd.' (string)
system.hardware.version = '' (string)
system.kernel.machine = 'i686' (string)
system.kernel.name = 'Linux' (string)
system.kernel.version = '2.6.37.6-hm' (string)
system.kernel.version.major = 2 (0x2) (int)
system.kernel.version.micro = 37 (0x25) (int)
system.kernel.version.minor = 6 (0x6) (int)
|
|
|
All times are GMT -5. The time now is 08:37 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|