Ethernet config 21 May 2021, 12:55:14 Hello and thank you for this beautiful distro. Quote07:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10) Subsystem: Lenovo Device 3800 Flags: bus master, fast devsel, latency 0, IRQ 19 Memory at c2500000 (64-bit, non-prefetchable) [size=256K] I/O ports at 3000 [size=128] Capabilities: <access denied> Kernel driver in use: alx Kernel modules: alxdmesg | grep alx (terminal is stucked, no any otput).Thank you. Ifplugd is installed. Linux don't see any ethernet network.modprobe alx No any errors, but there is no any ethernet network. Last Edit: 21 May 2021, 13:05:12 by RIA77
Re: Ethernet config Reply #1 – 22 May 2021, 10:53:43 Quote from: RIA77 – on 21 May 2021, 12:55:14dmesg | grep alxThis is normal, perhaps you're grepping for the wrong module.Install hwdetect and post the output ofCode: [Select]# hwdetect --show-netand Code: [Select]# ip link
Re: Ethernet config Reply #2 – 22 May 2021, 11:17:42 NET : alx fjes mdio iwlwifi bluetooth rfkill cfg80211 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:002: enp7s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000 link/ether 28:d2:44:34:1a:b7 brd ff:ff:ff:ff:ff:ff3: wlp8s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000 link/ether 00:c2:c6:1d:ab:55 brd ff:ff:ff:ff:ff:ff
Re: Ethernet config Reply #3 – 22 May 2021, 11:40:04 Ok, so your network cards are detected and enabled. Your wireless card is up, wired down because no cable is connected. What exactly is the problem?
Re: Ethernet config Reply #4 – 22 May 2021, 11:53:38 Artix can't see any wired connection. There are wireless, but no any wired connection available. Cable is connected.
Re: Ethernet config Reply #5 – 22 May 2021, 19:08:57 Do you get wired if you use a network manager like NM or connmand?
Re: Ethernet config Reply #6 – 23 May 2021, 19:30:06 Device has no carrier (info from networkmanager). Cable is connected.
Re: Ethernet config Reply #7 – 24 May 2021, 09:16:40 Quote from: RIA77 – on 23 May 2021, 19:30:06Device has no carrier (info from networkmanager).Cable is connected.Please, verify the cable integrity. Does the ethernet port LED switch on when you plug in the cable? Does wired work with a live ISO of any distribution?
Re: Ethernet config Reply #8 – 24 May 2021, 20:16:40 What are you connecting too as well, because if it's a local network with no dhcp you might have to manually configure stuff like IP addresses, DNS and so on. If that was the case, and also if it wasn't the case, to see if the port is working generally, you might try installing wireshark-cli and adding yourself to the wireshark group (I think there's something like that you need to do anyway ) then you can use tshark -i enpxxx to see if there's any activity on that ethernet line, and the output might help with IP addresses if you were making a manual connection. You can listen with wireshark if the port is up like you had here "enp7s0: <NO-CARRIER,BROADCAST,MULTICAST,UP>" even if there is no actual configured connection to anything, and with most network connections there would be some traffic to log although that isn't guaranteed. (That's only an additional suggestion to nous's which are also good ideas)
Re: Ethernet config Reply #9 – 26 May 2021, 14:05:18 Probably my ethernet card is not functioning. No lights, nothing.
Re: Ethernet config Reply #10 – 26 May 2021, 21:46:04 The lights won't come on unless you are connected to something that's working, with a good cable.