update README.md

Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
Jim Ma 2022-11-09 15:22:12 +00:00
parent 76c8e63747
commit 6f2fdaaf39

View File

@ -2,12 +2,26 @@
> Backport from Linux Kernel v5.12, commit: https://github.com/torvalds/linux/commit/9f4ad9e425a1d3b6a34617b8ea226d56a119a717 > Backport from Linux Kernel v5.12, commit: https://github.com/torvalds/linux/commit/9f4ad9e425a1d3b6a34617b8ea226d56a119a717
## Compatible devices&NICs list
Not all i225/i226 NIC is working.
My device is UGREEN DX4600 with i225v b3, the igc driver is working normally.
If this igc driver is compatible with your devices, you can reply in [this issue](https://github.com/jim3ma/synology-igc/issues/3).
| Device Name | NIC version | Ports |
| --- | --- | --- |
| UGREEN DX4600 | i225v b3 | 2 |
| ROG MAXIMUS XIII HERO | i225v b3 | 2 |
## Prebuild module ## Prebuild module
https://github.com/fbelavenuto/arpl-modules Download from https://github.com/fbelavenuto/arpl-modules
Eg: https://github.com/fbelavenuto/arpl-modules/blob/main/geminilake-4.4.180/igc.ko Eg: https://github.com/fbelavenuto/arpl-modules/blob/main/geminilake-4.4.180/igc.ko
Follow load module action: https://github.com/jim3ma/synology-igc#3-load-module
## Build ## Build
### 1. Setup develop environment ### 1. Setup develop environment