Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: no wired net with artix-cinnamon-runit-20200110-x86_64.iso (Read 884 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

no wired net with artix-cinnamon-runit-20200110-x86_64.iso

Just saw the new isos! Awesome!

I tried to install artix using artix-cinnamon-runit-20200110-x86_64.iso, to a desktop with a wired connection to my router.

Calamares complained there was no network connection. The hard drive I was going to install to had a mint installation on it so I pulled the Artix stick and booted mint and got network okay.

Booted again with the artix usb stick and tried to obtain some information I hope is helpful.

Code: [Select]
artix:[artix]:~$ ping -c 3 www.startpage.com
ping: www.startpage.com: Temporary failure in name resolution

artix:[artix]:~$ lspci -knn | grep -iA2 net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 02)
Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet [1458:e000]
Kernel driver in use: r8169
Kernel modules: r8169

artix:[artix]:~$ ping -c 3 www.artixlinux.org
ping: www.artixlinux.org: Temporary failure in name resolution

artix:[artix]:~$ lsmod | grep r8169
r8169                  98304  0
libphy                102400  2 r8169,realtek


Re: no wired net with artix-cinnamon-runit-20200110-x86_64.iso

Reply #1
I went ahead and did the install. Just had to enable NetworkManager after installing. Cinnamon looks great!

This install fixes two problems I had on the same rig with my previous install using the artix-base-openrc-20190826-x86_64.iso

I never could get a display manager to work, and I never could get the monitor to come on after a resume from suspend. Neither of these problems exist with this new installation.

Shoud'nt NetworkManager should be enabled on the stick?