[SOLVED] i219-lm network card does't work
#1
I tried to use small dell optiplex micro which have i219-lm network card
that card is supported by the e1000e module but i fond issue: 
[ 1.216090] e1000e 0000:00:1f.6: The NVM Checksum Is Not Valid
which need correct sources & rebuild kernel
 
Edit nvm.c, function e1000e_validate_nvm_checksum_generic (line 563) to:s32 e1000e_validate_nvm_checksum_generic(struct e1000_hw *hw)
{
[font] /*

s32 ret_val;
u16 checksum = 0;
u16 i, nvm_data;


for (i = 0; i < (NVM_CHECKSUM_REG + 1); i++) {
ret_val = e1000_read_nvm(hw, i, 1, &nvm_data);
if (ret_val) {
e_dbg("NVM Read Error\n");
return ret_val;
}
checksum += nvm_data;
}


if (checksum != (u16)NVM_SUM) {
e_dbg("NVM Checksum Invalid\n");
return -E1000_ERR_NVM;
}
[font] */[/font]
[/font]
Reply

#2
It'd be interesting to see if this will bring any audio improvements to all E1000e NICs in general too as this is can be seen as an improvement tweak) :think: . But I think this is NVM (Non Volatile Memory) is only accessed once on bootup so perhaps it's not going ito be a SQ improvement.

What DAC are you using? Let me know that I'd do design a custom kernel for this (Hopefully later this evening AWST time).
Snakeoil Operating System - Music, your way!
Reply

#3
i use diy DAC with Amanero USB
but i work with HW and i have possibility to try different platform so Intel HD embedded is also interesting for me 

i'm nor sure NVM is the root of problem, i fond in google same problem and solution.
True is that i219-lm do not work with different linux distribution & Snakeoil-OS too.
Reply

#4
Try the kernel in this thread: link

Download the i219 kernel listed in the thread. Let me know how it goes.
Snakeoil Operating System - Music, your way!
Reply

#5
No.
still don't work
Uncaimed
no eth0 device
i replaced vmlinux file on installation flash and checked kernel uname -a 
this may help:
https://sourceforge.net/projects/e1000/f...e/3.4.0.2/
Reply

#6
Wow. How new is this i219 card? I'd see if I can get this working, and will let you know in a couple of days when I have a working kernel.
Snakeoil Operating System - Music, your way!
Reply

#7
it is embedded cart in dell optiplex 7050 micro (2017)
Thank you
Reply

#8
Got caught up with some other stuffs past 2 days so didn't have time to try to compile the new e1000e. Hopefully will do so tonight. Will let you know when i have something. apologies for the delay.
Snakeoil Operating System - Music, your way!
Reply

#9
Nup. this new e1000e can't be compiled with the current kernel we're using..

I'm going to try a newer RT kernel and see how it goes.. will let you know when I have one ready (probably take a couple of days).
Snakeoil Operating System - Music, your way!
Reply

#10
Thank you.
New HW is always a problem :(
I hope newer RT kernel will add sound quality.
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  [SOLVEDCannot install SnakeOil on Intel NUC 8i5BEH, no network Snoopy8 25 13,560 03-Oct-2020, 11:06 AM
Last Post: emptor
  No Network Interface on Raspberry Pi vf4fe 11 6,045 05-Apr-2020, 06:25 PM
Last Post: agent_kith
  Trouble saving network configuration in Snakeoil 1.1.8 seafoodlover 6 2,912 05-Mar-2020, 03:57 PM
Last Post: agent_kith
  Jriver Media Center 23 Not receiving sound card diepgs 6 4,052 27-May-2019, 09:46 AM
Last Post: diepgs
  [SOLVEDAdding a usb network port, how to get it to work frednork 21 11,310 19-Apr-2019, 03:43 PM
Last Post: agent_kith



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
Today 01:34 PM
» Replies: 9
» Views: 152
Music Library and SSD
Last Post: Huey
Today 05:01 AM
» Replies: 2
» Views: 47
new install issues
Last Post: rrunner
Today 01:13 AM
» Replies: 24
» Views: 480
Snakeoil 1.4.3 (High End U3)
Last Post: Amph
Yesterday 09:13 PM
» Replies: 63
» Views: 2476
Snakeoil 1.4.0 (High End)
Last Post: uglymusic
Yesterday 08:51 PM
» Replies: 72
» Views: 6047
Work In Progress: 1.4.4
Last Post: agent_kith
Yesterday 08:43 AM
» Replies: 29
» Views: 764
upmpdcli unable to start
Last Post: Amph
09-May-2025 08:16 PM
» Replies: 7
» Views: 1629
Audirvana
Last Post: hkphantomgtr
09-May-2025 04:01 PM
» Replies: 0
» Views: 27
Snakeoil with Ubuntu Desktop ?
Last Post: agent_kith
08-May-2025 01:36 PM
» Replies: 5
» Views: 82
Tweaks to Do Music Your Way
Last Post: Snoopy8
08-May-2025 01:24 PM
» Replies: 0
» Views: 31

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2025. Theme © Melroy van den Berg.