Dear All Can you please do me favor and let me know how can I check for my CentOS mainboard type ? Please be informed that I want to know if it is as EPIA 500 or EPIA 600 and I am seeking a way to check it as we check for our HDD type via /proc/ide/hda/model . Can you please let me know where such an info can be checked via /proc folder ? Let me thank you in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091107/75d8efae/attachment-0003.html>
2009/11/7 hadi motamedi <motamedi24 at gmail.com>> Dear All > Can you please do me favor and let me know how can I check for my CentOS > mainboard type ? Please be informed that I want to know if it is as EPIA 500 > or EPIA 600 and I am seeking a way to check it as we check for our HDD type > via /proc/ide/hda/model . Can you please let me know where such an info can > be checked via /proc folder ? > Let me thank you in advance > >dmidecode --help -- Linux counter #213090 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091107/5fbe94d2/attachment-0003.html>
On Sat, 07 Nov 2009 05:50:56 +0000 hadi motamedi wrote:> Can you please do me favor and let me know how can I check for my CentOS > mainboard type ? Please be informed that I want to know if it is as EPIA 500 > or EPIA 600 and I am seeking a way to check it as we check for our HDD type > via /proc/ide/hda/model . Can you please let me know where such an info can > be checked via /proc folder ?You can get all kinds of information about your hardware with the lshw command. -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
hadi motamedi wrote:> Dear All > Can you please do me favor and let me know how can I check for my > CentOS mainboard type ? Please be informed that I want to know if it > is as EPIA 500 or EPIA 600 and I am seeking a way to check it as we > check for our HDD type via /proc/ide/hda/model . Can you please let me > know where such an info can be checked via /proc folder ?I'd probably use the output of `lspci` and compare the PCI devices with the features of those two boards, assumign there is some obvious difference, like different northbridge chips or whatever (i'm not very familiar with the EPIA stuff) lshal may or may not tell you what brand and model board it is.
hadi motamedi wrote:> Dear All > Can you please do me favor and let me know how can I check for my CentOS > mainboard type ? Please be informed that I want to know if it is as EPIA 500 > or EPIA 600 and I am seeking a way to check it as we check for our HDD type > via /proc/ide/hda/model . Can you please let me know where such an info can > be checked via /proc folder ? > Let me thank you in advancelshw. mark