Page 3 of 3

Re: 6.13.7-1-liquorix not installing

Posted: Wed Mar 19, 2025 6:09 pm
by Stevo
I went ahead and ordered a $4 "rtl8832au" adapter just to see if it would work with the built-in 8852 drivers, and also to test with newer kernels as I build them.

https://www.aliexpress.us/item/32568069 ... pt=glo2usa

I also had an rtl8811 adapter in the cart to test, but then swapped it out in favor of some other stuff--there's a limit of ten items on the "dollar express" deals. I have one of these radar bike tail lights on my helmets, but then bought a couple more, since I think I have some friends that'll want one--you can set it to strobe or flash for overtaking traffic, as well as be a regular light, and I've then had cars reluctant to pass me. :p If I leave my helmet locked to the bike outside a store, it also flashes at anyone approaching the bike, which could give thieves second thoughts.

https://www.aliexpress.us/item/32568069 ... pt=glo2usa

Ha, my review of it is third one down.

Lately, most stuff has been coming through import customs quickly at LAX, but then some random orders get hung up for weeks there. :frown:

Re: 6.13.7-1-liquorix not installing

Posted: Thu Mar 20, 2025 2:09 pm
by CaputAlista
in /usr/src/broadcom-sta-6.30.223.271/patches/ put broadcom-sta-fix-linux-6.13.17.patch file with :

--- broadcom-sta-6.30.223.271/src/wl/sys/wl_linux.c
+++ b/src/wl/sys/wl_linux.c
59c59
< #include <asm/unaligned.h>
---
> #include <linux/unaligned.h>
PATCH=(broadcom-sta-fix-linux-6.13.17.patch)


in /usr/src/broadcom-sta-6.30.223.271/ this file dkms.conf with:

ACKAGE_VERSION="6.30.223.271"
MAKE[0]="make KVER=$kernelver"
BUILT_MODULE_NAME[0]="wl"
DEST_MODULE_LOCATION[0]="/updates/dkms"
AUTOINSTALL="YES"
PATCH=(broadcom-sta-fix-linux-6.12.1.patch)
PATCH_MATCH="^(6\.13\.[0-9])"

Re: 6.13.7-1-liquorix not installing

Posted: Thu Mar 20, 2025 9:08 pm
by Stevo
Seems to have been fixed more (besides the MX patch in current AHS release) in today's Sid update, maybe up to 6.16: :crossfingers:

Code: Select all

broadcom-sta (6.30.223.271-26) unstable; urgency=medium

  [ Diego Escalante Urrelo ]

  * 31-build-Provide-local-lib80211.h-header.patch: support for kernel
    6.13.x (closes: #1093091)
  * Various fixes on Linux build warnings (closes: #1084853)

  [ Petter Reinholdtsen ]

  * Disable the AppStream metadata until it's clear how to work around
    confusion with the devices supported by the free driver (closes: #1093193)

  [ Eduard Bloch ]

  * 32-Prepare-for-6.14.0-rc6.patch: Experimental support for Linux 6.16
    (trivial API change)

  [ Andreas Beckmann ]
  * 35-wl-Use-kernel-keyword-for-fallthrough.patch update (checks existence of
    fallthrough macro)

 -- Eduard Bloch <blade@debian.org>  Thu, 20 Mar 2025 12:48:52 +0100