<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Printer on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/tags/printer/</link><description>Recent content in Printer on Andrew's Memory Blog</description><generator>Hugo -- gohugo.io</generator><image><url>https://andrewmemory.acornwall.net/img/rss_image.png</url><title>Printer on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/</link></image><language>en</language><managingEditor>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</managingEditor><webMaster>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</webMaster><copyright>Copyright 2009--2025</copyright><lastBuildDate>Sun, 24 Jul 2022 17:25:34 -0700</lastBuildDate><atom:link href="https://andrewmemory.acornwall.net/tags/printer/index.xml" rel="self" type="application/rss+xml"/><item><title>Merging multiple PDFs</title><link>https://andrewmemory.acornwall.net/blog/2022-07-24-merging-multiple-pdfs/</link><pubDate>Sun, 24 Jul 2022 17:25:34 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2022-07-24-merging-multiple-pdfs/</guid><description>&lt;p&gt;I&amp;rsquo;d recently downloaded a bunch of separate PDFs that I wanted to turn into a handy file that I could carry around. After grabbing the PDFs, I merged them with:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;$ pdfunite *.pdf really-big-output.pdf&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;p&gt;PDFUnite is part of Poppler, so be sure to:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;$ sudo apt install poppler-utils&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;p&gt;&amp;hellip; if you don&amp;rsquo;t have it already. That&amp;rsquo;s it!&lt;/p&gt;</description></item><item><title>Fixing Brother printing on Ubuntu</title><link>https://andrewmemory.acornwall.net/blog/2019-03-15-fixing-brother-printing-on-ubuntu/</link><pubDate>Fri, 15 Mar 2019 18:14:10 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2019-03-15-fixing-brother-printing-on-ubuntu/</guid><description>&lt;p&gt;Since moving to Ubuntu 16.04.3, printing to my Brother MFC-J650DW printer has been broken. I can print fine, but it&amp;rsquo;s always offset by a bit, never where it should be on the page.&lt;/p&gt;
&lt;p&gt;Turns out this is &lt;a href="https://bugs.launchpad.net/ubuntu/&amp;#43;source/cups/&amp;#43;bug/1184663" target="_blank" rel="noreferrer"&gt;a bug&lt;/a&gt; and there&amp;rsquo;s &lt;a href="https://askubuntu.com/questions/284441/hl-2240-brother-not-printing-at-margins?rq=1" target="_blank" rel="noreferrer"&gt;a workaround&lt;/a&gt;. So I don&amp;rsquo;t forget next time I set up printers:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;lpadmin -p &amp;quot;Brother_MFC_J650DW&amp;quot; -o pdftops-renderer-default=pdftops&lt;/code&gt;&lt;/p&gt;</description></item><item><title>Tracking and blocking BRW70188B</title><link>https://andrewmemory.acornwall.net/blog/2017-01-02-tracking-and-blocking-brw70188b/</link><pubDate>Mon, 02 Jan 2017 03:00:00 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2017-01-02-tracking-and-blocking-brw70188b/</guid><description>&lt;p&gt;I&amp;rsquo;ve been monitoring wifi traffic on my network. I&amp;rsquo;ve seen a large amount sent up by one device, which was reported as starting with BR70188B (mac address 70:18:8b) with manufacturer HonHaiPr.&lt;/p&gt;
&lt;p&gt;HonHaiPr is Hon Hai Precision Industry, which makes network devices. The one in question (with the name BRW70188Bxxyyzz) was from a Brother MFC-650DW that is on the network.&lt;/p&gt;
&lt;p&gt;Now that I&amp;rsquo;ve identified the printer, what to do about it? It was spewing lots of uploaded data - perhaps just to the clients that printed from it, but I&amp;rsquo;m perhaps a little paranoid. (It seems strange that it&amp;rsquo;s uploading almost as much as gets downloaded to the printer, though.) So I decided to knock it off the Internet to see what happened.&lt;/p&gt;
&lt;p&gt;First, I gave it a static IP address in my dhcpd.conf:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;host mfc650dw {
hardware ethernet 70:18:8B:xx:yy:zz;
fixed-address 192.168.1.253;
option host-name &amp;#34;mfc650dw&amp;#34;;
}&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;p&gt;Next, I updated it in DNS (db and db.rev files) just &amp;lsquo;cause now that it&amp;rsquo;s static it&amp;rsquo;s handy to have a name to deal with.&lt;/p&gt;
&lt;p&gt;Finally, I added a rule to my pf.conf:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;block out log quick from 192.168.1.253/32 to ! 192.168.1/24&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;p&gt;Now if the printer&amp;rsquo;s trying to send data up to the Internet, it&amp;rsquo;s not going to make it through the firewall.&lt;/p&gt;
&lt;p&gt;After I did all this, the printer wouldn&amp;rsquo;t work - Brother apparently stores the IP address but doesn&amp;rsquo;t refresh if it can&amp;rsquo;t find it. So I needed to download the &lt;a href="https://help.brother-usa.com/app/answers/detail/a_id/55914/~/download-the-network-connection-repair-tool---windows" target="_blank" rel="noreferrer"&gt;Brother Network Connection Repair Tool&lt;/a&gt; to tell the Windows printer driver to look for the printer again. Sheesh.&lt;/p&gt;</description></item><item><title>Brother printer disappeared</title><link>https://andrewmemory.acornwall.net/blog/2011-05-31-brother-printer-disappeared/</link><pubDate>Tue, 31 May 2011 23:21:42 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2011-05-31-brother-printer-disappeared/</guid><description>&lt;p&gt;After a while, my Brother MVC 9840 CDW printer (which I installed using &lt;a href="https://andrewmemory.acornwall.net/blog/2011-01-02-installing-the-brother-mfc-9840cdw-driver-on-ubuntu" &gt;this method&lt;/a&gt;) disappeared.&lt;/p&gt;
&lt;p&gt;No idea why. So I deleted it and reinstalled it. When I went to reinstall it, the original IP-address method wasn&amp;rsquo;t available. Instead I picked: Network Printer -&amp;gt; Brother MFC-9840CDW and accepted the host and queue as filled in by the configuration dialog. When I did that, no luck.&lt;/p&gt;
&lt;p&gt;Instead, I selected AppleTalk/HP Jet Direct since I knew the printer supported that protocol as well. Then I had to enter the IP address of the printer and accepted the default port (9100). Once that was done, I could again print a test page and use up all my ink.&lt;/p&gt;</description></item><item><title>Installing the Brother MFC 9840cdw driver on Ubuntu</title><link>https://andrewmemory.acornwall.net/blog/2011-01-01-installing-the-brother-mfc-9840cdw-driver-on-ubuntu/</link><pubDate>Sat, 01 Jan 2011 17:13:51 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2011-01-01-installing-the-brother-mfc-9840cdw-driver-on-ubuntu/</guid><description>&lt;p&gt;When I had Ubuntu 8.04, I&amp;rsquo;d struggled my way through installing the official Brother driver from the &lt;a href="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html" target="_blank" rel="noreferrer"&gt;Brother Linux site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Since then I&amp;rsquo;ve upgraded a couple of times to 9.10, and had not reinstalled my printer. It turns out Ubuntu has made life much easier for us Brother printer owners - so these days there&amp;rsquo;s no reason not to install the printer driver, especially if the printer is networked.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s how to do it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open Synaptic Package Manager&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Search for 9840. You should see two packages:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;brother-cups-wrapper-ac
brother-lpr-driver-ac&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select those for installation (along with their required packages).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Go to System-&amp;gt;Administration-&amp;gt;Printing and press the &amp;ldquo;New Printer&amp;rdquo; button.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After a &amp;ldquo;Search for new printers&amp;rdquo; message comes up and goes away, expand &amp;ldquo;Network Printers&amp;rdquo;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you&amp;rsquo;re lucky like me, you&amp;rsquo;ll see your printer there. I chose to use the one that was found by IP address (LPD Network Printer via DNS-SD).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Then I printed a test page, which shot a bunch of colour toner out. (If I had to do it over again, I would have just printed from Firefox to save toner.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Finally, I did System-&amp;gt;Preferences-&amp;gt;Default Printer to set the new printer as the default.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That does the printer; next you&amp;rsquo;ll want the scanner. This isn&amp;rsquo;t quite as straightforward, since the scanner stuff isn&amp;rsquo;t in Synaptic. Again I&amp;rsquo;m assuming it&amp;rsquo;s set up on a network:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Make sure you&amp;rsquo;ve already installed xsane and its requirements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Download the .deb for brscan3 from the &lt;a href="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_scn.html#brscan3" target="_blank" rel="noreferrer"&gt;Brother web site&lt;/a&gt;. If you&amp;rsquo;re like me, you want the 32-bit version.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install the driver with:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;$ sudo dpkg -i --force-all brscan3-0.2.11-2.i386.deb&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure the scanner:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;$ brsaneconfig3 -a name=SCANNER model=MFC-9840CDW ip=aaa.bbb.ccc.ddd&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;p&gt;(where aaa.bbb.ccc.ddd is your MFC-9840&amp;rsquo;s IP address).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Verify the driver installed:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;$ brsaneconfig3 -q | grep SCANNER
0 SCANNER &amp;#34;MFC-9840CDW&amp;#34; I:aaa.bbb.ccc.ddd&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run xsane and it should find the scanner.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Brother MFC-9840 Toner Reset</title><link>https://andrewmemory.acornwall.net/blog/2010-09-16-brother-mfc-9840-toner-reset/</link><pubDate>Thu, 16 Sep 2010 23:48:30 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2010-09-16-brother-mfc-9840-toner-reset/</guid><description>&lt;p&gt;I like the Brother MFC-9840 printer, but it&amp;rsquo;s got a really irritating problem: it gives up way to easily when it comes to toner. Often there&amp;rsquo;s still around 33% of the toner left in the cartridge when the printer comes up with the dreaded &amp;ldquo;Toner Life End&amp;rdquo; message.&lt;/p&gt;
&lt;p&gt;It appears there are two solutions: #1 (which didn&amp;rsquo;t work for me) is to tape a bit of black tape over the window of the toner cartridge, or over the hole for the sensor in the toner tray. I left the tape on just in case it would do good in the future.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s an article with a picture of the toner hole: &lt;a href="http://www.kineticcomputer.com/tips/1107-excessive-low-toner-warnings-on-brother-laser-printers-and-copiers.htm" title="/www.kineticcomputer.com/tips/1107-excessive-low-toner-warnings-on-brother-laser-printers-and-copiers.htm" target="_blank" rel="noreferrer"&gt;www.kineticcomputer.com/tips/1107-excessive-low-toner-warnings-on-brother-laser-printers-and-copiers.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;#2, which I found at &lt;a href="http://www.fixyourownprinter.com/forums/laser/39806" target="_blank" rel="noreferrer"&gt;www.fixyourownprinter.com/forums/laser/39806&lt;/a&gt; proved to solve my problem. Here it is:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;With power on, open the toner access main door. You will get a &amp;ldquo;Cover is Open&amp;rdquo; message on the LCD.&lt;/li&gt;
&lt;li&gt;Press the &amp;ldquo;Clear/Back&amp;rdquo; button and you will be taken to the toner &amp;ldquo;Reset Menu&amp;rdquo;&lt;/li&gt;
&lt;li&gt;You can then scroll through the reset options for the printer&amp;rsquo;s toner cartridges:
&lt;ol&gt;
&lt;li&gt;B.TNR-S - Black toner small cartridge (TN-110)&lt;/li&gt;
&lt;li&gt;B.TNR-H - Black toner high-capacity cartridge (TN-115)&lt;/li&gt;
&lt;li&gt;C.TNR-S - Cyan toner small cartridge (TN-110)&lt;/li&gt;
&lt;li&gt;C.TNR-H - Cyan toner high-capacity cartridge (TN-115)&lt;/li&gt;
&lt;li&gt;M.TNR-S - Magenta toner small cartridge (TN-110)&lt;/li&gt;
&lt;li&gt;M.TNR-H - Magenta toner high-capacity cartridge (TN-115)&lt;/li&gt;
&lt;li&gt;Y.TNR-S - Yellow toner small cartridge (TN-110)&lt;/li&gt;
&lt;li&gt;Y.TNR-H - Yellow toner high-capacity cartridge (TN-115)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Select the cartridge size you have and the colour you want to reset, and press OK. Since I had small cartridges, I used the S options for all three colours.&lt;/li&gt;
&lt;li&gt;Each cartridge must be reset individually. Press &amp;ldquo;1&amp;rdquo; to reset.&lt;/li&gt;
&lt;li&gt;Press &amp;ldquo;Clear/Back&amp;rdquo; to get out of the menu, then close the door.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;According to the link at fixyourownprinter.com, this works on the Brother MFC 9440 as well.&lt;/p&gt;
&lt;p&gt;I wish I&amp;rsquo;d found this before I replaced my black toner cartridge!&lt;/p&gt;
&lt;p&gt;Update: 2013-12-12 - I just learned that it&amp;rsquo;s possible to reset the values for other consumables on the printer as well. Hold down both 3 and 9 at the same time, and you&amp;rsquo;ll get a menu to reset: Drum Belt Unit PF Kit MP PF Kit 1 PF Kit 2 Fuser Laser&lt;/p&gt;
&lt;p&gt;I haven&amp;rsquo;t had to do any of these yet, but will remember it for when the time comes!&lt;/p&gt;</description></item></channel></rss>