Last active
October 7, 2020 20:44
-
-
Save tbenst/8bc5fd7d60b1a261e33a7b983a335bf4 to your computer and use it in GitHub Desktop.
egrabber error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo ./install.sh | |
[sudo] password for tyler: | |
Installing eGrabber Package... | |
Compiling for x86_64 kernel 5.4.0... | |
linux-vdso.so.1 (0x00007ffef37bd000) | |
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3593c6c000) | |
/lib64/ld-linux-x86-64.so.2 (0x00007f3593e7e000) | |
------------------------------ | |
Deleting module version: 12.8.1.51 | |
completely from the DKMS tree. | |
------------------------------ | |
Done. | |
Installing drivers... | |
make: Entering directory '/opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux' | |
Building coaxlink | |
make[1]: Entering directory '/usr/src/linux-headers-5.4.0-48-generic' | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_entry_points.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_basic_dma.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_crash.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_debug.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_dma.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_dpc.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_interrupt.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_io_memory.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_math.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_memory.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_pci_configuration_space.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_registration.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_request_firmware.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_string.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_synchro.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_thread.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_timer.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/os_user_memory.o | |
CC [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/coaxlinkIds.o | |
LD [M] /opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/coaxlink.o | |
Building modules, stage 2. | |
MODPOST 1 modules | |
FATAL: parse error in symbol dump file | |
make[2]: *** [scripts/Makefile.modpost:94: __modpost] Error 1 | |
make[1]: *** [Makefile:1647: modules] Error 2 | |
make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-48-generic' | |
make: Leaving directory '/opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux' | |
cp: cannot stat '/opt/euresys/egrabber-linux-x86_64-12.8.1.51/drivers/linux/coaxlink.ko': No such file or directory | |
Creating symlink /var/lib/dkms/egrabber/12.8.1.51/source -> | |
/usr/src/egrabber-12.8.1.51 | |
DKMS: add completed. | |
Inserting driver module coaxlink... | |
ln: failed to create symbolic link '/usr/bin/gentl': File exists | |
ln: failed to create symbolic link '/usr/bin/genicam-browser': File exists | |
ln: failed to create symbolic link '/usr/bin/coaxlink-firmware': File exists | |
ln: failed to create symbolic link '/etc/profile.d/coaxlink_setup_gentl_paths.sh': File exists | |
A symbolic link to /opt/euresys/egrabber/shell/setup_gentl_paths.sh has been | |
created in /etc/profile.d/ | |
/!\ Before using the Euresys eGrabber driver, you must update the | |
GENICAM_GENTL64_PATH and EURESYS_COAXLINK_GENTL64_CTI environment | |
variables by doing one of the following: | |
1. Source the setup_gentl_paths.sh script: | |
$ . /opt/euresys/egrabber/shell/setup_gentl_paths.sh | |
2. Manually add or update the following lines in your session profile: | |
export GENICAM_GENTL64_PATH=/opt/euresys/egrabber/lib/x86_64[:...] | |
export EURESYS_COAXLINK_GENTL64_CTI=/opt/euresys/egrabber/lib/x86_64/coaxlink.cti | |
and start a new shell | |
3. Reload the system-wide profile by logging off and logging back in | |
Installation finished! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ sudo lsmod | |
Module Size Used by | |
xt_MASQUERADE 20480 1 | |
nf_conntrack_netlink 45056 0 | |
nfnetlink 16384 2 nf_conntrack_netlink | |
xfrm_user 36864 1 | |
iptable_nat 16384 1 | |
nf_nat 40960 2 iptable_nat,xt_MASQUERADE | |
br_netfilter 28672 0 | |
bridge 176128 1 br_netfilter | |
stp 16384 1 bridge | |
llc 16384 2 bridge,stp | |
aufs 262144 0 | |
overlay 114688 0 | |
snd_hda_codec_hdmi 61440 1 | |
intel_rapl_msr 20480 0 | |
mei_hdcp 24576 0 | |
snd_sof_pci 20480 0 | |
snd_sof_intel_hda_common 69632 1 snd_sof_pci | |
snd_soc_hdac_hda 24576 1 snd_sof_intel_hda_common | |
snd_sof_intel_hda 20480 1 snd_sof_intel_hda_common | |
snd_sof_intel_byt 20480 1 snd_sof_pci | |
snd_sof_intel_ipc 20480 1 snd_sof_intel_byt | |
snd_sof 106496 4 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_byt,snd_sof_intel_ipc | |
snd_hda_codec_realtek 126976 1 | |
snd_sof_xtensa_dsp 16384 1 snd_sof_pci | |
snd_hda_codec_generic 81920 1 snd_hda_codec_realtek | |
snd_hda_ext_core 28672 3 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda | |
nls_iso8859_1 16384 1 | |
snd_soc_acpi_intel_match 32768 2 snd_sof_pci,snd_sof_intel_hda_common | |
snd_soc_acpi 16384 2 snd_sof_pci,snd_soc_acpi_intel_match | |
ledtrig_audio 16384 3 snd_hda_codec_generic,snd_hda_codec_realtek,snd_sof | |
dell_smm_hwmon 20480 0 | |
snd_soc_core 245760 3 snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda | |
intel_rapl_common 24576 1 intel_rapl_msr | |
snd_compress 24576 1 snd_soc_core | |
ac97_bus 16384 1 snd_soc_core | |
x86_pkg_temp_thermal 20480 0 | |
intel_powerclamp 20480 0 | |
snd_pcm_dmaengine 16384 1 snd_soc_core | |
coretemp 20480 0 | |
snd_hda_intel 53248 4 | |
snd_intel_dspcfg 24576 3 snd_hda_intel,snd_sof_pci,snd_sof_intel_hda_common | |
ucsi_ccg 20480 0 | |
snd_hda_codec 135168 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda | |
typec_ucsi 40960 1 ucsi_ccg | |
kvm_intel 282624 0 | |
snd_hda_core 90112 9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda | |
rt2800usb 32768 0 | |
snd_hwdep 20480 1 snd_hda_codec | |
rt2x00usb 24576 1 rt2800usb | |
typec 45056 1 typec_ucsi | |
snd_seq_midi 20480 0 | |
snd_pcm 106496 8 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_sof,snd_sof_intel_hda_common,snd_soc_core,snd_hda_core,snd_pcm_dmaengine | |
snd_seq_midi_event 16384 1 snd_seq_midi | |
rt2800lib 131072 1 rt2800usb | |
kvm 663552 1 kvm_intel | |
rt2x00lib 61440 3 rt2800usb,rt2x00usb,rt2800lib | |
snd_rawmidi 36864 1 snd_seq_midi | |
mac80211 843776 3 rt2x00lib,rt2x00usb,rt2800lib | |
crct10dif_pclmul 16384 1 | |
snd_seq 69632 2 snd_seq_midi,snd_seq_midi_event | |
ghash_clmulni_intel 16384 0 | |
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi | |
aesni_intel 372736 0 | |
snd_timer 36864 2 snd_seq,snd_pcm | |
crypto_simd 16384 1 aesni_intel | |
dell_wmi 20480 0 | |
cryptd 24576 2 crypto_simd,ghash_clmulni_intel | |
glue_helper 16384 1 aesni_intel | |
dell_smbios 28672 1 dell_wmi | |
rapl 20480 0 | |
cfg80211 704512 2 rt2x00lib,mac80211 | |
dcdbas 20480 1 dell_smbios | |
intel_cstate 20480 0 | |
snd 90112 21 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi | |
dell_wmi_aio 16384 0 | |
input_leds 16384 0 | |
dell_wmi_descriptor 20480 2 dell_wmi,dell_smbios | |
sparse_keymap 16384 2 dell_wmi,dell_wmi_aio | |
intel_wmi_thunderbolt 20480 0 | |
wmi_bmof 16384 0 | |
libarc4 16384 1 mac80211 | |
soundcore 16384 1 snd | |
mei_me 40960 1 | |
mei 106496 3 mei_hdcp,mei_me | |
intel_pch_thermal 16384 0 | |
ie31200_edac 16384 0 | |
mac_hid 16384 0 | |
acpi_pad 184320 0 | |
nvidia_uvm 1007616 0 | |
nf_log_ipv6 16384 5 | |
ip6t_REJECT 16384 1 | |
nf_reject_ipv6 20480 1 ip6t_REJECT | |
xt_hl 16384 22 | |
ip6t_rt 20480 3 | |
nf_log_ipv4 16384 5 | |
nf_log_common 16384 2 nf_log_ipv4,nf_log_ipv6 | |
ipt_REJECT 16384 1 | |
nf_reject_ipv4 16384 1 ipt_REJECT | |
xt_LOG 20480 10 | |
xt_limit 16384 13 | |
xt_addrtype 16384 6 | |
xt_tcpudp 20480 20 | |
xt_conntrack 16384 17 | |
nf_conntrack 139264 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE | |
sch_fq_codel 20480 38 | |
nf_defrag_ipv6 24576 1 nf_conntrack | |
nf_defrag_ipv4 16384 1 nf_conntrack | |
ip6table_filter 16384 1 | |
parport_pc 40960 0 | |
ip6_tables 32768 53 ip6table_filter | |
ppdev 24576 0 | |
iptable_filter 16384 1 | |
bpfilter 32768 0 | |
lp 20480 0 | |
parport 53248 3 parport_pc,lp,ppdev | |
ip_tables 32768 10 iptable_filter,iptable_nat | |
x_tables 40960 14 ip6table_filter,xt_conntrack,iptable_filter,xt_LOG,xt_tcpudp,xt_addrtype,ip6t_rt,ip6_tables,ipt_REJECT,ip_tables,xt_limit,xt_hl,xt_MASQUERADE,ip6t_REJECT | |
autofs4 45056 2 | |
btrfs 1253376 0 | |
zstd_compress 167936 1 btrfs | |
raid10 57344 0 | |
raid456 155648 0 | |
async_raid6_recov 24576 1 raid456 | |
async_memcpy 20480 2 raid456,async_raid6_recov | |
async_pq 24576 2 raid456,async_raid6_recov | |
async_xor 20480 3 async_pq,raid456,async_raid6_recov | |
async_tx 20480 5 async_pq,async_memcpy,async_xor,raid456,async_raid6_recov | |
xor 24576 2 async_xor,btrfs | |
raid6_pq 114688 4 async_pq,btrfs,raid456,async_raid6_recov | |
libcrc32c 16384 4 nf_conntrack,nf_nat,btrfs,raid456 | |
raid1 45056 0 | |
multipath 20480 0 | |
linear 20480 0 | |
hid_generic 16384 0 | |
usbhid 57344 0 | |
hid 131072 2 usbhid,hid_generic | |
raid0 24576 1 | |
nvidia_drm 53248 4 | |
nvidia_modeset 1183744 5 nvidia_drm | |
nvidia 19701760 157 nvidia_uvm,nvidia_modeset | |
i915 1986560 23 | |
i2c_algo_bit 16384 1 i915 | |
drm_kms_helper 184320 2 nvidia_drm,i915 | |
crc32_pclmul 16384 0 | |
nvme 49152 2 | |
syscopyarea 16384 1 drm_kms_helper | |
sysfillrect 16384 1 drm_kms_helper | |
sysimgblt 16384 1 drm_kms_helper | |
ixgbe 344064 0 | |
fb_sys_fops 16384 1 drm_kms_helper | |
e1000e 258048 0 | |
drm 491520 14 drm_kms_helper,nvidia_drm,i915 | |
xfrm_algo 16384 2 xfrm_user,ixgbe | |
intel_lpss_pci 20480 0 | |
i2c_i801 32768 0 | |
dca 16384 1 ixgbe | |
intel_lpss 16384 1 intel_lpss_pci | |
nvme_core 102400 4 nvme | |
ahci 40960 2 | |
mdio 16384 1 ixgbe | |
idma64 20480 0 | |
libahci 32768 1 ahci | |
virt_dma 20480 1 idma64 | |
i2c_nvidia_gpu 16384 0 | |
wmi 32768 6 intel_wmi_thunderbolt,dell_wmi,dell_wmi_aio,wmi_bmof,dell_smbios,dell_wmi_descriptor | |
pinctrl_cannonlake 36864 0 | |
video 49152 2 dell_wmi,i915 | |
pinctrl_intel 28672 1 pinctrl_cannonlake |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ sudo lspci -nnvv | |
00:00.0 Host bridge [0600]: Intel Corporation 8th Gen Core 8-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S] [8086:3e30] (rev 0d) | |
DeviceName: Onboard - Other | |
Subsystem: Dell 8th Gen Core 8-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S] [1028:0871] | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx- | |
Latency: 0 | |
Capabilities: [e0] Vendor Specific Information: Len=10 <?> | |
Kernel driver in use: skl_uncore | |
Kernel modules: ie31200_edac | |
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) [8086:1901] (rev 0d) (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin A routed to IRQ 122 | |
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 | |
I/O behind bridge: 00003000-00003fff [size=4K] | |
Memory behind bridge: a4000000-a50fffff [size=17M] | |
Prefetchable memory behind bridge: 0000000090000000-00000000a20fffff [size=289M] | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- | |
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: [88] Subsystem: Dell Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) [1028:0871] | |
Capabilities: [80] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- | |
Address: fee00218 Data: 0000 | |
Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 | |
DevCap: MaxPayload 256 bytes, PhantFunc 0 | |
ExtTag- RBE+ | |
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- | |
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- | |
MaxPayload 128 bytes, MaxReadReq 128 bytes | |
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- | |
LnkCap: Port #2, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <8us | |
ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp+ | |
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk+ | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 2.5GT/s (downgraded), Width x16 (ok) | |
TrErr- Train- SlotClk+ DLActive- BWMgmt+ ABWMgmt+ | |
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- | |
Slot #1, PowerLimit 75.000W; Interlock- NoCompl+ | |
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- | |
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- | |
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- | |
Changed: MRL- PresDet+ LinkState- | |
RootCap: CRSVisible- | |
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- | |
RootSta: PME ReqID 0000, PMEStatus- PMEPending- | |
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Via WAKE#, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- | |
AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS+ | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Via WAKE# ARIFwd- | |
AtomicOpsCtl: ReqEn- EgressBlck- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+ | |
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest- | |
Capabilities: [100 v1] Virtual Channel | |
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 | |
Arb: Fixed- WRR32- WRR64- WRR128- | |
Ctrl: ArbSelect=Fixed | |
Status: InProgress- | |
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- | |
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- | |
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff | |
Status: NegoPending- InProgress- | |
Capabilities: [140 v1] Root Complex Link | |
Desc: PortNumber=02 ComponentID=01 EltType=Config | |
Link0: Desc: TargetPort=00 TargetComponent=01 AssocRCRB- LinkType=MemMapped LinkValid+ | |
Addr: 00000000fed19000 | |
Capabilities: [d94 v1] Secondary PCI Express | |
LnkCtl3: LnkEquIntrruptEn-, PerformEqu- | |
LaneErrStat: 0 | |
Kernel driver in use: pcieport | |
00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 630 (Desktop 9 Series) [8086:3e98] (rev 02) (prog-if 00 [VGA controller]) | |
DeviceName: Onboard - Video | |
Subsystem: Dell UHD Graphics 630 (Desktop 9 Series) [1028:0871] | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin A routed to IRQ 135 | |
Region 0: Memory at a3000000 (64-bit, non-prefetchable) [size=16M] | |
Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M] | |
Region 4: I/O ports at 4000 [size=64] | |
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K] | |
Capabilities: [40] Vendor Specific Information: Len=0c <?> | |
Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00 | |
DevCap: MaxPayload 128 bytes, PhantFunc 0 | |
ExtTag- RBE+ FLReset+ | |
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- | |
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset- | |
MaxPayload 128 bytes, MaxReadReq 128 bytes | |
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- | |
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- | |
10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS- | |
AtomicOpsCap: 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled | |
AtomicOpsCtl: ReqEn- | |
Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit- | |
Address: fee00018 Data: 0000 | |
Capabilities: [d0] Power Management version 2 | |
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) | |
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [100 v1] Process Address Space ID (PASID) | |
PASIDCap: Exec- Priv-, Max PASID Width: 14 | |
PASIDCtl: Enable- Exec- Priv- | |
Capabilities: [200 v1] Address Translation Service (ATS) | |
ATSCap: Invalidate Queue Depth: 00 | |
ATSCtl: Enable-, Smallest Translation Unit: 00 | |
Capabilities: [300 v1] Page Request Interface (PRI) | |
PRICtl: Enable- Reset- | |
PRISta: RF- UPRGI- Stopped+ | |
Page Request Capacity: 00008000, Page Request Allocation: 00000000 | |
Kernel driver in use: i915 | |
Kernel modules: i915 | |
00:08.0 System peripheral [0880]: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model [8086:1911] | |
DeviceName: Onboard - Other | |
Subsystem: Dell Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model [1028:0871] | |
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Interrupt: pin A routed to IRQ 11 | |
Region 0: Memory at 4000a1b000 (64-bit, non-prefetchable) [disabled] [size=4K] | |
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit- | |
Address: 00000000 Data: 0000 | |
Capabilities: [dc] Power Management version 2 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) | |
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [f0] PCI Advanced Features | |
AFCap: TP+ FLR+ | |
AFCtrl: FLR- | |
AFStatus: TP- | |
00:12.0 Signal processing controller [1180]: Intel Corporation Cannon Lake PCH Thermal Controller [8086:a379] (rev 10) | |
DeviceName: Onboard - Other | |
Subsystem: Dell Cannon Lake PCH Thermal Controller [1028:0871] | |
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Interrupt: pin A routed to IRQ 18 | |
Region 0: Memory at 4000a1a000 (64-bit, non-prefetchable) [size=4K] | |
Capabilities: [50] Power Management version 3 | |
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- | |
Address: 00000000 Data: 0000 | |
Kernel driver in use: intel_pch_thermal | |
Kernel modules: intel_pch_thermal | |
00:14.0 USB controller [0c03]: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller [8086:a36d] (rev 10) (prog-if 30 [XHCI]) | |
DeviceName: Onboard - Other | |
Subsystem: Dell Cannon Lake PCH USB 3.1 xHCI Host Controller [1028:0871] | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
Interrupt: pin A routed to IRQ 129 | |
Region 0: Memory at 4000a00000 (64-bit, non-prefetchable) [size=64K] | |
Capabilities: [70] Power Management version 2 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+ | |
Address: 00000000fee00318 Data: 0000 | |
Capabilities: [90] Vendor Specific Information: Len=14 <?> | |
Kernel driver in use: xhci_hcd | |
00:14.2 RAM memory [0500]: Intel Corporation Cannon Lake PCH Shared SRAM [8086:a36f] (rev 10) | |
DeviceName: Onboard - Other | |
Subsystem: Intel Corporation Cannon Lake PCH Shared SRAM [8086:7270] | |
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Region 0: Memory at 4000a14000 (64-bit, non-prefetchable) [disabled] [size=8K] | |
Region 2: Memory at 4000a19000 (64-bit, non-prefetchable) [disabled] [size=4K] | |
Capabilities: [80] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
00:15.0 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH Serial IO I2C Controller #0 [8086:a368] (rev 10) | |
DeviceName: Onboard - Other | |
Subsystem: Dell Cannon Lake PCH Serial IO I2C Controller [1028:0871] | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin A routed to IRQ 22 | |
Region 0: Memory at 4000a18000 (64-bit, non-prefetchable) [virtual] [size=4K] | |
Capabilities: [80] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) | |
Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [90] Vendor Specific Information: Len=14 <?> | |
Kernel driver in use: intel-lpss | |
Kernel modules: intel_lpss_pci | |
00:16.0 Communication controller [0780]: Intel Corporation Cannon Lake PCH HECI Controller [8086:a360] (rev 10) | |
DeviceName: Onboard - Other | |
Subsystem: Dell Cannon Lake PCH HECI Controller [1028:0871] | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
Interrupt: pin A routed to IRQ 186 | |
Region 0: Memory at 4000a17000 (64-bit, non-prefetchable) [size=4K] | |
Capabilities: [50] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+ | |
Address: 00000000fee00a98 Data: 0000 | |
Capabilities: [a4] Vendor Specific Information: Len=14 <?> | |
Kernel driver in use: mei_me | |
Kernel modules: mei_me | |
00:17.0 SATA controller [0106]: Intel Corporation Cannon Lake PCH SATA AHCI Controller [8086:a352] (rev 10) (prog-if 01 [AHCI 1.0]) | |
DeviceName: Onboard - SATA | |
Subsystem: Dell Cannon Lake PCH SATA AHCI Controller [1028:0871] | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
Interrupt: pin A routed to IRQ 132 | |
Region 0: Memory at a5420000 (32-bit, non-prefetchable) [size=8K] | |
Region 1: Memory at a5423000 (32-bit, non-prefetchable) [size=256] | |
Region 2: I/O ports at 4090 [size=8] | |
Region 3: I/O ports at 4080 [size=4] | |
Region 4: I/O ports at 4060 [size=32] | |
Region 5: Memory at a5422000 (32-bit, non-prefetchable) [size=2K] | |
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- | |
Address: fee003b8 Data: 0000 | |
Capabilities: [70] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004 | |
Kernel driver in use: ahci | |
Kernel modules: ahci | |
00:1b.0 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #17 [8086:a340] (rev f0) (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin A routed to IRQ 123 | |
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 | |
I/O behind bridge: [disabled] | |
Memory behind bridge: a5300000-a53fffff [size=1M] | |
Prefetchable memory behind bridge: [disabled] | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- | |
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 | |
DevCap: MaxPayload 256 bytes, PhantFunc 0 | |
ExtTag- RBE+ | |
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ | |
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- | |
MaxPayload 256 bytes, MaxReadReq 128 bytes | |
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- | |
LnkCap: Port #17, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <16us | |
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+ | |
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 8GT/s (ok), Width x4 (ok) | |
TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- | |
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- | |
Slot #20, PowerLimit 25.000W; Interlock- NoCompl+ | |
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- | |
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- | |
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- | |
Changed: MRL- PresDet- LinkState+ | |
RootCap: CRSVisible- | |
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- | |
RootSta: PME ReqID 0000, PMEStatus- PMEPending- | |
DevCap2: Completion Timeout: Range ABC, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd+ | |
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd- | |
AtomicOpsCtl: ReqEn- EgressBlck- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+ | |
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest- | |
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- | |
Address: fee00238 Data: 0000 | |
Capabilities: [90] Subsystem: Dell Cannon Lake PCH PCI Express Root Port [1028:0871] | |
Capabilities: [a0] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [100 v1] Advanced Error Reporting | |
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- | |
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ | |
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn- | |
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- | |
HeaderLog: 00000000 00000000 00000000 00000000 | |
RootCmd: CERptEn+ NFERptEn+ FERptEn+ | |
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd- | |
FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0 | |
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000 | |
Capabilities: [140 v1] Access Control Services | |
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans- | |
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- | |
Capabilities: [150 v1] Precision Time Measurement | |
PTMCap: Requester:- Responder:+ Root:+ | |
PTMClockGranularity: 4ns | |
PTMControl: Enabled:+ RootSelected:+ | |
PTMEffectiveGranularity: Unknown | |
Capabilities: [220 v1] Secondary PCI Express | |
LnkCtl3: LnkEquIntrruptEn-, PerformEqu- | |
LaneErrStat: 0 | |
Capabilities: [250 v1] Downstream Port Containment | |
DpcCap: INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ | |
DpcCtl: Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr- | |
DpcSta: Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f | |
Source: 0000 | |
Kernel driver in use: pcieport | |
00:1b.4 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #21 [8086:a32c] (rev f0) (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin A routed to IRQ 124 | |
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 | |
I/O behind bridge: [disabled] | |
Memory behind bridge: a5200000-a52fffff [size=1M] | |
Prefetchable memory behind bridge: [disabled] | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- | |
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 | |
DevCap: MaxPayload 256 bytes, PhantFunc 0 | |
ExtTag- RBE+ | |
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ | |
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- | |
MaxPayload 256 bytes, MaxReadReq 128 bytes | |
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- | |
LnkCap: Port #21, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <16us | |
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+ | |
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+ | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 8GT/s (ok), Width x4 (ok) | |
TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- | |
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- | |
Slot #3, PowerLimit 25.000W; Interlock- NoCompl+ | |
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- | |
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- | |
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- | |
Changed: MRL- PresDet- LinkState+ | |
RootCap: CRSVisible- | |
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- | |
RootSta: PME ReqID 0000, PMEStatus- PMEPending- | |
DevCap2: Completion Timeout: Range ABC, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd+ | |
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd+ | |
AtomicOpsCtl: ReqEn- EgressBlck- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+ | |
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest- | |
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- | |
Address: fee00258 Data: 0000 | |
Capabilities: [90] Subsystem: Intel Corporation Cannon Lake PCH PCI Express Root Port [8086:7270] | |
Capabilities: [a0] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [100 v1] Advanced Error Reporting | |
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- | |
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ | |
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn- | |
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- | |
HeaderLog: 00000000 00000000 00000000 00000000 | |
RootCmd: CERptEn+ NFERptEn+ FERptEn+ | |
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd- | |
FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0 | |
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000 | |
Capabilities: [140 v1] Access Control Services | |
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans- | |
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- | |
Capabilities: [150 v1] Precision Time Measurement | |
PTMCap: Requester:- Responder:+ Root:+ | |
PTMClockGranularity: 4ns | |
PTMControl: Enabled:+ RootSelected:+ | |
PTMEffectiveGranularity: Unknown | |
Capabilities: [220 v1] Secondary PCI Express | |
LnkCtl3: LnkEquIntrruptEn-, PerformEqu- | |
LaneErrStat: 0 | |
Capabilities: [250 v1] Downstream Port Containment | |
DpcCap: INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ | |
DpcCtl: Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr- | |
DpcSta: Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f | |
Source: 0000 | |
Kernel driver in use: pcieport | |
00:1c.0 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #1 [8086:a338] (rev f0) (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin ? routed to IRQ 125 | |
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 | |
I/O behind bridge: [disabled] | |
Memory behind bridge: [disabled] | |
Prefetchable memory behind bridge: [disabled] | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- | |
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00 | |
DevCap: MaxPayload 256 bytes, PhantFunc 0 | |
ExtTag- RBE+ | |
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- | |
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- | |
MaxPayload 128 bytes, MaxReadReq 128 bytes | |
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- | |
LnkCap: Port #1, Speed 8GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us | |
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+ | |
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk- | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 2.5GT/s (downgraded), Width x0 (downgraded) | |
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- | |
RootCap: CRSVisible- | |
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- | |
RootSta: PME ReqID 0000, PMEStatus- PMEPending- | |
DevCap2: Completion Timeout: Range ABC, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Via WAKE#, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd+ | |
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- | |
AtomicOpsCtl: ReqEn- EgressBlck- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- | |
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- | |
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- | |
Address: fee00278 Data: 0000 | |
Capabilities: [90] Subsystem: Dell Cannon Lake PCH PCI Express Root Port [1028:0871] | |
Capabilities: [a0] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME- | |
Kernel driver in use: pcieport | |
00:1c.4 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #5 [8086:a33c] (rev f0) (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin A routed to IRQ 126 | |
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 | |
I/O behind bridge: [disabled] | |
Memory behind bridge: 7f800000-7fcfffff [size=5M] | |
Prefetchable memory behind bridge: 0000004000000000-00000040008fffff [size=9M] | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- | |
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 | |
DevCap: MaxPayload 256 bytes, PhantFunc 0 | |
ExtTag- RBE+ | |
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ | |
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- | |
MaxPayload 256 bytes, MaxReadReq 128 bytes | |
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- | |
LnkCap: Port #5, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <16us | |
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+ | |
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 8GT/s (ok), Width x4 (ok) | |
TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- | |
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- | |
Slot #4, PowerLimit 25.000W; Interlock- NoCompl+ | |
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- | |
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- | |
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- | |
Changed: MRL- PresDet- LinkState+ | |
RootCap: CRSVisible- | |
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- | |
RootSta: PME ReqID 0000, PMEStatus- PMEPending- | |
DevCap2: Completion Timeout: Range ABC, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd+ | |
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd+ | |
AtomicOpsCtl: ReqEn- EgressBlck- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+ | |
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest- | |
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- | |
Address: fee00298 Data: 0000 | |
Capabilities: [90] Subsystem: Dell Cannon Lake PCH PCI Express Root Port [1028:0871] | |
Capabilities: [a0] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [100 v1] Advanced Error Reporting | |
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- | |
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ | |
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn- | |
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- | |
HeaderLog: 00000000 00000000 00000000 00000000 | |
RootCmd: CERptEn+ NFERptEn+ FERptEn+ | |
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd- | |
FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0 | |
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000 | |
Capabilities: [140 v1] Access Control Services | |
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans- | |
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- | |
Capabilities: [150 v1] Precision Time Measurement | |
PTMCap: Requester:- Responder:+ Root:+ | |
PTMClockGranularity: 4ns | |
PTMControl: Enabled:+ RootSelected:+ | |
PTMEffectiveGranularity: Unknown | |
Capabilities: [220 v1] Secondary PCI Express | |
LnkCtl3: LnkEquIntrruptEn-, PerformEqu- | |
LaneErrStat: 0 | |
Capabilities: [250 v1] Downstream Port Containment | |
DpcCap: INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ | |
DpcCtl: Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr- | |
DpcSta: Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f | |
Source: 0000 | |
Kernel driver in use: pcieport | |
00:1d.0 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #9 [8086:a330] (rev f0) (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin ? routed to IRQ 127 | |
Bus: primary=00, secondary=06, subordinate=06, sec-latency=0 | |
I/O behind bridge: [disabled] | |
Memory behind bridge: [disabled] | |
Prefetchable memory behind bridge: [disabled] | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- | |
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00 | |
DevCap: MaxPayload 256 bytes, PhantFunc 0 | |
ExtTag- RBE+ | |
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- | |
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- | |
MaxPayload 128 bytes, MaxReadReq 128 bytes | |
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- | |
LnkCap: Port #9, Speed 8GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us | |
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+ | |
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk- | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 2.5GT/s (downgraded), Width x0 (downgraded) | |
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- | |
RootCap: CRSVisible- | |
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- | |
RootSta: PME ReqID 0000, PMEStatus- PMEPending- | |
DevCap2: Completion Timeout: Range ABC, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Via WAKE#, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd+ | |
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd- | |
AtomicOpsCtl: ReqEn- EgressBlck- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- | |
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- | |
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- | |
Address: fee002b8 Data: 0000 | |
Capabilities: [90] Subsystem: Dell Cannon Lake PCH PCI Express Root Port [1028:0871] | |
Capabilities: [a0] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME- | |
Kernel driver in use: pcieport | |
00:1d.2 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #11 [8086:a332] (rev f0) (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin C routed to IRQ 128 | |
Bus: primary=00, secondary=07, subordinate=08, sec-latency=0 | |
I/O behind bridge: [disabled] | |
Memory behind bridge: [disabled] | |
Prefetchable memory behind bridge: [disabled] | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- | |
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 | |
DevCap: MaxPayload 256 bytes, PhantFunc 0 | |
ExtTag- RBE+ | |
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ | |
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- | |
MaxPayload 128 bytes, MaxReadReq 128 bytes | |
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- | |
LnkCap: Port #11, Speed 8GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <16us | |
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+ | |
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk- | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 2.5GT/s (downgraded), Width x1 (ok) | |
TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- | |
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- | |
Slot #2, PowerLimit 10.000W; Interlock- NoCompl+ | |
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- | |
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- | |
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- | |
Changed: MRL- PresDet- LinkState+ | |
RootCap: CRSVisible- | |
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- | |
RootSta: PME ReqID 0000, PMEStatus- PMEPending- | |
DevCap2: Completion Timeout: Range ABC, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd+ | |
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd- | |
AtomicOpsCtl: ReqEn- EgressBlck- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- | |
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- | |
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- | |
Address: fee002f8 Data: 0000 | |
Capabilities: [90] Subsystem: Dell Cannon Lake PCH PCI Express Root Port [1028:0871] | |
Capabilities: [a0] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [100 v1] Advanced Error Reporting | |
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- | |
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ | |
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn- | |
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- | |
HeaderLog: 00000000 00000000 00000000 00000000 | |
RootCmd: CERptEn+ NFERptEn+ FERptEn+ | |
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd- | |
FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0 | |
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000 | |
Capabilities: [140 v1] Access Control Services | |
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans- | |
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- | |
Capabilities: [150 v1] Precision Time Measurement | |
PTMCap: Requester:- Responder:+ Root:+ | |
PTMClockGranularity: 4ns | |
PTMControl: Enabled:+ RootSelected:+ | |
PTMEffectiveGranularity: Unknown | |
Capabilities: [220 v1] Secondary PCI Express | |
LnkCtl3: LnkEquIntrruptEn-, PerformEqu- | |
LaneErrStat: 0 | |
Capabilities: [250 v1] Downstream Port Containment | |
DpcCap: INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ | |
DpcCtl: Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr- | |
DpcSta: Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f | |
Source: 0000 | |
Kernel driver in use: pcieport | |
00:1f.0 ISA bridge [0601]: Intel Corporation Cannon Point-LP LPC Controller [8086:a309] (rev 10) | |
DeviceName: Onboard - Other | |
Subsystem: Dell Cannon Point-LP LPC Controller [1028:0871] | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
00:1f.3 Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10) | |
DeviceName: Onboard - Sound | |
Subsystem: Dell Cannon Lake PCH cAVS [1028:0871] | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 32, Cache Line Size: 64 bytes | |
Interrupt: pin D routed to IRQ 130 | |
Region 0: Memory at 4000a10000 (64-bit, non-prefetchable) [size=16K] | |
Region 4: Memory at 4000900000 (64-bit, non-prefetchable) [size=1M] | |
Capabilities: [50] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [80] Vendor Specific Information: Len=14 <?> | |
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+ | |
Address: 00000000fee00358 Data: 0000 | |
Kernel driver in use: snd_hda_intel | |
Kernel modules: snd_hda_intel, snd_sof_pci | |
00:1f.4 SMBus [0c05]: Intel Corporation Cannon Lake PCH SMBus Controller [8086:a323] (rev 10) | |
DeviceName: Onboard - Other | |
Subsystem: Dell Cannon Lake PCH SMBus Controller [1028:0871] | |
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Interrupt: pin A routed to IRQ 16 | |
Region 0: Memory at 4000a16000 (64-bit, non-prefetchable) [size=256] | |
Region 4: I/O ports at efa0 [size=32] | |
Kernel driver in use: i801_smbus | |
Kernel modules: i2c_i801 | |
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller [8086:a324] (rev 10) | |
DeviceName: Onboard - Other | |
Subsystem: Dell Cannon Lake PCH SPI Controller [1028:0871] | |
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Region 0: Memory at fe010000 (32-bit, non-prefetchable) [size=4K] | |
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (7) I219-LM [8086:15bb] (rev 10) | |
DeviceName: Onboard - Ethernet | |
Subsystem: Dell Ethernet Connection (7) I219-LM [1028:0871] | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
Interrupt: pin C routed to IRQ 131 | |
Region 0: Memory at a5400000 (32-bit, non-prefetchable) [size=128K] | |
Capabilities: [c8] Power Management version 3 | |
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- | |
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ | |
Address: 00000000fee00398 Data: 0000 | |
Kernel driver in use: e1000e | |
Kernel modules: e1000e | |
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU102 [TITAN RTX] [10de:1e02] (rev a1) (prog-if 00 [VGA controller]) | |
Subsystem: NVIDIA Corporation TU102 [TITAN RTX] [10de:12a3] | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
Interrupt: pin A routed to IRQ 133 | |
Region 0: Memory at a4000000 (32-bit, non-prefetchable) [size=16M] | |
Region 1: Memory at 90000000 (64-bit, prefetchable) [size=256M] | |
Region 3: Memory at a0000000 (64-bit, prefetchable) [size=32M] | |
Region 5: I/O ports at 3000 [size=128] | |
Expansion ROM at a5000000 [virtual] [disabled] [size=512K] | |
Capabilities: [60] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold-) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+ | |
Address: 00000000fee003f8 Data: 0000 | |
Capabilities: [78] Express (v2) Legacy Endpoint, MSI 00 | |
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us | |
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ | |
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- | |
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop- FLReset- | |
MaxPayload 128 bytes, MaxReadReq 512 bytes | |
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- | |
LnkCap: Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us | |
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+ | |
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk+ | |
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 2.5GT/s (downgraded), Width x16 (ok) | |
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- | |
DevCap2: Completion Timeout: Range AB, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Via message, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS- | |
AtomicOpsCap: 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled | |
AtomicOpsCtl: ReqEn- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+ | |
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest- | |
Capabilities: [100 v1] Virtual Channel | |
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 | |
Arb: Fixed- WRR32- WRR64- WRR128- | |
Ctrl: ArbSelect=Fixed | |
Status: InProgress- | |
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- | |
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- | |
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff | |
Status: NegoPending- InProgress- | |
Capabilities: [250 v1] Latency Tolerance Reporting | |
Max snoop latency: 34326183936ns | |
Max no snoop latency: 34326183936ns | |
Capabilities: [258 v1] L1 PM Substates | |
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+ | |
PortCommonModeRestoreTime=255us PortTPowerOnTime=10us | |
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1- | |
T_CommonMode=0us LTR1.2_Threshold=0ns | |
L1SubCtl2: T_PwrOn=10us | |
Capabilities: [128 v1] Power Budgeting <?> | |
Capabilities: [420 v2] Advanced Error Reporting | |
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- | |
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ | |
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn- | |
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- | |
HeaderLog: 00000000 00000000 00000000 00000000 | |
Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> | |
Capabilities: [900 v1] Secondary PCI Express | |
LnkCtl3: LnkEquIntrruptEn-, PerformEqu- | |
LaneErrStat: 0 | |
Capabilities: [bb0 v1] Resizable BAR <?> | |
Kernel driver in use: nvidia | |
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia | |
02:00.0 Non-Volatile memory controller [0108]: SK hynix Device [1c5c:1639] (prog-if 02 [NVM Express]) | |
Subsystem: SK hynix Device [1c5c:1639] | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin A routed to IRQ 16 | |
NUMA node: 0 | |
Region 0: Memory at a5300000 (64-bit, non-prefetchable) [size=16K] | |
Region 2: Memory at a5305000 (32-bit, non-prefetchable) [size=4K] | |
Region 3: Memory at a5304000 (32-bit, non-prefetchable) [size=4K] | |
Capabilities: [80] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [90] MSI: Enable- Count=1/16 Maskable+ 64bit+ | |
Address: 0000000000000000 Data: 0000 | |
Masking: 00000000 Pending: 00000000 | |
Capabilities: [b0] MSI-X: Enable+ Count=17 Masked- | |
Vector table: BAR=0 offset=00002000 | |
PBA: BAR=0 offset=00003000 | |
Capabilities: [c0] Express (v2) Endpoint, MSI 00 | |
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited | |
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 75.000W | |
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ | |
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset- | |
MaxPayload 256 bytes, MaxReadReq 512 bytes | |
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend- | |
LnkCap: Port #0, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <64us | |
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ | |
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 8GT/s (ok), Width x4 (ok) | |
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- | |
DevCap2: Completion Timeout: Range B, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, TPHComp-, ExtTPHComp- | |
AtomicOpsCap: 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled | |
AtomicOpsCtl: ReqEn- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+ | |
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest- | |
Capabilities: [100 v2] Advanced Error Reporting | |
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- | |
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn- | |
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- | |
HeaderLog: 04000001 0000000f 02010000 00000000 | |
Capabilities: [150 v1] Device Serial Number 00-00-00-00-00-00-00-00 | |
Capabilities: [160 v1] Power Budgeting <?> | |
Capabilities: [1b8 v1] Latency Tolerance Reporting | |
Max snoop latency: 3145728ns | |
Max no snoop latency: 3145728ns | |
Capabilities: [300 v1] Secondary PCI Express | |
LnkCtl3: LnkEquIntrruptEn-, PerformEqu- | |
LaneErrStat: 0 | |
Capabilities: [400 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> | |
Capabilities: [900 v1] L1 PM Substates | |
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+ | |
PortCommonModeRestoreTime=24us PortTPowerOnTime=50us | |
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1- | |
T_CommonMode=0us LTR1.2_Threshold=81920ns | |
L1SubCtl2: T_PwrOn=50us | |
Kernel driver in use: nvme | |
Kernel modules: nvme | |
03:00.0 Signal processing controller [1180]: Euresys S.A. Device [1805:0802] (rev 05) | |
Subsystem: Euresys S.A. Device [1805:0001] | |
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Interrupt: pin A routed to IRQ 11 | |
Region 0: Memory at a5210000 (32-bit, non-prefetchable) [disabled] [size=64K] | |
Region 1: Memory at a5200000 (32-bit, non-prefetchable) [disabled] [size=64K] | |
Region 2: Memory at a5220000 (32-bit, non-prefetchable) [disabled] [size=8K] | |
Capabilities: [40] Express (v2) Endpoint, MSI 00 | |
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us | |
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 25.000W | |
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- | |
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ FLReset- | |
MaxPayload 256 bytes, MaxReadReq 512 bytes | |
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend- | |
LnkCap: Port #0, Speed 8GT/s, Width x4, ASPM not supported | |
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ | |
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+ | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 8GT/s (ok), Width x4 (ok) | |
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- | |
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, NROPrPrP-, LTR- | |
10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, TPHComp-, ExtTPHComp- | |
AtomicOpsCap: 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled | |
AtomicOpsCtl: ReqEn- | |
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+ | |
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest- | |
Capabilities: [80] Power Management version 3 | |
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [90] MSI-X: Enable- Count=32 Masked- | |
Vector table: BAR=0 offset=00006000 | |
PBA: BAR=0 offset=00007000 | |
Capabilities: [a0] MSI: Enable- Count=1/32 Maskable+ 64bit+ | |
Address: 0000000000000000 Data: 0000 | |
Masking: 00000000 Pending: 00000000 | |
Capabilities: [100 v2] Advanced Error Reporting | |
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- | |
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ | |
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn- | |
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- | |
HeaderLog: 00000000 00000000 00000000 00000000 | |
Capabilities: [148 v1] Alternative Routing-ID Interpretation (ARI) | |
ARICap: MFVC- ACS-, Next Function: 0 | |
ARICtl: MFVC- ACS-, Function Group: 0 | |
Capabilities: [150 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> | |
Capabilities: [180 v1] Secondary PCI Express | |
LnkCtl3: LnkEquIntrruptEn-, PerformEqu- | |
LaneErrStat: 0 | |
05:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10G X550T [8086:1563] (rev 01) | |
Subsystem: Device [1dcf:0314] | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin A routed to IRQ 16 | |
Region 0: Memory at 4000400000 (64-bit, prefetchable) [size=4M] | |
Region 4: Memory at 4000804000 (64-bit, prefetchable) [size=16K] | |
Expansion ROM at 7f800000 [disabled] [size=512K] | |
Capabilities: [40] Power Management version 3 | |
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- | |
Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+ | |
Address: 0000000000000000 Data: 0000 | |
Masking: 00000000 Pending: 00000000 | |
Capabilities: [70] MSI-X: Enable+ Count=64 Masked- | |
Vector table: BAR=4 offset=00000000 | |
PBA: BAR=4 offset=00002000 | |
Capabilities: [a0] Express (v2) Endpoint, MSI 00 | |
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us | |
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W | |
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ | |
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset- | |
MaxPayload 256 bytes, MaxReadReq 512 bytes | |
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend- | |
LnkCap: Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <16us | |
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ | |
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 8GT/s (ok), Width x4 (ok) | |
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- | |
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, TPHComp-, ExtTPHComp- | |
AtomicOpsCap: 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled | |
AtomicOpsCtl: ReqEn- | |
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- | |
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- | |
Compliance De-emphasis: -6dB | |
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+ | |
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest- | |
Capabilities: [100 v2] Advanced Error Reporting | |
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- | |
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ | |
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn- | |
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- | |
HeaderLog: 00000000 00000000 00000000 00000000 | |
Capabilities: [140 v1] Device Serial Number 00-00-c9-ff-ff-00-00-00 | |
Capabilities: [150 v1] Alternative Routing-ID Interpretation (ARI) | |
ARICap: MFVC- ACS-, Next Function: 1 | |
ARICtl: MFVC- ACS-, Function Group: 0 | |
Capabilities: [160 v1] Single Root I/O Virtualization (SR-IOV) | |
IOVCap: Migration-, Interrupt Message Number: 000 | |
IOVCtl: Enable- Migration- Interrupt- MSE- ARIHierarchy+ | |
IOVSta: Migration- | |
Initial VFs: 64, Total VFs: 64, Number of VFs: 0, Function Dependency Link: 00 | |
VF offset: 128, stride: 2, Device ID: 1565 | |
Supported Page Size: 00000553, System Page Size: 00000001 | |
Region 0: Memory at 000000007f900000 (64-bit, non-prefetchable) | |
Region 3: Memory at 000000007fa00000 (64-bit, non-prefetchable) | |
VF Migration: offset: 00000000, BIR: 0 | |
Capabilities: [1a0 v1] Transaction Processing Hints | |
No steering table available | |
Capabilities: [1b0 v1] Access Control Services | |
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- | |
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- | |
Capabilities: [1c0 v1] Latency Tolerance Reporting | |
Max snoop latency: 3145728ns | |
Max no snoop latency: 3145728ns | |
Capabilities: [1d0 v1] Secondary PCI Express | |
LnkCtl3: LnkEquIntrruptEn-, PerformEqu- | |
LaneErrStat: 0 | |
Kernel driver in use: ixgbe | |
Kernel modules: ixgbe | |
05:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10G X550T [8086:1563] (rev 01) | |
Subsystem: Device [1dcf:0314] | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin B routed to IRQ 17 | |
Region 0: Memory at 4000000000 (64-bit, prefetchable) [size=4M] | |
Region 4: Memory at 4000800000 (64-bit, prefetchable) [size=16K] | |
Expansion ROM at 7f880000 [disabled] [size=512K] | |
Capabilities: [40] Power Management version 3 | |
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- | |
Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+ | |
Address: 0000000000000000 Data: 0000 | |
Masking: 00000000 Pending: 00000000 | |
Capabilities: [70] MSI-X: Enable+ Count=64 Masked- | |
Vector table: BAR=4 offset=00000000 | |
PBA: BAR=4 offset=00002000 | |
Capabilities: [a0] Express (v2) Endpoint, MSI 00 | |
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us | |
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W | |
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ | |
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset- | |
MaxPayload 256 bytes, MaxReadReq 512 bytes | |
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend- | |
LnkCap: Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <16us | |
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ | |
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 8GT/s (ok), Width x4 (ok) | |
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- | |
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+ | |
10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- | |
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- | |
FRS-, TPHComp-, ExtTPHComp- | |
AtomicOpsCap: 32bit- 64bit- 128bitCAS- | |
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled | |
AtomicOpsCtl: ReqEn- | |
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- | |
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- | |
Capabilities: [100 v2] Advanced Error Reporting | |
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- | |
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- | |
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- | |
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ | |
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn- | |
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- | |
HeaderLog: 00000000 00000000 00000000 00000000 | |
Capabilities: [140 v1] Device Serial Number 00-00-c9-ff-ff-00-00-00 | |
Capabilities: [150 v1] Alternative Routing-ID Interpretation (ARI) | |
ARICap: MFVC- ACS-, Next Function: 0 | |
ARICtl: MFVC- ACS-, Function Group: 0 | |
Capabilities: [160 v1] Single Root I/O Virtualization (SR-IOV) | |
IOVCap: Migration-, Interrupt Message Number: 000 | |
IOVCtl: Enable- Migration- Interrupt- MSE- ARIHierarchy- | |
IOVSta: Migration- | |
Initial VFs: 64, Total VFs: 64, Number of VFs: 0, Function Dependency Link: 01 | |
VF offset: 128, stride: 2, Device ID: 1565 | |
Supported Page Size: 00000553, System Page Size: 00000001 | |
Region 0: Memory at 000000007fb00000 (64-bit, non-prefetchable) | |
Region 3: Memory at 000000007fc00000 (64-bit, non-prefetchable) | |
VF Migration: offset: 00000000, BIR: 0 | |
Capabilities: [1a0 v1] Transaction Processing Hints | |
No steering table available | |
Capabilities: [1b0 v1] Access Control Services | |
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- | |
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- | |
Kernel driver in use: ixgbe | |
Kernel modules: ixgbe | |
07:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 04) (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 64 bytes | |
Interrupt: pin A routed to IRQ 5 | |
Bus: primary=07, secondary=08, subordinate=08, sec-latency=32 | |
I/O behind bridge: [disabled] | |
Memory behind bridge: [disabled] | |
Prefetchable memory behind bridge: [disabled] | |
Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- | |
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ | |
Address: 0000000000000000 Data: 0000 | |
Capabilities: [78] Power Management version 3 | |
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- | |
Capabilities: [80] Express (v1) PCI-Express to PCI/PCI-X Bridge, MSI 00 | |
DevCap: MaxPayload 128 bytes, PhantFunc 0 | |
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 10.000W | |
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- | |
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry- | |
MaxPayload 128 bytes, MaxReadReq 512 bytes | |
DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq- AuxPwr- TransPend- | |
LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us | |
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp- | |
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk- | |
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- | |
LnkSta: Speed 2.5GT/s (ok), Width x1 (ok) | |
TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- | |
Capabilities: [c0] Subsystem: Device [0000:0000] | |
Capabilities: [100 v1] Virtual Channel | |
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 | |
Arb: Fixed- WRR32- WRR64- WRR128- | |
Ctrl: ArbSelect=Fixed | |
Status: InProgress- | |
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- | |
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- | |
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff | |
Status: NegoPending- InProgress- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment