<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2945&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Brother laser printer installation on devuan]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2945</link>
		<description><![CDATA[The most recent posts in Brother laser printer installation on devuan.]]></description>
		<lastBuildDate>Fri, 12 Jul 2019 04:39:39 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Brother laser printer installation on devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16978#p16978</link>
			<description><![CDATA[<p>install i386 .deb didn&#039;t work for me on the 64-bit ascii.</p><p>I ended up downloading the &#039;Driver Install Tool&#039; available on the Brother website for this printer (hl-2270DW) and followed the instruction to run the script, it automatically pulls in the needed package and installs&#160; the printer.</p><p>Driver install Tool is available here:</p><p><a href="https://support.brother.com/g/b/downloadlist.aspx?c=us&amp;lang=en&amp;prod=hl2270dw_all&amp;os=128" rel="nofollow">https://support.brother.com/g/b/downloa … all&amp;os=128</a></p>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Fri, 12 Jul 2019 04:39:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16978#p16978</guid>
		</item>
		<item>
			<title><![CDATA[Re: Brother laser printer installation on devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16977#p16977</link>
			<description><![CDATA[<p>Forget openprinting.org, use the install commands from Brother.</p><p>Brother has a prerequisite explained here:<br /><a href="https://support.brother.com/g/b/faqend.aspx?c=us&amp;lang=en&amp;prod=hl2270dw_all&amp;faqid=faq00100548_000" rel="nofollow">https://support.brother.com/g/b/faqend. … 100548_000</a></p><div class="quotebox"><blockquote><div><p><strong>Pre-required Procedure (5)</strong><br /><strong>Related distributions</strong></p><p>Debian 64 bit version, Ubuntu 64 bit version</p><p><strong>Related products/drivers</strong></p><p>printer/PC-FAX drivers</p><p><strong>Requirement</strong></p><p>ia32-libs or lib32stdc++ is required to be installed.</p></div></blockquote></div><p>This means you need to install one of the mentioned packages prior to installing the .deb for your printer.</p><p>Drivers can be found here;<br /><a href="https://support.brother.com/g/b/downloadlist.aspx?c=us&amp;lang=en&amp;prod=hl2270dw_all&amp;os=128" rel="nofollow">https://support.brother.com/g/b/downloa … all&amp;os=128</a></p><p>As I also have a Brother machine (MFC in my case) I d/l&#039;ed the instructions years ago, as well as the drivers for my device, and in there I found to use the force option for dpkg:</p><div class="codebox"><pre><code>dpkg  -i  --force-all &lt;driver-name&gt;.deb</code></pre></div><p>HTH!</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Fri, 12 Jul 2019 04:14:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16977#p16977</guid>
		</item>
		<item>
			<title><![CDATA[Re: Brother laser printer installation on devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16976#p16976</link>
			<description><![CDATA[<div class="quotebox"><cite>Marjorie wrote:</cite><blockquote><div><p>I&#039;m assuming you&#039;ve already tried using CUPs with the available drivers provided there?</p><p>In my case I use the driver for a slightly different Brother model: I have a DCP 9015CDW and use the DCP 9010CDW dirver which works fine, including duplex.</p><p>A cursory search finds there&#039;s a discussion of drivers to use for your model here: <a href="http://openprinting.org/printer/Brother/Brother-HL-2270DW" rel="nofollow">http://openprinting.org/printer/Brother … -HL-2270DW</a>.</p></div></blockquote></div><p>the provided link is empty.</p>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Fri, 12 Jul 2019 03:44:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16976#p16976</guid>
		</item>
		<item>
			<title><![CDATA[Re: Brother laser printer installation on devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16975#p16975</link>
			<description><![CDATA[<div class="quotebox"><cite>ToxicExMachina wrote:</cite><blockquote><div><p>Try to enable multiarch support: <a href="https://wiki.debian.org/Multiarch/Implementation#Using_multiarch" rel="nofollow">https://wiki.debian.org/Multiarch/Imple … _multiarch</a></p></div></blockquote></div><p>tried this, still having error:</p><div class="codebox"><pre><code>root@t60:/home/erdos/Downloads# dpkg -i hl2270dwlpr-2.1.0-1.i386.deb
Selecting previously unselected package hl2270dwlpr:i386.
(Reading database ... 75692 files and directories currently installed.)
Preparing to unpack hl2270dwlpr-2.1.0-1.i386.deb ...
Unpacking hl2270dwlpr:i386 (2.1.0-1) ...
dpkg: dependency problems prevent configuration of hl2270dwlpr:i386:
 hl2270dwlpr:i386 depends on libc6 (&gt;= 2.3.4-1).

dpkg: error processing package hl2270dwlpr:i386 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 hl2270dwlpr:i386
[1]+  Done                    synaptic</code></pre></div><p>i installed mentioned missing libc6 for i386, still got the same error</p>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Fri, 12 Jul 2019 03:41:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16975#p16975</guid>
		</item>
		<item>
			<title><![CDATA[Re: Brother laser printer installation on devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16935#p16935</link>
			<description><![CDATA[<p>I&#039;m assuming you&#039;ve already tried using CUPs with the available drivers provided there?</p><p>In my case I use the driver for a slightly different Brother model: I have a DCP 9015CDW and use the DCP 9010CDW dirver which works fine, including duplex.</p><p>A cursory search finds there&#039;s a discussion of drivers to use for your model here: <a href="http://openprinting.org/printer/Brother/Brother-HL-2270DW" rel="nofollow">http://openprinting.org/printer/Brother … -HL-2270DW</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Wed, 10 Jul 2019 08:43:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16935#p16935</guid>
		</item>
		<item>
			<title><![CDATA[Re: Brother laser printer installation on devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16934#p16934</link>
			<description><![CDATA[<p>Try to enable multiarch support: <a href="https://wiki.debian.org/Multiarch/Implementation#Using_multiarch" rel="nofollow">https://wiki.debian.org/Multiarch/Imple … _multiarch</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Wed, 10 Jul 2019 08:23:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16934#p16934</guid>
		</item>
		<item>
			<title><![CDATA[Brother laser printer installation on devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16932#p16932</link>
			<description><![CDATA[<p>i have a brother hl-2270dw laser printer that i want to install the driver downloaded from manufacturer website.&#160; the .deb package I downloaded is 32 bit package and i&#039;m running into difficulty to install onto the 64-bit devuan.</p><div class="codebox"><pre><code>erdos@t60:~/Downloads$ sudo dpkg -i hl2270dwlpr-2.1.0-1.i386.deb
[sudo] password for erdos: 
dpkg: error processing archive hl2270dwlpr-2.1.0-1.i386.deb (--install):
 package architecture (i386) does not match system (amd64)
Errors were encountered while processing:
 hl2270dwlpr-2.1.0-1.i386.deb</code></pre></div><p>any suggestion how to resolve this?</p>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Wed, 10 Jul 2019 02:54:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16932#p16932</guid>
		</item>
	</channel>
</rss>
