0
votes
1answer
66 views

Detect PCI vs. PCI-E - linux shell

I have remote access to a computer, and I need to find out what kind of expansion slots is has, if they are PCI, or PCI-E, or something else. How can I do this from a shell? What commands are there ...
4
votes
1answer
275 views

Is it possible to power off a PCIe video card/slot? (eg. hot-plug)

I'm looking at building a system that supports VT-d so I can pass through a high powered loud video card to a Xen/KVM/whatever VM (host will be Linux based). However, when I'm not using the VM I want ...
1
vote
0answers
375 views

How to Reset a mini-PCIe Card without Rebooting (Linux)

First, some context. Fed up with my old netbook stuttering with 720p videos and flash content all the time, I decided to look around for a solution. Finally I decided on CrystalHD, a video decoder ...
0
votes
1answer
326 views

Sim card reader + Linux +MC8705

I am looking at using the PCI-E MC8705 from Sierra Wireless in FIT-PC2. The MC8705 does not have a sim card slot, but rather expects there to be a USIM card interface. Are there linux drivers for ...
2
votes
2answers
174 views

What do the different /proc/bus/pci/0x directories represent?

What do the different /proc/bus/pci/0x directories represent? Do they represent the different PCI/PCI-E sockets on a board? If I have one mini pci and 2 PCI-E sockets on my board, should I be seeing ...
0
votes
1answer
262 views

Linux PCIE Physical Bus Address

I am working on designing a custom PCIexpress card. I am trying to write a kernel module that will DMA my custom card. Right now when i plug the card into linux no valid PCI device shows up (meaning ...
4
votes
3answers
937 views

How to check whether my PC supports PCI Express

I'm trying to figure out whether my system supports PCI Express without opening up the box. lspci doesn't mention "Express" or "PCI-e" anywhere, but dmesg reports that a "PCI Express Hot Plug ...