Jump to content
XPEnology Community

E2500 killer lan


siri_uk

Recommended Posts

Hi guys, 

 

I'm using a PCI-e Intel nic at the moment that's working fine, my motherboard had a killer networks e2500 killer networks lan that I'd like to get working, are the any extra drivers available? I'm running DSM 6.2.4 using tinycore-redpill loader. 

 

TIA

Link to comment
Share on other sites

On 4/13/2022 at 8:39 AM, siri_uk said:

I'm running DSM 6.2.4 using tinycore-redpill loader. 

you could try the modded alx driver from the latest extra.lzma for 6.2.3, kernel code in network area is usually not changed by synology so i guess it should still work

 

patching that into kernel source 4.4 was simple, there is already support for E2400 and it only need minor changes right below that E2400 stuff

atheros, alx:


 

reg.h

#define ALX_DEV_ID_E2500                0xe0b1


main.c

    { PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_E2500),
      .driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...