Yes, on Linux it does work. No problem. But on FreeBSD does not work. By using usb uri the printer is out of memory. As I said in my message, the brlaser driver is malfunctioning, it prints only strange characters.Hello,
I'm not sure it would work, but you could try to use the brlaser port.
See also the github repository, your model has not been reported yet but it's worth a shot (use the usb cable).
Good luck.
Edit:
correction, it has been reported to work.
I don't understand what you are saying, I am not a computer scientist. I don't have any ppd file. I have tried installing the Linux driver for this printer, but it doesn't work. If I choose usb address, the printer is out of memory; if I choose dns, it prints only strange characters.Did you try using its .ppd file in your CUPS' configuration?
I think, that's the only "driver" they suggest for Linux, if you unpack the corresponding package (e.g. .deb), you'll find it:Code:./opt/brother/Printers/MFCL2750DW/cupswrapper/brother-MFCL2750DW-cups-en.ppd
I thought you're using it over the network. USB may be different, I'm not sure how it appears when connected via USB.I don't understand what you are saying
mkdir printer
cd printer
ar x ../mfcl2750dwpdrv-4.0.0-1.i386.deb
tar xf data.tar.gz
% ls -1
control.tar.gz
data.tar.gz
debian-binary
etc
opt
usr
var
cp opt/brother/Printers/MFCL2750DW/cupswrapper/brother-MFCL2750DW-cups-en.ppd /usr/local/etc/cups/ppd/
Sorry, somehow I missed the line on brlaser. I have a MFC-L2710DW and it works with that driver (and I tried to use Brother's ppd file with cups without success, but maybe I messed something).Yes, on Linux it does work. No problem. But on FreeBSD does not work. By using usb uri the printer is out of memory. As I said in my message, the brlaser driver is malfunctioning, it prints only strange characters.
Thanks.
Yes.Sorry, somehow I missed the line on brlaser. I have a MFC-L2710DW and it works with that driver (and I tried to use Brother's ppd file with cups without success, but maybe I messed something).
Are you printing a pdf file (and how)? Are you using cups?
I followed your very clear instructions step by step. But at the end I get an error.I thought you're using it over the network. USB may be different, I'm not sure how it appears when connected via USB.
Here is what I meant: you download its Linux driver from the official page ad .deb. Then unpack the archive by running:You'll see the following directories structure:Code:mkdir printer cd printer ar x ../mfcl2750dwpdrv-4.0.0-1.i386.deb tar xf data.tar.gz
Now copy the corresponding .ppd file to the CUPS config directory:Code:% ls -1 control.tar.gz data.tar.gz debian-binary etc opt usr var
and let CUPS using that file when you add/modify printer via the web interface at http://localhost:631.Code:cp opt/brother/Printers/MFCL2750DW/cupswrapper/brother-MFCL2750DW-cups-en.ppd /usr/local/etc/cups/ppd/
That's a shame. It prints only on one side and only "weird characters", as you said before? I wonder if it prints images correctly.Yes.
I tried to print a PDF file from Firefox by choosing the printer configured with cups. Error. I have tried with this printer driver for Linux and it prints but not duplex. I have tried it with a ppd and it gives me error.
cp opt/brother/Printers/MFCL2750DW/cupswrapper/lpdwrapper /usr/local/libexec/cups/filter/brother_lpdwrapper_MFCL2750DW
sysrc cupsd_enable=YES
to enable the CUPS service to start when booting the systemservice cupsd start
to start the CUPS service nowlpadmin -p 'printer-name' -D 'Printer Description (e.g. Brother MFC-L2750DW)' -L 'Printer Location (e.g. Lab 1)' -m everywhere -v ipp://<ADDR>/ -E
/usr/local/bin/lp -d 'printer-name' /usr/local/share/cups/data/testprint
lpadmin
command, it's because some commands like lpadmin(1) are located in /usr/local/sbin, and your PATH does not include that directory.-m everywhere
with -m 'drv:///cupsfilters.drv/pwgrast.ppd'
instead.