{"id":409,"date":"2020-09-12T02:45:22","date_gmt":"2020-09-12T06:45:22","guid":{"rendered":"http:\/\/www.compdigitec.com\/labs\/?p=409"},"modified":"2020-09-12T02:46:18","modified_gmt":"2020-09-12T06:46:18","slug":"scanning-with-brother-dcp-7065dn-in-ubuntu","status":"publish","type":"post","link":"http:\/\/www.compdigitec.com\/labs\/2020\/09\/12\/scanning-with-brother-dcp-7065dn-in-ubuntu\/","title":{"rendered":"Scanning with Brother DCP-7065DN in Ubuntu"},"content":{"rendered":"<p>First, make sure the printer is detected in lsusb:<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$ lsusb | grep Brother\nBus 001 Device 011: ID 04f9:024a Brother Industries, Ltd \n<\/pre>\n<p>Then, either <a href=\"https:\/\/forums.fedoraforum.org\/showthread.php?297091-Brother-printer-and-scanner-udev-rule\">add a udev rule<\/a> to ensure that we have permission to access it, or use the following one-time hack:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nsudo chmod 777 \/dev\/bus\/usb\/001\/011\n<\/pre>\n<p>Now, install the correct driver for the printer from <a href=\"https:\/\/support.brother.com\/g\/b\/countrytop.aspx?c=ca&amp;lang=en\">support.brother.com<\/a>. For the DCP-7065DN on Ubuntu 64-bit, the following package worked:<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n5937473842d95571b0d8ff50d6095198 brscan4-0.4.9-1.amd64.deb\n<\/pre>\n<p>Check that sane-find-scanner can see it:<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$ sane-find-scanner\n# sane-find-scanner will now attempt to detect your scanner. If the\n# result is different from what you expected, first make sure your\n# scanner is powered up and properly connected to your computer.\n\n# No SCSI scanners found. If you expected something different, make sure that\n# you have loaded a kernel SCSI driver for your SCSI adapter.\n\nfound USB scanner (vendor=0x04f9, product=0x024a) at libusb:001:011\n# Your USB scanner was (probably) detected. It may or may not be supported by\n# SANE. Try scanimage -L and read the backend&#039;s manpage.\n\n# Not checking for parallel port scanners.\n\n# Most Scanners connected to the parallel port or other proprietary ports\n# can&#039;t be detected by this program.\n\n# You may want to run this program as root to find all devices. Once you\n# found the scanner devices, be sure to adjust access permissions as\n# necessary.\n<\/pre>\n<p>Finally, check that scanimage can see it. If this succeeds, then the scanner is operational (and can be used from Simple Scan or any other scan software).<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$ scanimage -L\ndevice `brother4:bus1;dev4&#039; is a Brother DCP-7065DN USB scanner\n<\/pre>","protected":false},"excerpt":{"rendered":"<p>First, make sure the printer is detected in lsusb: Then, either add a udev rule to ensure that we have permission to access it, or use the following one-time hack: Now, install the correct driver for the printer from support.brother.com. For the DCP-7065DN on Ubuntu 64-bit, the following package worked: Check that sane-find-scanner can see [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[873,872,875,862,874,880,879,877,878,876,28],"_links":{"self":[{"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/posts\/409"}],"collection":[{"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/comments?post=409"}],"version-history":[{"count":0,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/posts\/409\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/media?parent=409"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/categories?post=409"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/tags?post=409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}