[SOLVED]
I'm at a loss right now. Built new PC. Installed Win10 and everything is working fine (posting this from Win10). Got ubuntu up and running with internet working just fine. Not sure what happened but at some point lost my ethernet connection.
Booted into ubuntu no internet. Booted into ubuntu liveCD no internet. Booted into Manjaro liveCD no internet. Bunsenlabs, etc.
Code:blank@blank:~$ ifconfig -a lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:3380 errors:0 dropped:0 overruns:0 frame:0 TX packets:3380 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:249984 (249.9 KB) TX bytes:249984 (249.9 KB)The only thing I did between installing ubuntu and it working just fine and ethernet connection getting borked was update my BIOS for the Asus Prime 270a. Poured through BIOS settings to try and find any LAN conflicts and reset defaults to try and fix. No go. Not sure how or why a BIOS update could screw up linux ethernet that badly though. I have not tried rolling back BIOS yet as I cannot find the original version of the BIOS I had running yet. Might try an older version soon.Code:blank@blank:~$ sudo lshw -C network *-network UNCLAIMED description: Ethernet controller product: Ethernet Connection (2) I219-V vendor: Intel Corporation physical id: 1f.6 bus info: pci@0000:00:1f.6 version: 00 width: 32 bits clock: 33MHz capabilities: pm msi cap_list configuration: latency=0 resources: memory:dff00000-dff1ffff
Trying building Intel drivers for ethernet was a no go as well.
Not sure what to do next. What gives me pause is that I had internet up and running on ubuntu which makes me think it's fixable. But the fact that all livecd's internet connection are not working either makes me think it's hardware/BIOS problem. But again ethernet works fine in win10. I can post ethernet.txt or whatever else might be needed for assistance.Code:root@blank:/home/blank/etho/e1000e-3.3.4/src# make install make -C /lib/modules/4.8.0-36-generic/build SUBDIRS=/home/blank/etho/e1000e-3.3.4/src modules make[1]: Entering directory '/usr/src/linux-headers-4.8.0-36-generic' CC [M] /home/blank/etho/e1000e-3.3.4/src/netdev.o In file included from ./include/linux/kernel.h:13:0, from ./include/linux/list.h:8, from ./include/linux/module.h:9, from /home/blank/etho/e1000e-3.3.4/src/netdev.c:24: /home/blank/etho/e1000e-3.3.4/src/netdev.c: In function ‘e1000e_dump’: /home/blank/etho/e1000e-3.3.4/src/netdev.c:250:25: error: ‘struct net_device’ has no member named ‘trans_start’ netdev->state, netdev->trans_start, netdev->last_rx); ^ ./include/linux/printk.h:283:34: note: in definition of macro ‘pr_info’ printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__) ^ /home/blank/etho/e1000e-3.3.4/src/netdev.c: In function ‘e1000_xmit_frame’: /home/blank/etho/e1000e-3.3.4/src/netdev.c:6545:8: error: ‘struct net_device’ has no member named ‘trans_start’ netdev->trans_start = jiffies; ^ scripts/Makefile.build:289: recipe for target '/home/blank/etho/e1000e-3.3.4/src/netdev.o' failed make[2]: *** [/home/blank/etho/e1000e-3.3.4/src/netdev.o] Error 1 Makefile:1491: recipe for target '_module_/home/blank/etho/e1000e-3.3.4/src' failed make[1]: *** [_module_/home/blank/etho/e1000e-3.3.4/src] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.8.0-36-generic' Makefile:247: recipe for target 'default' failed make: *** [default] Error 2
Only bonus out of this is that I really got to brush up on my terminal skills. Any help would be much appreciated.
-JB



Adv Reply

Bookmarks