1 line
5.0 KiB
JSON
Executable File
1 line
5.0 KiB
JSON
Executable File
{"title":"","byline":null,"dir":null,"lang":null,"content":"<div id=\"readability-page-1\" class=\"page\"><div id=\"punviewtopic\">\n\n\n<div id=\"p1482117\">\n\t<h2><span><span>#1</span> <a href=\"https://bbs.archlinux.org/viewtopic.php?pid=1482117#p1482117\">2014-12-06 22:06:35</a></span></h2>\n\t<div>\n\t\t\t\t<div>\n\t\t\t\t\t<dl>\n\t\t\t\t\t\t<dt><strong>Michael Gruenstaeudl</strong></dt>\n\t\t\t\t\t\t<dd><strong>Member</strong></dd>\n\t\t\t\t\t\t<dd><span>Registered: 2014-12-03</span></dd>\n\t\t\t\t\t\t<dd><span>Posts: 51</span></dd>\n\t\t\t\t\t</dl>\n\t\t\t\t</div>\n\t\t\t\t<div>\n\t\t\t\t\t<h3>Using usb scanner DSmobile 620</h3>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<p>I would like to utilize a Brother DSmobile 620 document scanner in Xfce 4.10. To that end, I downloaded the <a rel=\"nofollow\" href=\"http://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=ds620_all\">manufacturer's drivers </a> as rpm, extracted via <em>rpmextract.sh</em> and copied the driver files to the respective root directories (etc, lib, usr). Thereafter, I installed sane 1.0.24. Upon plugging in the scanner, it is not recognized by <em>sane</em>.</p><div><pre><code>lsusb | grep Brother\nBus 001 Device 004: ID 04f9:60e0 Brother Industries, Ltd\nsudo sane-find-scanner\\\n # ...\n # No USB scanners found. If you expected something different, make sure that\n # you have loaded a kernel driver for your USB host controller and have setup\n # the USB system correctly. See man sane-usb for details.\n # ...\nscanimage -L\n # Only the webcam is identified</code></pre></div><p>Any suggestions on getting this usb scanner to work?</p>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n</div>\n\n<div id=\"p1583513\">\n\t<h2><span><span>#2</span> <a href=\"https://bbs.archlinux.org/viewtopic.php?pid=1583513#p1583513\">2015-12-03 20:36:34</a></span></h2>\n\t<div>\n\t\t\t\t<div>\n\t\t\t\t\t<dl>\n\t\t\t\t\t\t<dt><strong>Michael Gruenstaeudl</strong></dt>\n\t\t\t\t\t\t<dd><strong>Member</strong></dd>\n\t\t\t\t\t\t<dd><span>Registered: 2014-12-03</span></dd>\n\t\t\t\t\t\t<dd><span>Posts: 51</span></dd>\n\t\t\t\t\t</dl>\n\t\t\t\t</div>\n\t\t\t\t<div>\n\t\t\t\t\t<h3>Re: Using usb scanner DSmobile 620</h3>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<p>After almost one year, I found a solution. (Notice the \"a solution\", as it merely defers the issue.)</p><p>Download the <em>Debian</em> package from the <a rel=\"nofollow\" href=\"http://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=ds620_all\">manufacturer's website </a> and install it via</p><div><pre><code>sudo dpkg --force-depends -i libsane-dsseries_1.0.5-1_yourArchitecture.deb</code></pre></div><p>Prior to using a sane frontend, load module <em>sg</em>.</p>\n\t\t\t\t\t\t<p><em>Last edited by Michael Gruenstaeudl (2015-12-03 21:00:00)</em></p>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n</div>\n\n\n</div></div>","textContent":"\n\n\n\n\t#1 2014-12-06 22:06:35\n\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tMichael Gruenstaeudl\n\t\t\t\t\t\tMember\n\t\t\t\t\t\tRegistered: 2014-12-03\n\t\t\t\t\t\tPosts: 51\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tUsing usb scanner DSmobile 620\n\t\t\t\t\t\n\t\t\t\t\t\tI would like to utilize a Brother DSmobile 620 document scanner in Xfce 4.10. To that end, I downloaded the manufacturer's drivers as rpm, extracted via rpmextract.sh and copied the driver files to the respective root directories (etc, lib, usr). Thereafter, I installed sane 1.0.24. Upon plugging in the scanner, it is not recognized by sane.lsusb | grep Brother\nBus 001 Device 004: ID 04f9:60e0 Brother Industries, Ltd\nsudo sane-find-scanner\\\n # ...\n # No USB scanners found. If you expected something different, make sure that\n # you have loaded a kernel driver for your USB host controller and have setup\n # the USB system correctly. See man sane-usb for details.\n # ...\nscanimage -L\n # Only the webcam is identifiedAny suggestions on getting this usb scanner to work?\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\n\n\t#2 2015-12-03 20:36:34\n\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tMichael Gruenstaeudl\n\t\t\t\t\t\tMember\n\t\t\t\t\t\tRegistered: 2014-12-03\n\t\t\t\t\t\tPosts: 51\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tRe: Using usb scanner DSmobile 620\n\t\t\t\t\t\n\t\t\t\t\t\tAfter almost one year, I found a solution. (Notice the \"a solution\", as it merely defers the issue.)Download the Debian package from the manufacturer's website and install it viasudo dpkg --force-depends -i libsane-dsseries_1.0.5-1_yourArchitecture.debPrior to using a sane frontend, load module sg.\n\t\t\t\t\t\tLast edited by Michael Gruenstaeudl (2015-12-03 21:00:00)\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\n\n","length":1561,"excerpt":"I would like to utilize a Brother DSmobile 620 document scanner in Xfce 4.10. To that end, I downloaded the manufacturer's drivers as rpm, extracted via rpmextract.sh and copied the driver files to the respective root directories (etc, lib, usr). Thereafter, I installed sane 1.0.24. Upon plugging in the scanner, it is not recognized by sane.","siteName":null} |