[REOPENED] do any one have problem with canon pixma g3420

[REOPENED] do any one have problem with canon pixma g3420

Postby sameeeer » Sep 29th, '21, 21:20

hello everyone today i just bought " canon pixma g3420 "

anyway lets get direct to the problem

after installing all its dependancies it will not operate correctly .......

that printer gave me in its screen "" please wait momentarly "" message but cant go further than that

i thought this is the USB cable problem, but it wasnt because i found it working fine when connect the same printer to windows machine

UPDATE

i tried to fix this problem by removing the driver and install a new one from canon website

but apperantlly i cant since it need a specific version of GTK+2

and gave me these notes

Code: Select all
checking for PACKAGE... no
configure: error: Package requirements (gtk+-2.0 >= 2.16.0) were not met:

Package 'gtk+-2.0', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
./INSTALL: line 7: Appendix:: command not found
./INSTALL: line 9: acconfig.h: command not found
./INSTALL: line 10: --prefix: command not found
./INSTALL: line 11: scangearmp2: command not found
./INSTALL: line 12: --enable-libpath: command not found
./INSTALL: line 13: syntax error near unexpected token `ex.canon_mfp2.conf'
./INSTALL: line 13: `                bjlib/*.conf(ex.canon_mfp2.conf)      : default ... /usr/lib'


as you can see there is a workaround in this note but i am a rookie and cant understand what its trying to say

so can anyone figure this out with me
Last edited by sameeeer on Oct 4th, '21, 20:43, edited 3 times in total.
sameeeer
 
Posts: 20
Joined: Jun 25th, '21, 20:18

Re: do any one have problem with canon pixma g3420

Postby doktor5000 » Sep 29th, '21, 22:22

It would be helpful if you would mention what exactly you have installed, and what printer screen you are referring to.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: do any one have problem with canon pixma g3420

Postby sameeeer » Sep 29th, '21, 22:50

doktor5000 wrote:It would be helpful if you would mention what exactly you have installed, and what printer screen you are referring to.


thanks for reply

to make it short for everyone

i installed

1 - task-printing-canon

it will tell you that you have to install all of these also

Code: Select all
- a2ps-4.14-22.mga8.x86_64
- cjet-0.8.9-17.mga8.x86_64
- foomatic-db-4.0-3.20201115.1.mga8.noarch
- foomatic-db-engine-4.0.13-1.20201115.1.mga8.x86_64
- gutenprint-common-5.3.4-2.1.mga8.x86_64
- gutenprint-cups-5.3.4-2.1.mga8.x86_64
- hplip-hpijs-3.21.2-1.mga8.x86_64
- lib64gutenprint9-5.3.4-2.1.mga8.x86_64
- printer-tools-2008-15.mga8.x86_64
- task-printing-server-2018-6.mga8.x86_64


and so i did it ....

********************************

oh yah a bout the screen i mean this little tiny one

Image

UPDATE

i tried to use Canon method to make a new package through this command line

Code: Select all
 rpmbuild -tb cnijfilter2-source-6.10-1.tar.gz


but i got these resault after useing that command

Code: Select all
zh.po:5: warning: header field 'Language' missing in header
make[2]: Leaving directory '/root/rpmbuild/BUILD/cnijfilter2-source-6.10-1/lgmon3/po'
Making all in src
make[2]: Entering directory '/root/rpmbuild/BUILD/cnijfilter2-source-6.10-1/lgmon3/src'
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I/usr/include/libusb-1.0 -I./common -I/usr/include/libxml2 -MT cnijcomif.o -MD -MP -MF .deps/cnijcomif.Tpo -c -o cnijcomif.o cnijcomif.c
cnijcomif.c: In function 'CNIF_GetSerialNum':
cnijcomif.c:202:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
  202 |  strncpy(dev_uri, (const char *)buffer, CN_DEVICE_URI_LEN);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/cnijcomif.Tpo .deps/cnijcomif.Po
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I/usr/include/libusb-1.0 -I./common -I/usr/include/libxml2 -MT cnijifusb.o -MD -MP -MF .deps/cnijifusb.Tpo -c -o cnijifusb.o cnijifusb.c
cnijifusb.c: In function 'CNIF_USB_Discover':
cnijifusb.c:587:89: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 183 and 214 [-Wformat-truncation=]
  587 | dev_uri), "direct cnijbe2://Canon/?port=usb&serial=%s \"%s\" \"USB Printer #%d with status readback for Canon IJ\"", serial, value, ++n);
      |                                                         ^~                                                                   ~~~~~

cnijifusb.c:587:43: note: directive argument in the range [1, 2147483647]
  587 |        snprintf(dev_uri, sizeof(dev_uri), "direct cnijbe2://Canon/?port=usb&serial=%s \"%s\" \"USB Printer #%d with status readback for Canon IJ\"", serial, value, ++n);
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cnijifusb.c:587:8: note: 'snprintf' output between 95 and 390 bytes into a destination of size 256
  587 |        snprintf(dev_uri, sizeof(dev_uri), "direct cnijbe2://Canon/?port=usb&serial=%s \"%s\" \"USB Printer #%d with status readback for Canon IJ\"", serial, value, ++n);
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cnijifusb.c: In function 'CNIF_USB_IsIvec':
cnijifusb.c:644:2: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation]
  644 |  strncpy(buffer, info, CN_READ_SIZE);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cnijifusb.c: In function 'CNIF_USB_IsPrinter':
cnijifusb.c:686:2: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation]
  686 |  strncpy(buffer, info, sizeof(buffer));
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/cnijifusb.Tpo .deps/cnijifusb.Po
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I/usr/include/libusb-1.0 -I./common -I/usr/include/libxml2 -MT cnijlgmon3.o -MD -MP -MF .deps/cnijlgmon3.Tpo -c -o cnijlgmon3.o cnijlgmon3.c
cnijlgmon3.c: In function 'CNIF_GetResponse':
cnijlgmon3.c:987:17: warning: comparison between pointer and zero character constant [-Wpointer-compare]
  987 |   if( supportID != '\0' ) {
      |                 ^~
cnijlgmon3.c:987:7: note: did you mean to dereference the pointer?
  987 |   if( supportID != '\0' ) {
      |       ^
cnijlgmon3.c:1059:21: warning: comparison between pointer and zero character constant [-Wpointer-compare]
 1059 |       if( supportID != '\0' ){
      |                     ^~
cnijlgmon3.c:1059:11: note: did you mean to dereference the pointer?
 1059 |       if( supportID != '\0' ){
      |           ^
cnijlgmon3.c:954:3: warning: 'strncpy' output truncated before terminating nul copying 28 bytes from a string of the same length [-Wstringop-truncation]
  954 |   strncpy( typePtnMaintenance, SVC_MAINTENANCE, strlen(SVC_MAINTENANCE) );
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cnijlgmon3.c:929:20: warning: 'strncat' specified bound 16384 equals destination size [-Wstringop-overflow=]
  929 |    cmdBuffer_big = strncat(cmdBuffer_big, tmpBuffer_big, CN_READ_SIZE_BIG);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cnijlgmon3.c: In function 'main':
cnijlgmon3.c:294:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
  294 |  strncpy(dev_uri, argv[1], CN_DEVICE_URI_LEN);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/cnijlgmon3.Tpo .deps/cnijlgmon3.Po
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I/usr/include/libusb-1.0 -I./common -I/usr/include/libxml2 -MT cnijifnet.o -MD -MP -MF .deps/cnijifnet.Tpo -c -o cnijifnet.o cnijifnet.c
mv -f .deps/cnijifnet.Tpo .deps/cnijifnet.Po
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I/usr/include/libusb-1.0 -I./common -I/usr/include/libxml2 -MT keytext.o -MD -MP -MF .deps/keytext.Tpo -c -o keytext.o keytext.c
keytext.c: In function 'NewStringList':
keytext.c:86:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=]
   86 |  strncpy( lpStringListComp->key, key, len );
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
keytext.c:84:8: note: length computed here
   84 |  len = strlen(key) + 1;
      |        ^~~~~~~~~~~
keytext.c:91:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=]
   91 |  strncpy( lpStringListComp->text, text, len );
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
keytext.c:89:8: note: length computed here
   89 |  len = strlen(text) + 1;
      |        ^~~~~~~~~~~~
keytext.c: In function 'CheckFileExists.constprop':
keytext.c:60:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=]
   60 |  strncpy(full_filename, dirname, full_filename_len); /* Ver.3.60 */
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
keytext.c:56:22: note: length computed here
   56 |  full_filename_len = strlen (dirname) + 1 + strlen (filename) + 1;
      |                      ^~~~~~~~~~~~~~~~
