EndeavoursOS frezzing again and again , r8168 BadDLLP error

From 10days endOs is freezing a lot only cursor moves , keyboard and display completely freezes and wifi also stops working after awake from sleep mode. , in the end i have to force reboot .

dmesg -T —> https://pastebin.com/EvVc2rCT
inxi -Faz -----> https://pastebin.com/S2DiBmuH

I am a Newbie , thanks in advance .

Are you running KDE Plasma by any chance? I got similar freezes since updating to the latest release.
Try login in to a TTY next time the desktop stop.
Ctrl+Alt±F2

This wont fix the problem but at least allows for a proper reboot

The error message is related to the network not the WiFi. Do you have r8168 package installed?

yes
i also downloaded r8169 and uninstalled but r8169 stills appears in modules.
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
Subsystem: Dell Device 0791
Flags: bus master, fast devsel, latency 0, IRQ 128
I/O ports at d000 [size=256]
Memory at d2004000 (64-bit, non-prefetchable) [size=4K]
Memory at d2000000 (64-bit, prefetchable) [size=16K]
Capabilities:
Kernel driver in use: r8168
Kernel modules: r8169, r8168

i am using bspwm .

Try uninstalling the r8168 package. The r8169 is a kernel module.

sudo pacman -R r8168

reboot

Post the output

inxi -Na
1 Like

Network:
Device-1: Intel Wireless 3165 driver: iwlwifi v: kernel pcie: gen: 1
speed: 2.5 GT/s lanes: 1 bus-ID: 02:00.0 chip-ID: 8086:3165
class-ID: 0280
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Dell driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s
lanes: 1 port: d000 bus-ID: 03:00.0 chip-ID: 10ec:8168 class-ID: 0200
Device-3: Intel Bluetooth wireless interface type: USB driver: btusb
bus-ID: 1-8:4 chip-ID: 8087:0a2a class-ID: e001
Now the warnings are not their after running dmesg -T ,
and the cpu load has also reduced

1 Like

Just remember to use code tags around the output you post so it’s easier to read.

Edit: So now your network card is running on the kernel module r8169 as shown in the post. You are using WiFi anyway which is Intel but looks like maybe the issue is resolved? The r8168 is another module that gets installed with the r8168 package. Some older network cards run on it and not on the kernel module.

1 Like

Its my first ever question on forum , from next time i will kept that in mind .
ya I think so that issue is resolved as now everything is working smoothly than before .
thanks again for helping .

1 Like

When you post output you can use the pre-formatted text option from the menu or just use three back ticks ``` or 3 tilde ~~~ before and after the output you post.

1 Like

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