Skip to content

Commit

Permalink
Revert "chore: Restore firmware replacement temporarily for ASUS Ally"
Browse files Browse the repository at this point in the history
This reverts commit 878da1e.
  • Loading branch information
KyleGospo committed Oct 25, 2024
1 parent 34c51f1 commit b42209e
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,27 +241,6 @@ 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 && \
Expand Down

0 comments on commit b42209e

Please sign in to comment.