UEFI kernels, legacy = 6.6, current & edge 6.13

This commit is contained in:
Igor Pecovnik
2025-01-18 21:05:42 +01:00
committed by Igor
parent 3a25ae9d8f
commit dc558d7c01
10 changed files with 302 additions and 1620 deletions

View File

@@ -38,10 +38,10 @@ driver_rtl8189ES() {
# Wireless drivers for Realtek 8189ES chipsets
if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then
# Attach to specific commit (was "branch:master")
local rtl8189esver='commit:4b508a2daef09e6049bbaa7971adc6d2d3e88899' # Commit date: Dec 23, 2024 (please update when updating commit ref)
local rtl8189esver='commit:master' # Commit date: Dec 29, 2024 (please update when updating commit ref)
display_alert "Adding" "Wireless drivers for Realtek 8189ES chipsets ${rtl8189esver}" "info"
@@ -84,10 +84,10 @@ driver_rtl8189FS() {
# Wireless drivers for Realtek 8189FS chipsets
if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then
# Attach to specific commit (was "branch:rtl8189fs")
local rtl8189fsver='commit:9a82349c2c40515f9d20b9f6721670f76b4e1c7a' # Commit date: May 19, 2024 (please update when updating commit ref)
local rtl8189fsver='commit:94cc959d56c1425fbca4f6e49e949cf58ec5dc8d' # Commit date: May 19, 2024 (please update when updating commit ref)
display_alert "Adding" "Wireless drivers for Realtek 8189FS chipsets ${rtl8189fsver}" "info"
@@ -130,7 +130,7 @@ driver_rtl8192EU() {
# Wireless drivers for Realtek 8192EU chipsets
if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then
# Attach to specific commit (was "branch:realtek-4.4.x")
local rtl8192euver='commit:b9f21a6ff209edc220b2fc4ca610eb54595f218d' # Commit date: Dec 23, 2024 (please update when updating commit ref)
@@ -172,7 +172,7 @@ driver_rtl8811_rtl8812_rtl8814_rtl8821() {
# Wireless drivers for Realtek 8811, 8812, 8814 and 8821 chipsets
if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then
# Attach to specific commit (is branch:v5.6.4.2)
local rtl8812auver="commit:b44d288f423ede0fc7cdbf92d07a7772cd727de4" # Commit date: May 10, 2024 (please update when updating commit ref)
@@ -251,10 +251,10 @@ driver_xradio_xr819() {
driver_rtl8811CU_rtl8821C() {
# Wireless drivers for Realtek RTL8811CU and RTL8821C chipsets
if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then
# Attach to specific commit (is branch:main)
local rtl8811cuver="commit:3eacc28b721950b51b0249508cc31e6e54988a0c" # Commit date: May 3, 2024 (please update when updating commit ref)
local rtl8811cuver="commit:c39c174065badba68c42369834b7c8a91e9d0630" # Commit date: May 3, 2024 (please update when updating commit ref)
display_alert "Adding" "Wireless drivers for Realtek RTL8811CU and RTL8821C chipsets ${rtl8811cuver}" "info"
@@ -293,10 +293,10 @@ driver_rtl88x2bu() {
# Wireless drivers for Realtek 88x2bu chipsets
if linux-version compare "${version}" ge 5.0; then
if linux-version compare "${version}" ge 5.0 && linux-version compare "${version}" lt 6.13; then
# Attach to specific commit (is branch:main)
local rtl88x2buver="commit:e96ef9a9e0a9261598137b3ad2c70fa018914764" # Commit date: May 11, 2024 (please update when updating commit ref)
local rtl88x2buver="commit:139e4fc2eeea7a140239d34c73b6bf4f69c1f74d" # Commit date: May 11, 2024 (please update when updating commit ref)
display_alert "Adding" "Wireless drivers for Realtek 88x2bu chipsets ${rtl88x2buver}" "info"