On 01/06/2024 at 10:08, Tom Overlund wrote:
Running the patched installer, the output was a bit different, and it
DID unload the module ("ath9k_htc: Driver unloaded"),
Thank you for testing. It is still not clear which method identified the
actual module. I should make it more verbose. I suspect it is the search
in loaded module "firmware" fields because IIRC (I wrote these patches
quite some time ago) other methods require
/sys/bus/usb/devices/3-3/3-3:1.0 to be present.
but it still output errors trying to unload the usb module
This is normal, the installer still tries to unload the primary module
in case it guessed the module wrong.
and it did NOT try to configure the wireless network:
I also expected this because /sys/bus/usb/devices/3-3/3-3:1.0 is missing
so the driver is unable to bind with the device.
Now we must find why /sys/bus/usb/devices/3-3/3-3:1.0 is missing and how
to make it reappear. "udevadm monitor" may help.
PS: I am following a somehow similar issue in another bug report
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071903>. But I still
lack knowledge in the USB field.