6910p
1
morning all
Installed red hat 5.3 last week as part of a work project. the servers have two qlogic hba cards install. i’ve run lspci and they are listed.
what command could i run to view what driver is installed for the cards? Should mention that i’m a complete novice to linux.
thanks
Cj
6910p
2
should have mentioned these are PCI cards.
looked in /proc had hopped there would be a pci directory
lshw
(run as root) should list all hardware attached to the system, including the drivers being used and other info.
and
lsmod
Will list all kernel modules currently being used