Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: Teln0 on 04 July 2020, 21:34:03

Title: [SOLVED] Trouble connecting to Ethernet
Post by: Teln0 on 04 July 2020, 21:34:03
Hi everyone !

Just like with any other distro, my PC has trouble connecting to internet. But this time, there's not systemd or anything I was remotely familiar with.

I've tried this :
Code: [Select]
echo "options forcedeth msi=0 msix=0" | sudo tee /etc/modprobe.d/forcedeth.conf
sudo mkinitcpio -p linux
(worked on ubuntu but with update-initramfs instead of the second command)

Ip link output :
image (http://imgur.com/a/uvSYIrJ)
neofetch output :
image (http://imgur.com/a/iIqFTPH)
lspci output :
image (http://imgur.com/a/FZEWWJY)
rfkill doesnt give any output

I really hope someone can help me with this. Thanks in advance !

(edits : fixed image links)
Title: Re: Trouble connecting to Ethernet
Post by: ndowens on 04 July 2020, 22:00:19
Which init are you using?
Title: Re: Trouble connecting to Ethernet
Post by: Teln0 on 04 July 2020, 22:47:38
OpenRC
Title: Re: Trouble connecting to Ethernet
Post by: nous on 04 July 2020, 23:37:38
Can you connect if you
Code: [Select]
 sudo dhcpcd eth0
?
Title: Re: Trouble connecting to Ethernet
Post by: Teln0 on 05 July 2020, 00:22:56
No this (http://imgur.com/a/ISVpo6o) happens
Title: Re: Trouble connecting to Ethernet
Post by: Teln0 on 05 July 2020, 03:45:21
live environment fix : adding forcedeth.msi=0 in the grub option
Title: Re: Trouble connecting to Ethernet
Post by: phoenix_king_rus on 05 July 2020, 08:14:21
No this (http://imgur.com/a/ISVpo6o) happens
Is DHCP server running on the other end of wire? Maybe you need static IP
Title: Re: Trouble connecting to Ethernet
Post by: Teln0 on 05 July 2020, 14:22:37
Already responded with how to fix it, I needed to pass the msi=0 parameter to forcedeth