[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 12,201 03-Oct-2020, 11:06 AM
Last Post: emptor
  No Network Interface on Raspberry Pi vf4fe 11 5,389 05-Apr-2020, 06:25 PM
Last Post: agent_kith
  Trouble saving network configuration in Snakeoil 1.1.8 seafoodlover 6 2,580 05-Mar-2020, 03:57 PM
Last Post: agent_kith
  Jriver Media Center 23 Not receiving sound card diepgs 6 3,651 27-May-2019, 09:46 AM
Last Post: diepgs
  [SOLVEDAdding a usb network port, how to get it to work frednork 21 10,056 19-Apr-2019, 03:43 PM
Last Post: agent_kith



Users browsing this thread:
3 Guest(s)

[-]
Our Sponsors

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

Username/Email:


Password:





[-]
Latest Threads
Howto setup resampling in Logitech Media...
Last Post: Coacharnold
18-Nov-2024 12:06 AM
» Replies: 7
» Views: 5802
Dropping Measurements, Hello High-End.
Last Post: agent_kith
26-Oct-2024 09:02 AM
» Replies: 12
» Views: 448
Very happy to have Sankeoil......! mpd w...
Last Post: run51
24-Oct-2024 05:35 AM
» Replies: 9
» Views: 1680
SO no soundcard detected - RPI Pi4 snake...
Last Post: run51
21-Oct-2024 10:55 PM
» Replies: 4
» Views: 107
download
Last Post: Snoopy8
19-Oct-2024 05:52 AM
» Replies: 1
» Views: 108
Full proces to instal snakeiol 100% work...
Last Post: audioluthier
11-Oct-2024 02:32 AM
» Replies: 9
» Views: 338
A network protocol designed for CAS
Last Post: hkphantomgtr
10-Oct-2024 09:48 PM
» Replies: 0
» Views: 87
CAS with "Single Core"
Last Post: hkphantomgtr
06-Oct-2024 08:32 AM
» Replies: 2
» Views: 118
MPD player not working
Last Post: Snoopy8
27-Sep-2024 11:54 AM
» Replies: 7
» Views: 220
LMS playing DFF files sampling rate
Last Post: Snoopy8
16-Sep-2024 07:45 PM
» Replies: 5
» Views: 157

[-]
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.