11-12-2019, 04:30 AM
Just did an LL install on a Win7 box and now we have no ethernet access. Fortunately, we have wifi working on it.
Here's what I got:
I tried googling it, but I couldn't find any simple instructions that work. Intel has a driver here:
https://downloadcenter.intel.com/downloa...duct=55351
but, even with some nix experience, I couldn't follow the instructions. They talk about building an .rpm, but I've been a .deb guy for way too many years.
I tried the instructions here:
https://www.intel.com/content/www/us/en/...ducts.html
Here's what I got:
Does anybody know a simple step by step guide to make this work on LL?
Thank you.
Here's what I got:
Code:
lspci | grep -i ethernet
00:19.0 Ethernet controller: Intel Corporation 82578DC Gigabit Network Connection (rev 06)
I tried googling it, but I couldn't find any simple instructions that work. Intel has a driver here:
https://downloadcenter.intel.com/downloa...duct=55351
but, even with some nix experience, I couldn't follow the instructions. They talk about building an .rpm, but I've been a .deb guy for way too many years.
I tried the instructions here:
https://www.intel.com/content/www/us/en/...ducts.html
Here's what I got:
Code:
root … > Downloads > e1000e-3.6.0 > src make install
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-66-generic'
Building modules, stage 2.
MODPOST 1 modules
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-66-generic'
Copying manpages...
Installing modules...
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-66-generic'
INSTALL /home/diane/Downloads/e1000e-3.6.0/src/e1000e.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 4.15.0-66-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-66-generic'
Running depmod...
Does anybody know a simple step by step guide to make this work on LL?
Thank you.
jerryc, not to be confused with the real Jerry who developed this distro.