Jump to content

Mainfrezzer

Members
  • Posts

    355
  • Joined

  • Last visited

Report Comments posted by Mainfrezzer

  1. the intel gpu driver. thats about it.

    it does work in all other linux distros i tested, 6.1 lts kernel. Its just unraid throwing a fuzz with 6.12. And the forum has multiple mentions of it being busted with the current release. But interesting that the tp link version works while the ugreen one doesnt.


    6.11.5 output:

     

    root@Magnon-Box:~# ethtool eth1
    Settings for eth1:
            Supported ports: [ TP    MII ]
            Supported link modes:   10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Half 1000baseT/Full
            Supported pause frame use: No
            Supports auto-negotiation: Yes
            Supported FEC modes: Not reported
            Advertised link modes:  10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Full
            Advertised pause frame use: No
            Advertised auto-negotiation: Yes
            Advertised FEC modes: Not reported
            Speed: 10Mb/s
            Duplex: Half
            Auto-negotiation: on
            Port: MII
            PHYAD: 3
            Transceiver: internal
            Supports Wake-on: pg
            Wake-on: g
            Current message level: 0x00000007 (7)
                                   drv probe link
            Link detected: no
    root@Magnon-Box:~# 

     

  2. The output stays the same and bash gives permission denied on eth0, nothing about eth1 to see


    Heres the output of 6.11.5 for comparison

     

    root@Magnon-Box:~# lsusb -vvs 002:003
    
    Bus 002 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               3.20
      bDeviceClass          255 Vendor Specific Class
      bDeviceSubClass       255 Vendor Specific Subclass
      bDeviceProtocol         0 
      bMaxPacketSize0         9
      idVendor           0x0b95 ASIX Electronics Corp.
      idProduct          0x1790 AX88179 Gigabit Ethernet
      bcdDevice            2.00
      iManufacturer           1 ASIX
      iProduct                2 AX88179A
      iSerial                 3 008A3212
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength       0x0046
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xa0
          (Bus Powered)
          Remote Wakeup
        MaxPower              184mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           4
          bInterfaceClass       255 Vendor Specific Class
          bInterfaceSubClass    255 Vendor Specific Subclass
          bInterfaceProtocol      0 
          iInterface              4 Network_Interface
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0010  1x 16 bytes
            bInterval              11
            bMaxBurst               0
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x82  EP 2 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               5
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x03  EP 3 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               5
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x05  EP 5 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               2
    Binary Object Store Descriptor:
      bLength                 5
      bDescriptorType        15
      wTotalLength       0x0016
      bNumDeviceCaps          2
      USB 2.0 Extension Device Capability:
        bLength                 7
        bDescriptorType        16
        bDevCapabilityType      2
        bmAttributes   0x0000fd1e
          BESL Link Power Management (LPM) Supported
        BESL value     3328 us 
        Deep BESL value    61440 us 
      SuperSpeed USB Device Capability:
        bLength                10
        bDescriptorType        16
        bDevCapabilityType      3
        bmAttributes         0x02
          Latency Tolerance Messages (LTM) Supported
        wSpeedsSupported   0x000e
          Device can operate at Full Speed (12Mbps)
          Device can operate at High Speed (480Mbps)
          Device can operate at SuperSpeed (5Gbps)
        bFunctionalitySupport   1
          Lowest fully-functional device speed is Full Speed (12Mbps)
        bU1DevExitLat          10 micro seconds
        bU2DevExitLat        2047 micro seconds
    can't get debug descriptor: Resource temporarily unavailable
    Device Status:     0x001c
      (Bus Powered)
      U1 Enabled
      U2 Enabled
      Latency Tolerance Messaging (LTM) Enabled
    root@Magnon-Box:~# cat  /sys/class/net/eth*/device/uevent
    DRIVER=r8169
    PCI_CLASS=20000
    PCI_ID=10EC:8168
    PCI_SUBSYS_ID=1849:8168
    PCI_SLOT_NAME=0000:03:00.0
    MODALIAS=pci:v000010ECd00008168sv00001849sd00008168bc02sc00i00
    DEVTYPE=usb_interface
    DRIVER=ax88179_178a
    PRODUCT=b95/1790/200
    TYPE=255/255/0
    INTERFACE=255/255/0
    MODALIAS=usb:v0B95p1790d0200dcFFdscFFdp00icFFiscFFip00in00
    root@Magnon-Box:~# 



    6.11.5 throws the following in syslog
    "kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd"
    "kernel: ax88179_178a 2-2:2.0 eth1: register 'ax88179_178a' at usb-0000:00:15.0-2, ASIX AX88179 USB 3.0 Gigabit Ethernet"

    while 6.12.x just does

    "kernel: usb 4-5: new SuperSpeed USB device number 3 using xhci_hcd"

  3. the ax88179 drivers been not working in the whole of 6.12

    https://forums.unraid.net/bug-reports/stable-releases/6122-network-adapter-not-appearing-network-settings-r2548/

     

    Bus 004 Device 002: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               3.20
      bDeviceClass            0 
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0         9
      idVendor           0x0b95 ASIX Electronics Corp.
      idProduct          0x1790 AX88179 Gigabit Ethernet
      bcdDevice            2.00
      iManufacturer           1 ASIX
      iProduct                2 AX88179A
      iSerial                 3 008A3212
      bNumConfigurations      3
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength       0x0046
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xa0
          (Bus Powered)
          Remote Wakeup
        MaxPower              184mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           4
          bInterfaceClass       255 Vendor Specific Class
          bInterfaceSubClass    255 Vendor Specific Subclass
          bInterfaceProtocol      0 
          iInterface              4 Network_Interface
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0010  1x 16 bytes
            bInterval              11
            bMaxBurst               0
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x82  EP 2 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               5
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x03  EP 3 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               5
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x05  EP 5 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               2
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength       0x0068
        bNumInterfaces          2
        bConfigurationValue     2
        iConfiguration          0 
        bmAttributes         0xa0
          (Bus Powered)
          Remote Wakeup
        MaxPower              184mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         2 Communications
          bInterfaceSubClass     13 
          bInterfaceProtocol      0 
          iInterface              0 
          CDC Header:
            bcdCDC               1.10
          CDC Union:
            bMasterInterface        0
            bSlaveInterface         1 
          CDC Ethernet:
            iMacAddress                      5 F8E43B8A3212
            bmEthernetStatistics    0x00000000
            wMaxSegmentSize               1514
            wNumberMCFilters            0x0000
            bNumberPowerFilters              0
          CDC NCM:
            bcdNcmVersion        1.00
            bmNetworkCapabilities 0x2b
              8-byte ntb input size
              max datagram size
              net address
              packet filter
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0010  1x 16 bytes
            bInterval              11
            bMaxBurst               0
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        1
          bAlternateSetting       0
          bNumEndpoints           0
          bInterfaceClass        10 CDC Data
          bInterfaceSubClass      0 
          bInterfaceProtocol      1 
          iInterface              0 
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        1
          bAlternateSetting       1
          bNumEndpoints           2
          bInterfaceClass        10 CDC Data
          bInterfaceSubClass      0 
          bInterfaceProtocol      1 
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x82  EP 2 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               5
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x03  EP 3 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               5
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength       0x0062
        bNumInterfaces          2
        bConfigurationValue     3
        iConfiguration          0 
        bmAttributes         0xa0
          (Bus Powered)
          Remote Wakeup
        MaxPower              184mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         2 Communications
          bInterfaceSubClass      6 Ethernet Networking
          bInterfaceProtocol      0 
          iInterface              0 
          CDC Header:
            bcdCDC               1.10
          CDC Union:
            bMasterInterface        0
            bSlaveInterface         1 
          CDC Ethernet:
            iMacAddress                      5 F8E43B8A3212
            bmEthernetStatistics    0x00000000
            wMaxSegmentSize               1514
            wNumberMCFilters            0x0000
            bNumberPowerFilters              0
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0010  1x 16 bytes
            bInterval              11
            bMaxBurst               0
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        1
          bAlternateSetting       0
          bNumEndpoints           0
          bInterfaceClass        10 CDC Data
          bInterfaceSubClass      0 
          bInterfaceProtocol      0 
          iInterface              0 
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        1
          bAlternateSetting       1
          bNumEndpoints           2
          bInterfaceClass        10 CDC Data
          bInterfaceSubClass      0 
          bInterfaceProtocol      0 
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x82  EP 2 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               5
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x03  EP 3 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0400  1x 1024 bytes
            bInterval               0
            bMaxBurst               5
    Binary Object Store Descriptor:
      bLength                 5
      bDescriptorType        15
      wTotalLength       0x0016
      bNumDeviceCaps          2
      USB 2.0 Extension Device Capability:
        bLength                 7
        bDescriptorType        16
        bDevCapabilityType      2
        bmAttributes   0x0000fd1e
          BESL Link Power Management (LPM) Supported
        BESL value     3328 us 
        Deep BESL value    61440 us 
      SuperSpeed USB Device Capability:
        bLength                10
        bDescriptorType        16
        bDevCapabilityType      3
        bmAttributes         0x02
          Latency Tolerance Messages (LTM) Supported
        wSpeedsSupported   0x000e
          Device can operate at Full Speed (12Mbps)
          Device can operate at High Speed (480Mbps)
          Device can operate at SuperSpeed (5Gbps)
        bFunctionalitySupport   1
          Lowest fully-functional device speed is Full Speed (12Mbps)
        bU1DevExitLat          10 micro seconds
        bU2DevExitLat        2047 micro seconds
    can't get debug descriptor: Resource temporarily unavailable
    Device Status:     0x001c
      (Bus Powered)
      U1 Enabled
      U2 Enabled
      Latency Tolerance Messaging (LTM) Enabled

     

  4. i placed a pull request for the plugin which will fix the issue.

    In the meantime you can fix the compose issue by downloading the compose.manager-package-2023.09.13.txz from your usb. Get the "compose.sh" from 

    compose.manager-package-2023.09.13.txz\compose.manager-package-2023.09.13.tar\usr\local\emhttp\plugins\compose.manager\scripts\

    modify the line 57 from
     

    eval docker compose $files -p "$name" up -d 2>&1

    to
     

    eval docker compose $files -p "$name" up --force-recreate -d 2>&1



    put the compose.sh back into the archive. Let, hopefully youre using 7zip, 7zip rebuild the archive.

    Delete the original .txz from the usb, place the modified on the usb (hopefully with dynamix file manager) and then open the terminal 

     

    md5sum /boot/config/plugins/compose.manager/compose.manager-package-2023.09.13.txz

    copy the md5 sum that appears and modify the md5 checksum on line 8 in the compose.manager.plg within the /config/plugins folder of the usb.

    It should be <!ENTITY packageMD5 "771a0a5b9d3f8b002ccaca86a38af635"> if i did manage to not sneak in some spaces.

    And then reboot.

    Edit: If youre willing to trust me, here are the 2 files so you dont have to do it manually.plugins.zip

  5. On 8/28/2023 at 10:41 PM, ljm42 said:

     

    Can you please provide screenshots showing the issue? Also diagnostics.


    Im currently unable to test that. Ive been testing the the RC-Candidate on a Telekom DSL line and im no longer physically there and reverted back to a stable version before leaving. (ive static ip assignment on my usual place)

    Hope somebody else could test in my place.

    to sum up what happend: Due to the Telekom and their unstable connection i got assigned a lot of new ipv6 prefix assignments. dhcpcd worked fine as usual when host access was disabled but, if i enabled host access, it would only add new routes, never delete old ones. The whole network settings pages was filled with ipv6 networks on eth0.

  6. 1 hour ago, sonic6 said:

     

    i think this is because of the changing ipv6 prefix. fe80 prefixes changes in germany after DC's
    so this isn't usable for a static route?

    @bonienl can you take a look into that?

    That was spot on. The GUA prefix changed. Did notice that wireguard didn't use ipv6 anymore. the eth0 changed correctly but the vhost still used the old ipv6 address, which I reckon is being used.

  7. So far its been looking very good. 👍

    The Webterminal does work again on mobile (android 13, chrome) but clicking the syslog shortcut still breaks everything.
    And while im at the syslog, this is certainly new in .12.4 

    syslog.thumb.PNG.80e6e267a421ef37783a81e347993218.PNG

    this keeps on going for a while. seems to have started after the 24h dc.

  8. 5 hours ago, TheDon said:

     

    I am running 6.11.5 now, and still cant keep the GUI running for more than 12-24 hours.

     

    I am attempting safe mode right now, see if it helps at all.

    oxygen-diagnostics-20230810-1137.zip syslog-10.0.0.8-20230810.log

    You can save yourself the time with the safe mode. Its broken even on complete fresh install with absolutely nothing running.

    Stay on 6.11.5 unless you really want the exclusive shares or zfs.

  9. Having a look at my log in 6.12.3 lets me guess that this issue didnt get fixed after all?

     

    Jul 27 08:41:08 unraid-box kernel: ------------[ cut here ]------------
    Jul 27 08:41:08 unraid-box kernel: i915 0000:00:02.0: Unexpected DBuf power power state (0x00000000, expected 0x00000001)
    Jul 27 08:41:08 unraid-box kernel: WARNING: CPU: 1 PID: 9864 at drivers/gpu/drm/i915/display/intel_display_power_well.c:950 gen9_disable_dc_states+0x151/0x20d [i915]
    Jul 27 08:41:08 unraid-box kernel: Modules linked in: xt_connmark xt_mark iptable_mangle xt_comment iptable_raw xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter veth xfs md_mod zfs(PO) zunicode(PO) zzstd(O) zlua(O) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) spl(O) tcp_diag inet_diag ip6table_nat iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables efivarfs af_packet 8021q garp mrp bridge stp llc i915 x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm drm_buddy i2c_algo_bit ttm drm_display_helper crct10dif_pclmul drm_kms_helper crc32_pclmul crc32c_intel ghash_clmulni_intel sha512_ssse3 aesni_intel processor_thermal_device_pci_legacy processor_thermal_device crypto_simd drm cryptd processor_thermal_rfim processor_thermal_mbox rapl
    Jul 27 08:41:08 unraid-box kernel: mei_pxp mei_hdcp intel_rapl_msr processor_thermal_rapl intel_cstate i2c_i801 intel_gtt agpgart intel_rapl_common syscopyarea i2c_smbus sysfillrect intel_soc_dts_iosf r8169 i2c_core ahci mei_me sysimgblt realtek libahci fb_sys_fops iosf_mbi thermal mei button int3406_thermal video wmi backlight dptf_power fan int3403_thermal int340x_thermal_zone intel_pmc_core int3400_thermal acpi_thermal_rel unix
    Jul 27 08:41:08 unraid-box kernel: CPU: 1 PID: 9864 Comm: kworker/1:1 Tainted: P           O       6.1.38-Unraid #2
    Jul 27 08:41:08 unraid-box kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./J4125-ITX, BIOS P1.70 08/13/2021
    Jul 27 08:41:08 unraid-box kernel: Workqueue: events console_callback
    Jul 27 08:41:08 unraid-box kernel: RIP: 0010:gen9_disable_dc_states+0x151/0x20d [i915]
    Jul 27 08:41:08 unraid-box kernel: Code: 85 e4 75 03 4c 8b 27 44 89 44 24 04 e8 c9 7a e7 e0 44 8b 44 24 04 89 e9 4c 89 e2 48 89 c6 48 c7 c7 e1 58 7f a0 e8 c7 07 95 e0 <0f> 0b f7 83 58 1b 00 00 00 00 00 14 74 7b 48 89 df be 02 00 00 00
    Jul 27 08:41:08 unraid-box kernel: RSP: 0018:ffffc90007217710 EFLAGS: 00010286
    Jul 27 08:41:08 unraid-box kernel: RAX: 0000000000000000 RBX: ffff888103848000 RCX: 0000000000000027
    Jul 27 08:41:08 unraid-box kernel: RDX: 0000000000000002 RSI: ffffffff82090ebc RDI: 00000000ffffffff
    Jul 27 08:41:08 unraid-box kernel: RBP: 0000000000000000 R08: 0000000000000002 R09: 0000000000000031
    Jul 27 08:41:08 unraid-box kernel: R10: 0000000000045008 R11: ffffffff8295dda5 R12: ffff8881012da3e0
    Jul 27 08:41:08 unraid-box kernel: R13: 000000000000002f R14: ffff888103848b18 R15: ffff888103848958
    Jul 27 08:41:08 unraid-box kernel: FS:  0000000000000000(0000) GS:ffff888860080000(0000) knlGS:0000000000000000
    Jul 27 08:41:08 unraid-box kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 27 08:41:08 unraid-box kernel: CR2: 000014d39b633000 CR3: 000000021a61c000 CR4: 0000000000350ee0
    Jul 27 08:41:08 unraid-box kernel: Call Trace:
    Jul 27 08:41:08 unraid-box kernel: <TASK>
    Jul 27 08:41:08 unraid-box kernel: ? __warn+0xab/0x122
    Jul 27 08:41:08 unraid-box kernel: ? report_bug+0x109/0x17e
    Jul 27 08:41:08 unraid-box kernel: ? gen9_disable_dc_states+0x151/0x20d [i915]
    Jul 27 08:41:08 unraid-box kernel: ? handle_bug+0x41/0x6f
    Jul 27 08:41:08 unraid-box kernel: ? exc_invalid_op+0x13/0x60
    Jul 27 08:41:08 unraid-box kernel: ? asm_exc_invalid_op+0x16/0x20
    Jul 27 08:41:08 unraid-box kernel: ? gen9_disable_dc_states+0x151/0x20d [i915]
    Jul 27 08:41:08 unraid-box kernel: intel_power_well_enable+0x49/0x57 [i915]
    Jul 27 08:41:08 unraid-box kernel: __intel_display_power_get_domain+0xdb/0x129 [i915]
    Jul 27 08:41:08 unraid-box kernel: ? _raw_spin_unlock_irqrestore+0x24/0x3a
    Jul 27 08:41:08 unraid-box kernel: ? assert_rpm_wakelock_held+0xe/0x37 [i915]
    Jul 27 08:41:08 unraid-box kernel: intel_display_power_get+0x3a/0x4e [i915]
    Jul 27 08:41:08 unraid-box kernel: intel_dp_aux_xfer+0xe0/0x5d3 [i915]
    Jul 27 08:41:08 unraid-box kernel: ? hrtimer_start_range_ns+0x1d4/0x23e
    Jul 27 08:41:08 unraid-box kernel: ? hrtimer_cancel+0x11/0x1f
    Jul 27 08:41:08 unraid-box kernel: intel_dp_aux_transfer+0x175/0x258 [i915]
    Jul 27 08:41:08 unraid-box kernel: ? _raw_spin_unlock_irqrestore+0x24/0x3a
    Jul 27 08:41:08 unraid-box kernel: ? fwtable_read32+0xa6/0xb8 [i915]
    Jul 27 08:41:08 unraid-box kernel: drm_dp_dpcd_access+0x82/0x110 [drm_display_helper]
    Jul 27 08:41:08 unraid-box kernel: drm_dp_dpcd_write+0x37/0x61 [drm_display_helper]
    Jul 27 08:41:08 unraid-box kernel: drm_dp_dpcd_writeb+0x14/0x1a [i915]
    Jul 27 08:41:08 unraid-box kernel: intel_dp_set_power+0x45/0x113 [i915]
    Jul 27 08:41:08 unraid-box kernel: intel_ddi_post_disable+0x270/0x349 [i915]
    Jul 27 08:41:08 unraid-box kernel: intel_encoders_post_disable+0x5d/0x6f [i915]
    Jul 27 08:41:08 unraid-box kernel: intel_old_crtc_state_disables+0x38/0x87 [i915]
    Jul 27 08:41:08 unraid-box kernel: intel_atomic_commit_tail+0x3a2/0xabf [i915]
    Jul 27 08:41:08 unraid-box kernel: intel_atomic_commit+0x280/0x292 [i915]
    Jul 27 08:41:08 unraid-box kernel: drm_atomic_commit+0xa8/0xcb [drm]
    Jul 27 08:41:08 unraid-box kernel: ? __SCT__tp_func_drm_vblank_event_delivered+0x8/0x8 [drm]
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Jul 27 08:41:08 unraid-box kernel: drm_client_modeset_commit_atomic+0x154/0x1e7 [drm]
    Jul 27 08:41:08 unraid-box kernel: drm_client_modeset_dpms+0x74/0x196 [drm]
    Jul 27 08:41:08 unraid-box kernel: ? bit_cursor+0x400/0x437
    Jul 27 08:41:08 unraid-box kernel: drm_fb_helper_dpms.isra.0+0x2b/0x37 [drm_kms_helper]
    Jul 27 08:41:08 unraid-box kernel: drm_fb_helper_blank+0x63/0x72 [drm_kms_helper]
    Jul 27 08:41:08 unraid-box kernel: intel_fbdev_blank+0x13/0x32 [i915]
    Jul 27 08:41:08 unraid-box kernel: fb_blank+0x58/0x91
    Jul 27 08:41:08 unraid-box kernel: fbcon_blank+0x11a/0x1dd
    Jul 27 08:41:08 unraid-box kernel: ? bit_cursor+0x400/0x437
    Jul 27 08:41:08 unraid-box kernel: ? preempt_latency_start+0x2b/0x46
    Jul 27 08:41:08 unraid-box kernel: ? _raw_spin_lock_irqsave+0x2c/0x37
    Jul 27 08:41:08 unraid-box kernel: ? lock_timer_base+0x38/0x5f
    Jul 27 08:41:08 unraid-box kernel: ? _raw_spin_unlock_irqrestore+0x24/0x3a
    Jul 27 08:41:08 unraid-box kernel: ? try_to_del_timer_sync+0x58/0x7c
    Jul 27 08:41:08 unraid-box kernel: do_blank_screen+0x137/0x1c4
    Jul 27 08:41:08 unraid-box kernel: console_callback+0xd2/0xf7
    Jul 27 08:41:08 unraid-box kernel: process_one_work+0x1a8/0x295
    Jul 27 08:41:08 unraid-box kernel: worker_thread+0x18b/0x244
    Jul 27 08:41:08 unraid-box kernel: ? rescuer_thread+0x281/0x281
    Jul 27 08:41:08 unraid-box kernel: kthread+0xe4/0xef
    Jul 27 08:41:08 unraid-box kernel: ? kthread_complete_and_exit+0x1b/0x1b
    Jul 27 08:41:08 unraid-box kernel: ret_from_fork+0x1f/0x30
    Jul 27 08:41:08 unraid-box kernel: </TASK>
    Jul 27 08:41:08 unraid-box kernel: ---[ end trace 0000000000000000 ]---
    Jul 27 08:41:20 unraid-box kernel: ------------[ cut here ]------------
    Jul 27 08:41:20 unraid-box kernel: i915 0000:00:02.0: Unexpected DBuf power power state (0x00000000, expected 0x00000001)
    Jul 27 08:41:20 unraid-box kernel: WARNING: CPU: 1 PID: 9864 at drivers/gpu/drm/i915/display/intel_display_power_well.c:950 gen9_disable_dc_states+0x151/0x20d [i915]
    Jul 27 08:41:20 unraid-box kernel: Modules linked in: xt_connmark xt_mark iptable_mangle xt_comment iptable_raw xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter veth xfs md_mod zfs(PO) zunicode(PO) zzstd(O) zlua(O) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) spl(O) tcp_diag inet_diag ip6table_nat iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables efivarfs af_packet 8021q garp mrp bridge stp llc i915 x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm drm_buddy i2c_algo_bit ttm drm_display_helper crct10dif_pclmul drm_kms_helper crc32_pclmul crc32c_intel ghash_clmulni_intel sha512_ssse3 aesni_intel processor_thermal_device_pci_legacy processor_thermal_device crypto_simd drm cryptd processor_thermal_rfim processor_thermal_mbox rapl
    Jul 27 08:41:20 unraid-box kernel: mei_pxp mei_hdcp intel_rapl_msr processor_thermal_rapl intel_cstate i2c_i801 intel_gtt agpgart intel_rapl_common syscopyarea i2c_smbus sysfillrect intel_soc_dts_iosf r8169 i2c_core ahci mei_me sysimgblt realtek libahci fb_sys_fops iosf_mbi thermal mei button int3406_thermal video wmi backlight dptf_power fan int3403_thermal int340x_thermal_zone intel_pmc_core int3400_thermal acpi_thermal_rel unix
    Jul 27 08:41:20 unraid-box kernel: CPU: 1 PID: 9864 Comm: kworker/1:1 Tainted: P        W  O       6.1.38-Unraid #2
    Jul 27 08:41:20 unraid-box kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./J4125-ITX, BIOS P1.70 08/13/2021
    Jul 27 08:41:20 unraid-box kernel: Workqueue: pm pm_runtime_work
    Jul 27 08:41:20 unraid-box kernel: RIP: 0010:gen9_disable_dc_states+0x151/0x20d [i915]
    Jul 27 08:41:20 unraid-box kernel: Code: 85 e4 75 03 4c 8b 27 44 89 44 24 04 e8 c9 7a e7 e0 44 8b 44 24 04 89 e9 4c 89 e2 48 89 c6 48 c7 c7 e1 58 7f a0 e8 c7 07 95 e0 <0f> 0b f7 83 58 1b 00 00 00 00 00 14 74 7b 48 89 df be 02 00 00 00
    Jul 27 08:41:20 unraid-box kernel: RSP: 0018:ffffc90007217cf8 EFLAGS: 00010282
    Jul 27 08:41:20 unraid-box kernel: RAX: 0000000000000000 RBX: ffff888103848000 RCX: 0000000000000027
    Jul 27 08:41:20 unraid-box kernel: RDX: 0000000000000002 RSI: ffffffff82090ebc RDI: 00000000ffffffff
    Jul 27 08:41:20 unraid-box kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: ffffffff82245ed0
    Jul 27 08:41:20 unraid-box kernel: R10: 00007fffffffffff R11: ffffffff8295f3b5 R12: ffff8881012da3e0
    Jul 27 08:41:20 unraid-box kernel: R13: ffff888103848000 R14: ffff888103849c20 R15: 0000000000000000
    Jul 27 08:41:20 unraid-box kernel: FS:  0000000000000000(0000) GS:ffff888860080000(0000) knlGS:0000000000000000
    Jul 27 08:41:20 unraid-box kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 27 08:41:20 unraid-box kernel: CR2: 000015351cdf3840 CR3: 000000000420a000 CR4: 0000000000350ee0
    Jul 27 08:41:20 unraid-box kernel: Call Trace:
    Jul 27 08:41:20 unraid-box kernel: <TASK>
    Jul 27 08:41:20 unraid-box kernel: ? __warn+0xab/0x122
    Jul 27 08:41:20 unraid-box kernel: ? report_bug+0x109/0x17e
    Jul 27 08:41:20 unraid-box kernel: ? gen9_disable_dc_states+0x151/0x20d [i915]
    Jul 27 08:41:20 unraid-box kernel: ? handle_bug+0x41/0x6f
    Jul 27 08:41:20 unraid-box kernel: ? exc_invalid_op+0x13/0x60
    Jul 27 08:41:20 unraid-box kernel: ? asm_exc_invalid_op+0x16/0x20
    Jul 27 08:41:20 unraid-box kernel: ? gen9_disable_dc_states+0x151/0x20d [i915]
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Jul 27 08:41:20 unraid-box kernel: bxt_display_core_uninit.part.0+0xf/0x66 [i915]
    Jul 27 08:41:20 unraid-box kernel: intel_display_power_suspend+0x44/0x59 [i915]
    Jul 27 08:41:20 unraid-box kernel: intel_runtime_suspend+0xf3/0x1e7 [i915]
    Jul 27 08:41:20 unraid-box kernel: ? pci_pm_default_resume+0x23/0x23
    Jul 27 08:41:20 unraid-box kernel: pci_pm_runtime_suspend+0x6a/0x155
    Jul 27 08:41:20 unraid-box kernel: ? pci_pm_default_resume+0x23/0x23
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Jul 27 08:41:20 unraid-box kernel: __rpm_callback+0xcb/0x13a
    Jul 27 08:41:20 unraid-box kernel: ? pci_pm_default_resume+0x23/0x23
    Jul 27 08:41:20 unraid-box kernel: rpm_callback+0x4b/0x64
    Jul 27 08:41:20 unraid-box kernel: ? pci_pm_default_resume+0x23/0x23
    Jul 27 08:41:20 unraid-box kernel: rpm_suspend+0x2b6/0x4a4
    Jul 27 08:41:20 unraid-box kernel: ? raw_spin_rq_unlock_irq+0x5/0x10
    Jul 27 08:41:20 unraid-box kernel: ? finish_task_switch.isra.0+0x140/0x218
    Jul 27 08:41:20 unraid-box kernel: pm_runtime_work+0x75/0x7f
    Jul 27 08:41:20 unraid-box kernel: process_one_work+0x1a8/0x295
    Jul 27 08:41:20 unraid-box kernel: worker_thread+0x18b/0x244
    Jul 27 08:41:20 unraid-box kernel: ? rescuer_thread+0x281/0x281
    Jul 27 08:41:20 unraid-box kernel: kthread+0xe4/0xef
    Jul 27 08:41:20 unraid-box kernel: ? kthread_complete_and_exit+0x1b/0x1b
    Jul 27 08:41:20 unraid-box kernel: ret_from_fork+0x1f/0x30
    Jul 27 08:41:20 unraid-box kernel: </TASK>
    Jul 27 08:41:20 unraid-box kernel: ---[ end trace 0000000000000000 ]---
    Jul 27 08:50:18 unraid-box kernel: Bluetooth: Core ver 2.22
    Jul 27 08:50:18 unraid-box kernel: NET: Registered PF_BLUETOOTH protocol family
    Jul 27 08:50:18 unraid-box kernel: Bluetooth: HCI device and connection manager initialized
    Jul 27 08:50:18 unraid-box kernel: Bluetooth: HCI socket layer initialized
    Jul 27 08:50:18 unraid-box kernel: Bluetooth: L2CAP socket layer initialized
    Jul 27 08:50:18 unraid-box kernel: Bluetooth: SCO socket layer initialized

     

  10. On 11/3/2022 at 10:05 PM, JulienD said:

    I had the same issue on a fresh 6.11.1 and fixed it / improved copy speed by modifying in SMB settings :

    Enable SMB Multi Channel: Yes
    Enhanced macOS interoperability: No
    Samba extra configuration:
        logging = 0

     

    I don't know what individually worked...

    The enhanced macOS off setting got rid of it for me on 11.3.

    Glad to get rid of that wall of logs just from moving the steam library.

×
×
  • Create New...