You are not logged in.
Sorry, don't bother.
I will have to invest much more time into choosing a printer than I initially thought.
Would one of the mods be so kind as to remove this thread. Thanks!
Last edited by sorcerer's_apprentice (2013-03-08 18:41:56)
Offline
Before you give up on Brother printers, wait and read a response to a question under the Answers section of the March 2013 issue of Linux Format to which I'll provide a link later.
"The Western system in its present state of spiritual exhaustion does not look attractive...the human soul longs for things higher, warmer, and purer." -- Alexander Solzhenitsyn
Offline
Response to question about connecting Brother printers to Ubuntu (should apply to Debian-based distros as well) and FAQ about printing:
https://www.asuswebstorage.com/navigate … 456700DB54
Last edited by KrunchTime (2013-03-05 00:17:47)
"The Western system in its present state of spiritual exhaustion does not look attractive...the human soul longs for things higher, warmer, and purer." -- Alexander Solzhenitsyn
Offline
Response to question about connecting Brother printers to Ubuntu (should apply to Debian-based distros as well) and FAQ about printing:
Cool! Thank you very much!
I'm gonna rethink my decision from earlier today...
Brother devices are much more affordable than HPs.
Offline
I use the drivers from that site for my printer (MFC-295CN) - no issues with printing or scanning. I've never tried to fax from the computer.
"It does not require many words to speak the truth." - Chief Joseph, Nez Perce tribe
Offline
KrunchTime wrote:Response to question about connecting Brother printers to Ubuntu (should apply to Debian-based distros as well) and FAQ about printing:
Cool! Thank you very much!
I'm gonna rethink my decision from earlier today...
![]()
Brother devices are much more affordable than HPs.
You're very welcome.
"The Western system in its present state of spiritual exhaustion does not look attractive...the human soul longs for things higher, warmer, and purer." -- Alexander Solzhenitsyn
Offline
Set up multiarch, install libcupsys:i386, and then install the Brother driver .deb.
--Ben
try jwm, you might like it.
Offline
Thanks guys!
I ordered a Brother MFP today.
With the info here I should get it to work in no time.
Offline
Set up multiarch, install libcupsys:i386, and then install the Brother driver .deb.
Hi bigbenaugust,
I now got that printer sitting here and I would like to follow your instructions since there is no ppd available for this model.
How would I do that?
What I did so far is:
# dpkg --add-architecture i386
# apt-get updateThen apt complains:
W: Failed to fetch http://ftp.de.debian.org/debian/dists/wheezy/InRelease Unable to find expected entry 'main/binary-i368/Packages' in Release file (Wrong sources.list entry or malformed file)Same with:
# apt-cache show libcupsys:i386
N: Unable to locate package libcupsys
E: No packages foundOr:
# apt-get install ia32-libs
Reading package lists... Done
yada yada yada
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-i386 but it is not installable
E: Unable to correct problems, you have held broken packages.Could it be that this procedure can only be done under squeeze/statler? Or could it be related to me using a liquorix-kernel?
The problem is using debian unstable and testing. Either use stable (or squeeze as it is currently called) or live with the brokenness.
Any help would be appreciated. Thanks!
Edit:
Just had an idea. I would hate to install statler. But I have an old IBM T20 sitting here. So if waldorf really isn't able to comply with multiarch I could run squeeze on that box for now and get hold of an additional NIC to set it up as a print server later. But first I would like to know if there really isn't another way. Trying to run the printer over virtualbox/win7 also didn't work...
Last edited by sorcerer's_apprentice (2013-03-07 21:57:33)
Offline
Sweet Jesus
,
I finally got everything installed. Somehow I managed to add the architecture "i368" via multiarch and hence all subsequent actions got spoiled. So I removed it and everything installed fine.
But now there is a different problem. After installing the i386.deb drivers, creating the spool-dir and restarting CUPS - I get the message that the drivers for the printer would be missing (when I plug in the USB-cable).
When going to 127.0.0.1:631 and trying to have it print a test page all that it says on the job-list is: "Waiting for printer to become available."
Any thoughts on how to fix this?
Thanks!
Last edited by sorcerer's_apprentice (2013-03-08 18:27:37)
Offline
Sorry for making such a fuzz... 
But: I got it working. There are a few tricks to be done:
For dpkg users:
1. Install the standard c library for 32bit applications (e.g. lib32stdc++6(Debian) or ia32-libs(Ubuntu))
2. Create some folders if it is required
2-1. Create /usr/lib/cups/filter if it does not exist.
Command1: mkdir /usr/lib/cups
Command2: mkdir /usr/lib/cups/filter2-2. Create /usr/share/cups/model if it does not exist
Command: mkdir /usr/share/cups/model3. Install the drivers using "--force-architecture" or "--force-all"option.
4. Copy brlpdwrapperXXX files under /usr/lib/cups/filter/ to /usr/lib64/cups/filter/
Command: cp /usr/lib/cups/filter/brlpdwrapper* /usr/lib64/cups/filter5. Copy libbrXXXX files under /usr/lib/ to /usr/lib32/ if /usr/lib32 exists.
Command : cp /usr/lib/libbr* /usr/lib32/
I underlined what did it for me.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.