[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 9,717 03-Oct-2020, 11:06 AM
Last Post: emptor
  No Network Interface on Raspberry Pi vf4fe 11 4,016 05-Apr-2020, 06:25 PM
Last Post: agent_kith
  Trouble saving network configuration in Snakeoil 1.1.8 seafoodlover 6 1,975 05-Mar-2020, 03:57 PM
Last Post: agent_kith
  Jriver Media Center 23 Not receiving sound card diepgs 6 2,829 27-May-2019, 09:46 AM
Last Post: diepgs
  [SOLVEDAdding a usb network port, how to get it to work frednork 21 7,486 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
ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
Last Post: agent_kith
26-Mar-2024 12:04 PM
» Replies: 13
» Views: 612
LMS Upgrade ?
Last Post: uglymusic
15-Mar-2024 09:14 PM
» Replies: 7
» Views: 149
Squeezebox shutdown
Last Post: TripleX
13-Mar-2024 07:34 AM
» Replies: 4
» Views: 69
MP3 Not Playing
Last Post: Coacharnold
10-Mar-2024 10:25 AM
» Replies: 3
» Views: 52
Fail to install myMPD
Last Post: hkphantomgtr
03-Mar-2024 08:45 PM
» Replies: 9
» Views: 195
Intel HFI Driver Can "Save Tons Of CPU C...
Last Post: hkphantomgtr
28-Feb-2024 09:15 PM
» Replies: 0
» Views: 41
Announcing Snakeoil Measurements 1.3.0
Last Post: agent_kith
26-Feb-2024 10:02 PM
» Replies: 94
» Views: 4137
More Problems with Squeezelite in 1.3
Last Post: Coacharnold
17-Feb-2024 09:47 PM
» Replies: 2
» Views: 69
Snakeoil Music server & Snakeoil its own...
Last Post: Snoopy8
17-Feb-2024 11:20 AM
» Replies: 8
» Views: 364
RoonBridge (64 bit only)
Last Post: scrarfussi
15-Feb-2024 08:26 PM
» Replies: 3
» Views: 4123

[-]
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-2024. Theme © Melroy van den Berg.