Hello erveryone,
I've installed Manjaro and while making updates, sometimes i need to try 2-3 times to make it works. so i made
cat /var/log/pacman.log | grep ERROR
It returned me :
ERROR: '/lib/modules/5.3.18-1-MANJARO' is not a valid kernel module directory
So i don't know what to do about it and by searching on google, i found this solution.
I don't know if it will solve the problem. So can anyone help me ?
Thanks
EDIT : So as @Wollie answered, here some more information.
About my system and hardware, i made this as told in the link
inxi -Fxxxza --no-host
And here is the return :
System: Kernel: 5.5.16-1-MANJARO x86_64 bits: 64 compiler: gcc v: 9.3.0
parameters: BOOT_IMAGE=/boot/vmlinuz-5.5-x86_64 root=UUID=c0a7e19c-9bef-446b-a0e4-6f260027b3dd rw quiet apparmor=1
security=apparmor resume=UUID=a04af14f-31fe-4214-988d-dbbfa2e56984 udev.log_priority=3
Desktop: KDE Plasma 5.18.4 tk: Qt 5.14.2 wm: kwin_x11 dm: SDDM Distro: Manjaro Linux
Machine: Type: Desktop Mobo: ASUSTeK model: 970 PRO GAMING/AURA v: Rev 1.xx serial: <filter> BIOS: American Megatrends
v: 0701 date: 05/16/2016
CPU: Topology: 8-Core model: AMD FX-8350 bits: 64 type: MCP arch: Bulldozer family: 15 (21) model-id: 2 stepping: N/A
microcode: 6000852 L2 cache: 2048 KiB
flags: avx lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 69390
Speed: 1515 MHz min/max: 1400/4000 MHz boost: enabled Core speeds (MHz): 1: 1516 2: 1517 3: 3010 4: 1906 5: 1515
6: 1514 7: 1872 8: 1920
Vulnerabilities: Type: itlb_multihit status: Not affected
Type: l1tf status: Not affected
Type: mds status: Not affected
Type: meltdown status: Not affected
Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl and seccomp
Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
Type: spectre_v2 mitigation: Full AMD retpoline, IBPB: conditional, STIBP: disabled, RSB filling
Type: tsx_async_abort status: Not affected
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
vendor: Sapphire Limited Nitro+ driver: amdgpu v: kernel bus ID: 01:00.0 chip ID: 1002:67df
Display: x11 server: X.Org 1.20.8 driver: amdgpu FAILED: ati unloaded: modesetting,radeon alternate: fbdev,vesa
compositor: kwin_x11 resolution: 1920x1080~60Hz, 1280x1024~60Hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10 DRM 3.36.0 5.5.16-1-MANJARO LLVM 9.0.1) v: 4.6 Mesa 20.0.4
direct render: Yes
Audio: Device-1: Advanced Micro Devices [AMD/ATI] SBx00 Azalia vendor: ASUSTeK driver: snd_hda_intel v: kernel
bus ID: 00:14.2 chip ID: 1002:4383
Device-2: AMD Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590] vendor: Sapphire Limited driver: snd_hda_intel
v: kernel bus ID: 01:00.1 chip ID: 1002:aaf0
Device-3: Logitech Webcam C270 type: USB driver: snd-usb-audio,uvcvideo bus ID: 3-1:2 chip ID: 046d:0825
serial: <filter>
Sound Server: ALSA v: k5.5.16-1-MANJARO
Network: Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb v: 5.6.0-k port: d000 bus ID: 04:00.0
chip ID: 8086:1539
IF: enp4s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives: Local Storage: total: 1.02 TiB used: 234.05 GiB (22.4%)
ID-1: /dev/sda vendor: OCZ model: VERTEX3 size: 111.79 GiB block size: physical: 512 B logical: 512 B
speed: 6.0 Gb/s serial: <filter> rev: 2.25 scheme: GPT
ID-2: /dev/sdb vendor: Western Digital model: WD10EZEX-60M2NA0 size: 931.51 GiB block size: physical: 4096 B
logical: 512 B speed: 6.0 Gb/s rotation: 7200 rpm serial: <filter> rev: 1A01 scheme: MBR
Partition: ID-1: / raw size: 111.79 GiB size: 109.53 GiB (97.98%) used: 20.22 GiB (18.5%) fs: ext4 dev: /dev/sda1
ID-2: /home raw size: 851.51 GiB size: 837.14 GiB (98.31%) used: 213.83 GiB (25.5%) fs: ext4 dev: /dev/sdb2
ID-3: swap-1 size: 80.00 GiB used: 0 KiB (0.0%) fs: swap swappiness: 60 (default) cache pressure: 100 (default)
dev: /dev/sdb1
Sensors: System Temperatures: cpu: 27.1 C mobo: N/A gpu: amdgpu temp: 36 C
Fan Speeds (RPM): N/A gpu: amdgpu fan: 803
Info: Processes: 263 Uptime: 3h 47m Memory: 7.68 GiB used: 2.35 GiB (30.6%) Init: systemd v: 244 Compilers: gcc: 9.3.0
Shell: bash v: 5.0.16 running in: konsole inxi: 3.0.37
I've checked which kernel was installed by
pacman -Q linux
that say :
linux316 3.16.82-3
So I don't know where to start and what information is useful. I really need a step-by-step help.