<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=7963&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / HP, Inc ScanJet G3010 could not open USB device Access denied]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7963</link>
		<description><![CDATA[The most recent posts in HP, Inc ScanJet G3010 could not open USB device Access denied.]]></description>
		<lastBuildDate>Sun, 10 May 2026 02:45:12 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: HP, Inc ScanJet G3010 could not open USB device Access denied]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=63718#p63718</link>
			<description><![CDATA[<p>&quot;blue tint&quot; issue seem bug of sane<br />similar issue here<br /><a href="https://gitlab.com/sane-project/backends/-/work_items/203" rel="nofollow">https://gitlab.com/sane-project/backend … _items/203</a></p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sun, 10 May 2026 02:45:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=63718#p63718</guid>
		</item>
		<item>
			<title><![CDATA[Re: HP, Inc ScanJet G3010 could not open USB device Access denied]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=63716#p63716</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Not sure what driver it uses.</p></div></blockquote></div><p>Do you have any ideas where here can be issue with wrong weird blue tint wide stripes?</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sun, 10 May 2026 02:23:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=63716#p63716</guid>
		</item>
		<item>
			<title><![CDATA[Re: HP, Inc ScanJet G3010 could not open USB device Access denied]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=63714#p63714</link>
			<description><![CDATA[<p>OK, you found the solution <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>On daedalus, I just use xsane<br />Not sure what driver it uses.<br />it reports: Loaded backend: hp3900:libusb:005</p>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Sun, 10 May 2026 02:13:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=63714#p63714</guid>
		</item>
		<item>
			<title><![CDATA[Re: HP, Inc ScanJet G3010 could not open USB device Access denied]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=63713#p63713</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Strange indeed.&#160; I have the same scanner.&#160; On daedalus, it works fine.</p></div></blockquote></div><p>What HPLIP driver are you using?<br />Under Linux i have stage wide blue tint lines at scanned images but at Windows VueScan all looks good.<br /><a href="https://postimg.cc/dhwFwbJ3" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/dhwFwbJ3/0034.jpg" alt="0034.jpg" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sun, 10 May 2026 02:13:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=63713#p63713</guid>
		</item>
		<item>
			<title><![CDATA[Re: HP, Inc ScanJet G3010 could not open USB device Access denied]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=63712#p63712</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>... until I added the group &quot;root&quot;.&#160; &#160;then it worked.</p></div></blockquote></div><p>Thank you man for help, i will try yours solution<br />but i found yet one fix for that<br />add this lines</p><div class="codebox"><pre><code>ATTRS{idVendor}==&quot;03f0&quot;, ATTRS{idProduct}==&quot;4205&quot;, MODE=&quot;0666&quot;, GROUP=&quot;scanner&quot;, ENV{libsane_matched}=&quot;yes&quot;
SYSFS{idVendor}==&quot;03f0&quot;, SYSFS{idProduct}==&quot;4205&quot;, MODE=&quot;664&quot;, GROUP=&quot;scanner&quot;</code></pre></div><p>to<br /><span class="bbc">/etc/udev/rules.d/40-libsane.rules</span><br />and reboot</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sun, 10 May 2026 02:09:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=63712#p63712</guid>
		</item>
		<item>
			<title><![CDATA[Re: HP, Inc ScanJet G3010 could not open USB device Access denied]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=63711#p63711</link>
			<description><![CDATA[<p>Strange indeed.&#160; I have the same scanner.&#160; On daedalus, it works fine.</p><div class="codebox"><pre><code>$ lsusb
...
Bus 005 Device 013: ID 03f0:4205 HP, Inc ScanJet G3010
...
$ sane-find-scanner -q
...
found possible USB scanner (vendor=0x03f0 [hewlett packard], product=0x4205 [hp scanjet]) at libusb:005:013
...</code></pre></div><p>But, on excalibur I got the same result as you.&#160; So, I went through /etc/group and added my user to EVERY group there.&#160; Nothing worked...</p><div class="codebox"><pre><code>fcc@fccvm:~$ sane-find-scanner -q
could not open USB device 0x03f0/0x4205 at 001:003: Access denied (insufficient permissions)
could not open USB device 0x80ee/0x0021 at 001:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 001:001: Access denied (insufficient permissions)
fcc@fccvm:~$ groups
fcc daemon bin sys adm tty disk lp mail news uucp man proxy kmem dialout fax voice cdrom floppy tape sudo audio dip www-data backup operator list irc src shadow utmp video sasl plugdev staff games users netdev input kvm render Debian-exim ntpd messagebus _ssh plocate scanner rtkit lpadmin bluetooth ssl-cert uuidd avahi pulse pulse-access saned colord polkitd crontab nogroup</code></pre></div><p>... until I added the group &quot;root&quot;.&#160; &#160;then it worked.</p><div class="codebox"><pre><code>fcc@fccvm:~$ sane-find-scanner -q
could not fetch string descriptor: Operation timed out
could not fetch string descriptor: Operation timed out
found possible USB scanner (vendor=0x03f0, product=0x4205) at libusb:001:003
could not fetch string descriptor: Operation timed out
could not fetch string descriptor: Operation timed out
fcc@fccvm:~$ groups
fcc root daemon bin sys adm tty disk lp mail news uucp man proxy kmem dialout fax voice cdrom floppy tape sudo audio dip www-data backup operator list irc src shadow utmp video sasl plugdev staff games users netdev input kvm render Debian-exim ntpd messagebus _ssh plocate scanner rtkit lpadmin bluetooth ssl-cert uuidd avahi pulse pulse-access saned colord polkitd crontab nogroup</code></pre></div><p>A little more info.<br />Daedalus (working) </p><div class="codebox"><pre><code>$ getfacl /dev/bus/usb/005/013 
getfacl: Removing leading &#039;/&#039; from absolute path names
# file: dev/bus/usb/005/013
# owner: root
# group: root
user::rw-
user:tempo:rw-
group::rw-
group:scanner:rw-
mask::rw-
other::r--</code></pre></div><p>Excalibur (not working) </p><div class="codebox"><pre><code> $ getfacl /dev/bus/usb/001/003
getfacl: Removing leading &#039;/&#039; from absolute path names
# file: dev/bus/usb/001/003
# owner: root
# group: root
user::rw-
group::rw-
other::r--</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Sun, 10 May 2026 01:53:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=63711#p63711</guid>
		</item>
		<item>
			<title><![CDATA[HP, Inc ScanJet G3010 could not open USB device Access denied]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=63709#p63709</link>
			<description><![CDATA[<p>Devuan Excalibur... linux mess - sado-mazo again((<br />Scanner not working</p><div class="codebox"><pre><code>freeartist-devuan@devuan:~$ lsusb 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 214b:7000 Huasheng Electronics 4-port hub [Maxxter ACT-HUB2-4P, HS8836, iSoul ultra-slim]
Bus 001 Device 004: ID 03f0:4205 HP, Inc ScanJet G3010
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 1038:1706 SteelSeries ApS SteelSeries Rival 95 Gaming Mouse
freeartist-devuan@devuan:~$ </code></pre></div><div class="codebox"><pre><code>freeartist-devuan@devuan:~$ sane-find-scanner -q
could not open USB device 0x03f0/0x4205 at 001:004: Access denied (insufficient permissions)
could not open USB device 0x214b/0x7000 at 001:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
could not open USB device 0x1038/0x1706 at 005:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 005:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 004:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 003:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 002:001: Access denied (insufficient permissions)
freeartist-devuan@devuan:~$</code></pre></div><div class="codebox"><pre><code>freeartist-devuan@devuan:~$ groups
freeartist-devuan lp cdrom floppy audio dip video plugdev users netdev scanner lpadmin
freeartist-devuan@devuan:~$ </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sun, 10 May 2026 00:55:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=63709#p63709</guid>
		</item>
	</channel>
</rss>
