<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: hacking the USB i-buddy</title>
	<atom:link href="http://noproblemshere.com/blog/?feed=rss2&#038;p=17" rel="self" type="application/rss+xml" />
	<link>http://noproblemshere.com/blog/?p=17</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 18 May 2010 12:53:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Vik</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-5404</link>
		<dc:creator>Vik</dc:creator>
		<pubDate>Tue, 18 May 2010 12:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-5404</guid>
		<description>anyone know if it (i-buddy or e-buddy dx) works on mac osx? 

Thanks</description>
		<content:encoded><![CDATA[<p>anyone know if it (i-buddy or e-buddy dx) works on mac osx? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-4949</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-4949</guid>
		<description>Hi Petur, Sorry I didnt get back to you, i&#039;ve been recovering from a broken arm and its been a right pain to type things! Glad you got it working though

I fixed the problem with detaching the iBuddy from the kernel driver, use the quirks parameter when loading the usbhid module to blacklist the device. Works a treat!</description>
		<content:encoded><![CDATA[<p>Hi Petur, Sorry I didnt get back to you, i&#8217;ve been recovering from a broken arm and its been a right pain to type things! Glad you got it working though</p>
<p>I fixed the problem with detaching the iBuddy from the kernel driver, use the quirks parameter when loading the usbhid module to blacklist the device. Works a treat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petur</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-4941</link>
		<dc:creator>petur</dc:creator>
		<pubDate>Mon, 18 Jan 2010 13:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-4941</guid>
		<description>Nevermind, got it working.
For people with an ebuddy (DX copy), see http://code.google.com/p/pybuddy-dx/</description>
		<content:encoded><![CDATA[<p>Nevermind, got it working.<br />
For people with an ebuddy (DX copy), see <a href="http://code.google.com/p/pybuddy-dx/" rel="nofollow">http://code.google.com/p/pybuddy-dx/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petur</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-4934</link>
		<dc:creator>petur</dc:creator>
		<pubDate>Mon, 11 Jan 2010 00:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-4934</guid>
		<description>I recently got a cheap imitation of this from DX (called e-buddy), and started working on this. I have hit a brick wall now as self.dev.handle.controlMsg(0x21, 0x09, self.SETUP, 0x200, 0x01) seems to generate an exception although the device is found fine and enumerates as it should. They also use the control interface (checked with sniffer) but I don&#039;t manage to write to it.

Would appreciate it if you&#039;d get in touch with me ;)</description>
		<content:encoded><![CDATA[<p>I recently got a cheap imitation of this from DX (called e-buddy), and started working on this. I have hit a brick wall now as self.dev.handle.controlMsg(0&#215;21, 0&#215;09, self.SETUP, 0&#215;200, 0&#215;01) seems to generate an exception although the device is found fine and enumerates as it should. They also use the control interface (checked with sniffer) but I don&#8217;t manage to write to it.</p>
<p>Would appreciate it if you&#8217;d get in touch with me <img src='http://noproblemshere.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mastermaster</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-2455</link>
		<dc:creator>mastermaster</dc:creator>
		<pubDate>Thu, 18 Jun 2009 12:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-2455</guid>
		<description>Yuhuu. This is great tool to do some status meter with simple python scripts, thanks for that...

Some points:
I noticed that my buddy had a product id 0001 not 0002.
To run with normal user I had to make udev rule:
SYSFS{idProduct}==&quot;0001&quot;, SYSFS{idVendor}==&quot;1130&quot;, MODE=&quot;666&quot;, OWNER=&quot;root&quot;, GROUP=&quot;root&quot;</description>
		<content:encoded><![CDATA[<p>Yuhuu. This is great tool to do some status meter with simple python scripts, thanks for that&#8230;</p>
<p>Some points:<br />
I noticed that my buddy had a product id 0001 not 0002.<br />
To run with normal user I had to make udev rule:<br />
SYSFS{idProduct}==&#8221;0001&#8243;, SYSFS{idVendor}==&#8221;1130&#8243;, MODE=&#8221;666&#8243;, OWNER=&#8221;root&#8221;, GROUP=&#8221;root&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dyocma</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-108</link>
		<dc:creator>dyocma</dc:creator>
		<pubDate>Sun, 23 Nov 2008 11:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-108</guid>
		<description>oups, j&#039;avais pas vu le lien dans le titre. merci http://2e5e.wordpress.com/2008/11/21/pybuddy-hacking-ambient-devices/

Vaya, yo no habÃ­a visto vÃ­nculo en el tÃ­tulo</description>
		<content:encoded><![CDATA[<p>oups, j&#8217;avais pas vu le lien dans le titre. merci <a href="http://2e5e.wordpress.com/2008/11/21/pybuddy-hacking-ambient-devices/" rel="nofollow">http://2e5e.wordpress.com/2008/11/21/pybuddy-hacking-ambient-devices/</a></p>
<p>Vaya, yo no habÃ­a visto vÃ­nculo en el tÃ­tulo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dyocma</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-107</link>
		<dc:creator>dyocma</dc:creator>
		<pubDate>Sun, 23 Nov 2008 11:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-107</guid>
		<description>Gracias.
EncontrÃ© este sitio http://code.google.com/p/pybuddy/ , pero no descargar fuentes!</description>
		<content:encoded><![CDATA[<p>Gracias.<br />
EncontrÃ© este sitio <a href="http://code.google.com/p/pybuddy/" rel="nofollow">http://code.google.com/p/pybuddy/</a> , pero no descargar fuentes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pybuddy: hacking ambient devices (for fun &#38; profit) &#171; 2E5E</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-105</link>
		<dc:creator>pybuddy: hacking ambient devices (for fun &#38; profit) &#171; 2E5E</dc:creator>
		<pubDate>Fri, 21 Nov 2008 11:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-105</guid>
		<description>[...] algo, si alguien no lo ha hecho ya. Una semana mÃ¡s tarde, tenÃ­amos un juguete nuevo cada uno y un cÃ³digo del que partir. El fruto del cacharreo se llama pybuddy: un demonio escrito en python que atiende a comandos [...]</description>
		<content:encoded><![CDATA[<p>[...] algo, si alguien no lo ha hecho ya. Una semana mÃ¡s tarde, tenÃ­amos un juguete nuevo cada uno y un cÃ³digo del que partir. El fruto del cacharreo se llama pybuddy: un demonio escrito en python que atiende a comandos [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dyocma</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-104</link>
		<dc:creator>dyocma</dc:creator>
		<pubDate>Fri, 14 Nov 2008 17:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-104</guid>
		<description>./ibuddy.py: 1: import: not found
./ibuddy.py: 2: import: not found
./ibuddy.py: 5: class: not found
./ibuddy.py: 6: Syntax error: &quot;(&quot; unexpected

Pyhton Ok, Libusb Ok et Pyusb Ok !!</description>
		<content:encoded><![CDATA[<p>./ibuddy.py: 1: import: not found<br />
./ibuddy.py: 2: import: not found<br />
./ibuddy.py: 5: class: not found<br />
./ibuddy.py: 6: Syntax error: &#8220;(&#8221; unexpected</p>
<p>Pyhton Ok, Libusb Ok et Pyusb Ok !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dyocma</title>
		<link>http://noproblemshere.com/blog/?p=17&#038;cpage=1#comment-103</link>
		<dc:creator>Dyocma</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://cuntography.com/blog/?p=17#comment-103</guid>
		<description>Chouette !
Merci pour les informations, je cherche le code en C.
Merci

Cool!
Thank you for the information, I seek the code in C.
Thank you</description>
		<content:encoded><![CDATA[<p>Chouette !<br />
Merci pour les informations, je cherche le code en C.<br />
Merci</p>
<p>Cool!<br />
Thank you for the information, I seek the code in C.<br />
Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
