You are not logged in.
Pages: 1
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
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
Offline
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
Pages: 1