2642
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Raspberry Pi - Group: Raspberry Pi</title>
	<link>http://www.raspberrypi.org/phpBB3/?group=3</link>
	<description><![CDATA[An ARM GNU/Linux box for $25. Take a byte!]]></description>
	<generator>Simple:Press Version 4.5.1</generator>
	<atom:link href="http://www.raspberrypi.org/phpBB3/?group=3&#038;xfeed=group" rel="self" type="application/rss+xml" />
<item>
	<title>glynn_bird on Trying to get an RTL8188CUS wireless USB NIC working.</title>
	<link>http://www.raspberrypi.org/phpBB3/troubleshooting/trying-to-get-an-rtl8188cus-wireless-usb-nic-working/page-2/#p77486</link>
	<category>Troubleshooting</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/troubleshooting/trying-to-get-an-rtl8188cus-wireless-usb-nic-working/page-2/#p77486</guid>
	<description><![CDATA[<p>Answering my own question:</p>
<p> </p>
<p><strong>pacman --sync --refresh --sysupgrade</strong></p>
<p> </p>
<p>Then importing your most recent driver does the trick.</p>
<p> </p>
<p>Thanks for your help.</p>
]]></description>
	<pubDate>Sat, 12 May 2012 21:42:56 +0000</pubDate>
</item>
<item>
	<title>gregd72002 on Compiling and running OpenGL ES programs</title>
	<link>http://www.raspberrypi.org/phpBB3/projects-and-collaboration-general/compiling-and-running-opengl-es-programs/#p77485</link>
	<category>Projects and collaboration: general</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/projects-and-collaboration-general/compiling-and-running-opengl-es-programs/#p77485</guid>
	<description><![CDATA[<p>I&#039;m on the same boat - trying to get glmark2 to run on RPi. This might be helpful for newcomers:</p>
<p> </p>
<p>glmark2 sources: https://launchpad.net/glmark2/trunk/2012.03/+download/glmark2-2012.03.tar.gz</p>
<p> </p>
<p>glmark2 requires libpng12; many distros have only newer version of libpng; below is a patch to fix it; </p>
<p><a href="http://pastebin.com/qUU16Dvh" target="_blank">http://pastebin.com/qUU16Dvh</a></p>
<p> </p>
<p>With this you should be able to configure &#38; compile glmark2. Now we need someone to fix the initiation stage (as mentioned before). There are two main things to analyse and understand:</p>
<p>- how does glmark2 initializes OpenGL ESv2</p>
<p>- how to initialize OpenGL ESv2 on RPi (hello_triangle should be good source of information)</p>
<p> </p>
<p>Once we have the differences this should be trivial to fix. I also guess that the OpenGL ESv2 on RPi adheres to the specification so there should be no need for any further fixes other than the initiation stage.</p>
<p><a href="http://pastebin.com/qUU16Dvh" target="_blank">http://pastebin.com/qUU16Dvh</a></p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:57:13 +0000</pubDate>
</item>
<item>
	<title>rew on OpenWRT for Raspberry Pi</title>
	<link>http://www.raspberrypi.org/phpBB3/projects-and-collaboration-general/openwrt-for-raspberry-pi/#p77484</link>
	<category>Projects and collaboration: general</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/projects-and-collaboration-general/openwrt-for-raspberry-pi/#p77484</guid>
	<description><![CDATA[<p>Openwrt is a distribution that could be useful on a &#039;pi.</p>
<p>However it is optmized to run in much less memory and flash than what we have on the &#039;pi. So it is unnecessary. On the other hand, why use more if that&#039;s all you need. Well for starters, you get a nicer "environment" if you take a full distro like debian.</p>
<p> </p>
<p>Anyway, that said: I don&#039;t have experience with compiling openwrt. To compile openwrt, I suggest you google for "openwrt source download" and download the source. Next you google for "openwrt compile from source". Read what comes up. Good luck!</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:54:53 +0000</pubDate>
</item>
<item>
	<title>rew on OpenWRT for Raspberry Pi</title>
	<link>http://www.raspberrypi.org/phpBB3/projects-and-collaboration-general/openwrt-for-raspberry-pi/#p77483</link>
	<category>Projects and collaboration: general</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/projects-and-collaboration-general/openwrt-for-raspberry-pi/#p77483</guid>
	<description><![CDATA[<p>Openwrt is a distribution that could be useful on a &#039;pi.</p>
<p>However it is optmized to run in much less memory and flash than what we have on the &#039;pi. So it is unnecessary. On the other hand, why use more if that&#039;s all you need. Well for starters, you get a nicer "environment" if you take a full distro like debian.</p>
<p> </p>
<p>Anyway, that said: I don&#039;t have experience with compiling openwrt. To compile openwrt, I suggest you google for "openwrt source download" and download the source. Next you google for "openwrt compile from source". Read what comes up. Good luck!</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:54:35 +0000</pubDate>
</item>
<item>
	<title>rew on Feasibility of RPi for EFI</title>
	<link>http://www.raspberrypi.org/phpBB3/projects-and-collaboration-general/feasibility-of-rpi-for-efi/#p77482</link>
	<category>Projects and collaboration: general</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/projects-and-collaboration-general/feasibility-of-rpi-for-efi/#p77482</guid>
	<description><![CDATA[<p>Again, I"ll say that such applications are entirely possible. However you"ll have to build a device driver for "engine management". The proper thing to do would be to have userspace things do the slow things, like determining the proper value for injection moment, and then the actual triggering of an interrupt at exactly the right moment is a kernel thingy that the driver does.</p>
<p> </p>
<p>You lose some of the "ease of programming" though. And you gain the complexity of interfacing with the Linux kernel. But after this driver is written, you have a neat setup with plenty "ease of programming" to add things.</p>
<p> </p>
<p>Oh, and by the way: Automotive (even a scooter) environments are nasty. You&#039;ll likely sometimes drive in rain and the electrical environment with firing spark-gap components (the spark plugs!) nearby isn&#039;t friendly either....</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:47:56 +0000</pubDate>
</item>
<item>
	<title>DavidO on SSH Guide For Complete noob?</title>
	<link>http://www.raspberrypi.org/phpBB3/absolute-beginners/ssh-guide-for-complete-noob/page-4/#p77481</link>
	<category>Absolute beginners</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/absolute-beginners/ssh-guide-for-complete-noob/page-4/#p77481</guid>
	<description><![CDATA[<p><strong>prodata said: </strong></p>
<blockquote><p>
Is Putty the only such compatible ssh client to consider (I"m sure there might be others, but to rephrase: is Putty the accepted standard tool, or does it have competition?)</p>
<p>Is there any such tool that might also have FTP built-in (ie so that a file could easily be transferred between local and remote devices) or is the only answer to use a separate FTP tool.</p>
</blockquote>
<p> </p>
<p>You might take a look at <a href="http://www.bitvise.com/tunnelier" target="_blank">Bitvise Tunnelier</a>. It&#039;s not opensource, but it is free to use in a non-commercial setting.  I find it much more comfortable than PuTTY, and it also provides a gui sftp interface as well.</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:47:55 +0000</pubDate>
</item>
<item>
	<title>dtud on Xmanager to Pi</title>
	<link>http://www.raspberrypi.org/phpBB3/absolute-beginners/xmanager-to-pi/#p77480</link>
	<category>Absolute beginners</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/absolute-beginners/xmanager-to-pi/#p77480</guid>
	<description><![CDATA[<p>Joe,</p>
<p> </p>
<p><span style="color: #ff0000">If I may, I think what&#039;s going on here is a little bit of a common game that Linux advocates and Windows advocates play to annoy each other.</span></p>
<p>I really aren&#039;t interested in seeing if Windows or Linux can wee up the wall the highest.</p>
<p> </p>
<p><span style="color: #ff0000">Pretty much what the OP is asking is: How do I get the Pi to automatically display a graphical login screen (I believe this is called "XDM") on my Windows PC via Xmanager?</span></p>
<p>That&#039;s exactly what I&#039;d like.</p>
<p><span style="color: #ff0000">I&#039;m a "login and type &#039;startx&#039; kinda guy</span>
<pre>That doesn&#039;t work for me using PuTTy to SSH on the Pi....</pre>
<pre> </pre>
<pre><span style="color: #0000ff">pi@raspberrypi:~$ startx</span>
<span style="color: #0000ff">xauth: (stdin):2: unknown command "9963f0ea9ff99fccfdb56ba762ff6a04"</span>

<span style="color: #0000ff">X: user not authorized to run the X server, aborting.</span>
<span style="color: #0000ff">giving up.</span>
<span style="color: #0000ff">xinit: No such file or directory (errno 2): unable to connect to X server</span>
<span style="color: #0000ff">xinit: No such process (errno 3): Server error.</span>
<span style="color: #0000ff">pi@raspberrypi:~$</span></pre>
<pre><span style="color: #0000ff">
</span></pre>
<pre><span style="color: #0000ff"><span style="color: #ff0000">It falls into the legal rubric of "Know or should have known".</span>
</span></pre>
<pre><span style="color: #000000">Fair enough, but really - who hasn&#039;t used MS Windows? 95% of the worlds PC&#039;s etc..</span></pre>
<pre> </pre>
<pre><span style="color: #000000">I&#039;m going to walk away from this for the rest of the evening &#38; come back at it</span></pre>
<pre><span style="color: #000000">tomo with a with hopefully renewed vigor.</span></pre>

2048
]]></description>
	<pubDate>Sat, 12 May 2012 20:44:41 +0000</pubDate>
</item>
<item>
	<title>SN on Cases for the Raspberry Pi</title>
	<link>http://www.raspberrypi.org/phpBB3/general-discussion/cases-for-the-raspberry-pi/page-54/#p77479</link>
	<category>General discussion</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/general-discussion/cases-for-the-raspberry-pi/page-54/#p77479</guid>
	<description><![CDATA[<p>I do think there needs to be a "Most bizarre raspi case competition thread!"</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:44:03 +0000</pubDate>
</item>
<item>
	<title>prodata on SSH Guide For Complete noob?</title>
	<link>http://www.raspberrypi.org/phpBB3/absolute-beginners/ssh-guide-for-complete-noob/page-4/#p77478</link>
	<category>Absolute beginners</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/absolute-beginners/ssh-guide-for-complete-noob/page-4/#p77478</guid>
	<description><![CDATA[<p>Likewise a new Linux user, with a couple of ssh-type questions:</p>
<p>If I just want to access the Pi shell remotely (purely across my local LAN) from a Windows box then is there any reason to look beyond Putty? Is Putty the only such compatible ssh client to consider (I"m sure there might be others, but to rephrase: is Putty the accepted standard tool, or does it have competition?)</p>
<p>Is there any such tool that might also have FTP built-in (ie so that a file could easily be transferred between local and remote devices) or is the only answer to use a separate FTP tool.</p>
<p>Then, if I did actually want to control an X windows session remotely, what is the choice of recommended tools? I see talk of TightVNC and UltraVNC but without getting any sense of whether these are the only or necessarily the best (free) VNC tools. Can I assume that VNC is some sort of established standard so that you can use say TightVNC on the Pi and UltraVNC on the PC. Or do the server and client need to match? Does Windows (eg Vista/7) have a VNC client already built-in, which could be used. What about using say TeamViewer on the PC – just something I have and use already for remote access or does this use some different/proprietary protocol?</p>
<p>Sorry for all the questions – it"s just tricky trying to get a picture of how to get remote access to a Pi most easily and efficiently. (And I don"t like loading up my Windows PC with a pile of utilities that may not actually be necessary.)</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:42:31 +0000</pubDate>
</item>
<item>
	<title>toxibunny on Podcast Recommendations?</title>
	<link>http://www.raspberrypi.org/phpBB3/off-topic/podcast-recommendations/#p77477</link>
	<category>Off topic</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/off-topic/podcast-recommendations/#p77477</guid>
	<description><![CDATA[<p>Answer me this</p>
<p>radiolab</p>
<p> </p>
<p>wiretap</p>
<p> </p>
<p>caustic soda</p>
<p> </p>
<p>this american life</p>
<p> </p>
<p>adam and joe (bit of google-fu needed to find this one...)</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:38:09 +0000</pubDate>
</item>
<item>
	<title>SN on Arch with Chrome or Firefox?</title>
	<link>http://www.raspberrypi.org/phpBB3/absolute-beginners/arch-with-chrome-or-firefox/#p77476</link>
	<category>Absolute beginners</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/absolute-beginners/arch-with-chrome-or-firefox/#p77476</guid>
	<description><![CDATA[<p>Chromium (v.close relative of Chrome) on Debian has been done elsewhere on here already I believe</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:34:57 +0000</pubDate>
</item>
<item>
	<title>LastSilmaril on OpenELEC meets Raspberry Pi - part 1 (XBMC)</title>
	<link>http://www.raspberrypi.org/phpBB3/general-discussion/openelec-meets-raspberry-pi-part-1-xbmc/page-40/#p77475</link>
	<category>General discussion</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/general-discussion/openelec-meets-raspberry-pi-part-1-xbmc/page-40/#p77475</guid>
	<description><![CDATA[<p>Well, after the last time I tried to build, something went wrong and my entire virtual hard-disk got filled up, to the last bit. (I&#039;m confused too.) Me being the genius that I am, there was no snapshot, but thankfully I did have a separate backup vdi that had almost all of my files/programs, so I trashed this one and made a new VM based on the backup.</p>
<p>Out of curiousity I ran &#039;date&#039; right after I began the build - took a little more than three hours, and should be faster on subsequent builds.</p>
<p>Trashed the storage partition so that the new build would start fresh.</p>
<p>Build 10946 is the first one to be completely responsive at startup, even with the RSS feed on (shut it off anyway), and has not become unresponsive whilst accessing smb or fetching metadata - atm it&#039;s scanning my TV shows. (Haven&#039;t tempted fate though; I&#039;m just gonna let it scan.) Using the start.elf from this build, not the one posted on the last page. I&#039;m not sure if this stability is based on any actual code changes, or simply because the build is clean (haven&#039;t been emptying the build.OpenELEC-RPi.arm-devel folder).</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:33:26 +0000</pubDate>
</item>
<item>
	<title>rew on Exclusivity</title>
	<link>http://www.raspberrypi.org/phpBB3/general-discussion/exclusivity/#p77474</link>
	<category>General discussion</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/general-discussion/exclusivity/#p77474</guid>
	<description><![CDATA[<p>RS and Farnell have to invest in a "selling-to-consumers" infrastructure JUST for this one product. If Amazon would start selling raspberry pi&#039;s NOW at $35 incl shipping their market would dry up instantly. I&#039;m sure their legal department has put something in place to prevent that from happening.</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:22:06 +0000</pubDate>
</item>
<item>
	<title>milhouse on XBMC running on Raspberry Pi</title>
	<link>http://www.raspberrypi.org/phpBB3/general-discussion/xbmc-running-on-raspberry-pi/page-10/#p77473</link>
	<category>General discussion</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/general-discussion/xbmc-running-on-raspberry-pi/page-10/#p77473</guid>
	<description><![CDATA[<p><strong>igot6strings said: </strong></p>
<blockquote><p>
What is the status of this as it is right now?<br />
 I am looking to switch from my Boxee Box to XBMC and would love to use the Pi to make the transition. I understand its not final or anything of that nature but if you folks could give me a rough idea of where its at that&#039;d be much appreciated. </p>
</blockquote>
<p>I&#039;m using a version of OpenELEC I built yesterday (r10935).</p>
<p>XBMC/OpenELEC, it&#039;s a work in progress so some things are good, some are bad.</p>
<p> </p>
<p>SD playback is pretty good on the whole, but HD playback (particularly 1080p) a little glitchy (certainly with LG IPS225V monitor, it seems to renegotiate the HDMI handshake every 30 seconds or so, but not always). HD audio is not playable (hardly surprising) but presumably may work on "passthru".</p>
<p>The biggest problem by far is the fact that the XBMC GUI consumes close to 100% CPU all of the time (but not during playback), and this makes scanning media libraries near impossible as there is so little CPU free to work on the scan. Also, start a scan and the device soon becomes unresponsive necessitating a reboot.</p>
<p> </p>
<p>The GUI (certainly in OpenELEC) is currently so sluggish that it rules out any possibility of the Ras-Pi being used as a media player as it&#039;s such an unpleasant, slow and glitchy experience (it often loses the ability to display cover and fan art, showing black rectangles instead) - hopefully this is high on the list of priorities to be fixed. I&#039;ve tried all the dirty region fixes, but none have yet worked.</p>
<p> </p>
<p>What has been achieved so far is certainly fantastic (thanks Gimli, Dom etc.), but it&#039;s a fair way from being usable and replacing any current media player you may have.</p>

84d
]]></description>
	<pubDate>Sat, 12 May 2012 20:20:28 +0000</pubDate>
</item>
<item>
	<title>Joe Schmoe on Xmanager to Pi</title>
	<link>http://www.raspberrypi.org/phpBB3/absolute-beginners/xmanager-to-pi/#p77472</link>
	<category>Absolute beginners</category>
	<guid isPermaLink="true">http://www.raspberrypi.org/phpBB3/absolute-beginners/xmanager-to-pi/#p77472</guid>
	<description><![CDATA[<p>I think the key question here is: How much do you (JamesH) know about "Xmanager"?</p>
<p>(which is really, "How much do you care/want to know?")</p>
<p> </p>
<p>If I may, I think what&#039;s going on here is a little bit of a common game that Linux advocates and Windows advocates play to annoy each other.  The essence of the game is that the Windows advocates act like they don&#039;t have to define any of their terms, because, well, everybody knows all about Windows and Windows tools and applications, right?  It&#039;s in the drinking water, right?  In return, Linux advocates pretend not to know things that they either clearly do know, or at least, could easily know with a small amount of Googling.  It falls into the legal rubric of "Know or should have known".</p>
<p> </p>
<p>So, that&#039;s what I think is going on here.  FWIW, I do know what Xmanager is, having used it for quite a while, and I also know (from having tried it) that a quick Google will reveal what it is as well.  Anyway, Xmanager does have an "XDM" mode, but I never saw the point in it (I&#039;m a "login and type &#039;startx&#039; kinda guy").</p>
<p> </p>
<p>Pretty much what the OP is asking is: How do I get the Pi to automatically display a graphical login screen (I believe this is called "XDM") on my Windows PC via Xmanager?</p>
<p>With an implied: It should work OOB, just like it does under Solaris (and, probably, Linux as well, but my recollection of having messed around with it some is that it really does only completely OOB with Solaris.  You had to do a little messing around to get it working with Linux)</p>
]]></description>
	<pubDate>Sat, 12 May 2012 20:19:22 +0000</pubDate>
</item>
</channel>
</rss>
0

