Skip to content

Commit 8536117

Browse files
committed
feat: Install broadcom's WL driver needed by some hardware. This is default disabled due to it breaking other wifi hardware.
1 parent 74b1432 commit 8536117

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo
2525
/tmp/akmods-rpms/kmods/*gcadapter_oc*.rpm \
2626
/tmp/akmods-rpms/kmods/*openrgb*.rpm \
2727
/tmp/akmods-rpms/kmods/*evdi*.rpm \
28+
/tmp/akmods-rpms/kmods/*wl*.rpm \
2829
/tmp/rpms/ublue-update.noarch.rpm \
2930
/tmp/rpms/ublue-os-wallpapers.rpm && \
3031
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/negativo17-fedora-multimedia.repo
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file intentionally left empty to prevent wl package from disabling drivers needed for other hardware by default.
2+
# If you wish to use wl, delete this file and /etc/modprobe.d/default-disable-broadcom-wl.conf
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Prevents wl package from loading along side drivers it conflicts with.
2+
# If you wish to use wl, delete this file and /etc/modprobe.d/broadcom-wl-blacklist.conf
3+
wl

0 commit comments

Comments
 (0)