Honor MagicBook Pro 16 (Chinese version) – Touchpad not detected (I2C/ACPI issue)

System:

  • Laptop: Honor MagicBook Pro 16 (Chinese version)
  • OS: Manjaro Linux
  • Kernel: 6.18
  • Desktop: XFCE

Problem:
The touchpad is not detected at all in the system. Everything else works normally (keyboard, USB mouse, hotkeys, etc.).

The touchpad works in BIOS/UEFI, so it is not a hardware issue.

What I checked:

“/proc/bus/input/devices” shows no touchpad device at all (only keyboard, mouse, and other inputs).

Relevant output:

(no touchpad listed)


Kernel / dmesg errors:

I am seeing ACPI-related errors that may be related to the issue:

ACPI Error: AE_AML_INTERNAL, (SSDT:I2C_DEVT) while loading table

Also earlier during ACPI table disassembly:

AE_ALREADY_EXISTS

Analysis:

From what I understand:

  • The touchpad is likely an I2C HID device
  • It may be defined in the “I2C_DEVT” ACPI table
  • That table appears to fail during loading
  • Because of that, the device is never exposed to the kernel

So this looks like a firmware/ACPI issue rather than a libinput or userspace problem.

What I tried:

  • Installed and checked libinput (no devices found)
  • Verified input devices via “/proc/bus/input/devices”
  • Loaded modules manually:
    • “i2c_hid”
    • “i2c_hid_acpi”
    • “hid_multitouch”
  • Tested with kernel 6.18
  • Confirmed touchpad works in BIOS

None of these made the touchpad appear.

Question:

  • Is this a known issue with newer Honor/MagicBook devices?
  • Are there any kernel quirks, patches, or workarounds available?
  • Would testing a newer (mainline) kernel be useful in this case?

Additional info:

If needed, I can provide:

  • Full “dmesg”
  • ACPI dump (DSDT/SSDT)
  • “libinput list-devices” output

Thanks in advance for any help.

I’m not using Manjaro on a laptop, so I don’t have a touch pad, but I do however have a touch pad on a Tuxedo laptop running Ubuntu. This touch pad has a setting to make it inactivated. For me, that’s the top left corner one has to hit twice to inactivate it or activate it.

Could this be something to look for in settings? Perhaps there is a setting to have it turned off at start-up? Or perhaps there is a settings file one has to set values correctly to make it work?

Just a few ideas.

Hello! I checked and the touchpad does not appear in libinput or xinput, so it seems it’s not being detected at all rather than being disabled, as though it works perfectly in BIOS.

Have you seen this?

and

@shozkpov

Please provide more useful information that might be useful to others wishing to help; see below. :point_down:

Regards.


[Mini-HowTo] Provide System Information

Basic details provided by *-fetch type apps might give enough information for someone wishing to buy a computer, however, for Support purposes it’s best to ask your system directly.

Output of the inxi command will generate more useful and detailed information for those who may wish to help:


Suggested inxi command (use either):

inxi -zv8 (short-form)
inxi --filter --verbosity=8 (long-form)

Command output should be presented as pre-formatted text in accordance with forum guidelines. :eyes:


Running inxi within a chroot environment

  • Add --color=0 to the long-form command, or…
  • Change the short-form command to inxi -zv8c0

Your privacy is respected


[Mini-HowTo] Present code or command output

Note: Grave accent (or, backtick) characters are used. :eyes:

For inline code or to show a single command:

  • please follow this simple example: code here.

