Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #79203 > unrolled thread

Error in firmware-realtek

Started byReferente TIC ESRN 37 <ret@esrn37.edu.ar>
First post2023-06-02 22:10 +0200
Last post2023-06-03 23:00 +0200
Articles 4 — 4 participants

Back to article view | Back to linux.debian.kernel


Contents

  Error in firmware-realtek Referente TIC ESRN 37 <ret@esrn37.edu.ar> - 2023-06-02 22:10 +0200
    Re: Error in firmware-realtek Salvatore Bonaccorso <carnil@debian.org> - 2023-06-02 22:50 +0200
      Re: Error in firmware-realtek "IRIARTE, Federico" <firiarte@esrn37.edu.ar> - 2023-06-02 23:20 +0200
        Re: Error in firmware-realtek Cyril Brulebois <kibi@debian.org> - 2023-06-03 23:00 +0200

#79203 — Error in firmware-realtek

FromReferente TIC ESRN 37 <ret@esrn37.edu.ar>
Date2023-06-02 22:10 +0200
SubjectError in firmware-realtek
Message-ID<GCjfX-ddhE-5@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

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)
>
> Fuente:
> https://www.enmimaquinafunciona.com/pregunta/244438/error-al-instalaractualizar-firmware-realtek
>

Can you help me please?

Greetings

Federico

-- 
     M@C-FEDE
ESRN Nº 37 - RET

[toc] | [next] | [standalone]


#79204

FromSalvatore Bonaccorso <carnil@debian.org>
Date2023-06-02 22:50 +0200
Message-ID<GCjSF-ddug-7@gated-at.bofh.it>
In reply to#79203
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

[toc] | [prev] | [next] | [standalone]


#79205

From"IRIARTE, Federico" <firiarte@esrn37.edu.ar>
Date2023-06-02 23:20 +0200
Message-ID<GCklH-ddSN-3@gated-at.bofh.it>
In reply to#79204

[Multipart message — attachments visible in raw view] — view raw

Thanks a lot for the answer!, sorry bother you againg but how can i do that
(purge the package)? with what command?


Federico

El vie, 2 jun 2023 a las 17:46, Salvatore Bonaccorso (<carnil@debian.org>)
escribió:

> 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
>


-- 
Federico Iriarte
Ref. TIC ESRN N°37

[toc] | [prev] | [next] | [standalone]


#79219

FromCyril Brulebois <kibi@debian.org>
Date2023-06-03 23:00 +0200
Message-ID<GCGvT-drsM-1@gated-at.bofh.it>
In reply to#79205

[Multipart message — attachments visible in raw view] — view raw

IRIARTE, Federico <firiarte@esrn37.edu.ar> (2023-06-02):
> Thanks a lot for the answer!, sorry bother you againg but how can i do that
> (purge the package)? with what command?

`apt-get purge $package` (high-level) or `dpkg --purge $package`
(low-level). The latter can be helpful when the package manager is upset
because some package installation broke.


Cheers,
-- 
Cyril Brulebois (kibi@debian.org)            <https://debamax.com/>
D-I release manager -- Release team member -- Freelance Consultant

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web