How do I fit a network card with a physical x4 slot into an x1 slot?
-
Am I correct in understanding that the card will run at PCIe gen 3 X1 if I do this?
Correct. The situation you described in the original post would result in Gen 3 x1 speeds.
The interface will always default to the fastest standard that both sides can support. If one is gen 2 and the other is gen 4, gen 2 is the highest that can be supported. If one side is x8 and the other is x4, x4 is the highest that can be supported. In this specific case, if you put a Gen 2 x8 in a Gen 4 x1 slot, you will get a Gen 2 x1 link.
Alright thanks
-
No, just a USB network adapter.
Yeah, going along these lines. There is probably a USB header on the motherboard. These have pretty darn good speeds. You can get an adapter that lets you turn those into a USB-C port and then use a standard USB-C to Ethernet adapter. Something like this.
-
It doesn't need that kind of bandwidth. 6 gigabit ports cannot saturate pcie gen 3 x1 in terms of bandwidth anyway.
What do I do if the card is PCIe gen 2 x8 though?
Potentially the same thing, assuming PCIe 2 x1 provides enough bandwidth.
-
How would I do it then? The card doesn't exactly need PCIE gen 3 X4, at the most it needs PCIE Gen 3 X2 == PCIE Gen 4 X1 in terms of bandwidth.
In terms of physical connections you've said that the card needs the x4. Not sure what there is to say further.
Can't get a 30 cm ruler into a 15 cm pencil case.
Maybe I've totally misunderstood your post.
-
In terms of physical connections you've said that the card needs the x4. Not sure what there is to say further.
Can't get a 30 cm ruler into a 15 cm pencil case.
Maybe I've totally misunderstood your post.
This is false when it comes to me to PCIe, as mentioned elsewhere in this thread.
Most motherboards have cutouts on one end of the PCIe x1/x4 slots, for exactly this situation. If not, and you want to be adventurous, you can cut the plastic of the slot and it’ll work fine.
If the card is PCIe 3.0 x4, and the slot is PCIe 4.0 x1, the card will run at PCIe 3.0 x1. But it’ll work.
-
This is false when it comes to me to PCIe, as mentioned elsewhere in this thread.
Most motherboards have cutouts on one end of the PCIe x1/x4 slots, for exactly this situation. If not, and you want to be adventurous, you can cut the plastic of the slot and it’ll work fine.
If the card is PCIe 3.0 x4, and the slot is PCIe 4.0 x1, the card will run at PCIe 3.0 x1. But it’ll work.
Up voted
I stand corrected. Thanks for the heads up..
Really wasn't expecting that.Apologies to OP. I don't know how to reference users: marauding_gibberish142@lemmybdzero
-
If you don't want to risk modifying the slot, try one of the cheap PCIe risers on amazon and send it back if it doesn't work. You will need a case with a couple of extra slots under the motherboard in order to fit the riser in there though.
It will run slower, but that probably won't be an issue unless you plan to max out all 4 ports simultaneously.
I did this but buying these on Amazon is scary. Try to find one that won't burn your house down.
-
I did this but buying these on Amazon is scary. Try to find one that won't burn your house down.
Yeah, I definitely wouldn't recommend putting something power hungry like a GPU in one of these. A NIC will be fine though.
-
Potentially the same thing, assuming PCIe 2 x1 provides enough bandwidth.
Pcie 2.0x1 would have a theoretical max of 4gbit/s so it would probably only handle 3.5 gigabit of connections simultaneously.
-
There's another situation. There are older (and cheaper cards) which are PCIe gen 2 x8. Unfortunately, pcie gen 2 x1 is not going to suffice. What would I have to do to get this older kind of card to work? Do you have any reliable PCIe x1 to x16 risers in mind?
I think you're missing the point of a riser. I'd the motherboard only has a 3.0x1 port, plugging in an x16 riser means it'll still only be x1 electrically, but it can physically fit larger cards. If the back of the slot is open already there not much point of using a riser since you can physically fit larger cards already
-
Yeah, I definitely wouldn't recommend putting something power hungry like a GPU in one of these. A NIC will be fine though.
The ones on Amazon are intended to run GPUs for crypto farms, but they're all brands you've never heard of with dubious claims and they've all got at least one review where either the device was defective or something was installed incorrectly and it caused damages.
-
I think you're missing the point of a riser. I'd the motherboard only has a 3.0x1 port, plugging in an x16 riser means it'll still only be x1 electrically, but it can physically fit larger cards. If the back of the slot is open already there not much point of using a riser since you can physically fit larger cards already
My board has PCIe gen 4 x1, but unfortunately there's a really cheap card with 6 ethernet ports but PCIe gen 2
-
I think you're missing the point of a riser. I'd the motherboard only has a 3.0x1 port, plugging in an x16 riser means it'll still only be x1 electrically, but it can physically fit larger cards. If the back of the slot is open already there not much point of using a riser since you can physically fit larger cards already
My board has PCIe gen 4 x1, but unfortunately there's a really cheap card with 6 ethernet ports but PCIe gen 2 X8
-
My board has PCIe gen 4 x1, but unfortunately there's a really cheap card with 6 ethernet ports but PCIe gen 2 X8
You can probably use it, but you will not get full throughput on all the ports at the same time. 3.5/6 max real world.
My advice, get a cheap pcie4 10g nic and a 10g switch with multiple ports, but idk what you're trying to do.
-
You can probably use it, but you will not get full throughput on all the ports at the same time. 3.5/6 max real world.
My advice, get a cheap pcie4 10g nic and a 10g switch with multiple ports, but idk what you're trying to do.
I'm trying to create a router + switch combo. I know bonding over CPU is considered a bad idea but I don't want to run a proprietary OS on my switch to get VLANs. I'd rather run an OpenBSD VM and do everything in it.
This might delve into some networking, but if you can bear with me:
Whilst I like the idea of VLANs, I don't like running proprietary firmware on my devices. Which means a regular L2+/L3 switch is not going to cut it. But I'm starting to wonder if I can just use Veths and subnetting to segregate traffic between different machines on my network?
Using your example, can I do:
PC (router) -> 10Gbe port (3 Veths) -> switch -> three different machines on different subnets?
Can I prevent the three machines from talking to each other directly through the switch if I put them in different subnets? Sorry for my lousy networking knowledge, it's been a while.
-
I'm trying to create a router + switch combo. I know bonding over CPU is considered a bad idea but I don't want to run a proprietary OS on my switch to get VLANs. I'd rather run an OpenBSD VM and do everything in it.
This might delve into some networking, but if you can bear with me:
Whilst I like the idea of VLANs, I don't like running proprietary firmware on my devices. Which means a regular L2+/L3 switch is not going to cut it. But I'm starting to wonder if I can just use Veths and subnetting to segregate traffic between different machines on my network?
Using your example, can I do:
PC (router) -> 10Gbe port (3 Veths) -> switch -> three different machines on different subnets?
Can I prevent the three machines from talking to each other directly through the switch if I put them in different subnets? Sorry for my lousy networking knowledge, it's been a while.
Yeah a cheap switch probably wouldn't cut it. You'd need a more expensive managed switch to do segregated vlans, which would balloon the budget.
Not sure on veth segregation, but you could probably try with equipment you already have (onboard nic w/ veths > unmanaged gbit switch)
I've been looking at the open banana pi router since it has openwrt (debian/Ubuntu too). I think I'm going to wait and hope they put more multi-gig ports on next one tho.
-
I'm looking at quad port 2.5Gbe Intel PCIe cards. These cards seem to be mostly x4 physically (usually PCIe gen 3) whilst I have a PCIe Gen4 X1 slot, which is more the theoretical bandwidth that the card can support.
How do I fit the card into a PCIe x1 slot? Won't it lose performance if all the pins are not connected to the physical PCIe connector? Is there a PCIe x1 riser that the community likes that is somewhat affordable?
Thanks
Get a slot adapter first, to male sure your use case works before doing the physical mods others are talking about
-
I'm looking at quad port 2.5Gbe Intel PCIe cards. These cards seem to be mostly x4 physically (usually PCIe gen 3) whilst I have a PCIe Gen4 X1 slot, which is more the theoretical bandwidth that the card can support.
How do I fit the card into a PCIe x1 slot? Won't it lose performance if all the pins are not connected to the physical PCIe connector? Is there a PCIe x1 riser that the community likes that is somewhat affordable?
Thanks
Yea you may lose performance or may not, depends how the chip works on the actual pcie card. (Even if the slot has more than enough bandwidth at x1)
You can easily do a performance test after plugging it in though. Typically even an x8 interface will work with just x1 pcie connectors just slower. Even if that x1 interface is several generations later and has more bandwidth than that x8 needs lol
some ramblings of why just having the physical slots doesn't always mean ___ can be found on this completely unrelated repo: https://github.com/magic-blue-smoke/Dual-Edge-TPU-Adapter (might be in an issue thread too unfortunately but he has more info here on how bandwidth works at that level than any other sites)
-