<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/1253" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2013-10-13T14:23:53+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/1253</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-10-13T14:23:53+02:00</updated>

		<published>2013-10-13T14:23:53+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1253&amp;p=25966#p25966</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=25966#p25966"/>
		<title type="html"><![CDATA[Re: USBasp Works in Windows but not working in Linux]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=25966#p25966"><![CDATA[
In Ubuntu 12-04 LTS udev rules using SYSFS do not work. ATTRS(..) do work.<p>Statistics: Posted by Guest — Sun Oct 13, 2013 2:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nickoe]]></name></author>
		<updated>2009-05-01T23:35:08+02:00</updated>

		<published>2009-05-01T23:35:08+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1253&amp;p=9164#p9164</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=9164#p9164"/>
		<title type="html"><![CDATA[Re: USBasp Works in Windows but not working in Linux]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=9164#p9164"><![CDATA[
<blockquote><div><cite>Abd wrote:</cite>How to add user permission for USBasp (I have tested this method in ubuntu 7.10):<br /><br />source:http://www.bitpim.org/help/<br /><br /><br />1. Create new rule for udev<br /><br /><div class="codebox"><p>Code: </p><pre><code>sudo gedit /etc/udev/rules.d/60-objdev.rules</code></pre></div><br />2. Edit new rule in gedit and add following:<br /><div class="codebox"><p>Code: </p><pre><code>   SUBSYSTEM!=&quot;usb_device&quot;, ACTION!=&quot;add&quot;, GOTO=&quot;objdev_rules_end&quot;<br />   # USBasp<br />   SYSFS{idVendor}==&quot;16c0&quot;, SYSFS{idProduct}==&quot;05dc&quot;, GROUP=&quot;users&quot;, MODE=&quot;666&quot;<br />   LABEL=&quot;objdev_rules_end&quot;<br /></code></pre></div><br />3. Restart udev.<br /><div class="codebox"><p>Code: </p><pre><code>   sudo /etc/init.d/udev restart<br /></code></pre></div></div></blockquote><br /><br />Thankyou!<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2196">nickoe</a> — Fri May 01, 2009 11:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-03-01T12:13:56+02:00</updated>

		<published>2008-03-01T12:13:56+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4436#p4436</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4436#p4436"/>
		<title type="html"><![CDATA[add permission to your usb device.]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4436#p4436"><![CDATA[
<blockquote><div><cite>christian wrote:</cite>This depends on your Linux configuration. As far as I know, you can configure hotplug to set less restrictive permissions for particular USB devices. By default, only root has full access.</div></blockquote><br />Hi all, with christian suggestions and some googling I used these simple instructions for adding permissions to users for using usb device:<br /><br /><br />How to add user permission for USBasp (I have tested this method in ubuntu 7.10):<br />source:http://www.bitpim.org/help/<br /><br />1. Create new rule for udev<br /><div class="codebox"><p>Code: </p><pre><code>sudo gedit /etc/udev/rules.d/60-objdev.rules</code></pre></div><br />2. Edit new rule in gedit and add following:<br /><div class="codebox"><p>Code: </p><pre><code>   SUBSYSTEM!=&quot;usb_device&quot;, ACTION!=&quot;add&quot;, GOTO=&quot;objdev_rules_end&quot;<br />   # USBasp<br />   SYSFS&#123;idVendor&#125;==&quot;16c0&quot;, SYSFS&#123;idProduct&#125;==&quot;05dc&quot;, GROUP=&quot;users&quot;, MODE=&quot;666&quot;<br />   LABEL=&quot;objdev_rules_end&quot;<br /></code></pre></div><br />3. Restart udev.<br /><div class="codebox"><p>Code: </p><pre><code>   sudo /etc/init.d/udev restart<br /></code></pre></div><p>Statistics: Posted by Guest — Sat Mar 01, 2008 12:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-02-29T20:25:24+02:00</updated>

		<published>2008-02-29T20:25:24+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4432#p4432</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4432#p4432"/>
		<title type="html"><![CDATA[USBasp Works in Windows but not working in Linux]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4432#p4432"><![CDATA[
This depends on your Linux configuration. As far as I know, you can configure hotplug to set less restrictive permissions for particular USB devices. By default, only root has full access.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Fri Feb 29, 2008 8:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-02-29T17:27:50+02:00</updated>

		<published>2008-02-29T17:27:50+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4426#p4426</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4426#p4426"/>
		<title type="html"><![CDATA[[SOLVED]]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4426#p4426"><![CDATA[
Hi all<br />After googling for a day I found out the problem was permissions. I should call avrdude as root!!! really crazy problem! <br /><br /><br /><div class="codebox"><p>Code: </p><pre><code> sudo avrdude -c usbasp -p m8 </code></pre></div><p>Statistics: Posted by Guest — Fri Feb 29, 2008 5:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-02-29T08:20:15+02:00</updated>

		<published>2008-02-29T08:20:15+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4423#p4423</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4423#p4423"/>
		<title type="html"><![CDATA[USBasp Works in Windows but not working in Linux]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4423#p4423"><![CDATA[
<blockquote><div><cite>christian wrote:</cite>Is this the same computer? If not, it may be a hardware problem, e.g. missing zener diodes.</div></blockquote><br />Yes same computer with dual boot! Also my circuit have 3.3v zener diodes:(<p>Statistics: Posted by Guest — Fri Feb 29, 2008 8:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-02-28T23:08:21+02:00</updated>

		<published>2008-02-28T23:08:21+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4417#p4417</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4417#p4417"/>
		<title type="html"><![CDATA[USBasp Works in Windows but not working in Linux]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4417#p4417"><![CDATA[
Is this the same computer? If not, it may be a hardware problem, e.g. missing zener diodes.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Thu Feb 28, 2008 11:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-02-28T18:42:09+02:00</updated>

		<published>2008-02-28T18:42:09+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4411#p4411</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4411#p4411"/>
		<title type="html"><![CDATA[USBasp Works in Windows but not working in Linux]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1253&amp;p=4411#p4411"><![CDATA[
Hello all<br />I have strange problem with my USBasp board. Board works well in windows XP but in linux (ubuntu 7.10) doesn't work??? <br />Thanks in advanced<br /><br />dmesg: <br /><div class="codebox"><p>Code: </p><pre><code>&#91; 2782.000000&#93; usb 3-1: USB disconnect, address 4<br />&#91; 2784.576000&#93; usb 3-1: new low speed USB device using uhci_hcd and address 5<br />&#91; 2784.744000&#93; usb 3-1: configuration #1 chosen from 1 choice<br /></code></pre></div><br /><br />lsusb:<br /><div class="codebox"><p>Code: </p><pre><code>Bus 005 Device 002: ID 0c45:627f Microdia <br />Bus 005 Device 001: ID 0000:0000  <br />Bus 002 Device 001: ID 0000:0000  <br />Bus 004 Device 002: ID 093a:2510 Pixart Imaging, Inc. <br />Bus 004 Device 001: ID 0000:0000  <br />Bus 001 Device 001: ID 0000:0000  <br />Bus 003 Device 005: ID 16c0:05dc  <br />Bus 003 Device 002: ID 08ff:2580 AuthenTec, Inc. <br />Bus 003 Device 001: ID 0000:0000  <br /></code></pre></div><p>Statistics: Posted by Guest — Thu Feb 28, 2008 6:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
