Slackware64 14.2 (current) unable to print to Canon 6030w via UFRII v5
by alex.pujols from LinuxQuestions.org on (#52AHS)
I have been unable to get my canon 6030 to print after installing the latest drivers from Canon Quote:
then converting the *.deb to *.txz manually using
Code:mkdir -p work/pkg
cd work
ar -x /path/to/cnrdrvcups-ufr2lt-us_5.00-1_amd64.deb
cd pkg
tar xvf ../data.tar.gz
Then, as root, you run makepkg in the work/pkg directory, like
makepkg -l y -c n /tmp/cnrdrvcups-ufr2lt-us_5.00-1_amd64.txz
While the install seems to have completed without error and the print request makes it to the printer it errors and refuses to print.
Within the Canon remote UI I can see the job fail on error on code Quote:
, however there is no jam or other physical issue with the printer and prints fine from another PC.
After looking in the CUPS queue via localhost:631 I see the print job error in CUPS as Quote:
. I see the same in /var/log/
Code:E [17/Apr/2020:19:27:39 -0500] [Job 17] src = libcanon_pdlwrapper.c, line = 1018, err = -1nINFO: Rendering completedDuring each print attempt I notice the following error in both /var/log/messages and dmesg
/var/log/messages error
Code:Apr 17 19:27:39 evil kernel: [ 498.473096] cnrsdrvsfp[2351]: segfault at 7f56749f1b20 ip 00007f56749f1b20 sp 00007ffc740a73a8 error 14 in liblzma.so.5.2.5[7f5675026000+3000]
Apr 17 19:27:39 evil kernel: [ 498.473105] Code: Bad RIP value.
demsg error
Code:[ 498.473096] cnrsdrvsfp[2351]: segfault at 7f56749f1b20 ip 00007f56749f1b20 sp 00007ffc740a73a8 error 14 in liblzma.so.5.2.5[7f5675026000+3000]
[ 498.473105] Code: Bad RIP value.
Current load..
Razor Blade Stealth 13
Slackware64 Current 5.4.33
Anyone else run into this or have any tips or ideas on further troubleshooting?
Thanks in advance!
Alex


| https://www.usa.canon.com/internet/p...vers_downloads |
Code:mkdir -p work/pkg
cd work
ar -x /path/to/cnrdrvcups-ufr2lt-us_5.00-1_amd64.deb
cd pkg
tar xvf ../data.tar.gz
Then, as root, you run makepkg in the work/pkg directory, like
makepkg -l y -c n /tmp/cnrdrvcups-ufr2lt-us_5.00-1_amd64.txz
While the install seems to have completed without error and the print request makes it to the printer it errors and refuses to print.
Within the Canon remote UI I can see the job fail on error on code Quote:
| #099 |
After looking in the CUPS queue via localhost:631 I see the print job error in CUPS as Quote:
| Processing - "src = libcanon_pdlwrapper.c, line = 1018, err = -1nINFO: Rendering completed |
Code:E [17/Apr/2020:19:27:39 -0500] [Job 17] src = libcanon_pdlwrapper.c, line = 1018, err = -1nINFO: Rendering completedDuring each print attempt I notice the following error in both /var/log/messages and dmesg
/var/log/messages error
Code:Apr 17 19:27:39 evil kernel: [ 498.473096] cnrsdrvsfp[2351]: segfault at 7f56749f1b20 ip 00007f56749f1b20 sp 00007ffc740a73a8 error 14 in liblzma.so.5.2.5[7f5675026000+3000]
Apr 17 19:27:39 evil kernel: [ 498.473105] Code: Bad RIP value.
demsg error
Code:[ 498.473096] cnrsdrvsfp[2351]: segfault at 7f56749f1b20 ip 00007f56749f1b20 sp 00007ffc740a73a8 error 14 in liblzma.so.5.2.5[7f5675026000+3000]
[ 498.473105] Code: Bad RIP value.
Current load..
Razor Blade Stealth 13
Slackware64 Current 5.4.33
Anyone else run into this or have any tips or ideas on further troubleshooting?
Thanks in advance!
Alex