no network interfase after partial migration 08 October 2017, 19:33:45 Hi, My migration from Arch linux was not completed and i was left with a broken arch linux, i deleted glibc with help i was told to donwload glibc and intall it again i did that and also installed openrc, the system boot now but i dont have internet working so i can not complete the migration,my network interfase was enp2s0if i do ifconfig enp2s0 up it say:enp2s0:ERROR while getting interface flags: no such deviceif i do ls /sys/class/net i get this:loif i try for example ping -c3 google.com i get thisping: google.com: System errorif i type nmtui i get this:Network manager is not workinghow can i solve this? Last Edit: 09 October 2017, 04:13:54 by adcdam
Re: no network interfase after partial migration Reply #1 – 09 October 2017, 08:12:48 this system seems to be too broken to be atempted to fix. Why would you delete glibc?
Re: no network interfase after partial migration Reply #2 – 09 October 2017, 21:40:46 Hi There has to be a way of fixing it,i can download the packages i need and install them with pacman -u but it would take a lot of time glibc is installed now and working also the kernel boot, how can i t be in a state that can not be recovered?
Re: no network interfase after partial migration Reply #3 – 09 October 2017, 22:16:28 adcdam: can you tell something more about your system?lspcilsusbinxi -Fv7So is possible to understand which ethernet interface do you have and to try to recover How do you managed the partition of your HD? The home directory is managed alone?Which is you gui environment? KDE, Gnome, XFCS, LXQT...Now its late but tomorrow I can try to understand something more. Maybe we'll be lucky...
Re: no network interfase after partial migration Reply #4 – 10 October 2017, 03:54:25 https://vimeo.com/237493366here you can see also a video of my system bootingthe migration to artix was not completedi had to use gparted do dowload some packages and i installed them with pacman -U i istalled glibc, openrc linux-lts dhcpcd-openrc and some more packagesi dont use any desktop just bspwm tilling window manager i use also console display manager im sure the system can be fixed in some way at least it boot.in the pics the important parts of:lspcilsusb inix -Fv7 does nothing Last Edit: 10 October 2017, 03:59:02 by adcdam
Re: no network interfase after partial migration Reply #5 – 10 October 2017, 10:43:39 First consideration: I don't understand how you installed program using gparted; its a software to partition the disk not to download the packages, but now its not a matter.Looking you boot you miss the ntp daemon, we'll look later and the ethernet card firmware. Looking your lspci command it report that you card is a realtek, but it report 3 model. Its strange that its not supported directly from the kernel, but this is another question. We can imagine to install the firmware autonomously.Before to proceed, try with "dmesg | grep rtl" to understand which is the message registered in the log, maybe that it report us the correct model of the internet card.So, do the coomand "dmesg | grep rtl" and look if it report you the correct model 8411, 8111 or 8168.To install the driver you have to install:sudo pacman -S linux-lts-headers dkms yaourtI hope that the the base development set of the Artix program is installed, otherwise will do.After the previous command and after the dmesg message report, you can install one of this firmware from the AUR repo:8168: yaourt -S r8168-dkms8111: yaourt - S rtl8821au-dkms-git (probably this will be compiled)8411: yaourt -S rts_bpp-dkms-git (probably this will be compiled).Good luck and if you'll be able to complete this step, to repair the ntp probelm will be more simple.A question: do you install your home directory in a different partition?If yes, shall be more simple to reinstall the system from the scratch WITHOUT formatting the home partition. All your data will be maintained.
Re: no network interfase after partial migration Reply #6 – 11 October 2017, 03:30:47 Hi Francesco thanks a lot, i used partedmagic iso just to download the packages i needed from here http://mirrors.dotsrc.org/artix-linux/repos/system/os/x86_64i downloaded from there glibc and openrc that i needed because my system didnt boot after deleting glibc.from the live partedmagic i copy the packages to my root partition and i did tar Jxvf to the packages. After reistalling glibc and openrc my system booted but i noticed that i didnt have any network interface,today i was able to chroot using your guide and installed: base base-devel openrc-system grub linux-lts linux-lts-headersafter reboot i did ip linkand enp2s0 appear also i tried ping -c 3 google.comso i have a network interface now, so the system was fixable after allthanks a lot!! Last Edit: 11 October 2017, 03:46:06 by adcdam
Re: no network interfase after partial migration Reply #7 – 11 October 2017, 04:12:41 Quote from: adcdam – on 09 October 2017, 21:40:46Hi There has to be a way of fixing it,That may or may not be true but why attempt it. Your system will continue to be a mishmash and broken forever. Just remove whatever data you need from it and wipe it clean and do a fresh install.