<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Welcome to TechnoLand</title>
	<atom:link href="http://veb61.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://veb61.wordpress.com</link>
	<description>Just the minor details.....</description>
	<lastBuildDate>Wed, 02 Dec 2009 20:54:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='veb61.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e3d9a3c3cea2f6784ba1c5616e6e8a94?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Welcome to TechnoLand</title>
		<link>http://veb61.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://veb61.wordpress.com/osd.xml" title="Welcome to TechnoLand" />
	<atom:link rel='hub' href='http://veb61.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Compiling 32 bit programs on 64 bit OPENSUSE</title>
		<link>http://veb61.wordpress.com/2009/12/02/compiling-32-bit-programs-on-64-bit-opensuse/</link>
		<comments>http://veb61.wordpress.com/2009/12/02/compiling-32-bit-programs-on-64-bit-opensuse/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:54:00 +0000</pubDate>
		<dc:creator>veb61</dc:creator>
				<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://veb61.wordpress.com/?p=28</guid>
		<description><![CDATA[Today, i was programming and i coded the statement below: value = reinterpret_cast (element); but i forgot that i was coding on an 64 bit machine and OS. when i compiled i got an error like this: Record.h:37: error: cast from ‘Buffer*’ to ‘U32’ loses precision which was actually telling me that a pointer on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=28&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, i was programming and i coded  the statement below:<br />
value = reinterpret_cast (element);<br />
but i forgot that  i was coding on an 64 bit machine and OS. when i compiled i got an error<br />
like this:<br />
Record.h:37: error: cast from ‘Buffer*’ to ‘U32’ loses precision<br />
which was actually telling me that a pointer on a 64 bit OS is 8 byte not 4 byte. So i can&#8217;t have enough precision. Basically this reminded me that i am compiling this stuff on 64 bit computer and trying to reduce the 8 byte pointer into 4 bytes which is quite awkward.<br />
So i tried to compile it using -m32 switch in 32 bits. But suddenly i got several errors like below:</p>
<p>&#8220;cannot find -lgcc_s&#8221;<br />
&#8220;skipping incompatible &#8230;/libgcc_s.so&#8221;<br />
&#8220;skipping incompatible &#8230;/libgcc.a when  searching for -libgcc  &#8220;</p>
<p>Here i am gonna tell you the easiest way to correct these errors:<br />
The only thing you have to do is go to YAST &#8211;&gt; Software MANAGEMENT<br />
after that you have to choose the <strong>Patterns</strong> options.</p>
<p>Choose the 32-Bit Runtime Environment Choose all of them and install.<br />
If any confliction occurs, and you are not sure to install it , then don&#8217;t install it.<br />
That&#8217;s all folks.<br />
If you have such errors like above try to find the 32bit-devel libraries..</p>
<p>That&#8217;s all folks&#8230;</p>
<p>If you have different erros, please post below i will try to help.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/veb61.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/veb61.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/veb61.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/veb61.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/veb61.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/veb61.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/veb61.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/veb61.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/veb61.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/veb61.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/veb61.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/veb61.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/veb61.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/veb61.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=28&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://veb61.wordpress.com/2009/12/02/compiling-32-bit-programs-on-64-bit-opensuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5bc47168e794892fa61362daae0aa7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">veb61</media:title>
		</media:content>
	</item>
		<item>
		<title>Cast Operations in C/C++</title>
		<link>http://veb61.wordpress.com/2009/11/28/cast-operation-in-cc/</link>
		<comments>http://veb61.wordpress.com/2009/11/28/cast-operation-in-cc/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 08:39:22 +0000</pubDate>
		<dc:creator>veb61</dc:creator>
				<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://veb61.wordpress.com/?p=22</guid>
		<description><![CDATA[Lately, i have been looking at my old c/c++ codes. Suddenly i realised that it is quite diffucult to read the code where i have casted different data types to each other by using old style C casting. (Type) Another Type. I Even sometimes cast an integer to an integer pointer. But it is quite [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=22&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lately, i have been looking at my old c/c++  codes. Suddenly i realised that it is quite diffucult to read the code where i have casted different data types to each other by using old style C casting. (Type) Another Type. I Even sometimes cast an integer to an integer pointer. But it is quite hard to read what i am casting into what. So i had a research whether there is something new to casting. And it turns out there was.</p>
<p>Today i am gonna tell you about 4 different casting styles:<br />
1)      static_cast<br />
2)      const_cast<br />
3)      dynamic_cast<br />
4)      reinterpret_cast</p>
<p><code>dynamic_cast  (expression)<br />
reinterpret_cast  (expression)<br />
static_cast  (expression)<br />
const_cast  (expression)</code></p>
<ul>
<strong>STATIC CAST:</strong></ul>
<p><strong>static_cast</strong> is the most useful cast. It can be used to perform any implicit cast. When an implicit conversion loses some information, some compilers will produce warnings, and static_cast will eliminate these warnings. Making implicit conversion through <strong>static_cast</strong> is also useful to resolve ambiguity or to clarify the conversion presence. It also can be used to call an unary constructor, declared as explicit. It also can be used to cast up and down a class hierarchy, like dynamic_cast,<strong> except that no runtime checking is performed. </strong></p>
<p>Here is an example:<br />
casting an int to a double for the purpose of avoiding truncation due to integer division:</p>
<p><code>double result = static_cast(4)/5;</code></p>
<p><strong>BULLET POINTS ABOUT STATIC CAST:</strong></p>
<p>* Static casts are only available in C++.<br />
* Static casts can be used to convert one type into another, but should not be used for to cast away const-ness or to cast between non-pointer and pointer types.</p>
<ul>
<strong>CONST CAST:</strong></ul>
<p><strong>const_cast</strong> is used to <strong>apply or remove const or volatile qualifier from a variable. </p>
<p></strong><br />
Here is an example:<br />
 casts a const pointer to a non-const pointer to pass into a function:</p>
<p><code>void func(char *);</p>
<p>const char *x = "abcd";<br />
func(const_cast(x));</code></p>
<p><strong>BULLET POINTS ABOUT CONST CAST:</strong><br />
*Const casts are only available in C++.<br />
*Const casts are used to strip the const-ness or volatile-ness from a variable. </p>
<ul>
<strong>DYNAMIC CAST:</strong></ul>
<p><strong>dynamic_cast</strong> is used <strong>on polymorphic pointers or references to move up or down a class hierarchy.</strong> Note <strong>that dynamic_cast performs runtime-checks: if the object&#8217;s type is not the one expected, it will return NULL during a pointer-cast and throw a std::bad_cast exception during a reference-cast. </strong></p>
<p>Here is an example:<br />
<code>class CBase { };<br />
class CDerived: public CBase { };</p>
<p>CBase b; CBase* pb;<br />
CDerived d; CDerived* pd;</p>
<p>pb = dynamic_cast(&amp;d);     // ok: derived-to-base<br />
pd = dynamic_cast(&amp;b);  // wrong: base-to-derived </code></p>
<p>The second conversion in this piece of code would produce a compilation error since base-to-derived conversions are not allowed with dynamic_cast unless the base class is polymorphic.</p>
<p><strong>Compatibility note:</strong> dynamic_cast requires the Run-Time Type Information (RTTI) to keep track of dynamic types. Some compilers support this feature as an option which is disabled by default. This must be enabled for runtime type checking using dynamic_cast to work properly.</p>
<ul>
<strong>REINTERPRET CAST:</strong></ul>
<p><strong>reinterpret_cast </strong>converts any pointer type to any other pointer type, even of unrelated classes. <strong>The operation result is a simple binary copy of the value from one pointer to the other. All pointer conversions are allowed: neither the content pointed nor the pointer type itself is checked.<br />
</strong><br />
It can also cast pointers to or from integer types. The format in which this integer value represents a pointer is platform-specific. The only guarantee is that a pointer cast to an integer type large enough to fully contain it, is granted to be able to be cast back to a valid pointer.</p>
<p>The conversions that can be performed by reinterpret_cast but not by static_cast have no specific uses in C++ are low-level operations, whose interpretation results in code which is generally system-specific, and thus non-portable. For example:</p>
<p><code>class A {};<br />
class B {};<br />
A * a = new A;<br />
B * b = reinterpret_cast<B>(a);</code></p>
<p>This is valid C++ code, although it does not make much sense, since now we have a pointer that points to an object of an incompatible class, and thus dereferencing it is unsafe.</p>
<p><strong>One Last Thing as An Type Identifier : </strong></p>
<p>typeid (expression)</p>
<p>This operator returns a reference to a constant object of type type_info that is defined in the standard header file . This returned value can be compared with another one using operators == and != or can serve to obtain a null-terminated character sequence representing the data type or<strong> class name by using its name() member.</strong></p>
<p><code>// typeid<br />
#include<br />
#include<br />
using namespace std;</p>
<p>int main () {<br />
  int * a,b;<br />
  a=0; b=0;<br />
  if (typeid(a) != typeid(b))<br />
  {<br />
    cout &lt;&lt; &quot;a and b are of different types:\n&quot;;<br />
    cout &lt;&lt; &quot;a is: &quot; &lt;&lt; typeid(a).name() &lt;&lt; &#39;\n&#39;;<br />
    cout &lt;&lt; &quot;b is: &quot; &lt;&lt; typeid(b).name() &lt;&lt; &#39;\n&#39;;<br />
  }<br />
  return 0;<br />
}<br />
</code></p>
<p>RESULT:</p>
<p><code><br />
a and b are of different types:<br />
a is: int *<br />
b is: int<br />
</code></p>
<p>When typeid is applied to classes typeid uses the RTTI to keep track of the type of dynamic objects. When typeid is applied to an expression whose type is a polymorphic class, the result is the type of the most derived complete object:</p>
<p><code>// typeid, polymorphic class<br />
#include<br />
#include<br />
#include<br />
using namespace std;</p>
<p>class CBase { virtual void f(){} };<br />
class CDerived : public CBase {};</p>
<p>int main () {<br />
  try {<br />
    CBase* a = new CBase;<br />
    CBase* b = new CDerived;<br />
    cout &lt;&lt; &quot;a is: &quot; &lt;&lt; typeid(a).name() &lt;&lt; &#39;\n&#39;;<br />
    cout &lt;&lt; &quot;b is: &quot; &lt;&lt; typeid(b).name() &lt;&lt; &#39;\n&#39;;<br />
    cout &lt;&lt; &quot;*a is: &quot; &lt;&lt; typeid(*a).name() &lt;&lt; &#39;\n&#39;;<br />
    cout &lt;&lt; &quot;*b is: &quot; &lt;&lt; typeid(*b).name() &lt;&lt; &#39;\n&#39;;<br />
  } catch (exception&amp; e) { cout &lt;&lt; &quot;Exception: &quot; &lt;&lt; e.what() &lt;&lt; endl; }<br />
  return 0;<br />
}</code></p>
<p>Result:</p>
<p>a is: class CBase *<br />
b is: class CBase *<br />
*a is: class CBase<br />
*b is: class CDerived</p>
<p>Notice how the type that typeid considers for pointers is the pointer type itself (both a and b are of type class CBase *). However, when typeid is applied to objects (like *a and *b) typeid yields their dynamic type (i.e. the type of their most derived complete object).</p>
<p>If the type typeid evaluates is a pointer preceded by the dereference operator (*), and this pointer has a null value, typeid throws a bad_typeid exception.</p>
<p>Links:</p>
<p>http://www.cplusplus.com/doc/tutorial/typecasting/</p>
<p>http://www.cprogramming.com/reference/typecasting/</p>
<p>http://www.cppreference.com/wiki/keywords/casting_comparison</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/veb61.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/veb61.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/veb61.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/veb61.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/veb61.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/veb61.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/veb61.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/veb61.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/veb61.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/veb61.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/veb61.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/veb61.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/veb61.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/veb61.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=22&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://veb61.wordpress.com/2009/11/28/cast-operation-in-cc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5bc47168e794892fa61362daae0aa7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">veb61</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating an Ad-Hoc Network Between Two Open-Suse Installed Computers</title>
		<link>http://veb61.wordpress.com/2009/11/25/creating-an-ad-hoc-network-between-two-open-suse-installed-computers/</link>
		<comments>http://veb61.wordpress.com/2009/11/25/creating-an-ad-hoc-network-between-two-open-suse-installed-computers/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 16:34:33 +0000</pubDate>
		<dc:creator>veb61</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://veb61.wordpress.com/?p=18</guid>
		<description><![CDATA[Hi fellows, Lately my wireless router broke down and i sent it to be repaired. But the problems started to arise because without a wireless router i wasn&#8217;t able to share my Internet connection. So i had it on my mind that i can solve this problem by connecting only one computer directly to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=18&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		H3 { margin-bottom: 0.08in } 		A:link { so-language: zxx } -->Hi fellows,</p>
<p>Lately my wireless router broke down and i sent it to be repaired. But the problems started to arise because without a wireless router i wasn&#8217;t able to share my Internet connection. So i had it on my mind that i can solve this problem by connecting only one computer directly to the modem and making an ad-hoc connection between the remaining computers and sharing the Internet. So the problem&#8217;s first phase was to setup an ad-hoc network, Since all my OS&#8217;s are OPENSUSE (I like to pronounce it like &#8220;Susie&#8221;,because this reminds me my dream girl) , this tutorial will show you how to setup an ad-hoc network between openSUSE installed machines. Then in another tutorial I will teach you how to share Internet connection.</p>
<p>There are 3 ways to do this :</p>
<h3><span style="color:#ff0000;">1) Ad-Hoc connection setup with Network Manager. (Probably the easiest)</span></h3>
<p><span style="color:#ff0000;"> <span style="color:#000000;">Do the things on the computer which directly connects to modem :</span></span></p>
<ul>
<li><span style="color:#000000;">Left click on the Network Manager icon 	and select Create New Wireless Network </span></li>
</ul>
<ul>
<li>Specify an ad-hoc network name. 	For example: “VEB61”</li>
<li>Select security method</li>
<li>Click the Create button</li>
<li>Right click on the Network Manager 	icon, select Edit Connections.</li>
<li>Select the Wireless tab, select 	the ad hoc network name and click the edit button.</li>
<li>On the Wireless tab set the mode 	to Ad-hoc</li>
<li>Select the Ipv4 Settings tab 	select the Manual method in the drop down</li>
<li>Click the Add button and enter a 	local IP address, Net mask and Gateway, i.e. 192.168.0.1, 	255.255.255.0, and 192.168.0.1 respectively.</li>
<li>Leave DNS Servers and Search 	Domains blank</li>
<li>Click Apply</li>
<li>Left click on the Network Manager 	icon and select Connect to Hidden Wireless Network</li>
<li>Select ad hoc network name on the connection drop down and 	click Connect.</li>
</ul>
<p>&nbsp;</p>
<p>On the other computers :</p>
<ul>
<li>Left click on the Network Manager 	icon and select Connect to Hidden Wireless Network</li>
<li>TYPE “VEB61” and click 	connect. (Ad hoc network name created above.)</li>
<li>Right click on the Network 	Manager icon, select Edit Connections.</li>
<li>Select the Wireless tab, select 	the ad hoc network name and click the edit button.</li>
<li>On the Wireless tab set the mode 	to Ad-hoc</li>
<li>Select the Ipv4 Settings tab 	select the Manual method in the drop down</li>
<li>Click the Add button and enter a 	local IP address, Net mask and Gateway, i.e. 192.168.0.1, 	255.255.255.0, and 192.168.0.2 respectively.
<ul>
<li><strong>Note: The IP address for every 		machine must be different </strong></li>
</ul>
</li>
<li>Leave DNS Servers and Search 	Domains blank</li>
<li>Click Apply</li>
</ul>
<h3><span style="color:#ff0000;">2) Ad-Hoc connection setup without Network Manager.</span></h3>
<p>&nbsp;</p>
<ul>
<li>in <a href="http://en.opensuse.org/YaST">YaST</a> disable Network Manager (NM)</li>
</ul>
<ul>
<li>as a root bring down the wireless interface</li>
</ul>
<dl>
<dd># ip link set wlan0 down </dd>
</dl>
<ul>
<li>set the domain id and set the ad-hoc mode</li>
</ul>
<dl>
<dd># iwconfig wlan0 essid VEB61  mode 	Ad-Hoc </dd>
</dl>
<ul>
<li>bring up the interface</li>
</ul>
<dl>
<dd># ip link set wlan0 up </dd>
</dl>
<ul>
<li>set the IP address manually</li>
</ul>
<dl>
<dd># ip link addr add 192.168.102.1/24 	dev wlan0 </dd>
</dl>
<ul>
<li>Repeat the procedure on all interfaces that should communicate 	together. Select unique IP address for each interface.</li>
</ul>
<p>&nbsp;</p>
<h3><span style="color:#ff0000;">2) Ad-Hoc connection setup with Yast.</span></h3>
<p><span style="color:#ff0000;"> </span></p>
<ul>
<li><span style="color:#ff0000;"><a href="http://en.opensuse.org/YaST">YaST</a> -&gt; Network devices -&gt; Network Card </span></li>
</ul>
<ul>
<li>select ifup, click Next</li>
<li>select card, Edit</li>
<li>select &#8220;Static address setup&#8221; 	and fill up the IP address, Next</li>
<li>select &#8220;Operating Mode&#8221; 	Ad-Hoc and set ESSID to your domain id</li>
<li>select authentication, Next, Finish</li>
<li>Repeat on all interfaces.</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/veb61.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/veb61.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/veb61.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/veb61.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/veb61.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/veb61.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/veb61.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/veb61.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/veb61.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/veb61.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/veb61.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/veb61.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/veb61.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/veb61.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=18&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://veb61.wordpress.com/2009/11/25/creating-an-ad-hoc-network-between-two-open-suse-installed-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5bc47168e794892fa61362daae0aa7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">veb61</media:title>
		</media:content>
	</item>
		<item>
		<title>PTLSIM Setup On OpenSuse With G++4.1</title>
		<link>http://veb61.wordpress.com/2009/09/29/ptlsim-setup-on-opensuse-with-g4-1/</link>
		<comments>http://veb61.wordpress.com/2009/09/29/ptlsim-setup-on-opensuse-with-g4-1/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:13:36 +0000</pubDate>
		<dc:creator>veb61</dc:creator>
				<category><![CDATA[Computer Architecture And Organization]]></category>

		<guid isPermaLink="false">http://veb61.wordpress.com/?p=15</guid>
		<description><![CDATA[Lately , i have found my self using ptlsim. Obviously , the first step to use ptlsim is to install it. Here , i will tell you how to install ptlsim on opensuse with g++4.1and some troubleshooting about the installation and later phases of the usage. I will also keep this document up to date [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=15&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lately , i have found my self using ptlsim.</p>
<p>Obviously , the first step to use ptlsim is to install it. Here , i will tell you how to install ptlsim on opensuse with g++4.1and some troubleshooting about the installation and later phases of the usage. I will also keep this document up to date as much as possible.</p>
<p><strong>Installation Steps:</strong></p>
<p>1) Go to www.ptlsim.org, download the latest package, what i have downloaded was ptlsim-20090314-r229.</p>
<p>2) After that extract this package.</p>
<p>3) Open a console and change your directory to this ptlsim directory.</p>
<p>4) In the ptlsim directory, open Makefile and edit the line:</p>
<p>- CC = g++-4.3  change this line to CC = g++-4.1</p>
<p>5) then turn back to konsole, and type make</p>
<p>6) you may have several errors like</p>
<p>-<strong>stubs-32.h not found</strong></p>
<p><strong> Solution:</strong></p>
<p><strong> &#8211; Download and install </strong><code>glibc , // zypper install glibc</code></p>
<p>7) if this error has occured , type &#8220;make clean&#8221; and when cleaning process is finished , type &#8220;make &#8221; again.</p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> possibly the ptlsim will be successfully compiled and ready use.</p>
<p><strong>Trouble Shooting:</strong></p>
<p>In the working phase, you may get an error like this:</p>
<p>-/sysdeps/x86_64/cacheinfo.c:197: handle_intel: Assertion `maxidx &gt;= 2&#8242; failed.</p>
<p><strong>Solution:</strong></p>
<p><strong> &#8211; </strong>This is an assertion from glibc running on an Intel CPU. It assumes that the cpuid instruction has minimum level of support, but ptlsim doesn&#8217;t provide it.You can either remove the assertion from glibc, or more easily, hack the cpuid instruction in ptlsim such that it claims it has a higher level of support than it provides.</p>
<p>- This can be done by editing the  ptlsim/decode-complex.cpp file</p>
<p>- Search for the  void assist_cpuid(Context&amp; ctx) function</p>
<p>- and edit the case:</p>
<pre>   case 0: {
     // Max avail function spec and vendor ID:
    const W32* vendor = (const W32*)&amp;cpuid_vendor;
    // rax = 1; // only one extended function  // Comment this

    // add this
    rax = 2; // only one extended function (but fake more otherwise glibc
             // fails an assertion)
     rbx = vendor[0];
     rdx = vendor[1];
     rcx = vendor[2];
</pre>
<p>- Finally recompile and use ptlsim. That&#8217;s all folks.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/veb61.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/veb61.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/veb61.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/veb61.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/veb61.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/veb61.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/veb61.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/veb61.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/veb61.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/veb61.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/veb61.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/veb61.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/veb61.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/veb61.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=15&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://veb61.wordpress.com/2009/09/29/ptlsim-setup-on-opensuse-with-g4-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5bc47168e794892fa61362daae0aa7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">veb61</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenSuse 11.1 &amp; Ati Radeon HD 3470</title>
		<link>http://veb61.wordpress.com/2009/09/16/opensuse-11-1-ati-radeon-hd-3470/</link>
		<comments>http://veb61.wordpress.com/2009/09/16/opensuse-11-1-ati-radeon-hd-3470/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:42:37 +0000</pubDate>
		<dc:creator>veb61</dc:creator>
				<category><![CDATA[TroubleShooting]]></category>
		<category><![CDATA[3400]]></category>
		<category><![CDATA[3470]]></category>
		<category><![CDATA[Ati]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[linux driver]]></category>
		<category><![CDATA[radeon]]></category>

		<guid isPermaLink="false">http://veb61.wordpress.com/?p=8</guid>
		<description><![CDATA[Lately, i have been having problem with my Sony vaio sr 39vn about 3d hardware accerelation. Finally i have discovered that the driver installed is not exploitting my graphic card to its full extent. First of all, when i first try t install the ati graphic driver, i had lots of problems. But i have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=8&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lately, i have been having problem with my Sony vaio sr 39vn about 3d hardware accerelation. Finally i have discovered that the driver installed is not exploitting my graphic card to its full extent.</p>
<p>First of all, when i first try t install the ati graphic driver, i had lots of problems. But i have figured those errors and corrected them.</p>
<p>So, long story in short,</p>
<p><strong>Step 1. </strong> http://ati.amd.com/support/driver.HTML go to ati&#8217;s driver page. Choose the appropriate os and graphic card.</p>
<p><strong>Step 2. </strong>In my case, it was</p>
<table style="border:1px solid #edeef0;width:100%;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr style="border:1px solid #edeef0;margin:0;padding:0;">
<td style="border:1px solid #edeef0;width:20%;text-align:center;padding:5px;"><strong>ATI Catalyst™ 9.8 Proprietary Linux x86 Display Driver </strong></td>
<td style="border:1px solid #edeef0;width:20%;text-align:center;padding:5px;">93.6 MB</td>
<td style="border:1px solid #edeef0;width:20%;text-align:center;padding:5px;">9.9</td>
<td style="border:1px solid #edeef0;width:20%;text-align:center;padding:5px;">9/9/2009</td>
</tr>
</tbody>
</table>
<p>i downloaded a file named ati-driver-installer-9-9-x86.x86_64.run</p>
<p><strong>Step 3.</strong> Before installation of this file. You should be sure that the packages are installed in your system, If not installed, you can install those by using YaSt</p>
<p>XOrg 6.8, 6.9, 7.0, 7.1, 7.2, 7.3 or 7.4<br />
Linux kernel 2.6 or above (  source package is more appropriate, but it is ok to have header package alone)<br />
glibc version 2.2 or 2.3</p>
<p>For ati&#8217;s catalyst to work properly , you have to install some more:</p>
<p>XFree86-Mesa-libGL // obsolete library, but instead of this Suse   comes LibGL you can check by typing</p>
<table style="border:1px solid #edeef0;width:100%;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr style="border:1px solid #edeef0;margin:0;padding:0;">
<td style="border:1px solid #edeef0;width:20%;text-align:left;padding:5px;"><strong>vehbi@linux-s9q5:~&gt; rpm -qa &#8211;last | grep Mesa<br />
Mesa-32bit-7.2-10.3.6                         Fri 04 Sep 2009 02:04:00 PM EEST<br />
Mesa-7.2-10.3.6                               Fri 04 Sep 2009 01:14:43 PM EEST<br />
vehbi@linux-s9q5:~&gt; </strong></p>
<p><strong>If this is the output, then you do not worry, everything is OK.</strong></p>
<p><strong> </strong></td>
</tr>
</tbody>
</table>
<p>libstdc++<br />
libgcc<br />
XFree86-libs // obsolete , opensuse users do not need to install this either.<br />
fontconfig<br />
freetype<br />
zlib<br />
gcc</p>
<p><strong>Step 4.</strong> Enabling POSIX Shared Memory (/dev/shm) support which is required for 3D applications.</p>
<p><span style="font-family:verdana;font-size:x-small;">To enable POSIX Shared Memory on your system, perform the following as root:</span></p>
<ol type="1">
<li><a name="175089"> </a><span style="font-family:verdana;font-size:x-small;">Add the following line to /etc/fstab (if it isn&#8217;t there already):</span> <a name="175090"> </a><span style="font-family:Courier;font-size:x-small;">tmpfs   /dev/shm       tmpfs    defaults        0 0</span></li>
<li><a name="175091"> </a><span style="font-family:verdana;font-size:x-small;">Mount shared memory as follows:</span> <a name="175092"> </a><span style="font-family:Courier;font-size:x-small;">mount /dev/shm</span></li>
<li><a name="175093"> </a><span style="font-family:verdana;font-size:x-small;">Issue the following command to check that it mounted properly:</span> <a name="175094"> </a><span style="font-family:Courier;font-size:x-small;">mount | grep &#8220;shm&#8221;</span></li>
</ol>
<p><a name="175095"> </a><span style="font-family:verdana;font-size:x-small;">If the mount was successful, then the following output (or similar) should appear:</span></p>
<p><a name="175096"> </a><span style="font-family:Courier;font-size:x-small;">tmpfs on /dev/shm type tmpfs (rw)</span></p>
<p><strong>Step 4.</strong> Reboot.</p>
<p>EOF&#8230;</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:16px;width:1px;height:1px;">
<table style="border:1px solid #edeef0;width:100%;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr style="border:1px solid #edeef0;margin:0;padding:0;">
<td style="border:1px solid #edeef0;width:20%;text-align:center;padding:5px;"><strong>ATI Catalyst™ 9.8 Proprietary Linux x86 Display Driver </strong></td>
</tr>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/veb61.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/veb61.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/veb61.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/veb61.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/veb61.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/veb61.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/veb61.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/veb61.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/veb61.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/veb61.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/veb61.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/veb61.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/veb61.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/veb61.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=8&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://veb61.wordpress.com/2009/09/16/opensuse-11-1-ati-radeon-hd-3470/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5bc47168e794892fa61362daae0aa7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">veb61</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenSuse 11.1 &amp; VirtualBox</title>
		<link>http://veb61.wordpress.com/2009/09/15/opensuse-11-1-virtualbox/</link>
		<comments>http://veb61.wordpress.com/2009/09/15/opensuse-11-1-virtualbox/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 13:47:18 +0000</pubDate>
		<dc:creator>veb61</dc:creator>
				<category><![CDATA[TroubleShooting]]></category>

		<guid isPermaLink="false">http://veb61.wordpress.com/?p=3</guid>
		<description><![CDATA[Lately, i have been struggling with Sun&#8217;s virtualbox on Suse 11.1 to get it working. First of all my advice for you all not to install OSE( Open Source Edition) until it becomes fully functional. For now it would be better to download the binary from the sun&#8217;s website. So here is how you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=3&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } -->Lately, i have been struggling with Sun&#8217;s virtualbox on Suse 11.1 to get it working. First of all my advice for you all not to install OSE( Open Source Edition) until it becomes fully functional. For now it would be better to download the binary from the sun&#8217;s website.</p>
<p>So here is how you can do it.</p>
<p><span style="font-size:medium;"><strong>INSTALL:</strong></span></p>
<p>Steps:</p>
<ol>
<li>
<p style="margin-bottom:0;">First, you’ll have to download 	the package from <a href="http://dlc.sun.com/virtualbox/vboxdownload.html#linux">Sun’s 	website</a>.</p>
</li>
<li>
<p style="margin-bottom:0;">Then you should download the 	appropriate package according to your OS (32 &amp; 64). For open 	suse , there is a special link. If you don&#8217;t know whether your linux 	is 32 or 64. you can check it by typing &#8220;uname -a&#8221; on the 	command line.</p>
<p style="margin-bottom:0;"><span style="font-family:courier new;"><strong>vehbi@linux-s9q5:~&gt; 	uname -a</strong></span><br />
<span style="font-family:courier new;"><strong>Linux linux-s9q5 	2.6.27.29-0.1-default #1 SMP 2009-08-15 17:53:59 +0200 x86_64 x86_64 	x86_64 GNU/Linux</strong></span><br />
<span style="font-family:courier new;"><strong>vehbi@linux-s9q5:~&gt; </strong></span></li>
<li>
<p style="margin-bottom:0;">After you download the rpm(It is 	an rpm in our case , since we are opensuse users, it may differ on 	different linuxs.)</p>
<p>Type <strong>on </strong><strong><span style="font-family:courier new;">the 	command line</span></strong></p>
<pre style="margin-bottom:.2in;"><strong>sudo rpm -i VirtualBox-3.0.6_52128_openSUSE111-1.x86_64 </strong></pre>
</li>
<li>That&#8217;s it for installing Virtualbox.  But you will 	encounter, mostly so many errors. Let&#8217;s have a look at the possible 	errors you may encounter.</li>
<li></li>
</ol>
<p><span style="font-size:medium;"><strong>Problems And Fixes:</strong></span></p>
<ol>
<li><strong>VirtualBox’s library 	requirements</strong>. Install the following:
<pre><strong>pam-devel</strong>
<strong>libqt2-32bit</strong>
<strong>libqt4-x11-32bit</strong>
<strong>SDL-32bit</strong>
<strong>libxslt-32bit</strong></pre>
</li>
<li>
<pre>ryan@rawswift:~/Desktop&gt; <strong>VirtualBox</strong>
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (2.6.27.7-9-default) or it failed to
         load. Please recompile the kernel module and install it by
           sudo /etc/init.d/vboxdrv setup
         You will not be able to start VMs until this problem is fixed.
/usr/bin/VirtualBox: line 72: /usr/lib/virtualbox/VirtualBox: Permission denied
/usr/bin/VirtualBox: line 72: exec: /usr/lib/virtualbox/VirtualBox: cannot execute: Success
ryan@rawswift:~/Desktop&gt;</pre>
<p>If the above error appears, you should run ‘vboxdrv’ script to 	create the VirtualBox kernel module:</p>
<pre>ryan@rawswift:~/Desktop&gt; <strong>sudo /etc/init.d/vboxdrv setup</strong>
Stopping VirtualBox kernel module                                    done
Removing old VirtualBox netflt kernel module                         done
Removing old VirtualBox kernel module                                done
Recompiling VirtualBox kernel module                                 failed
  (Look at /var/log/vbox-install.log to find out what went wrong)
ryan@rawswift:~/Desktop&gt;</pre>
<p>If it fails to compile, install ‘<strong>kernel-source</strong>‘ 	through YaST. Then run ‘/etc/init.d/vboxdrv setup’ again.</p>
<pre>ryan@rawswift:~/Desktop&gt; <strong>sudo /etc/init.d/vboxdrv setup</strong>
Stopping VirtualBox kernel module                                    done
Removing old VirtualBox netflt kernel module                         done
Removing old VirtualBox kernel module                                done
Recompiling VirtualBox kernel module                                 done
Starting VirtualBox kernel module                                    done
ryan@rawswift:~/Desktop&gt;</pre>
</li>
<li><strong>Permission denied</strong>:
<pre>ryan@rawswift:~/Desktop&gt; <strong>VirtualBox</strong>
/usr/bin/VirtualBox: line 72: /usr/lib/virtualbox/VirtualBox: Permission denied
/usr/bin/VirtualBox: line 72: exec: /usr/lib/virtualbox/VirtualBox: cannot execute: Success
ryan@rawswift:~/Desktop&gt;</pre>
<p>Run ‘chmod’ on ‘VirtualBox’. This will set the execute bit:</p>
<pre style="margin-bottom:.2in;"><strong>sudo chmod +x /usr/lib/virtualbox/VirtualBox</strong></pre>
</li>
<li><strong>Driver mismatch</strong>. If an error box appear when 	you ‘Start’ a virtual machine:
<pre>The VirtualBox support driver which is running is from a different version of VirtualBox.
You can correct this by stopping all running instances of VirtualBox and reinstalling the software.
(VERR_VM_DRIVER_VERSION_MISMATCH).
Result Code:    NS_ERROR_FAILURE (0x80004005)
Component:      Console
Interface:      IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}</pre>
<p>Check your VirtualBox package platform (64-bit or 32-bit, <em>see 	the tutorial above</em>).</li>
<li><strong>USB ERRORS: </strong>Sometimes virtual box may not recognize the usb devices. Or 	sometimes all the devices may seem gray(inoperable). If this is the 	case, do the following in opensuse:
<p>Step 1. Check that the user group ID <em>vboxusers</em> exists. If 	not, create the user group <em>vboxusers</em> using <em>YaST -&gt; 	Security and Users -&gt; Group Management</em>.</p>
<p>Step 2. Discover the group ID (GID) <strong>number</strong> for group ID 	<em>vboxusers</em>. You can do this using <em>YaST -&gt; Security and 	Users -&gt; Group Management</em>. A new window will appear with a 	drop-down menu named <em>Set Filter</em> in the lower-right-hand 	corner. Change <em>Set Filter</em> to <em>System Groups</em> and scroll 	down to near the bottom of the list, where you should see the group 	name <em>vboxusers</em> with its group ID number to the right of 	<em>vboxusers</em>. Alternative way: grep vbox /etc/group as user 	<em>root</em>.</p>
<p>Step 3. Add the desired user ID (e.g. <em>john</em>) to the user 	group <em>vboxusers</em>. Click the button in the lower-right-hand 	corner labeled <em>Finish</em>.</p>
<p>Step 4. Add the following to 	the end of the file <em>/etc/fstab</em>:</p>
<pre style="margin-bottom:.2in;">sys/bus/usb/drivers /proc/bus/usb usbfs devgid=XXX,devmode=664 0 0</pre>
<p>and add following line to <em>/etc/init.d/boot.local</em></p>
<pre>mount -a
Step 5. Reboot.</pre>
</li>
</ol>
<p style="margin-left:.49in;">Note: Some of the parts above are from different places. If you have any further question, mail<br />
me at tr.phenix@gmail.com</p>
<p>EOF.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/veb61.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/veb61.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/veb61.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/veb61.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/veb61.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/veb61.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/veb61.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/veb61.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/veb61.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/veb61.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/veb61.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/veb61.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/veb61.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/veb61.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=veb61.wordpress.com&amp;blog=9496592&amp;post=3&amp;subd=veb61&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://veb61.wordpress.com/2009/09/15/opensuse-11-1-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5bc47168e794892fa61362daae0aa7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">veb61</media:title>
		</media:content>
	</item>
	</channel>
</rss>
