LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   help to find the PCI devices list on Sarge (https://www.linuxquestions.org/questions/debian-26/help-to-find-the-pci-devices-list-on-sarge-458558/)

gaiotto 06-26-2006 06:23 PM

help to find the PCI devices list on Sarge
 
Hi friends!

I need install my network card.

Normally i found the devices PCI list at the /proc/pci file.
I installed the Debian Sarge with 2.6.x kernell, and i can't find this PCI list...

Thank you!

Gaiotto

pljvaldez 06-26-2006 06:57 PM

Try using lspci

gaiotto 06-28-2006 08:57 AM

Hi pljvaldez!

i´m tried use this command "lspci", but he´s show NOTHING. Just drop to the under command line.

Thank for the atenption!

Gaiotto

divukman 06-28-2006 09:10 AM

Quote:

Originally Posted by gaiotto
Hi pljvaldez!

i´m tried use this command "lspci", but he´s show NOTHING. Just drop to the under command line.

Thank for the atenption!

Gaiotto

Install pciutils (pciutils - Linux PCI Utilities),
#aptitude install pciutils

binary_y2k2 06-28-2006 09:12 AM

It shows nothing? it should have some output. maybe if you install lshw and look for the network card, the PCI address is under "bus info:"

nx5000 06-28-2006 10:43 AM

I guess lspci reads /proc/pci...

The question is why /proc/pci is empty...Looks like pci support is not activated??? You didn't recompile your own kernel did you?

binary_y2k2 06-28-2006 10:51 AM

lspci reads /proc/bus/pci/ in "man lspci" it says
Quote:

Originally Posted by man
FILES
/usr/share/misc/pci.ids
A list of all known PCI ID’s (vendors, devices, classes and subclasses).

/proc/bus/pci
An interface to PCI bus configuration space provided by the post-2.1.82 Linux kernels. Contains per-bus subdirectories
with per-card config space files and a devices file containing a list of all PCI devices.


nx5000 06-28-2006 11:00 AM

Ok my bad.
RTFM nx!!

gaiotto 06-28-2006 12:29 PM

Hey friends!

I tried a NEW installation of the system with the 2.4 kernel and work´s perfectly!
(the linux also found my network card!!)
Strange...

Thanks to all for the help!!


Gaiotto


All times are GMT -5. The time now is 02:53 AM.