LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I check make/model of installed cards? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-check-make-model-of-installed-cards-725135/)

dar2009 05-11-2009 03:29 AM

How can I check make/model of installed cards?
 
Hi!

I have a Linux CentOS box running Asterix PBX and I need to know the type/make/model of the ISDN and other installed network cards. I don't have the login info, but have FTP access to the machine. Is it possible to get this info from the config files?

Any info appreciated!

dxangel 05-11-2009 07:30 AM

not with ftp.

as root, typing
Code:

lspci
will output information about various cards/etc

Tinkster 05-11-2009 12:03 PM

can you get /proc/pci/devices ?

dar2009 05-11-2009 08:11 PM

Quote:

Originally Posted by Tinkster (Post 3537239)
can you get /proc/pci/devices ?

I can get /proc/bus/pci/devices but devices seems to be an empty 1KB file.....

Tinkster 05-11-2009 08:22 PM

Hmmm .... empty? That's odd. Is that server physical or virtual?


Cheers,
Tink

dar2009 05-11-2009 09:52 PM

Quote:

Originally Posted by Tinkster (Post 3537676)
Hmmm .... empty? That's odd. Is that server physical or virtual?


Cheers,
Tink

It's physical. Is it possible it is in a different location?

Tinkster 05-11-2009 10:42 PM

What type of hardware is it, which version of centos is it running?

If it's something recent I'd say: no


Cheers,
Tink

dar2009 05-12-2009 12:28 AM

Quote:

Originally Posted by Tinkster (Post 3537772)
What type of hardware is it, which version of centos is it running?

If it's something recent I'd say: no


Cheers,
Tink

Not exactly sure which version, but I'd say it's 4 or 5 running on a Dell PowerEdge SC430. I will be taking over the admin of this machine soon so would like to have a spare incase it goes down. Thanks for your help anyway!

Tinkster 05-12-2009 12:37 AM

Well ... you could (some ftp servers will let you) try
to execute a shell command inside an ftp session.

Try
Code:

! /sbin/lspci

Cheers,
Tink


All times are GMT -5. The time now is 08:30 AM.