Hi guys, I decided to dive into Linux and chose to use Manjaro. I'm dual booting it with Windows 10 following [HowTo] Dual-boot Manjaro - Windows 10 - Step by Step
I ran into some issues throughout it, but in the end, it seems to be working fine. The boot times on Manjaro seem incredibly slow for what it is tho (~4x slower than windows 10)
Now I'm trying to get my internet to work. I'm wired in through ethernet and can't seem to connect. I connected once before when I was booting of the live usb, but now I can't seem to connect.
Here is my inxi:
$ lspci | grep Ethernet
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-V (rev 05)
$ dmesg | grep eth
[ 2.862411] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) e0:3f:49:b6:23:00
[ 2.862415] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 2.862450] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[ 2.864580] e1000e 0000:00:19.0 eno1: renamed from eth0
Let me know if there is any more info that would help. I know for sure the ethernet is working - I'm using it right now on the same computer booted in windows.
Thanks