Questions tagged [pci]

Peripheral Component Interconnect

Connector on a motherboard to plug in cards to extend the functionality of a computer.

enter image description here

67 questions
14
votes
1 answer

finding PCIe lanes in linux

I have a PCIe (ver 2) linux system. I want to find out how many PCIe lanes were negotiated and are being used between my device and the host controller . (I do not know how many lanes my device supports or how many lanes the slot has)
MK.
  • 285
  • 2
  • 5
14
votes
2 answers

How to find out PCI version information in linux

How can I find out which PCI version (2.0 , 2.3) are supported by the motherboard - even for slots which do not have any cards connected to them. lspci -vvv does not seem to show information for PCI slots without cards.
freddie
  • 141
  • 1
  • 1
  • 3
11
votes
4 answers

How Many Ethernet Ports Can I Plug into a Single Computer

Given the fact there are Quad ports PCI/PCI express cards out there, I wonder how many of them (x4) can I plug into a single server? Perhaps the capacity bottleneck is the PCI bus, but I am not familiar with how to calculate that.
Tzury Bar Yochay
  • 717
  • 11
  • 24
7
votes
1 answer

PSTools psexec and PCI

I am just wondering if anyone knows of any reason why using psexec would cause the failure of a PCI DSS audit. I have never been able to find information, though have always been told that it can't be used by administrators on anything in the CDE,…
89okl
  • 73
  • 2
6
votes
5 answers

What fiber optic network interface card do I need for a WAN connection

I'm thinking on building my own (micro-atx) router for business and personal projects at home. My question is what kind of network card do I need to receive the fiber optic connection? I'm currently using the router my ISP provides me but I want to…
Chazy Chaz
  • 329
  • 1
  • 5
  • 15
6
votes
6 answers

Problems with my poweredge 2970

The company I work for just bought 3 PowerEdge 2970 servers and they all have the same problem. Is this server worth buying or are the problems that come with it make it not worth it? Are there alot of issues with using an AMD processors (it's an…
yan bellavance
  • 243
  • 1
  • 4
  • 12
5
votes
0 answers

Cannot remove 'Server' header with request filtering

I need to remove the 'Server' header from all http requests coming to my IIS site due to PCI DSS scanning restrictions. I am running the latest version of Windows Server 2016 using the latest version of IIS 10. The IIS Request Filtering role is…
caesay
  • 295
  • 1
  • 3
  • 9
5
votes
4 answers

dell poweredge pcie training error, what to do?

After telling the server to reboot, it is now displaying an “PCle training error: Internal Storage Slot” Then the next line was “System Halted!”. It will not boot. Recently a failed scsi hot swap drive was replaced, but it rebuilt fine and has…
Scott Szretter
  • 1,860
  • 11
  • 42
  • 66
4
votes
0 answers

How to get PCI Tx/Rx byte counters?

I know how to read statistics about the configured network interfaces, for example via cat /proc/net/dev. Is there a way to read similar byte counters of PCI or PCIe traffic? Apparently, according to…
perde
  • 41
  • 2
4
votes
0 answers

NVIDIA QUADRO M4000 vGPU - ESXI 6.0.3 - GPU Passthrough

I'm trying to do a GPU passthrough to a vm (2008 64bit r2) ESXI 6.0.3. After the GPU passthrough and installing the NVidia drivers. I have disabled the VMWARE SVGA. Now in the device manager it shows only the Quadro M4000 enabled with the VMWARE…
user75464
  • 183
  • 7
4
votes
1 answer

lspci "Memory at..." vs /proc/bus/pci/devices BAR address

I have a userspace application that I use to write to the registers of a pci device. It takes the base memory address of the device as an argument. Instead of looking this up via lspci on each platform, I wanted to write a bash script to use the…
Tanner
  • 141
  • 1
  • 7
4
votes
1 answer

Does PCI for IA64 architecture require a different kind of PCI card or just a different kind of a driver?

I have a machine that is IA64 and it has a spot for PCI cards in it. I was wondering if the PCI cards in it can be just regular PCI cards, or if they have to be PCI cards that were built specifically to work with an IA64 architecture?
leeand00
  • 4,807
  • 13
  • 64
  • 106
4
votes
1 answer

Predictable Network Interface Names

So, I've been looking into this systemd "Predictable Network Interface Names" for quite some time and got some understanding on how it works, but I can't for the love of Thor figure out the naming scheme with enpXsY, I know that it's supposed to…
3
votes
0 answers

Cannot balance eth0 IRQs across CPUs

I have servers which deal with a large number of network packets. I've seen evidence that user space processes running on CPU0 have their performance impacted when network load is high. I'm fairly sure this relates to interrupt handling,…
3
votes
0 answers

KVM NIC passthrough "device already in use"

I have a server with 2 NICs 01:00.0 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01) 01:00.1 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01) and i want to assign…
Kaminek
  • 31
  • 4
1
2 3 4 5