Package: busybox
Version: 1:1.30.1-6+b2
Severity: normal
BusyBox does not always handle output error correctly, e.g. with
closed stdout. For instance:
$ busybox sh -c 'exec >&-; for i in echo env pwd; do echo "[$i]" >&2; $i; echo
$? >&2; busybox $i; echo $? >&2; done'
[echo]
sh: write error: Bad
Tags: patch
Debian Installer Team,
On Nov 5, 2020, Ben Hutchings wrote:
> Alternately:
> module="$(basename "$(readlink /sys/bus/*/drivers/$driver/module)")"
> Some error-checking would be needed.
Attached is a patch based on this approach.
Good news:
* removed and loaded rtw88_8821ce
* cr
Thank you for such a fast reaction and also for some nice info about SB
in Debian (it will be useful for my future Debian installations:). I
switched my scripts to generate my ISO from the Debian 10.9 ARM64
installer for now and will test the new Debian netinstall ISO for ARM64
when it arrives.
Hi Daniel,
Daniel Lewart (2021-06-24):
> Debian Installer Team,
>
> On Nov 5, 2020, Ben Hutchings wrote:
>
> > Alternately:
> > module="$(basename "$(readlink /sys/bus/*/drivers/$driver/module)")"
> > Some error-checking would be needed.
>
> Attached is a patch based on this approach.
>
> Goo
Cyril, et al,
> Feel free to try and verify that manually, and maybe try reloading in
> the other order, and/or unload both first, and reload afterwards.
Thank you for your advice! Although I did not follow it ...
"modprobe (-r) rtw88_8821ce" (removes) adds the following eight modules:
* cfg8
5 matches
Mail list logo