Oups, merci du conseil ! 🙂
make
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1] : on entre dans le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0 »
Making all in m4
make[2] : on entre dans le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/m4 »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/m4 »
Making all in intl
make[2] : on entre dans le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/intl »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/intl »
Making all in libltdl
make[2] : on entre dans le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/libltdl »
make[2] : on quitte le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/libltdl »
Making all in Core
make[2] : on entre dans le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core »
Making all in ekpd
make[3] : on entre dans le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core/ekpd »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core/ekpd »
Making all in libcap
make[3] : on entre dans le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core/libcap »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core/libcap »
Making all in libutils
make[3] : on entre dans le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core/libutils »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core/libutils »
Making all in pips-filter
make[3] : on entre dans le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core/pips-filter »
source='pfimg.c' object='pfimg.o' libtool=no \
depfile='.deps/pfimg.Po' tmpdepfile='.deps/pfimg.TPo' \
depmode=gcc3 /bin/bash ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/libxml2 -I ../../Core/libcap -I ../../Core/libutils -DLOCALE_PATH=\"/usr/local/share/locale\" -D_LPR_DIRECT -g -O2 -Wall -c `test -f 'pfimg.c' || echo './'`pfimg.c
pfimg.c: In function ‘make_code_process’:
pfimg.c:190:13: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
190 | if (strcmp (lp_mkcode->output_file, "."))
| ^~~~~~
pfimg.c: In function ‘load_image_init’:
pfimg.c:550:27: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘png_uint_32’ {aka ‘unsigned int’} [-Wformat=]
550 | sprintf ( version, "%ld.%ld.%ld",
| ~~^
| |
| long int
| %d
551 | ver / 10000,
| ~~~~~~~~~~~
| |
| png_uint_32 {aka unsigned int}
pfimg.c:550:31: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘png_uint_32’ {aka ‘unsigned int’} [-Wformat=]
550 | sprintf ( version, "%ld.%ld.%ld",
| ~~^
| |
| long int
| %d
551 | ver / 10000,
552 | ( ver / 100 ) % 100,
| ~~~~~~~~~~~~~~~~~~~~
| |
| png_uint_32 {aka unsigned int}
pfimg.c:550:35: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘png_uint_32’ {aka ‘unsigned int’} [-Wformat=]
550 | sprintf ( version, "%ld.%ld.%ld",
| ~~^
| |
| long int
| %d
......
553 | ver % 100 );
| ~~~~~~~~~
| |
| png_uint_32 {aka unsigned int}
pfimg.c:559:25: warning: pointer targets in passing argument 1 of ‘dl_png_sig_cmp’ differ in signedness [-Wpointer-sign]
559 | if (dl_png_sig_cmp (header, (png_size_t)0, PNG_CHECK_NUMBER))
| ^~~~~~
| |
| char *
pfimg.c:559:25: note: expected ‘png_bytep’ {aka ‘unsigned char *’} but argument is of type ‘char *’
In file included from /usr/include/pngconf.h:51,
from /usr/include/png.h:339,
from pfpng.h:33,
from pfpng_ext.h:34,
from pfimg.c:34:
pfimg.c:588:24: error: dereferencing pointer to incomplete type ‘png_struct’ {aka ‘struct png_struct_def’}
588 | if (setjmp (png_ptr->jmpbuf))
| ^~
pfimg.c: In function ‘load_image_end’:
pfimg.c:612:58: error: ‘png_infopp_NULL’ undeclared (first use in this function); did you mean ‘png_infopp’?
612 | dl_png_destroy_read_struct (&png_ptr, &info_ptr, png_infopp_NULL);
| ^~~~~~~~~~~~~~~
| png_infopp
pfimg.c:612:58: note: each undeclared identifier is reported only once for each function it appears in
pfimg.c: In function ‘png_setup’:
pfimg.c:737:17: warning: pointer targets in assignment from ‘char *’ to ‘UCHAR *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign]
737 | rows[i] = pips_calloc (char, width_byte);
| ^
pfimg.c: In function ‘load_image_out’:
pfimg.c:798:5: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
798 | memset ((UCHAR*)raster, 0xff, prt_band.rows->size + 3);
| ^~~~~~
pfimg.c:798:5: warning: incompatible implicit declaration of built-in function ‘memset’
pfimg.c:40:1: note: include ‘<string.h>’ or provide a declaration of ‘memset’
39 | #include "pfimg.h"
+++ |+#include <string.h>
40 |
pfimg.c: In function ‘conf_print_image’:
pfimg.c:1011:10: warning: implicit declaration of function ‘strncmp’ [-Wimplicit-function-declaration]
1011 | if (!strncmp (GetCapValue (p_caplist, P_PAPER_SOURCE),"T", 1)) /* trim */
| ^~~~~~~
pfimg.c:1011:64: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
1011 | !strncmp (GetCapValue (p_caplist, P_PAPER_SOURCE),"T", 1)) /* trim */
| ^
<built-in>: note: built-in ‘strncmp’ declared here
pfimg.c:1017:88: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
1017 | (p_caplist, P_AUTO_CUT)) && (strncmp (value, "2", 1))))
| ^
<built-in>: note: built-in ‘strncmp’ declared here
pfimg.c:939:26: warning: variable ‘paper_area_y’ set but not used [-Wunused-but-set-variable]
939 | double paper_area_x, paper_area_y, def_paper_area_x, def_paper_area_y;
| ^~~~~~~~~~~~
pfimg.c:939:12: warning: variable ‘paper_area_x’ set but not used [-Wunused-but-set-variable]
939 | double paper_area_x, paper_area_y, def_paper_area_x, def_paper_area_y;
| ^~~~~~~~~~~~
pfimg.c: In function ‘escp_through’:
pfimg.c:1164:5: warning: implicit declaration of function ‘memmove’ [-Wimplicit-function-declaration]
1164 | memmove (buffer, rbuf, rnum);
| ^~~~~~~
pfimg.c:1164:5: warning: incompatible implicit declaration of built-in function ‘memmove’
pfimg.c:1164:5: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
pfimg.c:1166:19: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
1166 | if ( numbuf < strlen (escp_head))
| ^~~~~~
pfimg.c:1166:19: warning: incompatible implicit declaration of built-in function ‘strlen’
pfimg.c:1166:19: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
pfimg.c:1169:30: warning: incompatible implicit declaration of built-in function ‘strlen’
1169 | for (i = 0; i < numbuf - strlen (escp_head); i++)
| ^~~~~~
pfimg.c:1169:30: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
pfimg.c: In function ‘band_flush’:
pfimg.c:1216:13: warning: incompatible implicit declaration of built-in function ‘memmove’
1216 | memmove (target_line, raster, lp_prt_band->rows->size);
| ^~~~~~~
pfimg.c:1216:13: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
pfimg.c:1225:13: warning: incompatible implicit declaration of built-in function ‘memmove’
1225 | memmove (target_atbmp_line, atbmp_raster, lp_atbmp_band->size);
| ^~~~~~~
pfimg.c:1225:13: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
make[3]: *** [Makefile:261 : pfimg.o] Erreur 1
make[3] : on quitte le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core/pips-filter »
make[2]: *** [Makefile:173 : all-recursive] Erreur 1
make[2] : on quitte le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0/Core »
make[1]: *** [Makefile:251 : all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/butternut/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0 »
make: *** [Makefile:177 : all] Erreur 2
dpkg -l | grep cups
ii bluez-cups 5.53-0ubuntu3 amd64 Bluetooth printer driver for CUPS
ii cups 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - PPD/driver support, web interface
ii cups-backend-bjnp 2.0.3-1 amd64 printer backend for Canon BJNP protocol
ii cups-browsed 1.27.4-1 amd64 OpenPrinting CUPS Filters - cups-browsed
ii cups-bsd 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - BSD commands
ii cups-client 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - client programs (SysV)
ii cups-common 2.3.1-9ubuntu1.1 all Common UNIX Printing System(tm) - common files
ii cups-core-drivers 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - driverless printing
ii cups-daemon 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - daemon
ii cups-filters 1.27.4-1 amd64 OpenPrinting CUPS Filters - Main Package
ii cups-filters-core-drivers 1.27.4-1 amd64 OpenPrinting CUPS Filters - Driverless printing
ii cups-ipp-utils 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - IPP developer/admin utilities
ii cups-pk-helper 0.2.6-1ubuntu3 amd64 PolicyKit helper to configure cups with fine-grained privileges
ii cups-ppdc 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - PPD manipulation utilities
ii cups-server-common 2.3.1-9ubuntu1.1 all Common UNIX Printing System(tm) - server common files
ii hll2310dpdrv:i386 4.0.0-1 i386 Brother HL-L2310D printer driver (lpd/cups)
ii libcups2:amd64 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - Core library
ii libcups2:i386 2.3.1-9ubuntu1.1 i386 Common UNIX Printing System(tm) - Core library
ii libcups2-dev:amd64 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - Development files CUPS library
ii libcupsfilters-dev:amd64 1.27.4-1 amd64 OpenPrinting CUPS Filters - Development files for the library
ii libcupsfilters1:amd64 1.27.4-1 amd64 OpenPrinting CUPS Filters - Shared library
ii libcupsimage2:amd64 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - Raster image library
ii libcupsimage2-dev:amd64 2.3.1-9ubuntu1.1 amd64 Common UNIX Printing System(tm) - Development files CUPS image library
ii printer-driver-hpcups 3.20.3+dfsg0-2 amd64 HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii python3-cups 1.9.73-3build1 amd64 Python3 bindings for CUPS
ii python3-cupshelpers 1.5.12-0ubuntu1.1 all Python utility modules around the CUPS printing system
butternut@butternut-X451CAP:~/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 04f2:b404 Chicony Electronics Co., Ltd
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Bus 003 Device 004: ID 04b8:0005 Seiko Epson Corp. Printer
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
butternut@butternut-X451CAP:~/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0$ ^C
butternut@butternut-X451CAP:~/Imprimantes/D92/pips-3.0-1.src/pips-common-3.0$ lpstat -t
scheduler is running
system default destination: BJC-4100
matériel pour BJC-4100 : usb://Canon/BJC-4100
matériel pour CanonIP2700 : smb://FREEBOX_SERVER/Canon%20iP2700%20series
matériel pour HLL2310D : smb://FREEBOX_SERVER/Brother%20HL-L2310D%20series
matériel pour Stylus-D92 : usb://EPSON/Stylus%20D92?serial=002020704300950520
BJC-4100 accepte des requêtes depuis mer. 20 janv. 2021 15:00:51
CanonIP2700 accepte des requêtes depuis ven. 15 janv. 2021 21:19:32
HLL2310D accepte des requêtes depuis lun. 25 janv. 2021 10:48:32
Stylus-D92 accepte des requêtes depuis jeu. 28 janv. 2021 11:19:42
printer BJC-4100 is idle. enabled since mer. 20 janv. 2021 15:00:51
printer CanonIP2700 is idle. enabled since ven. 15 janv. 2021 21:19:32
printer HLL2310D is idle. enabled since lun. 25 janv. 2021 10:48:32
printer Stylus-D92 is idle. enabled since jeu. 28 janv. 2021 11:19:42
lpstat -t/usr/sbin/lpinfo -v
scheduler is running
system default destination: BJC-4100
matériel pour BJC-4100 : usb://Canon/BJC-4100
matériel pour CanonIP2700 : smb://FREEBOX_SERVER/Canon%20iP2700%20series
matériel pour HLL2310D : smb://FREEBOX_SERVER/Brother%20HL-L2310D%20series
matériel pour Stylus-D92 : usb://EPSON/Stylus%20D92?serial=002020704300950520
BJC-4100 accepte des requêtes depuis mer. 20 janv. 2021 15:00:51
CanonIP2700 accepte des requêtes depuis ven. 15 janv. 2021 21:19:32
HLL2310D accepte des requêtes depuis lun. 25 janv. 2021 10:48:32
Stylus-D92 accepte des requêtes depuis jeu. 28 janv. 2021 11:19:42
printer BJC-4100 is idle. enabled since mer. 20 janv. 2021 15:00:51
printer CanonIP2700 is idle. enabled since ven. 15 janv. 2021 21:19:32
printer HLL2310D is idle. enabled since lun. 25 janv. 2021 10:48:32
printer Stylus-D92 is idle. enabled since jeu. 28 janv. 2021 11:19:42
lpstat : erreur - option inconnue - « t ».
Usage: lpstat [options]
Options
-E Encrypt the connection to the server
-h server[:port] Connect to the named server and port
-l Show verbose (long) output
-U username Specify the username to use for authentication
-H Show the default server and port
-W completed Show completed jobs
-W not-completed Show pending jobs
-a [destination(s)] Show the accepting state of destinations
-c [class(es)] Show classes and their member printers
-d Show the default destination
-e Show available destinations on the network
-o [destination(s)] Show jobs
-p [printer(s)] Show the processing state of destinations
-r Show whether the CUPS server is running
-R Show the ranking of jobs
-s Show a status summary
-t Show all status information
-u [user(s)] Show jobs queued by the current or specified users
-v [printer(s)] Show the devices for each destination
cat /var/log/cups/error_log
W [25/Jan/2021:10:07:48 +0100] CreateProfile failed: org.freedesktop.DBus.Error.NoReply:Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
E [27/Jan/2021:15:42:13 +0100] [Job 157] Tree connect failed (NT_STATUS_BAD_NETWORK_NAME)
E [27/Jan/2021:15:42:13 +0100] [Job 157] SMB connection failed!
E [27/Jan/2021:15:42:13 +0100] [Job 157] Unable to connect to CIFS host: NT_STATUS_BAD_NETWORK_NAME. Will retry in 60 seconds...
E [27/Jan/2021:15:43:13 +0100] [Job 157] Tree connect failed (NT_STATUS_BAD_NETWORK_NAME)
E [27/Jan/2021:15:43:13 +0100] [Job 157] SMB connection failed!
E [27/Jan/2021:15:43:13 +0100] [Job 157] Unable to connect to CIFS host: NT_STATUS_BAD_NETWORK_NAME. Will retry in 60 seconds...
E [27/Jan/2021:15:44:29 +0100] [Job 157] Job held by \"butternut\".
E [27/Jan/2021:15:44:42 +0100] [Client 270] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/157) from localhost.
E [27/Jan/2021:15:49:32 +0100] [Job 158] Error writing spool: NT_STATUS_IO_TIMEOUT
dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-==========================================-=====================================-============-======================================================================================================
pi cnijfilter-common:i386 3.30-1 i386 IJ Printer Driver for Linux.
rc cnijfilter-ip2700series:i386 3.30-1 i386 IJ Printer Driver for Linux.
rc linux-image-5.4.0-42-generic 5.4.0-42.46 amd64 Signed kernel image generic
rc linux-image-5.4.0-45-generic 5.4.0-45.49 amd64 Signed kernel image generic
rc linux-image-5.4.0-47-generic 5.4.0-47.51 amd64 Signed kernel image generic
rc linux-image-5.4.0-48-generic 5.4.0-48.52 amd64 Signed kernel image generic
rc linux-image-5.4.0-51-generic 5.4.0-51.56 amd64 Signed kernel image generic
rc linux-image-5.4.0-52-generic 5.4.0-52.57 amd64 Signed kernel image generic
rc linux-image-5.4.0-53-generic 5.4.0-53.59 amd64 Signed kernel image generic
rc linux-image-5.4.0-54-generic 5.4.0-54.60 amd64 Signed kernel image generic
rc linux-image-5.4.0-56-generic 5.4.0-56.62 amd64 Signed kernel image generic
rc linux-image-5.4.0-58-generic 5.4.0-58.64 amd64 Signed kernel image generic
rc linux-image-5.4.0-59-generic 5.4.0-59.65 amd64 Signed kernel image generic
rc linux-image-5.8.0-36-generic 5.8.0-36.40~20.04.1 amd64 Signed kernel image generic
rc linux-modules-5.4.0-42-generic 5.4.0-42.46 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-45-generic 5.4.0-45.49 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-47-generic 5.4.0-47.51 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-48-generic 5.4.0-48.52 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-51-generic 5.4.0-51.56 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-52-generic 5.4.0-52.57 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-53-generic 5.4.0-53.59 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-54-generic 5.4.0-54.60 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-56-generic 5.4.0-56.62 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-58-generic 5.4.0-58.64 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-59-generic 5.4.0-59.65 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.8.0-36-generic 5.8.0-36.40~20.04.1 amd64 Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-42-generic 5.4.0-42.46 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-45-generic 5.4.0-45.49 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-47-generic 5.4.0-47.51 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-48-generic 5.4.0-48.52 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-51-generic 5.4.0-51.56 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-52-generic 5.4.0-52.57 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-53-generic 5.4.0-53.59 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-54-generic 5.4.0-54.60 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-56-generic 5.4.0-56.62 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-58-generic 5.4.0-58.64 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-59-generic 5.4.0-59.65 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.8.0-36-generic 5.8.0-36.40~20.04.1