<?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: Use a Wii Balance Board with Linux</title>
	<atom:link href="http://www.mattcutts.com/blog/linux-wii-balanceboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/</link>
	<description>neat fun stuff</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:33:38 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ayllu</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-394274</link>
		<dc:creator>ayllu</dc:creator>
		<pubDate>Sun, 20 Sep 2009 23:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-394274</guid>
		<description>you know if it work whit dolphin, de wii emulator</description>
		<content:encoded><![CDATA[<p>you know if it work whit dolphin, de wii emulator</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayllu</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-391323</link>
		<dc:creator>ayllu</dc:creator>
		<pubDate>Sun, 13 Sep 2009 08:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-391323</guid>
		<description>Great job!!! I think will be a great idea that linux gamer developers can make new games using wii hardware</description>
		<content:encoded><![CDATA[<p>Great job!!! I think will be a great idea that linux gamer developers can make new games using wii hardware</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praxis</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-388958</link>
		<dc:creator>praxis</dc:creator>
		<pubDate>Mon, 07 Sep 2009 21:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-388958</guid>
		<description>For people with this error:
 
&lt;code&gt;
...
./configure: line 4678: syntax error near unexpected token `GTK,’
./configure: line 4678: `PKG_CHECK_MODULES(GTK, $pkg_modules)’
 &lt;/code&gt;

I solved it by installing libtool, and running autoreconf and ./configure
&lt;code&gt;
sudo apt-get install libtool
autoreconf
./configure --libdir=/usr/lib
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>For people with this error:</p>
<p><code><br />
...<br />
./configure: line 4678: syntax error near unexpected token `GTK,’<br />
./configure: line 4678: `PKG_CHECK_MODULES(GTK, $pkg_modules)’<br />
 </code></p>
<p>I solved it by installing libtool, and running autoreconf and ./configure<br />
<code><br />
sudo apt-get install libtool<br />
autoreconf<br />
./configure --libdir=/usr/lib<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Rosales</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-383843</link>
		<dc:creator>Oscar Rosales</dc:creator>
		<pubDate>Fri, 28 Aug 2009 23:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-383843</guid>
		<description>I have the same problem using kubuntu and Wii using weighdemo.py :

Put Wiimote in discoverable mode now (press 1+2)...
Traceback (most recent call last):
  File &quot;/home/orosales/Escritorio/weighdemo.py&quot;, line 59, in 
    sys.exit(main())
  File &quot;/home/orosales/Escritorio/weighdemo.py&quot;, line 16, in main
    wiimote.rpt_mode = cwiid.RPT_BALANCE &#124; cwiid.RPT_BTN
AttributeError: &#039;module&#039; object has no attribute &#039;RPT_BALANCE&#039;

What can you solve this?</description>
		<content:encoded><![CDATA[<p>I have the same problem using kubuntu and Wii using weighdemo.py :</p>
<p>Put Wiimote in discoverable mode now (press 1+2)&#8230;<br />
Traceback (most recent call last):<br />
  File &#8220;/home/orosales/Escritorio/weighdemo.py&#8221;, line 59, in<br />
    sys.exit(main())<br />
  File &#8220;/home/orosales/Escritorio/weighdemo.py&#8221;, line 16, in main<br />
    wiimote.rpt_mode = cwiid.RPT_BALANCE | cwiid.RPT_BTN<br />
AttributeError: &#8216;module&#8217; object has no attribute &#8216;RPT_BALANCE&#8217;</p>
<p>What can you solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wallace</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-365835</link>
		<dc:creator>Matt Wallace</dc:creator>
		<pubDate>Sun, 26 Jul 2009 23:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-365835</guid>
		<description>Hi,  This is an excellent post and I&#039;ve spent the last few hours thinging about the fun I can have with this!

Unfortunately when I run the scalesgui.py script, I get the following error:
&lt;code&gt;
~/wii$ ./scalesgui.py 
Please press the red &#039;connect&#039; button on the balance board, inside the battery compartment.
Do not step on the balance board.
Traceback (most recent call last):
  File &quot;./scalesgui.py&quot;, line 96, in 
    wiimote.rpt_mode = cwiid.RPT_BALANCE &#124; cwiid.RPT_BTN
AttributeError: &#039;module&#039; object has no attribute &#039;RPT_BALANCE&#039;
&lt;/code&gt;

wmgui and wmimput work fine for the wiimote, I just can&#039;t get the board working!

Thanks in advance for any help,

M.</description>
		<content:encoded><![CDATA[<p>Hi,  This is an excellent post and I&#8217;ve spent the last few hours thinging about the fun I can have with this!</p>
<p>Unfortunately when I run the scalesgui.py script, I get the following error:<br />
<code><br />
~/wii$ ./scalesgui.py<br />
Please press the red 'connect' button on the balance board, inside the battery compartment.<br />
Do not step on the balance board.<br />
Traceback (most recent call last):<br />
  File "./scalesgui.py", line 96, in<br />
    wiimote.rpt_mode = cwiid.RPT_BALANCE | cwiid.RPT_BTN<br />
AttributeError: 'module' object has no attribute 'RPT_BALANCE'<br />
</code></p>
<p>wmgui and wmimput work fine for the wiimote, I just can&#8217;t get the board working!</p>
<p>Thanks in advance for any help,</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lennart Regebro</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-361029</link>
		<dc:creator>Lennart Regebro</dc:creator>
		<pubDate>Wed, 15 Jul 2009 08:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-361029</guid>
		<description>Donal: Make sure all packages are installed, then run autoreconf. Note the re, running autoconf again won&#039;t help. :)</description>
		<content:encoded><![CDATA[<p>Donal: Make sure all packages are installed, then run autoreconf. Note the re, running autoconf again won&#8217;t help. <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Tweney</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-360166</link>
		<dc:creator>Dylan Tweney</dc:creator>
		<pubDate>Mon, 13 Jul 2009 23:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-360166</guid>
		<description>Matt, this is such a cool hack that we&#039;d like to incorporate it into Wired&#039;s &quot;beer robot&quot; project -- a homemade kegerator that we want to enhance with Wired-worthy digital interactivity. We&#039;re thinking a Wii balance board underneath the keg might be just the thing to help drive a Twitter account that could alert us if it&#039;s running low, for instance.

If you -- or anyone reading this blog -- are interested in helping us in exchange for free beer (seriously!), please drop me a line: wired (at) tweney.com.</description>
		<content:encoded><![CDATA[<p>Matt, this is such a cool hack that we&#8217;d like to incorporate it into Wired&#8217;s &#8220;beer robot&#8221; project &#8212; a homemade kegerator that we want to enhance with Wired-worthy digital interactivity. We&#8217;re thinking a Wii balance board underneath the keg might be just the thing to help drive a Twitter account that could alert us if it&#8217;s running low, for instance.</p>
<p>If you &#8212; or anyone reading this blog &#8212; are interested in helping us in exchange for free beer (seriously!), please drop me a line: wired (at) tweney.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donal</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-356695</link>
		<dc:creator>Donal</dc:creator>
		<pubDate>Sat, 04 Jul 2009 12:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-356695</guid>
		<description>Hi When I run autoconf I get the following error (on Ubuntu 9.04 Jaunty Jackalope):

~/wiibalance/svn/trunk$ ./configure --libdir=/usr/lib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gawk... gawk
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for python... python
checking for pthread_create in -lpthread... yes
checking for hci_devid in -lbluetooth... yes
checking for dlopen in -ldl... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdint.h... (cached) yes
checking bluetooth/bluetooth.h usability... yes
checking bluetooth/bluetooth.h presence... yes
checking for bluetooth/bluetooth.h... yes
checking for bluetooth/l2cap.h... yes
checking for bluetooth/hci.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking for linux/uinput.h... yes
checking for library containing strerror... none required
./configure: line 4678: syntax error near unexpected token `GTK,&#039;
./configure: line 4678: `PKG_CHECK_MODULES(GTK, $pkg_modules)&#039;

Can anyone help
Thanks
Donal</description>
		<content:encoded><![CDATA[<p>Hi When I run autoconf I get the following error (on Ubuntu 9.04 Jaunty Jackalope):</p>
<p>~/wiibalance/svn/trunk$ ./configure &#8211;libdir=/usr/lib<br />
checking for gcc&#8230; gcc<br />
checking for C compiler default output file name&#8230; a.out<br />
checking whether the C compiler works&#8230; yes<br />
checking whether we are cross compiling&#8230; no<br />
checking for suffix of executables&#8230;<br />
checking for suffix of object files&#8230; o<br />
checking whether we are using the GNU C compiler&#8230; yes<br />
checking whether gcc accepts -g&#8230; yes<br />
checking for gcc option to accept ISO C89&#8230; none needed<br />
checking for gawk&#8230; gawk<br />
checking for flex&#8230; flex<br />
checking lex output file root&#8230; lex.yy<br />
checking lex library&#8230; -lfl<br />
checking whether yytext is a pointer&#8230; yes<br />
checking for bison&#8230; bison -y<br />
checking for python&#8230; python<br />
checking for pthread_create in -lpthread&#8230; yes<br />
checking for hci_devid in -lbluetooth&#8230; yes<br />
checking for dlopen in -ldl&#8230; yes<br />
checking how to run the C preprocessor&#8230; gcc -E<br />
checking for grep that handles long lines and -e&#8230; /bin/grep<br />
checking for egrep&#8230; /bin/grep -E<br />
checking for ANSI C header files&#8230; yes<br />
checking for sys/types.h&#8230; yes<br />
checking for sys/stat.h&#8230; yes<br />
checking for stdlib.h&#8230; yes<br />
checking for string.h&#8230; yes<br />
checking for memory.h&#8230; yes<br />
checking for strings.h&#8230; yes<br />
checking for inttypes.h&#8230; yes<br />
checking for stdint.h&#8230; yes<br />
checking for unistd.h&#8230; yes<br />
checking for stdint.h&#8230; (cached) yes<br />
checking bluetooth/bluetooth.h usability&#8230; yes<br />
checking bluetooth/bluetooth.h presence&#8230; yes<br />
checking for bluetooth/bluetooth.h&#8230; yes<br />
checking for bluetooth/l2cap.h&#8230; yes<br />
checking for bluetooth/hci.h&#8230; yes<br />
checking linux/input.h usability&#8230; yes<br />
checking linux/input.h presence&#8230; yes<br />
checking for linux/input.h&#8230; yes<br />
checking for linux/uinput.h&#8230; yes<br />
checking for library containing strerror&#8230; none required<br />
./configure: line 4678: syntax error near unexpected token `GTK,&#8217;<br />
./configure: line 4678: `PKG_CHECK_MODULES(GTK, $pkg_modules)&#8217;</p>
<p>Can anyone help<br />
Thanks<br />
Donal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richie</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-342405</link>
		<dc:creator>Richie</dc:creator>
		<pubDate>Mon, 08 Jun 2009 10:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-342405</guid>
		<description>Good old Wii Fit board! Great for weighing your baggage before you go away on you holidays so you don&#039;t get charged for over weight baggage! Not sure about getting it hooked up to my Linux computer though, bit OTT!!!</description>
		<content:encoded><![CDATA[<p>Good old Wii Fit board! Great for weighing your baggage before you go away on you holidays so you don&#8217;t get charged for over weight baggage! Not sure about getting it hooked up to my Linux computer though, bit OTT!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oniboy</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-340962</link>
		<dc:creator>oniboy</dc:creator>
		<pubDate>Fri, 05 Jun 2009 15:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-340962</guid>
		<description>Pengy, ive been trying to get this to compile on Jaunty without any luck. Make keeps telling me that glib &amp; gtk are missing but I know theyre not. How did you manage to get this installed ?</description>
		<content:encoded><![CDATA[<p>Pengy, ive been trying to get this to compile on Jaunty without any luck. Make keeps telling me that glib &amp; gtk are missing but I know theyre not. How did you manage to get this installed ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
