Conversation
* Broadcom driver * Use versioned sha to allow rollback (#854) * Fix gpg signing * Re-add driver specific fixes * Update .github/workflows/build-release.yml Co-authored-by: Lewis Goddard <lewis.goddard@eustasy.org> * Update .github/workflows/build-release.yml Co-authored-by: Lewis Goddard <lewis.goddard@eustasy.org> * Update .github/workflows/build-release.yml Co-authored-by: Lewis Goddard <lewis.goddard@eustasy.org> --------- Co-authored-by: Lewis Goddard <lewis.goddard@eustasy.org> * Revert "Use versioned sha to allow rollback (#854)" (#859) This reverts commit db85145. * Use versioned sha to allow rollback #2 (#860) * Revert "Revert "Use versioned sha to allow rollback (#854)" (#859)" This reverts commit 79683da. * Use just get_timestamp --------- Co-authored-by: JumpyVi <jumpyvi@tuta.com> * Compress files to fix uploads. (#861) * Compress files to fix uploads. * Update labels to match version, not arch, so sysupdate compares properly * Move compression to the end of `just _do-release` * Reduce usage of globs in assembler * Move perms to avoid creating subuid errors in the chroot --------- Co-authored-by: JumpyVi <62212220+jumpyvi@users.noreply.github.com> * Add linux-header --------- Co-authored-by: Lewis Goddard <lewis.goddard@eustasy.org> Co-authored-by: Niko <n.dunkel@gmail.com>
862d7df to
e9b75f3
Compare
|
Should work, waiting for testers... |
|
I have a MacBook Air Early 2015, so I can test if my Wi-Fi module is recognized out of box. |
|
Thanks! |
|
You can check in the discord for the steps |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
Are you sure you have the right iso?
This this the iso with broadcom: https://pub-5ee9e894011e427f95c5e5998565aa78.r2.dev/elementaryos-9.0-daily-x86-64.20260919204836.iso |
|
I built iso from this branch by running I'll try again with the prebuilt iso 🙇 |
|
You probably rebooted right? I'm not really sure how I can debug this... Can you check dmseg/modprobe/modinfo for errors? The module did load for me in a VM, but I don't have an actual adapter to test it out. |
Yes.
Atatching dmesg: dmesg.log |
|
FYI my hardware information is at elementary/hardware#11 (installation report with live-build image) |
|
Can you try maybe running this It's possible the driver tries to load before the sysext is merged |
|
@jumpyvi Thanks, it worked! 🎉
|
|
Absolutely amazing, I'm gonna add a simple systemd script to reload the driver after sysext are loaded |
|
Assuming this passes, "https://github.com/elementary/os/actions/runs/35617306845/job/106391213530", extensions should properly be loaded in the initrd, manual workarounds (udevadm trigger) shouldnt be needed anymore. This changes the name of the module, so it's likely systemd-sysupdate won't be able to remove the old one on older releases |
|
There where still issues with systemd-sysext-initrd, they should be fixed in |


Fix #858
Fix #869