Have been using my Brother MFC-J6510DW with openSUSE 12.2 for some time without any problems. Now I have installed a new B&W cartridge which works fine with Windows 7 but not with Linux, .i.e., I click the PRINT button and nothing happens. I checked with YAST and it indicates that the printer is configured - anyway, that was done long ago, driver installed etc…
On 2014-01-16 19:56, pe1800 wrote:
>
> Have been using my Brother MFC-J6510DW with openSUSE 12.2 for some time
> without any problems. Now I have installed a new B&W cartridge which
> works fine with Windows 7 but not with Linux, .i.e., I click the PRINT
> button and nothing happens. I checked with YAST and it indicates that
> the printer is configured - anyway, that was done long ago, driver
> installed etc…
Try simply printing a plain text file from the command line:
lpr filename.txt
Then check what print log file changes:
ls -ltr /var/log/cups/
and then view what it has to say:
less /var/log/cups/error_log
go down to end of it and read… if there are more files that changed,
read them.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
I wonder if the Linux driver might need some assistance with the printer config on the printer itself. The following FAQ guide is meant for Windows/Mac users, but may be relevant
You might need to get more information from /var/log/cups/error_log, but it is often helpful to increase the cups verbosity first by changing the ‘LogLevel’ directive in /etc/cups/cupsd.conf like this
LogLevel debug
or even
LogLevel debug2
but it does mean
You can either review this file in its entirety, or start watching the output just prior to sending a print job with
tail -f /var/log/cups/error_log
and use CTRL-C to terminate when you have captured enough useful info
>
> Have been using my Brother MFC-J6510DW with openSUSE 12.2 for some
time
> without any problems. Now I have installed a new B&W cartridge which
> works fine with Windows 7 but not with Linux, .i.e., I click the PRINT
> button and nothing happens. I checked with YAST and it indicates that
> the printer is configured - anyway, that was done long ago, driver
> installed etc…
>
> Any ideas? I much appreciate your advice,
> pe1800
>
I have a Brothers MFC-J6710DW and its working with openSUSE 12.3 and
13.1 with no problems printing.
Have you checked the Brothers Website for any driver updates?
If your driver is older I’d try this one. It is the same drivers as the
6710DW I have.
I did run into an issue with SANE (Scanner function) when I installed
13.1. Its fixed now.