Bugzilla – Bug 395014
Network not configured during automatic configuration
Last modified: 2021-02-26 20:13:21 UTC
I installed Build 130 i386 Gnome with automatic configuration. But when installation was finished, no network device was configured: fornax:/tmp # l /etc/sysconfig/network/ total 80 drwxr-xr-x 6 root root 4096 May 28 03:20 ./ drwxr-xr-x 7 root root 4096 May 28 12:10 ../ -rw-r--r-- 1 root root 8623 May 28 03:00 config -rw-r--r-- 1 root root 6863 May 28 12:20 dhcp drwxr-xr-x 2 root root 4096 May 28 03:08 if-down.d/ drwxr-xr-x 2 root root 4096 May 28 03:09 if-up.d/ -rw-r--r-- 1 root root 174 May 23 14:23 ifcfg-lo -rw-r--r-- 1 root root 27766 May 23 14:23 ifcfg.template -rw-r--r-- 1 root root 239 May 23 14:23 ifroute-lo drwx------ 2 root root 4096 May 22 04:36 providers/ drwxr-xr-x 2 root root 4096 May 28 03:20 scripts/
Created attachment 218558 [details] hwinfo.txt
Created attachment 218559 [details] /y2logs.tgz
this sounds like a duplicate of 395079 - for me network setup worked just fine.
Hm, here the problem is that output from yast2-hardware reports link status nil, but directly from hwinfo the status is true. And YaST configures first "connected" device (in case no NM is used) Martin?
Can you provide output from : echo '`Read(.probe.netcard)'|/usr/lib/YaST2/bin/y2base stdio scr
Created attachment 219089 [details] output.txt
Created attachment 219181 [details] logs.tgz
eth1 didn't propagate carrier status because link was down (as a workaround - "ip link set eth1 up")
*** Bug 396135 has been marked as a duplicate of this bug. ***
Hmm, I just marked #396135 as duplicate, but there the problem is that only eth1 is configured and eth0 is not. Maybe not the same problem?
fixed in yast2-network-2.16.47 problem description: - before network configuration proposal there is hardware detection - in hardware detection there should modprobe drivers for all network devices when needed and also set link status to up - here is the problem - for "setting link status" there was hardcoded "eth0"
*** Bug 395079 has been marked as a duplicate of this bug. ***