Ysurac / openmptcprouter

OpenMPTCProuter is an open source solution to aggregate multiple internet connections using Multipath TCP (MPTCP) on OpenWrt
https://www.openmptcprouter.com/
GNU General Public License v3.0
1.85k stars 266 forks source link

Intel I225-V driver and MacVLAN #2294

Closed realspast closed 2 years ago

realspast commented 2 years ago

Please add support for Intel I225-V (kmod-igc) and working MacVLAN on these NIC's.

antonioscarpino commented 2 years ago

I think it's a good thing since many board are based on this chip

antonioscarpino commented 2 years ago

I solved the problem by installing the kmod-igc module manually.

opkg update opkg install kmod-igc

of course I was connected through a USB Nic recognized by Openmtcp to the Internet

realspast commented 2 years ago

I did it exactly like that but MacVLAN doesnt't work for me. Have you tried it?

Antonio Scarpino @.***> schrieb am Di., 24. Mai 2022, 18:17:

I solved the problem by installing the kmod-igc module manually.

opkg update opkg install kmod-igc

of course I was connected through a USB Nic recognized by Openmtcp to the Internet

— Reply to this email directly, view it on GitHub https://github.com/Ysurac/openmptcprouter/issues/2294#issuecomment-1136131104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYGS2UAYOW757N3LWIJPDA3VLT6K7ANCNFSM5QTZ55QQ . You are receiving this because you authored the thread.Message ID: @.***>

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days

ioogithub commented 2 years ago

@realspast, @antonioscarpino : Did you guys also have to use the 5.15 kernel or does the regular image with with this driver?