Hi Federico, On Fri, Jun 02, 2023 at 04:44:58PM -0300, Referente TIC ESRN 37 wrote: > Hi my name is Federico, i´m having some trouble with this package > "*firmware-realtek" > binary firmware for Realtek wired/wifi/BT adapters*. I update my netbook > with Huayra 5 (austral), Debian 10.13 (version del kernel 4.19.282-1) and > my wifi now doesn´t work. > When i put in a terminal this: sudo apt-get install firmware-realtek then > show me this: > > > 0 actualizados, 1 nuevos se instalarán, 0 para eliminar y 0 no > > actualizados. Se necesita descargar 0 B/1.078 kB de archivos. Se utilizarán > > 4.319 kB de espacio de disco adicional después de esta operación. (Leyendo > > la base de datos ... 309173 ficheros o directorios instalados actualmente.) > > Preparando para desempaquetar > > .../firmware-realtek_20190114+really20220913-0+deb10u1_all.deb ... > > Desempaquetando firmware-realtek (20190114+really20220913-0+deb10u1) ... > > dpkg: error <https://www.enmimaquinafunciona.com/etiquetada/error> al > > procesar el archivo > > /var/cache/apt/archives/firmware-realtek_20190114+really20220913-0+deb10u1_all.deb > > (--unpack): intentando sobreescribir `/lib/firmware/rtw88/rtw8723d_fw.bin', > > que está también en el paquete firmware-rtw88 0.6.1 dpkg-deb: error: el > > subproceso copiado fue terminado por la señal (Tubería rota) Se encontraron > > errores al procesar: > > /var/cache/apt/archives/firmware-realtek_20190114+really20220913-0+deb10u1_all.deb > > E: Sub-process /usr/bin/dpkg returned an error code (1)
With the update in Debian LTS for firmware-nonfree (from 20190114-2 to 20190114+really20220913-0+deb10u1) the firmware-realtek binary package now contains as well /lib/firmware/rtw88/rtw8723d_fw.bin (and more new firmware files). You seem to have installed an unofficial/thirdparty additional firmware-package, firmware-rtw88 which ships as well /lib/firmware/rtw88/rtw8723d_fw.bin which is now causing the file conflict on upgrade. If you do not need it, you might just purge firmware-rtw88 package, as in if the firmware-realtek provided one works for your HW. Hope this helps. Regards, Salvatore