Contribute
Register

How do I decipher PCIRoot in config.plist>Root>DeviceProperties>Add?

Status
Not open for further replies.
Joined
Sep 18, 2011
Messages
60
Motherboard
Gigabyte Z490m GamingX
CPU
i5 10500
Graphics
RX460
Mac
  1. iMac
I assume that the following default code is a PCI-slot address or something, but I can't find much info on it.

PciRoot(0x0)/Pci(0x1b,0x0) = Dictionary
layout-id = <01000000>

What is this (in simple terms)? How do I construct entries in this section? Do I do one for each PCI port?

----------Info-----------
I found this command in Linux that appears to provide good info: sudo dmidecode -t baseboard
SMBIOS 3.2.0 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: Z490M GAMING X
Version: x.x
Serial Number: Default string
Asset Tag: Default string
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Default string
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0

Handle 0x0021, DMI type 10, 6 bytes
On Board Device Information
Type: Video
Status: Enabled
Description: To Be Filled By O.E.M.

Handle 0x004C, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Other
Type: Other
Status: Enabled
Type Instance: 1
Bus Address: 0000:00:00.0

Handle 0x004D, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Other
Type: Other
Status: Enabled
Type Instance: 2
Bus Address: 0000:00:12.0

Handle 0x004E, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Other
Type: Other
Status: Enabled
Type Instance: 3
Bus Address: 0000:00:14.0

Handle 0x004F, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Other
Type: Other
Status: Enabled
Type Instance: 4
Bus Address: 0000:00:14.2

Handle 0x0050, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Other
Type: Other
Status: Enabled
Type Instance: 5
Bus Address: 0000:00:16.0

Handle 0x0051, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - SATA
Type: SATA Controller
Status: Enabled
Type Instance: 1
Bus Address: 0000:00:17.0

Handle 0x0052, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Other
Type: Other
Status: Enabled
Type Instance: 6
Bus Address: 0000:00:1f.0

Handle 0x0053, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Sound
Type: Sound
Status: Enabled
Type Instance: 1
Bus Address: 0000:00:1f.3

Handle 0x0054, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Other
Type: Other
Status: Enabled
Type Instance: 7
Bus Address: 0000:00:1f.4

Handle 0x0055, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Other
Type: Other
Status: Enabled
Type Instance: 8
Bus Address: 0000:00:1f.5

Handle 0x0056, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard - Ethernet
Type: Ethernet
Status: Enabled
Type Instance: 1
Bus Address: 0000:00:1f.6

---------More Info---------------
And this command in Linux for additional info: lshw -class network
*-network UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 1f.6
bus info: pci@0000:00:1f.6
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: latency=0
resources: memory:50500000-5051ffff
*-network:0 DISABLED
description: Ethernet interface
physical id: 2
logical name: virbr0-nic
serial: [hidden]
size: 10Mbit/s
capabilities: ethernet physical
configuration: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full link=no multicast=yes port=twisted pair speed=10Mbit/s
*-network:1
description: Ethernet interface
physical id: 3
bus info: usb@1:3
logical name: wlp0s20f0u3
serial: [hidden]
capabilities: ethernet physical
configuration: broadcast=yes driver=rt2800usb driverversion=4.18.0-80.el8.x86_64 firmware=0.36 ip=[hidden] link=yes multicast=yes
*-network:2
description: Ethernet interface
physical id: 4
logical name: virbr0
serial: [hidden]
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=[hidden] link=no multicast=yes

------------and seemingly good info ---------------------------

sudo dmesg | grep -i input
[ 1.846224] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 1.846250] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 1.846271] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
... bunch of other stuff like keyboard, mouse, and USB VOIP soundcard I'm using to connect my front audio speaker to the motherboard...
[ 19.849615] input: PC Speaker as /devices/platform/pcspkr/input/input8
[ 20.854827] snd_hda_codec_generic hdaudioC1D0: inputs:
[ 20.855476] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input9
[ 20.855534] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input10
[ 20.855576] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input11
[ 20.855604] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input12
[ 20.855642] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input13
[ 20.868527] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input14
[ 20.868556] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input15
[ 20.868580] input: HDA Intel Line as /devices/pci0000:00/0000:00:1f.3/sound/card1/input16
[ 20.868602] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card1/input17
[ 20.868627] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card1/input18
[ 20.868649] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card1/input19
[ 20.868669] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1f.3/sound/card1/input20
[ 20.868691] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input21





-----------And basic specs of the motherboard-----------------
My MoBo specs are as follows:
Motherboard: Gigabyte Z490m GamingX
Processor: Intel 10th Gen core i5 (10500) processor
RAM: 2x16GB PC3200 (in slots A2 and B2)
LAN: GbE LAN (RJ-45 port)
Audio: ALC1200
PCIE1: 16x
PCIE2: 1x
PCIE3: 4x
SATA: six SATA3 ports
USB outside:
1xUSBC (USB3.2 Gen2)
1xUSBA (USB3.2 Gen2)
4xUSBA (USB3.2 Gen1)
USB inside:
1xUSB Header (2xUSB3.2 Gen1)
1xUSB Header (2xUSB2.0/1.1)
 
Last edited:
You can just leave it alone. You can use this section to put in a Custom power play table for your and graphics card, which is what I did. I'm sure it has other uses too.
 
Status
Not open for further replies.
Back
Top