<?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/8544" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2013-09-26T08:00:40+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-09-26T08:00:40+02:00</updated>

		<published>2013-09-26T08:00:40+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8544&amp;p=25868#p25868</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8544&amp;p=25868#p25868"/>
		<title type="html"><![CDATA[Re: device descriptor &amp; device not accepting address]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8544&amp;p=25868#p25868"><![CDATA[
Hello,<br /><br />I got the same error message.<br />Based on some forums I have tried first &quot;rmmod ehci_hcd&quot;.<br />After that, enabling and disabling OHCI &quot;rmmod ohci_hcd&quot; and &quot;modprobe ohci_hcd&quot;.<br />Sometimes it recognizes the device, sometimes not...<br /><br />On Windows XP it is working fine. So not sure what generates this incompatibility <br /><br />Any ideas how to make it work everytime in linux?<br /><br />Thanks.<p>Statistics: Posted by Guest — Thu Sep 26, 2013 8:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CraXyOW3]]></name></author>
		<updated>2013-07-18T17:38:02+02:00</updated>

		<published>2013-07-18T17:38:02+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8544&amp;p=25601#p25601</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8544&amp;p=25601#p25601"/>
		<title type="html"><![CDATA[device descriptor &amp; device not accepting address]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8544&amp;p=25601#p25601"><![CDATA[
I have followed this &quot;tutorial&quot; <!-- m --><a class="postlink" href="http://www.justblair.co.uk/the-attiny45-usb-led-e-mail-twitter-and-pidgin-notifier.html">http://www.justblair.co.uk/the-attiny45 ... ifier.html</a><!-- m --><br /><br />After everything is flashed and im testing the circuit i got this dmesg:<br /><div class="codebox"><p>Code: </p><pre><code>&#91;  726.588067&#93; usb 2-1: new low-speed USB device number 5 using ohci_hcd<br />&#91;  726.768098&#93; usb 2-1: device descriptor read/64, error -62<br />&#91;  727.056079&#93; usb 2-1: device descriptor read/64, error -62<br />&#91;  727.336069&#93; usb 2-1: new low-speed USB device number 6 using ohci_hcd<br />&#91;  727.541350&#93; usb 2-1: device descriptor read/all, error -62<br />&#91;  727.720230&#93; usb 2-1: new low-speed USB device number 7 using ohci_hcd<br />&#91;  727.751447&#93; usb 2-1: device descriptor read/all, error -62<br />&#91;  727.932074&#93; usb 2-1: new low-speed USB device number 8 using ohci_hcd<br />&#91;  728.340077&#93; usb 2-1: device not accepting address 8, error -62<br />&#91; 1396.068078&#93; usb 2-1: new low-speed USB device number 9 using ohci_hcd<br />&#91; 1396.248089&#93; usb 2-1: device descriptor read/64, error -62<br />&#91; 1396.532083&#93; usb 2-1: device descriptor read/64, error -62<br />&#91; 1396.812100&#93; usb 2-1: new low-speed USB device number 10 using ohci_hcd<br />&#91; 1396.992063&#93; usb 2-1: device descriptor read/64, error -62<br />&#91; 1397.276056&#93; usb 2-1: device descriptor read/64, error -62<br />&#91; 1397.556109&#93; usb 2-1: new low-speed USB device number 11 using ohci_hcd<br />&#91; 1397.964096&#93; usb 2-1: device not accepting address 11, error -62<br />&#91; 1398.140120&#93; usb 2-1: new low-speed USB device number 12 using ohci_hcd<br />&#91; 1398.548058&#93; usb 2-1: device not accepting address 12, error -62<br />&#91; 1459.120053&#93; usb 2-1: new low-speed USB device number 13 using ohci_hcd<br />&#91; 1459.300076&#93; usb 2-1: device descriptor read/64, error -62<br />&#91; 1459.584104&#93; usb 2-1: device descriptor read/64, error -62<br />&#91; 1459.864099&#93; usb 2-1: new low-speed USB device number 14 using ohci_hcd<br />&#91; 1460.044077&#93; usb 2-1: device descriptor read/64, error -62<br />&#91; 1460.328076&#93; usb 2-1: device descriptor read/64, error -62<br />&#91; 1460.608088&#93; usb 2-1: new low-speed USB device number 15 using ohci_hcd<br />&#91; 1461.016069&#93; usb 2-1: device not accepting address 15, error -62<br />&#91; 1461.192063&#93; usb 2-1: new low-speed USB device number 16 using ohci_hcd<br />&#91; 1461.600064&#93; usb 2-1: device not accepting address 16, error -62<br /></code></pre></div><br /><br />The only thing i edited is from attiny45 to attiny85 and ofc choice of programmer.<br />programming the hex and fuses are all OK.<br /><br />Made sure that cpu/lfuse and hfuse is correct.<br />F_CPU   = 16500000<br />FUSE_L  = 0xe1<br />FUSE_H  = 0xdd<br /><br />Also i have tried with 2 types of current regulator and 2 sources.<br />Both from usb and standalone transformer, one with 2x serial 1n4148 diodes and the other is a lm1117 3.3v regulator.<br /><br />Also as windows can be bogus sometimes i tried this all with my bodhi-laptop.<br /><br />What am i doing wrong?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=19844">CraXyOW3</a> — Thu Jul 18, 2013 5:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
