View previous topic :: View next topic |
Author |
Message |
MarkYork n00b
Joined: 01 Feb 2011 Posts: 20
|
Posted: Wed Jul 08, 2020 11:07 am Post subject: Brother DCP-J140W missing files |
|
|
Hello everyone,
I'm trying to make my DPC-J140W printer work. I tried following instructions in this wiki page, installed CUPS, downloaded and installed drivers from Bother's web page, and checked if the printer was added in cups. Everything looks good, the scanner works, with the exception that cups is reporting a missing file:
Quote: | Idle - "File "/usr/libexec/cups/filter/brlpdwrapperdcpj140w" not available: No such file or directory" |
Anyone here experienced this issue? |
|
Back to top |
|
|
charles17 Advocate
Joined: 02 Mar 2008 Posts: 3685
|
|
Back to top |
|
|
ct85711 Veteran
Joined: 27 Sep 2005 Posts: 1791
|
|
Back to top |
|
|
paluszak Apprentice
Joined: 28 Jun 2004 Posts: 266 Location: Warsaw, Poland
|
Posted: Sat Jul 11, 2020 9:46 pm Post subject: |
|
|
Does this file (ie. /usr/libexec/cups/filter/brlpdwrapperdcpj140w) exist? I suspect you have a 64-bit system? Are you on multilib profile? |
|
Back to top |
|
|
ian.au l33t
Joined: 07 Apr 2011 Posts: 609 Location: Australia
|
Posted: Sat Jul 11, 2020 10:59 pm Post subject: |
|
|
@MarkMan
Quote: | Idle - "File "/usr/libexec/cups/filter/brlpdwrapperdcpj140w" not available: No such file or directory" |
I 've had a few brother printers, and seen this error before. My guess: The file is probably installed in /opt/brother/Printers, but the symlink hasn't been created. Code: | tree /opt/brother/Printers | should show what's installed and where. I just manually recreate the missing filter symlink, restart cups and you should get a test page.
If it isn't obvious to you from the above tree output which file(s) you need to symlink, post the output of
Code: | ls -al /usr/libexec/cups/filter | grep .-\> | and I'll take a look for you. |
|
Back to top |
|
|
|