There is also AnyDesk from Germany, which is more user-friendly in that regard. TeamViewer is very restrictive lately. So I don’t recommend that one anymore.
I don’t know what GDM is. But I lost my background image as well after this update.
either relogin or restart gvfsd after updating
i have 151 packages according to pacman -Qoq /usr/lib/python3.12/
and i’m not liking the idea of approving all these 1 by 1
- can this process be automated?
- and should this be done before or after the system update?
Try:
pamac build $(pacman -Qoq /usr/lib/python3.12/)
sudo pacman -Sy libpamac
does fix the problem of pamac-manager crashing 50% of the time when I start it.
After updating to the latest stable release (2025-02-04), I encountered networking issues affecting both WiFi and Ethernet on my Manjaro system.
Symptoms
WiFi (wlp4s0
) Issues:
- WiFi could detect networks but would disconnect after connecting.
- DHCP was failing, meaning no IP was assigned.
- Manually setting an IP worked, but automatic connection did not persist.
Ethernet (enp5s0
) Issues:
- Ethernet was detected, but no IP was assigned via DHCP.
- Running
sudo dhclient -v enp5s0
showed “No DHCPOFFERS received”. - Switching to a static IP worked, but DHCP still failed.
r8169
driver loaded instead ofr8168
, causing instability.
Solution
Step 1: Fix WiFi by Resetting the Connection Profile
- Delete the existing connection (to remove old settings):
sudo nmcli connection delete "Your_WiFi_Name"
- Re-add the network manually:
sudo nmcli connection add type wifi ifname wlp4s0 con-name wifi-auto ssid "Your_WiFi_Name" sudo nmcli connection modify wifi-auto wifi-sec.key-mgmt wpa-psk sudo nmcli connection modify wifi-auto wifi-sec.psk "Your_WiFi_Password" sudo systemctl restart NetworkManager
- Reconnect to confirm success:
nmcli connection up wifi-auto
Result: WiFi connected successfully and remained stable.
Step 2: Fix Ethernet by Switching to r8168
Driver
- Remove the unstable
r8169
driver:sudo modprobe -r r8169
- Install the correct driver for the current kernel (in my case,
linux613
):sudo pacman -S linux613-r8168
- Load the new driver manually:
sudo modprobe r8168
- Restart NetworkManager:
sudo systemctl restart NetworkManager
Step 3: Fix DHCP Issues
- Check if
dhcpcd
was disabled:systemctl status dhcpcd
- If inactive, enable and restart it:
sudo systemctl enable --now dhcpcd sudo systemctl restart dhcpcd
- If inactive, enable and restart it:
- Manually obtain a DHCP lease to confirm it works:
sudo dhclient -v enp5s0
- Ensure Ethernet (
enp5s0
) connects on boot:sudo nmcli connection modify "Wired connection 1" connection.autoconnect yes
- Disable
dhclient
conflicts:sudo systemctl disable --now dhclient sudo systemctl restart NetworkManager
Result: Ethernet now connects on boot and automatically receives an IP via DHCP.
Final Checks
- After a reboot, I verified:
Both WiFi and Ethernet work properly!nmcli device status ip addr show enp5s0 ping -c 4 8.8.8.8
So in summary:
- WiFi Issue: Old connection profile corruption → Fix: Remove and re-add the connection.
- Ethernet Issue: Wrong driver (
r8169
instead ofr8168
) → Fix: Install & loadr8168
. - DHCP Issue: Conflict between
dhclient
anddhcpcd
→ Fix: Enabledhcpcd
, disabledhclient
. - Post-reboot Stability: Ensure Ethernet autoconnect priority is set properly.
If you updated to Kernel 6.13 (or similar) and faced network issues, try switching to r8168
, resetting WiFi settings, and enabling dhcpcd
. Everything is now working smoothly after these fixes.
Hope this helps others facing similar issues!
Also, if it helps, here’s the inxi output for my system:
System:
Host: desktop Kernel: 6.12.11-1-MANJARO arch: x86_64 bits: 64 compiler: gcc
v: 14.2.1 clocksource: tsc
Desktop: KDE Plasma v: 6.2.5 tk: Qt v: N/A wm: kwin_wayland vt: 1 dm: SDDM
Distro: Manjaro base: Arch Linux
Machine:
Type: Desktop Mobo: Gigabyte model: B550M GAMING
serial: <superuser required> uuid: <superuser required> UEFI: American
Megatrends LLC. v: F15c date: 05/12/2022
CPU:
Info: 12-core model: AMD Ryzen 9 5900X bits: 64 type: MT MCP smt: enabled
arch: Zen 3+ rev: 2 cache: L1: 768 KiB L2: 6 MiB L3: 64 MiB
Speed (MHz): avg: 3592 min/max: 550/4951 boost: enabled cores: 1: 3592
2: 3592 3: 3592 4: 3592 5: 3592 6: 3592 7: 3592 8: 3592 9: 3592 10: 3592
11: 3592 12: 3592 13: 3592 14: 3592 15: 3592 16: 3592 17: 3592 18: 3592
19: 3592 20: 3592 21: 3592 22: 3592 23: 3592 24: 3592 bogomips: 177355
Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
Graphics:
Device-1: Advanced Micro Devices [AMD/ATI] Navi 23 [Radeon RX 6650 XT /
6700S 6800S] vendor: XFX driver: amdgpu v: kernel arch: RDNA-2 pcie:
speed: 16 GT/s lanes: 16 ports: active: DP-1 empty: DP-2, DP-3, HDMI-A-1,
Writeback-1 bus-ID: 08:00.0 chip-ID: 1002:73ef class-ID: 0300
Device-2: Elgato Systems GmbH Cam Link 4K
driver: hid-generic,snd-usb-audio,usbhid,uvcvideo type: USB rev: 3.0
speed: 5 Gb/s lanes: 1 bus-ID: 4-3:2 chip-ID: 0fd9:0066 class-ID: 0102
serial: 0006419AB1000
Display: wayland server: X.org v: 1.21.1.15 with: Xwayland v: 24.1.4
compositor: kwin_wayland driver: X: loaded: amdgpu
unloaded: modesetting,radeon alternate: fbdev,vesa dri: radeonsi
gpu: amdgpu display-ID: 0
Monitor-1: DP-1 model: Samsung LC34G55T serial: HNTXA09156 res:
mode: 3440x1440 hz: 165 scale: 100% (1) dpi: 109
size: 798x334mm (31.42x13.15") diag: 869mm (34.2") modes: max: 3440x1440
min: 720x400
API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi
wayland: drv: radeonsi x11: drv: radeonsi
API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 24.3.4-arch1.1
glx-v: 1.4 direct-render: yes renderer: AMD Radeon RX 6650 XT (radeonsi
navi23 LLVM 19.1.7 DRM 3.59 6.12.11-1-MANJARO) device-ID: 1002:73ef
display-ID: :1.0
API: Vulkan v: 1.4.303 layers: 4 surfaces: xcb,xlib,wayland device: 0
type: discrete-gpu driver: N/A device-ID: 1002:73ef
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor wl: wayland-info
x11: xdpyinfo, xprop, xrandr
Audio:
Device-1: Advanced Micro Devices [AMD/ATI] Navi 21/23 HDMI/DP Audio
driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
bus-ID: 08:00.1 chip-ID: 1002:ab28 class-ID: 0403
Device-2: Advanced Micro Devices [AMD] Starship/Matisse HD Audio
vendor: Gigabyte driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s
lanes: 16 bus-ID: 0a:00.4 chip-ID: 1022:1487 class-ID: 0403
Device-3: Creative Sound Blaster Play! 3
driver: hid-generic,snd-usb-audio,usbhid type: USB rev: 2.0 speed: 12 Mb/s
lanes: 1 bus-ID: 1-4:4 chip-ID: 041e:324d class-ID: 0300
serial: YDSB1730409002591Z
Device-4: Elgato Systems GmbH Cam Link 4K
driver: hid-generic,snd-usb-audio,usbhid,uvcvideo type: USB rev: 3.0
speed: 5 Gb/s lanes: 1 bus-ID: 4-3:2 chip-ID: 0fd9:0066 class-ID: 0102
serial: 0006419AB1000
API: ALSA v: k6.12.11-1-MANJARO status: kernel-api with: aoss
type: oss-emulator
Server-1: PipeWire v: 1.2.7 status: active with: 1: pipewire-pulse
status: active 2: pipewire-media-session status: active 3: pipewire-alsa
type: plugin 4: pw-jack type: plugin
Network:
Device-1: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel pcie: speed: 5 GT/s
lanes: 1 bus-ID: 04:00.0 chip-ID: 8086:2723 class-ID: 0280
IF: wlp4s0 state: down mac: 7e:c1:36:f0:00:ff
Device-2: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
vendor: Gigabyte driver: r8169 v: kernel pcie: speed: 2.5 GT/s lanes: 1
port: f000 bus-ID: 05:00.0 chip-ID: 10ec:8168 class-ID: 0200
IF: enp5s0 state: up speed: 100 Mbps duplex: full mac: d8:5e:d3:32:cd:96
Bluetooth:
Device-1: Intel AX200 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
speed: 12 Mb/s lanes: 1 bus-ID: 1-7:5 chip-ID: 8087:0029 class-ID: e001
Report: btmgmt ID: hci0 rfk-id: 0 state: up address: 4C:44:5B:86:FD:75
bt-v: 5.2 lmp-v: 11 class-ID: 6c0104
Drives:
Local Storage: total: 4.55 TiB used: 2.37 TiB (52.1%)
ID-1: /dev/nvme0n1 vendor: Crucial model: CT1000P2SSD8 size: 931.51 GiB
speed: 31.6 Gb/s lanes: 4 tech: SSD serial: 2225E63DF9BA fw-rev: P2CR048
temp: 42.9 C scheme: GPT
ID-2: /dev/sda vendor: Seagate model: ST4000DM004-2U9104 size: 3.64 TiB
speed: 6.0 Gb/s tech: HDD rpm: 5400 serial: WW60G8YF fw-rev: 0001
scheme: GPT
Partition:
ID-1: / size: 915.53 GiB used: 495.77 GiB (54.2%) fs: ext4
dev: /dev/nvme0n1p2
ID-2: /boot/efi size: 299.4 MiB used: 312 KiB (0.1%) fs: vfat
dev: /dev/nvme0n1p1
Swap:
ID-1: swap-1 type: file size: 512 MiB used: 0 KiB (0.0%) priority: -2
file: /swapfile
Sensors:
System Temperatures: cpu: 50.9 C mobo: 29.0 C gpu: amdgpu temp: 50.0 C
mem: 48.0 C
Fan Speeds (rpm): N/A gpu: amdgpu fan: 0
Info:
Memory: total: 32 GiB available: 31.24 GiB used: 6.29 GiB (20.1%)
Processes: 498 Power: uptime: 2h 23m states: freeze,mem,disk suspend: deep
wakeups: 0 hibernate: platform Init: systemd v: 257 default: graphical
Packages: 2072 pm: pacman pkgs: 2041 pm: flatpak pkgs: 31 Compilers:
clang: 19.1.7 gcc: 14.2.1 Shell: Bash v: 5.2.37 running-in: konsole
inxi: 3.3.37
Hi,
When opening a terminal (konsole) I’m getting this message:
manpath: can’t set the locale; make sure $LC_* and $LANG are correct
not sure what to do to fix it
This ought to help:
A post was split to a new topic: How to return the previous behavior of desktop icons selection
The GNOME Display Manager, i.e. the GNOME login screen.
I have two devices, a notebook and a desktop PC. The first one had a smooth update, but the latter would show a black screen after reboot. It was either that or it would take me directly to tty1.
Somehow display-manager.service stopped being started, gdm.service was also inactive after reboot. Restarting manually either service would take me back to GUI, which is good but not good enough since I use this PC for for work.
After doing some research and trying different approaches from this forum, none of them worked so I decided to timeshift. I will try again next weekend if I find the time
PHEW! That was a big update. Feels like the biggest I’ve ever had, so it took quite a while.
But considering its size, it went pretty smoothly; all the problems were self-inflicted (lots of AUR packages, including Python stuff, plus Python modules installed via PIP, as well of several locally-built programs).
O notice an error opening dbeaver. I had multiple java versions installed and the system switch the active version to 11 instead of 17.
The solution for me was remove jdk11 and reinstall jdk17 packages, because i didn’t use anything that requires 11.
Similar problem here.
It doesn’t lock, but just goes black screen after about 15 mins. I don’t have XFCE screen saver but putting Power Manager on task bar and checking presentation mode seems to overcome the issue, although that does seem kind of a “fudge”.
Tiny issue after updating XFCE → 4.20
After reboot system language was default English
In Settings Manager - System - Manjaro Settings - Local settings - System locals were empty.
Solution: adding display language plus others again
Apart from that everything fine!
Thanks a lot!
that’s the same command as provided by @philm in the opening post (that doesn’t prevent the 150+ "do you want to install…')
also, is it correct that the python package rebuilds should be done after the system update? or before?
They should be done afterwards. The whole point of them is to re-link Python packages against the new Python version.
pacman -Ss firefox | grep "extra/firefox "
extra/firefox 135.0-1