Skip to content

Commit a2517ec

Browse files
committed
Issue #364: Innodisk EGPL-T101 add test results.
1 parent 5068c92 commit a2517ec

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

_cards_network/innodisk-egpl-t101.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,33 @@ layout: card
33
title: "Innodisk EGPL-T101"
44
picture: "/images/network-innodisk-egpl-t101.jpg"
55
functionality_cm4: "Currently Testing"
6-
functionality_pi5: "Currently Testing"
6+
functionality_pi5: "Full"
77
driver_required: "Yes"
88
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/364"
99
buy_link: https://www.innodisk.com/en/products/embedded-peripheral/communication/egpl-t101
1010
videos: []
1111
---
12-
The Innodisk EGPL-T101 is a 10 GbE M.2 adapter in a tiny form factor. It has an Aquantia chip inside, and should be well supported under Linux. See [GitHub issue](https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/364) for more information and updates on testing.
12+
The Innodisk EGPL-T101 is a 10 GbE M.2 adapter in a tiny 2280 form factor. It has an Aquantia chip inside, and is well supported under Linux.
13+
14+
To get it to work with Pi OS, you need to compile a custom Linux kernel following Raspberry Pi's instructions, and select the Aquantia drivers with `make menuconfig` before building:
15+
16+
```
17+
Device Drivers
18+
> Network device support
19+
> PHY Device support and infrastructure
20+
> Aquantia PHYs
21+
22+
Device Drivers
23+
> Network device support
24+
> Ethernet driver support
25+
> aQuantia devices
26+
> aQuantia AQtion(tm) Support
27+
```
28+
29+
This card gets around 6 Gbps up and down when using PCIe Gen 3 speeds. To enable that speed on a Pi 5, edit `/boot/firmware/config.txt` and add:
30+
31+
```
32+
dtparam=pciex1_gen=3
33+
```
34+
35+
Then reboot your Pi.

0 commit comments

Comments
 (0)