You are not logged in.

#1 2025-05-18 14:09:23

actusnileh
Member
Registered: 2025-05-18
Posts: 3

Canon LBP-1120 printer has broken.

The Canon LBP-1120 printer has broken.
After the latest update, the printer does not print, and captstatusui -P LBP1120 shows the message "Check the DevicePath of /etc/ccpd.conf".
I read that installing libxml2-legacy is necessary. However, installing it did not solve the problem.

Offline

#2 2025-05-18 14:10:41

actusnileh
Member
Registered: 2025-05-18
Posts: 3

Re: Canon LBP-1120 printer has broken.

logs from tail -n 100 -f /var/log/cups/error_log

D [18/May/2025:17:08:35 +0300] [Client 20] Sending file.
D [18/May/2025:17:08:35 +0300] [Client 20] con->http=0x603b6df41f70
D [18/May/2025:17:08:35 +0300] [Client 20] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=8433, response=(nil)(), pipe_pid=0, file=13
D [18/May/2025:17:08:35 +0300] [Client 20] con->http=0x603b6df41f70
D [18/May/2025:17:08:35 +0300] [Client 20] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=8433, response=(nil)(), pipe_pid=0, file=13
D [18/May/2025:17:08:35 +0300] [Client 20] con->http=0x603b6df41f70
D [18/May/2025:17:08:35 +0300] [Client 20] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=8433, response=(nil)(), pipe_pid=0, file=13
D [18/May/2025:17:08:35 +0300] [Client 20] con->http=0x603b6df41f70
D [18/May/2025:17:08:35 +0300] [Client 20] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=8433, response=(nil)(), pipe_pid=0, file=13
D [18/May/2025:17:08:35 +0300] [Client 20] con->http=0x603b6df41f70
D [18/May/2025:17:08:35 +0300] [Client 20] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=8433, response=(nil)(), pipe_pid=0, file=13
D [18/May/2025:17:08:35 +0300] [Client 20] Flushing write buffer.
D [18/May/2025:17:08:35 +0300] [Client 20] New state is HTTP_STATE_WAITING
D [18/May/2025:17:08:35 +0300] [Client 20] Waiting for request.
D [18/May/2025:17:08:35 +0300] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [18/May/2025:17:08:35 +0300] [Client 20] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [18/May/2025:17:08:35 +0300] [Client 20] Closing connection.
D [18/May/2025:17:08:35 +0300] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [18/May/2025:17:08:36 +0300] Expiring subscriptions...
D [18/May/2025:17:08:53 +0300] [Client 19] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [18/May/2025:17:08:53 +0300] [Client 19] Closing connection.
D [18/May/2025:17:08:53 +0300] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [18/May/2025:17:08:53 +0300] Expiring subscriptions...
D [18/May/2025:17:08:54 +0300] Expiring subscriptions...

Offline

#3 2025-05-18 14:21:34

actusnileh
Member
Registered: 2025-05-18
Posts: 3

Re: Canon LBP-1120 printer has broken.

Offline

#4 2025-05-18 15:18:52

seth
Member
Registered: 2012-09-03
Posts: 64,044

Re: Canon LBP-1120 printer has broken.

2) Then create a symbolic link (with sudo) : ln -s /usr/lib32/libxml2.so /usr/lib32/libxml2.so.2

DO. NOT. EVER! SYMLINK. LIBS. EVER!!

Canon CAPT Printer Driver for Linux. Compiled from source code.

Ie. rebuilding that package against the updated libxml2 will do.

DO. NOT. EVER! SYMLINK. LIBS. EVER!! NEVER! EVER!

Offline

Board footer

Powered by FluxBB