Network is not working after update

After updating my system my network devices are not working. Also the system is taking much longer time to boot. I’ve already tried downgrading my network manager but that didn’t solve the issue.
inxi -Fxzc0 output:

System: Kernel: 5.6.11-1-MANJARO x86_64 bits: 64 compiler: gcc v: 9.3.0 Console: N/A
Distro: Manjaro Linux
Machine: Type: Laptop System: Acer product: Aspier XXXX v: V1.15 serial:
Mobo: KBL model: Charmander_KL v: V1.15 serial: UEFI: Insyde v: 1.15
date: 01/08/2018
Battery: ID-1: BAT1 charge: 24.9 Wh condition: 38.3/48.9 Wh (78%) model: COMPAL PABAS0241231
status: Discharging
CPU: Topology: Dual Core model: Intel Core i3-8130U bits: 64 type: MT MCP arch: Kaby Lake
rev: A L2 cache: 4096 KiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 17605
Speed: 800 MHz min/max: 400/2200 MHz Core speeds (MHz): 1: 800 2: 800 3: 800 4: 800
Graphics: Device-1: Intel UHD Graphics 620 vendor: Acer Incorporated ALI driver: i915 v: kernel
bus ID: 00:02.0
Device-2: Quanta HD Webcam type: USB driver: uvcvideo bus ID: 1-7:5
Display: server: X.org 1.20.8 driver: intel unloaded: modesetting
resolution:
Message: Advanced graphics data unavailable for root.
Audio: Device-1: Intel Sunrise Point-LP HD Audio vendor: Acer Incorporated ALI
driver: snd_hda_intel v: kernel bus ID: 00:1f.3
Sound Server: ALSA v: k5.6.11-1-MANJARO
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Acer Incorporated ALI driver: r8169 v: kernel port: 3000 bus ID: 01:00.1
IF: enp1s0f1 state: down mac:
Device-2: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter vendor: Lite-On
driver: ath10k_pci v: kernel port: 3000 bus ID: 02:00.0
IF: wlp2s0 state: up mac:
Device-3: Lite-On Qualcomm Atheros QCA9377 Bluetooth type: USB driver: btusb
bus ID: 1-5:4
Drives: Local Storage: total: 227.36 GiB used: 19.94 GiB (8.8%)
ID-1: /dev/sda vendor: Western Digital model: WDS240G2G0A-00JH30 size: 223.58 GiB
ID-2: /dev/sdb type: USB vendor: Kingston model: DataTraveler 2.0 size: 3.78 GiB
Partition: ID-1: / size: 46.54 GiB used: 9.59 GiB (20.6%) fs: ext4 dev: /dev/sda2
ID-2: /home size: 168.15 GiB used: 10.22 GiB (6.1%) fs: ext4 dev: /dev/sda3
Swap: Alert: No Swap data was found.
Sensors: System Temperatures: cpu: 44.0 C mobo: N/A
Fan Speeds (RPM): N/A
Info: Processes: 215 Uptime: 9m Memory: 11.58 GiB used: 1.17 GiB (10.1%) Init: systemd
Compilers: gcc: 10.1.0 Packages: 1127 Client: Unknown Client: systemd inxi: 3.1.05

I recently had the same problem, uninstalled the linux56-r8168 package, and added blacklist r8168 in /etc/modprobe.d/blacklist.conf to fix this.

1 Like

boot on USB iso manjaro live
check ip is on

open a terminal

sudo manjaro-chroot -a ( type 1 if only one line appears )
pacman -Syy ( check ip is on )
mhwd-kernel -i linux54
mhwd-kernel -i linux57
mhwd-kernel -i linux58
exit ( quit chroot )

reboot , and press Esc or Shift to get Grub
and select in details one other kernel

see also switch between r8168 or r8169
in
/etc/modprobe.d/blacklist.conf

1 Like

That is your problem. Kernel 5.6 is EOL for several weeks and got removed from the repositories. Upgrade to a maintained kernel.

While installing a kernel using mhwd-kernel in chroot I had some errors saying no target specified. So I had to use pacman to install the kernel and headers pacman -S linuxXX linuxXX-headers

Hmmm… I’m probably capturing that thread gnihihi

I’m also running Manjaro on an Acer with a Realtek r8168 network-device. In my case (either on Kernel 5.7 AND on 5.8) I do experience network-drops. After disabling/enabling the network again everything works fine - till a few hours later it down again.
I’ve looked into dmesg, but there’s only my disabling/enabling event and the following “link up” of my driver visible.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.