oscar: Unpin kernel from 6.12.43: upstream is fixed
This was fixed in 6.17rc6+: https://lkml.org/lkml/2025/9/14/488 Fangzhi Zuo (1): drm/amd/display: Disable DPCD Probe Quirk
This commit is contained in:
parent
c584b17a7a
commit
37d9792b92
1 changed files with 4 additions and 14 deletions
|
|
@ -11,20 +11,10 @@
|
||||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
# It's been a busy month with dock issues! Two specific kernel constraints:
|
# Kernel >6.15.? breaks wired networking on the dock. This has been reported
|
||||||
# 1. We're, for the moment, stuck on the LTS kernel because kernels >6.15.?
|
# in Fedora fora:
|
||||||
# break wired networking on the dock. This has been reported in Fedora
|
|
||||||
# fora:
|
|
||||||
# https://discussion.fedoraproject.org/t/fedora-42-driver-issues-with-kernel-6-15-thunderbolt-docking-station-igb-usb/157039
|
# https://discussion.fedoraproject.org/t/fedora-42-driver-issues-with-kernel-6-15-thunderbolt-docking-station-igb-usb/157039
|
||||||
# 2. "drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS"
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
# (included in 6.12.44, so we're pinned to one release earlier) breaks
|
|
||||||
# external DisplayPort displays on the Thunderbolt Dock. Issue tracker:
|
|
||||||
# https://gitlab.freedesktop.org/drm/amd/-/issues/4500
|
|
||||||
# A patch has been developed as of 2025-09-03, but no fix yet. Also
|
|
||||||
# believed to be broken in 6.16.0 and newer.
|
|
||||||
# via https://discuss.cachyos.org/t/thunderbolt-dock-dp-displays-no-longer-working/14695/2
|
|
||||||
boot.kernelPackages = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/b98378bf28d97644078e1c56d10dc7819d643cbf~.tar.gz") {}).linuxPackages; # before 6.12.44 upgrade
|
|
||||||
|
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue