<?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="http://forum.robosavvy.com/feed.php?f=17&amp;t=7410" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2011-10-25T21:42:48+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=7410</id>
<entry>
<author><name><![CDATA[atma]]></name></author>
<updated>2011-10-25T21:42:48+01:00</updated>
<published>2011-10-25T21:42:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32605#p32605</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32605#p32605"/>
<title type="html"><![CDATA[Ubuntu shutdown problem on Ebox 3350]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32605#p32605"><![CDATA[
could you supply me an output from the command in Ubuntu linux:<br /><br />&quot;lspci&quot; ?<br /><br />thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2961">atma</a> — Tue Oct 25, 2011 9:42 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tankslappa]]></name></author>
<updated>2011-09-29T18:30:17+01:00</updated>
<published>2011-09-29T18:30:17+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32395#p32395</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32395#p32395"/>
<title type="html"><![CDATA[Ubuntu shutdown problem on Ebox 3350]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32395#p32395"><![CDATA[
Thanks I'll give that a try.<br /><br />To answer eried's question, the 3350 is going to be deployed screen-less and all access will be done remotely. If the box needs to be unplugged so it can be moved then it needs to be shutdown. This can be down remotely, but you can't tell if it has finished if the power light is still sitting there shining away. it need to actually reach a full shutdown state.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2868">tankslappa</a> — Thu Sep 29, 2011 6:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-09-29T08:28:55+01:00</updated>
<published>2011-09-29T08:28:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32384#p32384</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32384#p32384"/>
<title type="html"><![CDATA[Re: Can't get APM to work on 3350]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32384#p32384"><![CDATA[
Hi,<br /><br />Due to the default settings of grub2, the APM shutdown doesn't work directly on Ubuntu 10.04.<br />We have to do something as below :<br /><br />1. Open terminal<br />2. Edit /etc/grub.d/10_linux<br />3. Find &amp; Modify<br /><br />   &quot;linux&quot;  -&gt; &quot;linux16&quot;<br />   &quot;initrd&quot; -&gt; &quot;initrd16&quot;<br /><br />   <img src="http://www.roboard.com/temp/1004.jpg" alt="Image" /><br /><br />4. Save &amp; Exit <br />5. Execute &quot;sudo update-grub&quot; command in terminal<br />6. Reboot system<br /><br />Above, the APM shutdown should work correctly.<br />Try to shutdown it again <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Thu Sep 29, 2011 8:28 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[eried]]></name></author>
<updated>2011-09-29T08:25:21+01:00</updated>
<published>2011-09-29T08:25:21+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32383#p32383</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32383#p32383"/>
<title type="html"><![CDATA[Re: Can't get APM to work on 3350]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32383#p32383"><![CDATA[
<blockquote><div><cite>tankslappa wrote:</cite><br />I've been playing about, but can't get the 3350 to shutdown. It will reboot currently, but when told to shutdown it eventually just gets to halt on the screen. I need it to turn off as it will be running screen-less.<br /><br />I installed Ubuntu 10.04, then replaced the kernel with 2.6.34.10-vortex86-sg kernel.<br /><br />The kernel is in an confirmed working. Sound, network etc all okay.<br /><br />I looked in Synaptic for apm, and all I saw was apmd. I installed it, and followed the instructions to include apm=on in the grub2 kernel options.<br /><br />It also says &quot;You need to compile a kernel with apm support enabled to use this package&quot;. This is something I can't do.<br /><br />If I type &quot;apmd&quot; at the command line I get &quot;No APM support in kernel&quot;<br /><br />So any ideas? Has anyone else managed to get apm working with Ubuntu 10.04?<br /><br />If I do have to recompile the kernel, can someone please instruct me how to do this? Step by step idiot level please!<br /></div></blockquote><br /><br />I think is more like a hardware issue. The power can't be turned off completelly as in a atx machine (this is a power supply 'feature' signaled by the motherboard) but in this case the power supply is just a usb adaptor. <br /><br />What's the purpose of turning off the machine? I noticed that the unit uses very little power in the last shutdown state (when actually should be turned off) so maybe a smart anti standby plug can detect this.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2851">eried</a> — Thu Sep 29, 2011 8:25 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tankslappa]]></name></author>
<updated>2011-09-29T01:53:38+01:00</updated>
<published>2011-09-29T01:53:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32379#p32379</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32379#p32379"/>
<title type="html"><![CDATA[Can't get APM to work on 3350]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32379#p32379"><![CDATA[
I've been playing about, but can't get the 3350 to shutdown. It will reboot currently, but when told to shutdown it eventually just gets to halt on the screen. I need it to turn off as it will be running screen-less.<br /><br />I installed Ubuntu 10.04, then replaced the kernel with 2.6.34.10-vortex86-sg kernel.<br /><br />The kernel is in an confirmed working. Sound, network etc all okay.<br /><br />I looked in Synaptic for apm, and all I saw was apmd. I installed it, and followed the instructions to include apm=on in the grub2 kernel options.<br /><br />It also says &quot;You need to compile a kernel with apm support enabled to use this package&quot;. This is something I can't do.<br /><br />If I type &quot;apmd&quot; at the command line I get &quot;No APM support in kernel&quot;<br /><br />So any ideas? Has anyone else managed to get apm working with Ubuntu 10.04?<br /><br />If I do have to recompile the kernel, can someone please instruct me how to do this? Step by step idiot level please!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2868">tankslappa</a> — Thu Sep 29, 2011 1:53 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tankslappa]]></name></author>
<updated>2011-09-19T14:55:55+01:00</updated>
<published>2011-09-19T14:55:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32308#p32308</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32308#p32308"/>
<title type="html"><![CDATA[Ubuntu shutdown problem on Ebox 3350]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32308#p32308"><![CDATA[
Ah, sorry, only just seen this reply. I don't think the email notification of replies is working (or wasn't working at the time).<br /><br />I will have a look into the APM, although I might be coming back for some handholding as Linux isn't my primary OS.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2868">tankslappa</a> — Mon Sep 19, 2011 2:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-09-01T12:17:17+01:00</updated>
<published>2011-09-01T12:17:17+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32172#p32172</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32172#p32172"/>
<title type="html"><![CDATA[Re: Ubuntu shutdown problem on Ebox 3350]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32172#p32172"><![CDATA[
Auto poweroff of ebox 3350MX is based on APM. You may check whether the APM setting of your Ubuntu is correctly configured.<br /><br /><img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Thu Sep 01, 2011 12:17 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tankslappa]]></name></author>
<updated>2011-08-21T06:32:56+01:00</updated>
<published>2011-08-21T06:32:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32091#p32091</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32091#p32091"/>
<title type="html"><![CDATA[Ubuntu shutdown problem on Ebox 3350]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7410&amp;p=32091#p32091"><![CDATA[
Hi,<br /><br />I've been playing about with an Ebox 3350, and have installed Ubuntu 10.04 on it, and the 2.6.34.10 custom kernel onto it. Everything seems to be working fine except the shutdown.<br /><br />When shutting down from the Gnome desktop, or via &quot;shutdown now&quot;, it goes through all the usual steps, and then announces it has reached halt. The machine however remains on.<br /><br />As I intend to eventually use this in a monitor free configuration (gnome and X will get stripped out), I need it to turn itself off when told. There will be no way for me to know that it has reached a state where it is safe to turn off without carrying a monitor about with me all the time.<br /><br />I've checked, and I have the latest A61 BIOS.<br /><br />Any ideas?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2868">tankslappa</a> — Sun Aug 21, 2011 6:32 am</p><hr />
]]></content>
</entry>
</feed>