mv -f .deps/keytext.Tpo .deps/keytext.Po
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I/usr/include/libusb-1.0 -I./common -I/usr/include/libxml2 -MT cnijifnet2.o -MD -MP -MF .deps/cnijifnet2.Tpo -c -o cnijifnet2.o cnijifnet2.c
cnijifnet2.c: In function 'DeleteChar':
cnijifnet2.c:848:3: warning: 'strcpy' accessing 1 byte at offsets 0 and [0, 9223372036854775805] may overlap 1 byte at offset 0 [-Wrestrict]
  848 |   strcpy( p, p + strlen( s2 ) );
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cnijifnet2.c: In function 'CNIF_Network2_Discover':
cnijifnet2.c:291:5: warning: 'strncpy' specified bound 46 equals destination size [-Wstringop-truncation]
  291 |     strncpy( ipaddr, network2dev[j].ipAddressStr_, LEN_IP_ADDR );
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cnijifnet2.c:293:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
  293 |     strncpy( model, network2dev[j].modelName_, LEN_MODEL_NAME );
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/cnijifnet2.Tpo .deps/cnijifnet2.Po
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I/usr/include/libusb-1.0 -I./common -I/usr/include/libxml2 -MT cnijutil.o -MD -MP -MF .deps/cnijutil.Tpo -c -o cnijutil.o cnijutil.c
mv -f .deps/cnijutil.Tpo .deps/cnijutil.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -Wall -I/usr/include/libusb-1.0 -I./common -I/usr/include/libxml2  -L../../com/libs_bin64 -o cnijlgmon3 cnijcomif.o cnijifusb.o cnijlgmon3.o cnijifnet.o keytext.o cnijifnet2.o cnijutil.o -ldl -lusb-1.0 -lcnnet2 -lxml2 -lcnbpcnclapicom2 -lcnbpnet30 -lcups
libtool: link: gcc -O2 -Wall -I/usr/include/libusb-1.0 -I./common -I/usr/include/libxml2 -o cnijlgmon3 cnijcomif.o cnijifusb.o cnijlgmon3.o cnijifnet.o keytext.o cnijifnet2.o cnijutil.o  -L../../com/libs_bin64 -ldl -lusb-1.0 -lcnnet2 -lxml2 -lcnbpcnclapicom2 -lcnbpnet30 -lcups
/usr/bin/ld: cnijifnet2.o:(.bss+0x0): multiple definition of `GET_PROTOCOL'; cnijlgmon3.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:402: cnijlgmon3] Error 1
make[2]: Leaving directory '/root/rpmbuild/BUILD/cnijfilter2-source-6.10-1/lgmon3/src'
make[1]: *** [Makefile:415: all-recursive] Error 1
make[1]: Leaving directory '/root/rpmbuild/BUILD/cnijfilter2-source-6.10-1/lgmon3'
make: *** [Makefile:347: all] Error 2
found error: Bad exit status from   /var/tmp/rpm-tmp.A2ItQg (%build)


package build error:
   found error: Bad exit status from /var/tmp/rpm-tmp.A2ItQg (%build)
[root@localhost التنزيلات]#
sameeeer
 
Posts: 20
Joined: Jun 25th, '21, 20:18

Re: do any one have problem with canon pixma g3420

Postby doktor5000 » Sep 30th, '21, 18:09

Why compile the drivers yourself, when Canon also offers RPM packages for the drivers (which they also offer for scangear BTW) ?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: do any one have problem with canon pixma g3420

Postby sameeeer » Sep 30th, '21, 18:30

doktor5000 wrote:Why compile the drivers yourself, when Canon also offers RPM packages for the drivers (which they also offer for scangear BTW) ?

:D
That link which i gibe it to you is a source archive not rpm package

https://www.canon-europe.com/support/co ... anguage=en

Check it again you will find instructions in it how to build it
sameeeer
 
Posts: 20
Joined: Jun 25th, '21, 20:18


Re: do any one have problem with canon pixma g3420

Postby sameeeer » Sep 30th, '21, 19:54

sameeeer
 
Posts: 20
Joined: Jun 25th, '21, 20:18

Re: do any one have problem with canon pixma g3420

Postby sturmvogel » Sep 30th, '21, 23:07

sameeeer wrote:Still this us just an archive to be used for rpmbuild command


Nope, it is not. Please unpack the cnijfilter2-6.10-1-rpm.tar.gz package and navigate into the the subfolder "packages". There are rpms for 32/64 bit. The 64 bit one installs fine here on a plasma 64bit Laptop. This is also described in the printer manual under "Setup" -> "Installation" -> "Installing the printer driver by specifying the package"

Code: Select all
[ich@laptop Downloads]$  cd /home/ich/Desktop/home/Downloads/cnijfilter2-6.10-1-rpm
[ich@laptop cnijfilter2-6.10-1-rpm]$ ls -lR
.:
insgesamt 64
drwxrwxr-x 2 ich ich  4096 Jun 18  2020 documents/
-rwxr-xr-x 1 ich ich 51348 Jun 18  2020 install.sh*
drwxrwxr-x 2 ich ich  4096 Jun 18  2020 packages/
drwxrwxr-x 2 ich ich  4096 Jun 18  2020 resources/

./documents:
insgesamt 120
-rwxrwxr-x 1 ich ich 27465 Jun 18  2020 LICENSE-cnijfilter-6.10EN.txt*
-rwxrwxr-x 1 ich ich 29392 Jun 18  2020 LICENSE-cnijfilter-6.10FR.txt*
-rwxrwxr-x 1 ich ich 30860 Jun 18  2020 LICENSE-cnijfilter-6.10JP.txt*
-rwxrwxr-x 1 ich ich 26073 Jun 18  2020 LICENSE-cnijfilter-6.10SC.txt*

./packages:
insgesamt 920
-rw-r--r-- 1 ich ich 465104 Jun 18  2020 cnijfilter2-6.10-1.i386.rpm
-rw-r--r-- 1 ich ich 472080 Jun 18  2020 cnijfilter2-6.10-1.x86_64.rpm

./resources:
insgesamt 20
-rwxrwxr-x 1 ich ich 4612 Jun 18  2020 printer_fr_utf8.lc*
-rwxrwxr-x 1 ich ich 5222 Jun 18  2020 printer_ja_utf8.lc*
-rwxrwxr-x 1 ich ich 3841 Jun 18  2020 printer_zh_utf8.lc*

sturmvogel
 
Posts: 684
Joined: Jul 30th, '12, 00:39

Re: do any one have problem with canon pixma g3420

Postby sameeeer » Oct 1st, '21, 00:05

:D OK .... OK :D

my bad my bad

sorry to cause some trouble for both of you

doktor5000 , sturmvogel

how does it slid infront of me like that and i didnt realize it till now
there was two packages , one with ready RPM and the other with a source code for both of the printer and its scaner
and i didnt focus that time to realize a simple thing like this one

anyway .... again sorry to cause some trouble for both of you

doktor5000 , sturmvogel

and thanks
sameeeer
 
Posts: 20
Joined: Jun 25th, '21, 20:18

Re: [SOLVED] do any one have problem with canon pixma g3420

Postby doktor5000 » Oct 1st, '21, 16:05

Well, next time you could simply ask beforehand on what is the easiest to install ...
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [SOLVED] do any one have problem with canon pixma g3420

Postby sameeeer » Oct 4th, '21, 21:23

doktor5000 wrote:Well, next time you could simply ask beforehand on what is the easiest to install ...


sorry for that :D

.........UPDATE..........

here is the most intersting thing after useing the offecial driver

as you know from the beginning, this printer is a KCMY printer because those the main colors for this printer

and i am happy to see its driver that come within mageia repos does support that feature ...... i mean printing in KCMY

look at this pic

https://i.ibb.co/Ky8s7GY/printer-open-sorce.png

and for some reason this printer cant go further to print what i want

========================================================

meanwhile after i used the offecial driver .... this printer start working but in wrong way and according to its offecial driver this printer is stuck with RGB color system and there

is no support for KCMY

here is pic

https://i.ibb.co/hRhZGbf/printer-offecial.png

========================================================

so does any one have any idea how to fix one of those drivers
sameeeer
 
Posts: 20
Joined: Jun 25th, '21, 20:18

Re: [SOLVED] do any one have problem with canon pixma g3420

Postby doktor5000 » Oct 4th, '21, 23:37

sameeeer wrote:and for some reason this printer cant go further to print what i want

What does that actually mean? What is the status of the printer in cups, what do you see in journal logs after submitting a print job?

For the official driver, you should probably ask Canon support about that.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [SOLVED] do any one have problem with canon pixma g3420

Postby sameeeer » Oct 5th, '21, 10:47

Sorry for making it hard for you doktor5000

Lets forget about the official driver and focus on mageia own driver

As i said from the beginning of this topic

If i tried to use mageia driver and made an order to print something

The printer will receive the order and will give this message " please wait momentarly "

Just like when its recieving an order through its official driver

But in mageia driver it cant go further than that while with official driver it will start to print the order

I dont know how to trace the problem but i will be happy if you can provide me with that command
Last edited by sameeeer on Oct 5th, '21, 12:45, edited 2 times in total.
sameeeer
 
Posts: 20
Joined: Jun 25th, '21, 20:18

Re: [REOPENED] do any one have problem with canon pixma g342

Postby doktor5000 » Oct 5th, '21, 12:04

As root run the following after a print job has been submitted and post the output here
Code: Select all
systemctl status "cups*" -al -n250
lpstat -t


And in a browser, visit the cups webfrontend https://127.0.0.1:631 and post the status of the printer queue for that printer.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [REOPENED] do any one have problem with canon pixma g342

Postby sameeeer » Oct 5th, '21, 17:11

doktor5000 wrote:As root run the following after a print job has been submitted and post the output here
Code: Select all
systemctl status "cups*" -al -n250
lpstat -t


And in a browser, visit the cups webfrontend https://127.0.0.1:631 and post the status of the printer queue for that printer.


thanks for your fast reply

OK ...... for the first coommand here is the resaults

Code: Select all
[root@localhost mageia]# systemctl status "cups*" -al -n250
● cups.socket - CUPS Scheduler
     Loaded: loaded (/usr/lib/systemd/system/cups.socket; enabled; vendor preset: enabled)
     Active: active (running) since Tue 2021-10-05 17:31:46 +03; 5min ago
   Triggers: ● cups.service
     Listen: /run/cups/cups.sock (Stream)
     CGroup: /system.slice/cups.socket

October 05 17:31:46 localhost.localdomain systemd[1]: Listening on CUPS Scheduler.

● cups.path - CUPS Scheduler
     Loaded: loaded (/usr/lib/systemd/system/cups.path; enabled; vendor preset: enabled)
     Active: active (running) since Tue 2021-10-05 17:31:46 +03; 5min ago
   Triggers: ● cups.service

October 05 17:31:46 localhost.localdomain systemd[1]: Started CUPS Scheduler.

● cups.service - CUPS Scheduler
     Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled; vendor preset: disabled)
    Drop-In: /usr/lib/systemd/system/cups.service.d
             └─server.conf
     Active: active (running) since Tue 2021-10-05 17:31:58 +03; 5min ago
TriggeredBy: ● cups.path
             ● cups.socket
       Docs: man:cupsd(8)
   Main PID: 4300 (cupsd)
     Status: "Scheduler is running..."
      Tasks: 9 (limit: 8701)
     Memory: 167.1M
        CPU: 27.008s
     CGroup: /system.slice/cups.service
             ├─ 4300 /usr/sbin/cupsd -l
             ├─30971 Canon-G3020 44 mageia DSCF4681 1 media=A4 sides=one-sided number-up=1 number-up-layout=lrtb job-billing= ColorModel=RGB job-uuid=urn:uuid:21623b9f-06a1-3739-579c-11ce5bbbb75e job-originatin>
             ├─30972 Canon-G3020 44 mageia DSCF4681 1 media=A4 sides=one-sided number-up=1 number-up-layout=lrtb job-billing= ColorModel=RGB job-uuid=urn:uuid:21623b9f-06a1-3739-579c-11ce5bbbb75e job-originatin>
             ├─30973 usb://Canon/G3020%20series?serial=01AC9A&interface=1 44 mageia DSCF4681 1 media=A4 sides=one-sided number-up=1 number-up-layout=lrtb job-billing= ColorModel=RGB job-uuid=urn:uuid:21623b9f-0>
             └─30978 gs -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaClass=Rear -sMediaType=Plain -r600x600 -dDEVICE>

October 05 17:31:58 localhost.localdomain systemd[1]: Starting CUPS Scheduler...
October 05 17:31:58 localhost.localdomain systemd[1]: Started CUPS Scheduler.
October 05 17:33:03 localhost.localdomain cupsd[4300]: REQUEST localhost - - "POST /printers/Canon-G3020 HTTP/1.1" 200 460908 Print-Job successful-ok
October 05 17:34:43 localhost.localdomain cupsd[4300]: REQUEST localhost - - "POST / HTTP/1.1" 200 273 Create-Printer-Subscriptions successful-ok
October 05 17:35:12 localhost.localdomain cupsd[4300]: REQUEST localhost - - "POST / HTTP/1.1" 200 362 Create-Printer-Subscriptions successful-ok
October 05 17:35:12 localhost.localdomain cupsd[4300]: REQUEST localhost - - "POST / HTTP/1.1" 200 362 Create-Printer-Subscriptions successful-ok
October 05 17:35:20 localhost.localdomain cupsd[4300]: REQUEST localhost - - "POST /jobs/ HTTP/1.1" 200 139 Cancel-Job successful-ok
October 05 17:35:21 localhost.localdomain cupsd[4300]: Canon-G3020 mageia 43 [05/Oct/2021:17:35:21 +0300] total 5 - localhost Mageia forum • View topic - [REOPENED] do any one have problem with canon pixma g3420>
October 05 17:35:25 localhost.localdomain cupsd[4300]: REQUEST localhost - - "POST / HTTP/1.1" 200 152 Cancel-Subscription successful-ok
October 05 17:35:25 localhost.localdomain cupsd[4300]: REQUEST localhost - - "POST / HTTP/1.1" 200 152 Cancel-Subscription successful-ok
October 05 17:36:46 localhost.localdomain cupsd[4300]: REQUEST localhost - - "POST /printers/Canon-G3020 HTTP/1.1" 200 337 Create-Job successful-ok
October 05 17:36:46 localhost.localdomain cupsd[4300]: REQUEST localhost - - "POST /printers/Canon-G3020 HTTP/1.1" 200 4898688 Send-Document successful-ok
lines 23-48/48 (END)


and for the second command here is the resaults

Code: Select all
lpstat -t
scheduler is running
system default destination: Canon-G3020-official
device for Canon-G3020: usb://Canon/G3020%20series?serial=01AC9A&interface=1
device for Canon-G3020-official: usb://Canon/G3020%20series?serial=01AC9A&interface=1
Canon-G3020 accepting requests since Tuesday  5 October 2021 17:39:16
Canon-G3020-official accepting requests since Monday  4 October 2021 22:58:19
printer Canon-G3020 is idle.  enabled since Tuesday  5 October 2021 17:39:16
printer Canon-G3020-official is idle.  enabled since Monday  4 October 2021 22:58:19
[root@localhost mageia]#


and here the printer queue

ID....................................Name........................User.......................Size..........Pages.............State....................................................................Control
Canon-G3020-28...........Unknown...................Withheld................1k..............1.....................completed at Mon Oct 4 21:31:02 2021..............Reprint Job
Canon-G3020-29...........Unknown...................Withheld................1k..............1.....................completed at Mon Oct 4 21:32:35 2021..............Reprint Job
Canon-G3020-30...........Unknown...................Withheld................1k..............1.....................completed at Mon Oct 4 21:37:27 2021..............Reprint Job
Canon-G3020-33...........Unknown...................Withheld................1k..............1.....................completed at Mon Oct 4 22:29:13 2021..............Reprint Job
Canon-G3020-43...........Unknown...................Withheld................450k .........1.....................canceled at Tue Oct 5 17:35:20 2021.................Reprint Job
Canon-G3020-44...........Unknown...................Withheld................4784k .......1.....................completed at Tue Oct 5 17:39:16 2021...............Reprint Job


thanks for your assestance
sameeeer
 
Posts: 20
Joined: Jun 25th, '21, 20:18

Re: [REOPENED] do any one have problem with canon pixma g342

Postby doktor5000 » Oct 5th, '21, 23:45

I don't see an issue. Several jobs have been submitted to the printer, all of those have been completed by cups, although one has been canceled (probably by yourself).
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Printers and Scanners

Who is online

Users browsing this forum: No registered users and 1 guest

cron