which modules for which devices?

Hi. This server got dumped on me and I'm a bit new to this. I'm running Redhat 7. 3 and was trying to figure out which modules that are loaded in modules. conf corresponds to the actual hardware found in the results from lspci.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar15.webp

1 Posts
Location -
Joined 2004-04-22
Hi. This server got dumped on me and I'm a bit new to this.
 
I'm running Redhat 7.3 and was trying to figure out which modules that are loaded in modules.conf corresponds to the actual hardware found in the results from lspci.
 
Can someone help? Below are the contents of modules.conf and rsults of lspci.
 
/cat/modules.conf
 
alias eth0 eepro100
alias scsi_hostadapter1 aic7xxx
alias scsi_hostadapter2 aacraid
alias eth1 tg3
alias scsi_hostadapter3 aacraid
alias scsi_hostadapter4 megaraid
alias scsi_hostadapter5 megaraid
alias scsi_hostadapter6 megaraid
alias scsi_hostadapter7 megaraid
alias scsi_hostadapter8 megaraid
 
results from lspci
 
00:00.0 Host bridge: ServerWorks CNB20HE Host Bridge (rev 23)
00:00.1 Host bridge: ServerWorks CNB20HE Host Bridge (rev 01)
00:00.2 Host bridge: ServerWorks: Unknown device 0006 (rev 01)
00:00.3 Host bridge: ServerWorks: Unknown device 0006 (rev 01)
00:02.0 RAID bus controller: Adaptec: Unknown device 0285 (rev 01)
00:04.0 SCSI storage controller: Adaptec AIC-7892A U160/m (rev 02)
00:08.0 PCI bridge: Digital Equipment Corporation DECchip 21154 (rev 05)
00:0e.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:0f.0 ISA bridge: ServerWorks OSB4 South Bridge (rev 50)
00:0f.1 IDE interface: ServerWorks OSB4 IDE Controller
01:00.0 PCI bridge: Digital Equipment Corporation DECchip 21154 (rev 05)
01:01.0 SCSI storage controller: QLogic Corp. ISP12160 Dual Channel Ultra3 SCSI Processor (rev 06)
02:00.0 RAID bus controller: American Megatrends Inc. MegaRAID (rev 20)
03:08.0 Ethernet controller: BROADCOM Corporation NetXtreme BCM5700 Gigabit Ethernet (rev 12)
04:02.0 PCI bridge: Intel Corp. 80960RM [i960RM Bridge] (rev 01)
04:02.1 RAID bus controller: Dell Computer Corporation PowerEdge Expandable RAID Controller 3/Di (rev 01)
04:04.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)
05:04.0 SCSI storage controller: Adaptec RAID subsystem HBA (rev 01)
05:04.1 SCSI storage controller: Adaptec AIC-7899P U160/m (rev 01)
 

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
Should be something like;
 
alias scsi_hostadapter1 aic7xxx:
 
00:04.0 SCSI storage controller: Adaptec AIC-7892A U160/m (rev 02)
 
 
alias eth1 tg3:
 
03:08.0 Ethernet controller: BROADCOM Corporation NetXtreme BCM5700 Gigabit Ethernet (rev 12)
 
 
alias scsi_hostadapter2 aacraid:
 
05:04.0 SCSI storage controller: Adaptec RAID subsystem HBA (rev 01)
 
 
alias scsi_hostadapter1 aic7xxx:
 
05:04.1 SCSI storage controller: Adaptec AIC-7899P U160/m (rev 01)
 
 
alias scsi_hostadapter4 megaraid
alias scsi_hostadapter5 megaraid
alias scsi_hostadapter6 megaraid
alias scsi_hostadapter7 megaraid
alias scsi_hostadapter8 megaraid
 
02:00.0 RAID bus controller: American Megatrends Inc. MegaRAID (rev 20)
 
 
alias eth0 eepro100:
 
04:04.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)