Hi Nicco,
please add the attached patch to the next kernel - it makes the E2400 network chip found in quite a few recent notebooks work.

thanks
bero
--- 4.1.18-nicco1/patches/add-E2400-to-alx.patch.omv~	2016-03-03 16:25:29.251815507 +0100
+++ 4.1.18-nicco1/patches/add-E2400-to-alx.patch	2016-03-03 16:25:24.148801692 +0100
@@ -0,0 +1,20 @@
+--- linux-4.1/drivers/net/ethernet/atheros/alx/main.c.omv~	2016-03-03 16:22:20.191359503 +0100
++++ linux-4.1/drivers/net/ethernet/atheros/alx/main.c	2016-03-03 16:23:57.330578643 +0100
+@@ -1538,6 +1538,7 @@ static const struct pci_device_id alx_pc
+ 	  .driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
+ 	{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8171) },
+ 	{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8172) },
++	{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_E2400) },
+ 	{}
+ };
+ 
+--- linux-4.1/drivers/net/ethernet/atheros/alx/reg.h.omv~	2016-03-03 16:23:10.510468653 +0100
++++ linux-4.1/drivers/net/ethernet/atheros/alx/reg.h	2016-03-03 16:23:52.412566732 +0100
+@@ -40,6 +40,7 @@
+ #define ALX_DEV_ID_AR8162				0x1090
+ #define ALX_DEV_ID_AR8171				0x10A1
+ #define ALX_DEV_ID_AR8172				0x10A0
++#define ALX_DEV_ID_E2400				0xE0A1
+ 
+ /* rev definition,
+  * bit(0): with xD support
--- 4.1.18-nicco1/patches/series.omv~	2016-03-03 15:40:41.786093259 +0100
+++ 4.1.18-nicco1/patches/series	2016-03-03 16:25:16.142780167 +0100
@@ -257,6 +257,9 @@ net-wireless-ath-ath10k-clear-htt.freq.p
 # rtlwifi boot fix
 net-wireless-rtlwifi-rtl8821ae-Fix-lockups-on-boot.patch
 
+# Add E2400 PCI ID to the ALX network driver
+add-E2400-to-alx.patch
+
 ###
 ### Platform drivers
 ###
_______________________________________________
OM-Cooker mailing list
[email protected]
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org

Reply via email to