Questions tagged [pci-x]

For questions regarding PCI-X (Peripheral Component Interconnect Extended) buses and adapters, not PCI-Express.

PCI-X is an enhancement to the 64-bit PCI bus. PCI-X devices operate at one of the following clock speeds: 66 Mhz, 133 Mhz, 266 Mhz, or 533 Mhz. PCI-X is backwards compatible and can run at slower speeds. Therefore, you can plug a PCI-X adapter into a PCI slot and it runs at a potentially slower PCI speed.

References

10 questions
9
votes
1 answer

I have a 3.3 Volt PCI ethernet card working on a 5 Volt PCI slot. How is it possible?

This is the design for PCI slots: As you can see, there are 32/64 bits and 3.3/5 Volts. For what I know: 32 bits PCI cards can work in 64 bits slots of the same voltage. 64 bits PCI cards can work in 32 bits slots of the same voltage. I don't…
8
votes
3 answers

Is it possible to put a PCI-X card in a PCI slot?

By this, I mean is it possible to put a PCI-X card in a PCI slot? I heard from someone (who deals with servers all the time) that this is the case, however I may have misheard. Also, the card DOES fit, I'm wondering if they're electrically…
Eli
  • 880
5
votes
1 answer

Searching for a PCI standalone System

For a research project, I would like to have a PCI(e) card which is a full standalone system (own CPU, memory, sata bus, network interface, etc..) running Linux, but which can be deployed on another host system to its PCI(e) bus and read the memory…
3
votes
1 answer

What is this strange slightly-longer PCI slot?

This is a picture of the board out of a Dell Optiplex 980, the board's part number being D441T: link to image The board clearly has two PCIe x16 slots (though one is wired with just four lanes, apparently), one PCIe x1 slot in the front (for a…
2
votes
0 answers

same pci bus address for pci slot and on board ethernet port?

The pci slot address shown is same as the one shown for on board ethernet card. There is a conflict. Not sure how to resolve it. Various command output are dmidecode -t 9 | grep 'Bus Address' Bus Address: 0000:08:00.0 Bus Address:…
1
vote
0 answers

How to connect Ultrium 460 tape drive? (Ultra320 SCSI)

I have the opportunity to get, for nothing, an Ultrium 460 tape drive, and LOTS of tapes, which would give me enormous amounts of storage space to frivolously use on nothing at all. The problem is that it's a dual channel SCSI interface device that…
Nick
  • 21
1
vote
1 answer

Is a 6 pin PCI-X power connector safe to use on a card that only requires 5 pins?

I know that on a 6 pin PCI-X power connector the spec says pin 2 can be disconnected. It is another 12v pin like pins 1 & 3. If my graphics card only requires a 5 pin connector, is it still safe to use a 6 pin?
Guy
  • 13
1
vote
2 answers

Can a PCI-X card be used in a PCI-E slot?

Does anyone know if a PCI-X card can be used in a PCI-E slot?
Sandra
  • 2,733
1
vote
2 answers

Is there a way to convert PCIe (PCI Express) to PCI-X?

I have a part that outputs PCI-X. My motherboard only takes PCIe (PCI Express). I was wondering if there is a way to convert PCIe (PCI Express) to PCI-X?
0
votes
1 answer

What PCI Bus ID is 0x1?

I need to find what is connected at Bus id 0x1. On Linux doing lspci I got the bus ids in a different format such as 00:01.0. I guess these are same, just x is used instead of ':' in the first instance. Meaning Bus Id 0x1=00:01.0. Am I right? If not…