diff --git a/install/config/hardware/intel/ptl-audio.sh b/install/config/hardware/intel/ptl-audio.sh deleted file mode 100644 index 0bd7392e..00000000 --- a/install/config/hardware/intel/ptl-audio.sh +++ /dev/null @@ -1,17 +0,0 @@ -# Install Panther Lake audio kernel for Intel Panther Lake systems -# The linux-ptl-audio kernel includes audio driver patches not yet in mainline. - -if omarchy-hw-intel-ptl; then - echo "Detected Intel Panther Lake, installing PTL audio kernel..." - - omarchy-pkg-add linux-ptl-audio linux-ptl-audio-headers - - sudo mkdir -p /etc/limine-entry-tool.d - cat </dev/null -# Prioritize Panther Lake audio kernel as the default boot entry -BOOT_ORDER="linux-ptl-audio*, *, *fallback, Snapshots" -EOF - - # Make the PTL audio kernel the default boot entry in limine - sed -i 's/^default_entry: 2/default_entry: 1/' $OMARCHY_PATH/default/limine/limine.conf -fi diff --git a/install/config/hardware/intel/ptl-kernel.sh b/install/config/hardware/intel/ptl-kernel.sh new file mode 100644 index 00000000..f00e8ae7 --- /dev/null +++ b/install/config/hardware/intel/ptl-kernel.sh @@ -0,0 +1,17 @@ +# Install Panther Lake kernel for Intel Panther Lake systems +# The linux-ptl kernel includes audio driver patches not yet in mainline. + +if omarchy-hw-intel-ptl; then + echo "Detected Intel Panther Lake, installing PTL kernel..." + + omarchy-pkg-add linux-ptl linux-ptl-headers + + sudo mkdir -p /etc/limine-entry-tool.d + cat </dev/null +# Prioritize Panther Lake kernel as the default boot entry +BOOT_ORDER="linux-ptl*, *, *fallback, Snapshots" +EOF + + # Make the PTL audio kernel the default boot entry in limine + sed -i 's/^default_entry: 2/default_entry: 1/' $OMARCHY_PATH/default/limine/limine.conf +fi diff --git a/install/omarchy-other.packages b/install/omarchy-other.packages index 4706b87b..b75c3685 100644 --- a/install/omarchy-other.packages +++ b/install/omarchy-other.packages @@ -30,8 +30,8 @@ limine-snapper-sync linux linux-firmware linux-headers -linux-ptl-audio -linux-ptl-audio-headers +linux-ptl +linux-ptl-headers macbook12-spi-driver-dkms nvidia-580xx-dkms nvidia-dkms