For multi-line command output:

  • place text beween two rows of three (```) backtick characters to form a scrollable text box, or …
  • use the </> button in the Compose window to achieve the same result.

The empty row between these rows of backtick characters is where to paste any multi-line command output (such as inxi).

An example of a pre-formatted text enclosure:

What is a Quark?

A. In Physics, an elementary particle and fundamental constituent of matter. 
B. A character from the Star Trek: "Deep Space Nine" television series.
C. A soft, creamy, usually unsalted cheese traditional to central Europe.

I’ll send the xinput-list followed by inxi so my specs can be throughly checked.

⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ SIGMACHIP Usb Mouse                     	id=6	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Power Button                            	id=8	[slave  keyboard (3)]
    ↳ Huawei WMI hotkeys                      	id=9	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=10	[slave  keyboard (3)]

As seen, no touchpad shows up, as if the system won’t even recognize it.
Here’s the inxi in long form:

System:
  Kernel: 7.0.3-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.2.1
    clocksource: tsc avail: acpi_pm
    parameters: BOOT_IMAGE=/@/boot/vmlinuz-7.0-x86_64
    root=UUID=78513c3b-6b8a-46a6-92c8-56131636aa0e rw rootflags=subvol=@
    i8042.dumbkbd=1 quiet splash apparmor=1 security=apparmor
    udev.log_priority=3 i8042.dumbkbd=1 initcall_blacklist=sysfb_init
  Desktop: Xfce v: 4.20.2 tk: Gtk v: 3.24.52 wm: xfwm4 v: 4.20.0
    with: xfce4-panel tools: xfce4-screensaver vt: 7 dm: LightDM v: 1.32.0
    Distro: Manjaro base: Arch Linux
Machine:
  Type: Laptop System: HONOR product: XWC-P v: M1110
    serial: <superuser required>
  Mobo: HONOR model: XWC-P-PCB v: M1110 serial: <superuser required>
    part-nu: C233 uuid: <superuser required> Firmware: UEFI vendor: HONOR
    v: 1.07 date: 02/26/2026
Battery:
  ID-1: BAT0 charge: 37.4 Wh (40.7%) condition: 92/92 Wh (100%) volts: 15.27
    min: 15.64 model: NVT HB7075R5EHW-41T1 type: Li-ion serial: <filter>
    charging: status: discharging control: start: 0% end: 0% cycles: 1
Memory:
  System RAM: total: 32 GiB available: 30.89 GiB used: 4.92 GiB (15.9%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 32 GiB slots: 8 modules: 8 EC: None
    max-module-size: 4 GiB note: est.
  Device-1: Controller0-ChannelA type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 9600 MT/s actual: 8533 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Micron Technology
    part-no: MT62F2G64D8ZA-020 WT serial: N/A
  Device-2: Controller0-ChannelB type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 9600 MT/s actual: 8533 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Micron Technology
    part-no: MT62F2G64D8ZA-020 WT serial: N/A
  Device-3: Controller0-ChannelC type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 9600 MT/s actual: 8533 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Micron Technology
    part-no: MT62F2G64D8ZA-020 WT serial: N/A
  Device-4: Controller0-ChannelD type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 9600 MT/s actual: 8533 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Micron Technology
    part-no: MT62F2G64D8ZA-020 WT serial: N/A
  Device-5: Controller1-ChannelA type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 9600 MT/s actual: 8533 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Micron Technology
    part-no: MT62F2G64D8ZA-020 WT serial: N/A
  Device-6: Controller1-ChannelB type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 9600 MT/s actual: 8533 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Micron Technology
    part-no: MT62F2G64D8ZA-020 WT serial: N/A
  Device-7: Controller1-ChannelC type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 9600 MT/s actual: 8533 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Micron Technology
    part-no: MT62F2G64D8ZA-020 WT serial: N/A
  Device-8: Controller1-ChannelD type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 9600 MT/s actual: 8533 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Micron Technology
    part-no: MT62F2G64D8ZA-020 WT serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: Intel Core Ultra 5 338H bits: 64 type: MCP arch: Panther Lake
    level: v3 note: check built: 2025+ process: Intel 18a (1.8nm) family: 6
    model-id: 0xCC (204) stepping: 2 microcode: 0x114
  Topology: cpus: 1x dies: 1 clusters: 6 cores: 12 smt: <unsupported> cache:
    L1: 1.2 MiB desc: d-8x32 KiB, 4x48 KiB; i-12x64 KiB L2: 20 MiB
    desc: 4x3 MiB, 2x4 MiB L3: 18 MiB desc: 1x18 MiB
  Speed (MHz): avg: 400 min/max: 400/4700:3600:3300 scaling:
    driver: intel_pstate governor: powersave cores: 1: 400 2: 400 3: 400 4: 400
    5: 400 6: 400 7: 400 8: 400 9: 400 10: 400 11: 400 12: 400 bogomips: 88473
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
    arch_capabilities arch_lbr arch_perfmon art avx avx2 avx_vnni bmi1 bmi2
    bts bus_lock_detect clflush clflushopt clwb cmov constant_tsc cpuid
    cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts epb ept ept_ad erms est
    f16c flexpriority flush_l1d fma fpu fsgsbase fsrm fxsr gfni hfi ht hwp
    hwp_act_window hwp_epp hwp_notify hwp_pkg_req ibpb ibrs ibrs_enhanced ibt
    ida intel_pt invpcid lahf_lm lam lm mca mce md_clear mmx monitor movbe
    movdir64b movdiri msr mtrr nonstop_tsc nopl nx ospke pae pat pbe pcid
    pclmulqdq pdcm pdpe1gb pge pku pln pni popcnt pse pse36 pts rdpid rdrand
    rdseed rdt_a rdtscp rep_good sdbg sep serialize sha_ni smap smep smx
    split_lock_detect ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall tm
    tm2 tpr_shadow tsc tsc_adjust tsc_deadline_timer tsc_known_freq umip
    user_shstk vaes vme vmx vnmi vpclmulqdq vpid waitpkg wbnoinvd x2apic
    xgetbv1 xsave xsavec xsaveopt xsaves xtopology xtpr
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: ghostwrite status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: old_microcode status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Enhanced / Automatic IBRS; IBPB:
    conditional; PBRSB-eIBRS: Not affected; BHI: BHI_DIS_S
  Type: srbds status: Not affected
  Type: tsa status: Not affected
  Type: tsx_async_abort status: Not affected
  Type: vmscape status: Not affected
Graphics:
  Device-1: Intel Panther Lake [Arc B370] driver: xe v: kernel arch: Xe3
    process: TSMC 18A built: 2025+ ports: active: eDP-1
    empty: DP-1,DP-2,HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:b081
    class-ID: 0300
  Device-2: Shinetech FHD Camera driver: uvcvideo type: USB rev: 2.0
    speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 3-4:2 chip-ID: 3277:00de
    class-ID: 0e02 serial: <filter>
  Display: x11 server: X.org v: 1.21.1.22 compositor: xfwm4 v: 4.20.0
    driver: X: loaded: modesetting alternate: fbdev,vesa dri: iris gpu: xe
    display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 3072x1920 s-size: <missing: xdpyinfo>
  Monitor-1: eDP-1 model: TL160MDMP01 built: 2023 res: mode: 3072x1920
    hz: 165 scale: 100% (1) dpi: 226 gamma: 1.2 chroma: red: x: 0.678 y: 0.322
    green: x: 0.267 y: 0.690 blue: x: 0.145 y: 0.047 white: x: 0.306 y: 0.322
    size: 345x215mm (13.58x8.46") diag: 407mm (16") ratio: 16:10
    modes: 3072x1920
  EDID-Warnings: 1: parse_edid: unknown tag 112
  API: EGL v: 1.5 hw: drv: intel iris platforms: device: 0 drv: iris
    device: 1 drv: swrast gbm: drv: iris surfaceless: drv: iris x11: drv: iris
    inactive: wayland
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 26.0.6-arch1.1
    glx-v: 1.4 direct-render: yes renderer: Mesa Intel Graphics (PTL)
    device-ID: 8086:b081 memory: 30.16 GiB unified: yes
  Info: Tools: api: eglinfo,glxinfo de: xfce4-display-settings
    x11: xprop,xrandr
Audio:
  Device-1: Intel driver: sof-audio-pci-intel-ptl
    alternate: snd_sof_pci_intel_ptl,snd_hda_intel bus-ID: 00:1f.3
    chip-ID: 8086:e428 class-ID: 0401
  API: ALSA v: k7.0.3-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: sndiod v: N/A status: off tools: aucat,midicat,sndioctl
  Server-2: JACK v: 1.9.22 status: off tools: N/A
  Server-3: PipeWire v: 1.6.4 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Panther Lake PCH CNVi WiFi driver: iwlwifi v: kernel
    bus-ID: 00:14.3 chip-ID: 8086:e440 class-ID: 0280
  IF: wlp0s20f3 state: up mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: noprefixroute scope: link
  Info: services: NetworkManager, systemd-timesyncd, wpa_supplicant
  WAN IP: <filter>
Bluetooth:
  Device-1: Intel Panther Lake Bluetooth PCI Enumerator driver: btintel_pcie
    v: 0.1 bus-ID: 00:14.7 chip-ID: 8086:e476 class-ID: 0d11
  Report: rfkill ID: hci0 rfk-id: 0 state: down bt-service: enabled,running
    rfk-block: hardware: no software: yes address: see --recommends
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 953.87 GiB used: 16.03 GiB (1.7%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Hynix model: YMTC PC411-1TB-B
    size: 953.87 GiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s
    lanes: 4 tech: SSD serial: <filter> fw-rev: YM3603E3 temp: 30.9 C
    scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 953.57 GiB size: 953.57 GiB (100.00%)
    used: 16.02 GiB (1.7%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 78513c3b-6b8a-46a6-92c8-56131636aa0e
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 8.6 MiB (2.9%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1 label: N/A
    uuid: 1121-B9FB
  ID-3: /home raw-size: 953.57 GiB size: 953.57 GiB (100.00%)
    used: 16.02 GiB (1.7%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 78513c3b-6b8a-46a6-92c8-56131636aa0e
  ID-4: /var/cache raw-size: 953.57 GiB size: 953.57 GiB (100.00%)
    used: 16.02 GiB (1.7%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 78513c3b-6b8a-46a6-92c8-56131636aa0e
  ID-5: /var/log raw-size: 953.57 GiB size: 953.57 GiB (100.00%)
    used: 16.02 GiB (1.7%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 78513c3b-6b8a-46a6-92c8-56131636aa0e
Swap:
  Alert: No swap data was found.
Unmounted:
  Message: No unmounted partitions found.
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 1 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-2: 2-0:1 info: super-speed hub ports: 3 rev: 3.1
    speed: 20 Gb/s (2.33 GiB/s) lanes: 2 mode: 3.2 gen-2x2 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 10 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 3-4:2 info: Shinetech FHD Camera type: video driver: uvcvideo
    interfaces: 2 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0
    power: 500mA chip-ID: 3277:00de class-ID: 0e02 serial: <filter>
  Device-2: 3-5:5 info: SiGma Micro Usb Mouse type: mouse
    driver: hid-generic,usbhid interfaces: 1 rev: 1.1
    speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0 power: 98mA
    chip-ID: 1c4f:0048 class-ID: 0301
  Device-3: 3-7:4 info: Shenzhen Goodix USB2.0 MISC type: <vendor specific>
    driver: N/A interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1
    mode: 1.1 power: 100mA chip-ID: 27c6:6f94 class-ID: ef00 serial: <filter>
  Hub-4: 4-0:1 info: super-speed hub ports: 2 rev: 3.1
    speed: 20 Gb/s (2.33 GiB/s) lanes: 2 mode: 3.2 gen-2x2 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 38.0 C mobo: N/A
  Fan Speeds (rpm): N/A
Repos:
  Packages: pm: pacman pkgs: 1132 libs: 366 tools: pamac pm: flatpak pkgs: 0
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://repo.iut.ac.ir/repo/manjaro/stable/$repo/$arch
    2: https://gsl-syd.mm.fcix.net/manjaro/stable/$repo/$arch
    3: https://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable/$repo/$arch
    4: https://mirror.dimensiondata.com/mirrors/manjaro.org/stable/$repo/$arch
    5: https://mirror.netcologne.de/manjaro/stable/$repo/$arch
    6: http://ossmirror.mycloud.services/os/linux/manjaro/stable/$repo/$arch
    7: https://ziply.mm.fcix.net/manjaro/stable/$repo/$arch
    8: https://mnvoip.mm.fcix.net/manjaro/stable/$repo/$arch
    9: https://manjaro.c3sl.ufpr.br/stable/$repo/$arch
    10: https://ftp.yz.yamagata-u.ac.jp/pub/linux/manjaro/stable/$repo/$arch
    11: https://mirrors2.manjaro.org/stable/$repo/$arch
    12: https://kartolo.sby.datautama.net.id/manjaro/stable/$repo/$arch
    13: https://mirrors.ft.uam.es/manjaro/stable/$repo/$arch
    14: https://mirror.telepoint.bg/manjaro/stable/$repo/$arch
    15: https://quantum-mirror.hu/mirrors/pub/manjaro/stable/$repo/$arch
    16: https://volico.mm.fcix.net/manjaro/stable/$repo/$arch
    17: https://mirror.ufro.cl/manjaro/stable/$repo/$arch
    18: https://mirror.xeonbd.com/manjaro/stable/$repo/$arch
    19: https://manjaro.grena.ge/stable/$repo/$arch
    20: https://manjaro.syxpi.fr/manjaro/stable/$repo/$arch
    21: https://mirror.phoepsilonix.love/manjaro/stable/$repo/$arch
    22: https://edgeuno-bog2.mm.fcix.net/manjaro/stable/$repo/$arch
    23: https://irltoolkit.mm.fcix.net/manjaro/stable/$repo/$arch
    24: https://mirrors.sjtug.sjtu.edu.cn/manjaro/stable/$repo/$arch
    25: https://ftp.tu-chemnitz.de/pub/linux/manjaro/stable/$repo/$arch
    26: https://manjaro.mirrors.lavatech.top/stable/$repo/$arch
    27: https://mirror.datacenter.by/pub/mirrors/manjaro/stable/$repo/$arch
    28: https://repo.ialab.dsu.edu/manjaro/stable/$repo/$arch
    29: https://manjaro.mirror-services.net/pub/stable/$repo/$arch
    30: https://mirror.koddos.net/manjaro/stable/$repo/$arch
    31: https://mirrors.tuna.tsinghua.edu.cn/manjaro/stable/$repo/$arch
    32: https://mirrors.ocf.berkeley.edu/manjaro/stable/$repo/$arch
    33: https://mirror.bakertelekom.fr/manjaro/stable/$repo/$arch
    34: https://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch
    35: https://fosszone.csd.auth.gr/manjaro/stable/$repo/$arch
    36: https://southfront.mm.fcix.net/manjaro/stable/$repo/$arch
    37: https://manjaro.mirror.liquidtelecom.com/stable/$repo/$arch
    38: https://mirror.vinehost.net/manjaro/stable/$repo/$arch
    39: https://linorg.usp.br/manjaro/stable/$repo/$arch
    40: https://mirror.init7.net/manjaro/stable/$repo/$arch
    41: https://www.mirrorservice.org/sites/repo.manjaro.org/repos/stable/$repo/$arch
    42: https://mirror.meowsmp.net/manjaro/stable/$repo/$arch
    43: https://mirror.kku.ac.th/manjaro/stable/$repo/$arch
    44: https://ipng.mm.fcix.net/manjaro/stable/$repo/$arch
    45: https://mirrors.up.pt/pub/manjaro/stable/$repo/$arch
    46: https://mirror.math.princeton.edu/pub/manjaro/stable/$repo/$arch
    47: https://mirror.raiolanetworks.com/manjaro/stable/$repo/$arch
    48: https://ftp.gwdg.de/pub/linux/manjaro/stable/$repo/$arch
    49: https://mirror.dc.uz/manjaro/stable/$repo/$arch
    50: https://ftp.caliu.cat/pub/distribucions/manjaro/stable/$repo/$arch
    51: https://codingflyboy.mm.fcix.net/manjaro/stable/$repo/$arch
    52: https://mirror.futureweb.be/manjaro/stable/$repo/$arch
    53: https://mirror.easyname.at/manjaro/stable/$repo/$arch
    54: https://mirror.alpix.eu/manjaro/stable/$repo/$arch
    55: https://manjaro.mirror.garr.it/manjaro/stable/$repo/$arch
    56: https://bd.mirror.vanehost.com/Manjaro/stable/$repo/$arch
    57: https://manjaro.ynh.ovh/stable/$repo/$arch
    58: https://ohioix.mm.fcix.net/manjaro/stable/$repo/$arch
    59: https://ftp.psnc.pl/linux/manjaro/stable/$repo/$arch
    60: https://mirrors.eric.ovh/manjaro/stable/$repo/$arch
    61: https://mirror.aarnet.edu.au/pub/manjaro/stable/$repo/$arch
    62: https://mirror.leitecastro.com/manjaro/stable/$repo/$arch
    63: https://mirror.fcix.net/manjaro/stable/$repo/$arch
    64: https://manjaro.repo.cure.edu.uy/stable/$repo/$arch
    65: https://manjaro.mirror.wearetriple.com/stable/$repo/$arch
    66: https://manjaro.ipacct.com/manjaro/stable/$repo/$arch
    67: https://mirror.nju.edu.cn/manjaro/stable/$repo/$arch
    68: https://mirror.truenetwork.ru/manjaro/stable/$repo/$arch
    69: https://mirrors.sonic.net/manjaro/stable/$repo/$arch
    70: https://ftp.free.org/mirrors/repo.manjaro.org/repos/stable/$repo/$arch
    71: https://mirror.2degrees.nz/manjaro/stable/$repo/$arch
    72: https://mirror.alwyzon.net/manjaro/stable/$repo/$arch
    73: https://mirror.dkm.cz/manjaro/stable/$repo/$arch
    74: https://mirrors.aliyun.com/manjaro/stable/$repo/$arch
    75: https://mirrors.ustc.edu.cn/manjaro/stable/$repo/$arch
    76: https://mirror.komelt.dev/manjaro/stable/$repo/$arch
    77: https://mirror.it4i.cz/manjaro/stable/$repo/$arch
    78: https://manjarolinux-mirror.cloud.mu/stable/$repo/$arch
    79: https://opencolo.mm.fcix.net/manjaro/stable/$repo/$arch
    80: https://ask4.mm.fcix.net/manjaro/stable/$repo/$arch
    81: https://mirrors.ucr.ac.cr/manjaro/stable/$repo/$arch
    82: https://cofractal-ewr.mm.fcix.net/manjaro/stable/$repo/$arch
    83: https://mirror.freedif.org/Manjaro/stable/$repo/$arch
    84: https://ftpmirror1.infania.net/mirror/manjaro/stable/$repo/$arch
    85: https://muug.ca/mirror/manjaro/stable/$repo/$arch
    86: https://manjaro.mirror.ac.za/stable/$repo/$arch
    87: https://mirrors.cicku.me/manjaro/stable/$repo/$arch
    88: https://mirrors.xtom.jp/manjaro/stable/$repo/$arch
    89: https://mirrors.gigenet.com/manjaro/stable/$repo/$arch
    90: https://manjaro.mirrors.uk2.net/stable/$repo/$arch
    91: https://coresite.mm.fcix.net/manjaro/stable/$repo/$arch
    92: https://ftp.riken.jp/Linux/manjaro/stable/$repo/$arch
    93: https://mirror.ufam.edu.br/manjaro/stable/$repo/$arch
    94: https://ftp.linux.org.tr/manjaro/stable/$repo/$arch
    95: https://forksystems.mm.fcix.net/manjaro/stable/$repo/$arch
    96: https://mirror.23m.com/manjaro/stable/$repo/$arch
    97: https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch
    98: https://mirror.mobinhost.com/manjaro/stable/$repo/$arch
    99: https://distrohub.kyiv.ua/manjaro/stable/$repo/$arch
    100: https://ftp.belnet.be/mirrors/manjaro/repos/stable/$repo/$arch
    101: https://mirrors.dotsrc.org/manjaro/stable/$repo/$arch
    102: https://mirrors.jlu.edu.cn/manjaro/stable/$repo/$arch
    103: https://mirror.kamtv.ru/manjaro/stable/$repo/$arch
    104: https://manjaro.kurdy.org/stable/$repo/$arch
    105: https://ct.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch
    106: https://mirror1.sox.rs/manjaro/stable/$repo/$arch
    107: https://mirrors.manjaro.org/repo/stable/$repo/$arch
    108: https://mirror.yandex.ru/mirrors/manjaro/stable/$repo/$arch
    109: https://mirror.archlinux.tw/Manjaro/stable/$repo/$arch
    110: https://ftp.tsukuba.wide.ad.jp/Linux/manjaro/stable/$repo/$arch
    111: https://nnenix.mm.fcix.net/manjaro/stable/$repo/$arch
    112: https://ftp.snt.utwente.nl/pub/linux/manjaro/stable/$repo/$arch
    113: https://mirror.xenyth.net/manjaro/stable/$repo/$arch
    114: https://mirror.zetup.net/manjaro/stable/$repo/$arch
    115: https://ftp.lysator.liu.se/pub/manjaro/stable/$repo/$arch
    116: https://mirrors.atlas.net.co/manjaro/stable/$repo/$arch
    117: https://manjaro.nic.cz/stable/$repo/$arch
    118: https://mirrors.pku.edu.cn/manjaro/stable/$repo/$arch
    119: https://nocix.mm.fcix.net/manjaro/stable/$repo/$arch
    120: https://mirror.bouwhuis.network/manjaro/stable/$repo/$arch
    121: https://ba.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch
    122: https://mirror.nyist.edu.cn/manjaro/stable/$repo/$arch
    123: https://mirror.csclub.uwaterloo.ca/manjaro/stable/$repo/$arch
    124: https://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch
    125: http://ftp.uni-kl.de/pub/linux/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 420
  1: cpu: 33.6% command: firefox pid: 2492 mem: 739.7 MiB (2.3%)
  2: cpu: 22.4% command: Xorg pid: 956 mem: 115.4 MiB (0.3%)
  3: cpu: 13.8% command: firefox pid: 3079 mem: 462.0 MiB (1.4%)
  4: cpu: 4.7% command: firefox pid: 8848 mem: 411.9 MiB (1.3%)
  5: cpu: 3.6% command: firefox pid: 6293 mem: 359.4 MiB (1.1%)
  Memory top: 5 of 420
  1: mem: 739.7 MiB (2.3%) command: firefox pid: 2492 cpu: 33.6%
  2: mem: 462.0 MiB (1.4%) command: firefox pid: 3079 cpu: 13.8%
  3: mem: 411.9 MiB (1.3%) command: firefox pid: 8848 cpu: 4.7%
  4: mem: 404.1 MiB (1.2%) command: firefox pid: 5443 cpu: 0.5%
  5: mem: 359.4 MiB (1.1%) command: firefox pid: 6293 cpu: 3.6%
Info:
  Processes: 420 Power: uptime: 21m states: freeze,mem,disk suspend: s2idle
    wakeups: 0 hibernate: platform avail: shutdown, reboot, suspend, test_resume
    image: 12.29 GiB services: upowerd,xfce4-power-manager Init: systemd
    v: 260 default: graphical tool: systemctl
  Compilers: N/A Shell: Zsh v: 5.9 running-in: xfce4-terminal inxi: 3.3.40

A post was split to a new topic: Keyboard and Touchpad do not work