Merge branch 'master' of https://code.luxferre.top/luxferre/bwn-a1370
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# bwn driver fixes for Broadcom BCM43224 (Apple MacBook Air A1370)
|
# FreeBSD bwn driver fixes for Broadcom BCM43224 (Apple MacBook Air A1370)
|
||||||
|
|
||||||
A complete, self-contained set of fixes that make the FreeBSD `bwn(4)` driver
|
A complete, self-contained set of fixes that make the FreeBSD `bwn(4)` driver
|
||||||
work on the Apple MacBook Air A1370's BCM43224
|
work on the Apple MacBook Air A1370's BCM43224
|
||||||
@@ -126,3 +126,7 @@ ways:
|
|||||||
(Plus the prebuilt `bwn_v4_n.ko` firmware, reproducible from `src/firmware/`.)
|
(Plus the prebuilt `bwn_v4_n.ko` firmware, reproducible from `src/firmware/`.)
|
||||||
|
|
||||||
See `RESEARCH.md` for the full root-cause analysis behind each fix.
|
See `RESEARCH.md` for the full root-cause analysis behind each fix.
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
Created by Luxferre in 2026, released into the public domain with no warranties.
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
hint.asmc.0.disabled="1"
|
|
||||||
acpi_video_load="YES"
|
|
||||||
acpi_ibm_load="YES"
|
|
||||||
backlight_load="YES"
|
|
||||||
snd_driver_load="YES"
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
clear_tmp_enable="YES"
|
|
||||||
hostname="luxair"
|
|
||||||
wlans_rtwn0="wlan0"
|
|
||||||
ifconfig_wlan0="WPA DHCP"
|
|
||||||
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
|
|
||||||
sshd_enable="YES"
|
|
||||||
ntpd_enable="YES"
|
|
||||||
powerd_enable="YES"
|
|
||||||
moused_enable="YES"
|
|
||||||
# Set dumpdev to AUTO to enable crash dumps
|
|
||||||
dumpdev="AUTO"
|
|
||||||
kld_list="nouveau bwn_v4_n if_bwn"
|
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1,17 +0,0 @@
|
|||||||
clear_tmp_enable="YES"
|
|
||||||
hostname="luxair"
|
|
||||||
wlans_rtwn0="wlan0"
|
|
||||||
ifconfig_wlan0="WPA DHCP"
|
|
||||||
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
|
|
||||||
sshd_enable="YES"
|
|
||||||
ntpd_enable="YES"
|
|
||||||
powerd_enable="YES"
|
|
||||||
moused_enable="YES"
|
|
||||||
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
|
|
||||||
dumpdev="AUTO"
|
|
||||||
|
|
||||||
kld_list="nouveau"
|
|
||||||
|
|
||||||
# Broadcom BCM43224 (bwn) — switch primary Wi-Fi from rtwn0 USB dongle to internal bwn0
|
|
||||||
wlans_bwn0="wlan0"
|
|
||||||
kld_list="nouveau bwn_v4_n if_bwn"
|
|
||||||
Reference in New Issue
Block a user