LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I scan my pci bus? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-scan-my-pci-bus-224810/)

Thaidog 08-31-2004 10:23 AM

How do I scan my pci bus?
 
I just added a second video card and I'm trying to get the pci address...

The following command did not work after telinit 3:

/etc/init.d/xdm stop

I was logged in as root and got permission denied... !

scuzzman 08-31-2004 10:32 AM

You got permission denied because it was in use. Were you doing this in a command mode (ie: no GUI) or at an xterm/eterm/konsole/whatever?

urka58 08-31-2004 10:36 AM

Try as root
lspci -v
the output you get is usually what is necessary to configure new hardware
Ciao

proudclod 08-31-2004 11:00 AM

you might have to use
/sbin/lspci
if you are using a red hat style distro, which doesnt have sbin in the path

homey 08-31-2004 12:11 PM

I can't remember if the other Redhats had this but Fedora has a command:
scanpci


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