r8168 icon indicating copy to clipboard operation
r8168 copied to clipboard

r8168 5.10.0-20-amd64 Debian KDE UI freezes and journal: eno1: esd_flag = 0x7bff ; eno1: cmd = 0xff, should be 0x07

Open slrslr opened this issue 3 years ago • 0 comments

Hello,

5.10.0-20-amd64 Debian 11 (stable) with KDE desktop (5.20.5)

$ sudo inxi -Na

Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: N/A modules: r8168 port: N/A 
           bus ID: 03:00.1 chip ID: 10ec:8168 class ID: 0200
           Device-2: Realtek RTL8153 Gigabit Ethernet Adapter type: USB driver: r8152 bus ID: 3-4:3 chip ID: 0bda:8153 
           class ID: 0000 serial: 000001000000

(driver for device 1 not shown, because i ran inxi after removing it: sudo modprobe -r r8168;sudo apt remove r8169-dkms)

I have removed r8168 dkms because it repeatedly caused issue where computer UI (incl. mouse) was freezing every couple second with journal:

Jan 23 07:53:06 h0st kernel: r8168: eno1: link up
Jan 23 07:53:06 h0st kernel: eno1: esd_flag = 0x7bff
                           .
Jan 23 07:53:06 h0st kernel: eno1: pci_sn_h = 0xffffffff, should be 0x01000000 
                           .
Jan 23 07:53:06 h0st kernel: eno1: pci_sn_l = 0xffffffff, should be 0x684ce000 
                           .
Jan 23 07:53:06 h0st kernel: eno1: resv_0x2c_h = 0xffff, should be 0x872e 
                           .
Jan 23 07:53:06 h0st kernel: eno1: resv_0x2c_l = 0xffff, should be 0x103c 
                           .
Jan 23 07:53:06 h0st kernel: eno1: resv_0x24_h = 0xffff, should be 0x0000 
                           .
Jan 23 07:53:06 h0st kernel: eno1: resv_0x24_l = 0xffff, should be 0x0000 
                           .
Jan 23 07:53:06 h0st kernel: eno1: resv_0x20_h = 0xffff, should be 0xfc40 
                           .
Jan 23 07:53:06 h0st kernel: eno1: resv_0x20_l = 0xffff, should be 0x4004 
                           .
Jan 23 07:53:06 h0st kernel: eno1: resv_0x1c_h = 0xffff, should be 0x0000 
                           .
Jan 23 07:53:06 h0st kernel: eno1: resv_0x1c_l = 0xffff, should be 0x0000 
                           .
Jan 23 07:53:06 h0st kernel: eno1: mem_base_h = 0xffff, should be 0xfc41 
                           .
Jan 23 07:53:06 h0st kernel: eno1: mem_base_l = 0xffff, should be 0x1004 
                           .
Jan 23 07:53:06 h0st kernel: eno1: io_base_l = 0xffff, should be 0x2201 
                           .
Jan 23 07:53:06 h0st kernel: eno1: cmd = 0xff, should be 0x07

After unloading using modprobe as shown above, freezing stopped...

slrslr avatar Jan 23 '23 07:01 slrslr