mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-15 14:42:33 +00:00
chore: Restore firmware replacement temporarily for ASUS Ally
This commit is contained in:
parent
b6c4439a1e
commit
878da1e77d
@ -241,6 +241,27 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
||||
# Setup firmware
|
||||
# Downgrade firmware to address galileo waking while asleep
|
||||
RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
||||
rpm-ostree override replace \
|
||||
--experimental \
|
||||
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
|
||||
amd-gpu-firmware \
|
||||
amd-ucode-firmware \
|
||||
atheros-firmware \
|
||||
brcmfmac-firmware \
|
||||
cirrus-audio-firmware \
|
||||
intel-audio-firmware \
|
||||
intel-gpu-firmware \
|
||||
iwlegacy-firmware \
|
||||
iwlwifi-dvm-firmware \
|
||||
iwlwifi-mvm-firmware \
|
||||
libertas-firmware \
|
||||
linux-firmware \
|
||||
linux-firmware-whence \
|
||||
mt7xxx-firmware \
|
||||
nvidia-gpu-firmware \
|
||||
nxpwireless-firmware \
|
||||
realtek-firmware \
|
||||
tiwilink-firmware && \
|
||||
mkdir -p /tmp/linux-firmware-neptune && \
|
||||
curl -Lo /tmp/linux-firmware-neptune/cs35l41-dsp1-spk-cali.bin https://gitlab.com/evlaV/linux-firmware-neptune/-/raw/"${JUPITER_FIRMWARE_VERSION}"/cs35l41-dsp1-spk-cali.bin && \
|
||||
curl -Lo /tmp/linux-firmware-neptune/cs35l41-dsp1-spk-cali.wmfw https://gitlab.com/evlaV/linux-firmware-neptune/-/raw/"${JUPITER_FIRMWARE_VERSION}"/cs35l41-dsp1-spk-cali.wmfw && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user