<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chrysemys</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chrysemys"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Chrysemys"/>
	<updated>2026-05-11T03:45:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26465</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26465"/>
		<updated>2010-12-29T19:51:13Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start using LinuxMCE, just not much experience in keeping up wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running. Would be nice when the LMCE-heroes finish the migration to 10.04 LTS.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Initially Intrepid suffered from permission issues; somehow root could not read from the proper device, solved this bij setting the UID of the user iguanair equal to 0.0 (making it root).&lt;br /&gt;
Subsequently installed LMCE, bt the device was not recognised out-of-the-box by the LMCE installer, need to look further into it another time.&lt;br /&gt;
&lt;br /&gt;
==Kernel: MoBo NIC &amp;amp; GPU ==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel.&lt;br /&gt;
The first homebuilt kernels (according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.) got this card running out of the box, but in all my from-scratch kernel configuration attempts, the NVIDIA kernel driver was broken.&lt;br /&gt;
&lt;br /&gt;
I then copied the config of the correct operational Maverick Meerkat distribution kernel 2.6.35.4 to the source of the ditto kernel and forged a new kernel package from that.&lt;br /&gt;
&lt;br /&gt;
The NIC is supported (easy) and the compiled NVIDIA (v260.19.12) kernel driver appears to be loadable. Upon MCE -installation I suppose this will be automagically replaced by the nvidia distribution package.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810. Screwed thing up with grub and NVIDIA drivers.&lt;br /&gt;
&lt;br /&gt;
*2010 11 09 : Reinstalled Intrepid, its sources have been removed from Ubuntu&#039;s main site, need to use the archives:&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Some repo&#039;s appear to be missing, fortunatly someone posted the following at the forum:&lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid  main restricted universe multiverse &lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid-updates  main restricted universe multiverse &lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid-security  main restricted universe multiverse &lt;br /&gt;
   deb http://ubuntu.k-net.ru/ubuntu/ intrepid-backports  main restricted universe multiverse&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26464</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26464"/>
		<updated>2010-12-29T19:49:52Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start using LinuxMCE, just not much experience in keeping up wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Initially Intrepid suffered from permission issues; somehow root could not read from the proper device, solved this bij setting the UID of the user iguanair equal to 0.0 (making it root).&lt;br /&gt;
Subsequently installed LMCE, bt the device was not recognised out-of-the-box by the LMCE installer, need to look further into it another time.&lt;br /&gt;
&lt;br /&gt;
==Kernel: MoBo NIC &amp;amp; GPU ==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel.&lt;br /&gt;
The first homebuilt kernels (according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.) got this card running out of the box, but in all my from-scratch kernel configuration attempts, the NVIDIA kernel driver was broken.&lt;br /&gt;
&lt;br /&gt;
I then copied the config of the correct operational Maverick Meerkat distribution kernel 2.6.35.4 to the source of the ditto kernel and forged a new kernel package from that.&lt;br /&gt;
&lt;br /&gt;
The NIC is supported (easy) and the compiled NVIDIA (v260.19.12) kernel driver appears to be loadable. Upon MCE -installation I suppose this will be automagically replaced by the nvidia distribution package.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810. Screwed thing up with grub and NVIDIA drivers.&lt;br /&gt;
&lt;br /&gt;
*2010 11 09 : Reinstalled Intrepid, its sources have been removed from Ubuntu&#039;s main site, need to use the archives:&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Some repo&#039;s appear to be missing, fortunatly someone posted the following at the forum:&lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid  main restricted universe multiverse &lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid-updates  main restricted universe multiverse &lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid-security  main restricted universe multiverse &lt;br /&gt;
   deb http://ubuntu.k-net.ru/ubuntu/ intrepid-backports  main restricted universe multiverse&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26337</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26337"/>
		<updated>2010-12-09T21:06:14Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Initially Intrepid suffered from permission issues; somehow root could not read from the proper device, solved this bij setting the UID of the user iguanair equal to 0.0 (making it root).&lt;br /&gt;
Subsequently installed LMCE, bt the device was not recognised out-of-the-box by the LMCE installer, need to look further into it another time.&lt;br /&gt;
&lt;br /&gt;
==Kernel: MoBo NIC &amp;amp; GPU ==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel.&lt;br /&gt;
The first homebuilt kernels (according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.) got this card running out of the box, but in all my from-scratch kernel configuration attempts, the NVIDIA kernel driver was broken.&lt;br /&gt;
&lt;br /&gt;
I then copied the config of the correct operational Maverick Meerkat distribution kernel 2.6.35.4 to the source of the ditto kernel and forged a new kernel package from that.&lt;br /&gt;
&lt;br /&gt;
The NIC is supported (easy) and the compiled NVIDIA (v260.19.12) kernel driver appears to be loadable. Upon MCE -installation I suppose this will be automagically replaced by the nvidia distribution package.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810. Screwed thing up with grub and NVIDIA drivers.&lt;br /&gt;
&lt;br /&gt;
*2010 11 09 : Reinstalled Intrepid, its sources have been removed from Ubuntu&#039;s main site, need to use the archives:&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Some repo&#039;s appear to be missing, fortunatly someone posted the following at the forum:&lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid  main restricted universe multiverse &lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid-updates  main restricted universe multiverse &lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid-security  main restricted universe multiverse &lt;br /&gt;
   deb http://ubuntu.k-net.ru/ubuntu/ intrepid-backports  main restricted universe multiverse&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26214</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26214"/>
		<updated>2010-11-28T13:46:38Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* installation MCE alpha-2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
==Kernel: MoBo NIC &amp;amp; GPU ==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel.&lt;br /&gt;
The first homebuilt kernels (according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.) got this card running out of the box, but in all my from-scratch kernel configuration attempts, the NVIDIA kernel driver was broken.&lt;br /&gt;
&lt;br /&gt;
I then copied the config of the correct operational Maverick Meerkat distribution kernel 2.6.35.4 to the source of the ditto kernel and forged a new kernel package from that.&lt;br /&gt;
&lt;br /&gt;
The NIC is supported (easy) and the compiled NVIDIA (v260.19.12) kernel driver appears to be loadable. Upon MCE -installation I suppose this will be automagically replaced by the nvidia distribution package.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810. Screwed thing up with grub and NVIDIA drivers.&lt;br /&gt;
&lt;br /&gt;
*2010 11 09 : Reinstalled Intrepid, its sources have been removed from Ubuntu&#039;s main site, need to use the archives:&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Some repo&#039;s appear to be missing, fortunatly someone posted the following at the forum:&lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid  main restricted universe multiverse &lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid-updates  main restricted universe multiverse &lt;br /&gt;
   deb http://fastspeedtest.net/mirrors/ubuntu/ intrepid-security  main restricted universe multiverse &lt;br /&gt;
   deb http://ubuntu.k-net.ru/ubuntu/ intrepid-backports  main restricted universe multiverse&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:VPN&amp;diff=26213</id>
		<title>Talk:VPN</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:VPN&amp;diff=26213"/>
		<updated>2010-11-28T12:45:07Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: request for information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;errr&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Download the patches and vpn package&amp;quot;&lt;br /&gt;
&lt;br /&gt;
From what location, I might ask?&lt;br /&gt;
&lt;br /&gt;
A link to another wiki which tells more about patches and their location, or a link to the location itself?&lt;br /&gt;
&lt;br /&gt;
regards, Hans&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26135</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26135"/>
		<updated>2010-11-08T23:29:55Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
==Kernel: MoBo NIC &amp;amp; GPU ==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel.&lt;br /&gt;
The first homebuilt kernels (according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.) got this card running out of the box, but in all my from-scratch kernel configuration attempts, the NVIDIA kernel driver was broken.&lt;br /&gt;
&lt;br /&gt;
I then copied the config of the correct operational Maverick Meerkat distribution kernel 2.6.35.4 to the source of the ditto kernel and forged a new kernel package from that.&lt;br /&gt;
&lt;br /&gt;
The NIC is supported (easy) and the compiled NVIDIA (v260.19.12) kernel driver appears to be loadable. Upon MCE -installation I suppose this will be automagically replaced by the nvidia distribution package.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810. Screwed thing up with grub and NVIDIA drivers.&lt;br /&gt;
&lt;br /&gt;
*2010 11 09 : Reinstalled Intrepid, its sources have been removed from Ubuntu&#039;s main site, need to use the archives:&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
Installation process would not finish because of missing packages: &lt;br /&gt;
http://old-releases.ubuntu.com/ubuntu/pool/main/d/dhcp3/dhcp3-server_3.1.1-1ubuntu2.2_i386.deb 404 Not Found&lt;br /&gt;
http://old-releases.ubuntu.com/ubuntu/pool/main/p/php5/php5-curl_5.2.6-2ubuntu4.6_i386.deb 404 Not Found&lt;br /&gt;
http://old-releases.ubuntu.com/ubuntu/pool/main/p/php5/php5-gd_5.2.6-2ubuntu4.6_i386.deb 404 Not Found&lt;br /&gt;
Bug-report?&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Club3D_9400GT_HDMI_Passive&amp;diff=26134</id>
		<title>Club3D 9400GT HDMI Passive</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Club3D_9400GT_HDMI_Passive&amp;diff=26134"/>
		<updated>2010-11-08T22:35:28Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|810Status=relevant|810UpdatedDate= November 9th 2010|810UpdatedBy=[[User:Chrysemys|Chrysemys]]}}&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: Graphic Cards]]&lt;br /&gt;
{{Stub}}&lt;br /&gt;
&lt;br /&gt;
Club3D 9400GT HDMI Passive&lt;br /&gt;
(http://www.club3d.nl/products/products_ending_page_7_with_id.cfm?product_id=109 )&lt;br /&gt;
&lt;br /&gt;
Hardware:&lt;br /&gt;
    * 512 MB (I think)&lt;br /&gt;
    * PCI-e&lt;br /&gt;
    * Passive Cooling&lt;br /&gt;
&lt;br /&gt;
Connections:    &lt;br /&gt;
    * 1x VGA&lt;br /&gt;
    * 1x DVI&lt;br /&gt;
    * 1x Audio&lt;br /&gt;
&lt;br /&gt;
Works with nv driver in Intrepid.&lt;br /&gt;
&lt;br /&gt;
Having some problem getting it running with a custom built kernel, but with a kernel config from Maverick-Meerkat and kernel built at the system itself (http://www.howtoforge.com/kernel_compilation_ubuntu) a loadable kernel module is produced.&lt;br /&gt;
&lt;br /&gt;
Further work in progress.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Club3D_9400GT_HDMI_Passive&amp;diff=26133</id>
		<title>Club3D 9400GT HDMI Passive</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Club3D_9400GT_HDMI_Passive&amp;diff=26133"/>
		<updated>2010-11-08T22:33:56Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|810Status=relevant|810UpdatedDate= November 9th 2010|810UpdatedBy=Chrysemys}}&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: Graphic Cards]]&lt;br /&gt;
{{Stub}}&lt;br /&gt;
&lt;br /&gt;
Club3D 9400GT HDMI Passive&lt;br /&gt;
(http://www.club3d.nl/products/products_ending_page_7_with_id.cfm?product_id=109 )&lt;br /&gt;
&lt;br /&gt;
Hardware:&lt;br /&gt;
    * 512 MB (I think)&lt;br /&gt;
    * PCI-e&lt;br /&gt;
    * Passive Cooling&lt;br /&gt;
&lt;br /&gt;
Connections:    &lt;br /&gt;
    * 1x VGA&lt;br /&gt;
    * 1x DVI&lt;br /&gt;
    * 1x Audio&lt;br /&gt;
&lt;br /&gt;
Works with nv driver in Intrepid.&lt;br /&gt;
&lt;br /&gt;
Having some problem getting it running with a custom built kernel, but with a kernel config from Maverick-Meerkat and kernel built at the system itself (http://www.howtoforge.com/kernel_compilation_ubuntu) a loadable kernel module is produced.&lt;br /&gt;
&lt;br /&gt;
Further work in progress.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Club3D_9400GT_HDMI_Passive&amp;diff=26132</id>
		<title>Club3D 9400GT HDMI Passive</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Club3D_9400GT_HDMI_Passive&amp;diff=26132"/>
		<updated>2010-11-08T22:32:38Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo|810Status=relevant|810UpdatedDate= November 9th 2010|810UpdatedBy=Chrysemys}}&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: Graphic Cards]]&lt;br /&gt;
{{Stub}}&lt;br /&gt;
&lt;br /&gt;
Club3D 9400GT HDMI Passive&lt;br /&gt;
(http://www.club3d.nl/products/products_ending_page_7_with_id.cfm?product_id=109 )&lt;br /&gt;
&lt;br /&gt;
Tested working great with UI2 with and without alpha blending.&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
Hardware:&lt;br /&gt;
    * 512 MB (I think)&lt;br /&gt;
    * PCI-e&lt;br /&gt;
    * Passive Cooling&lt;br /&gt;
&lt;br /&gt;
Connections:    &lt;br /&gt;
    * 1x VGA&lt;br /&gt;
    * 1x DVI&lt;br /&gt;
    * 1x Audio&lt;br /&gt;
&lt;br /&gt;
Having some problem getting it running with a custom built kernel, but with a kernel config from Maverick-Meerkat and kernel built at the system itself (http://www.howtoforge.com/kernel_compilation_ubuntu) a loadable kernel module is produced.&lt;br /&gt;
&lt;br /&gt;
Further work in progress.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Club3D_9400GT_HDMI_Passive&amp;diff=26131</id>
		<title>Club3D 9400GT HDMI Passive</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Club3D_9400GT_HDMI_Passive&amp;diff=26131"/>
		<updated>2010-11-08T22:30:04Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: New page: Category: Hardware {{versioninfo}} Category: Video Category: Graphic Cards {{Stub}}  Club3D 9400GT HDMI Passive (http://www.club3d.nl/products/products_ending_page_7_with_id.cf...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
{{versioninfo}}&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: Graphic Cards]]&lt;br /&gt;
{{Stub}}&lt;br /&gt;
&lt;br /&gt;
Club3D 9400GT HDMI Passive&lt;br /&gt;
(http://www.club3d.nl/products/products_ending_page_7_with_id.cfm?product_id=109 )&lt;br /&gt;
&lt;br /&gt;
Tested working great with UI2 with and without alpha blending.&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
Hardware:&lt;br /&gt;
    * 512 MB (I think)&lt;br /&gt;
    * PCI-e&lt;br /&gt;
    * Passive Cooling&lt;br /&gt;
&lt;br /&gt;
Connections:    &lt;br /&gt;
    * 1x VGA&lt;br /&gt;
    * 1x DVI&lt;br /&gt;
    * 1x Audio&lt;br /&gt;
&lt;br /&gt;
Having some problem getting it running with a custom built kernel, but with a kernel config from Maverick-Meerkat and kernel built at the system itself (http://www.howtoforge.com/kernel_compilation_ubuntu) a loadable kernel module is produced.&lt;br /&gt;
&lt;br /&gt;
Further work in progress.&lt;br /&gt;
(More on http://wiki.linuxmce.org/index.php/User:Chrysemys)&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26130</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26130"/>
		<updated>2010-11-08T22:13:30Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* installation MCE alpha-2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
==Kernel: MoBo NIC &amp;amp; GPU ==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel.&lt;br /&gt;
The first homebuilt kernels (according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.) got this card running out of the box, but in all my from-scratch kernel configuration attempts, the NVIDIA kernel driver was broken.&lt;br /&gt;
&lt;br /&gt;
I then copied the config of the correct operational Maverick Meerkat distribution kernel 2.6.35.4 to the source of the ditto kernel and forged a new kernel package from that.&lt;br /&gt;
&lt;br /&gt;
The NIC is supported (easy) and the compiled NVIDIA (v260.19.12) kernel driver appears to be loadable. Upon MCE -installation I suppose this will be automagically replaced by the nvidia distribution package.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810. Screwed thing up with grub and NVIDIA drivers.&lt;br /&gt;
&lt;br /&gt;
*2010 11 09 : Reinstalled Intrepid, its sources have been removed from Ubuntu&#039;s main site, need to use the archives:&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26129</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26129"/>
		<updated>2010-11-08T22:12:55Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* installation MCE alpha-2 start of a new attempt */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
==Kernel: MoBo NIC &amp;amp; GPU ==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel.&lt;br /&gt;
The first homebuilt kernels (according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.) got this card running out of the box, but in all my from-scratch kernel configuration attempts, the NVIDIA kernel driver was broken.&lt;br /&gt;
&lt;br /&gt;
I then copied the config of the correct operational Maverick Meerkat distribution kernel 2.6.35.4 to the source of the ditto kernel and forged a new kernel package from that.&lt;br /&gt;
&lt;br /&gt;
The NIC is supported (easy) and the compiled NVIDIA (v260.19.12) kernel driver appears to be loadable. Upon MCE -installation I suppose this will be automagically replaced by the nvidia distribution package.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810. Screwed thing up with grub and NVIDIA drivers.&lt;br /&gt;
&lt;br /&gt;
*2010 11 09 : Reinstalled Intrepid, its sources are removed from Ubuntu&#039;s main site, need to use the archives:&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse&lt;br /&gt;
   deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;br /&gt;
   deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26128</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26128"/>
		<updated>2010-11-08T22:08:06Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* Kernel compilation experience*/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
==Kernel: MoBo NIC &amp;amp; GPU ==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel.&lt;br /&gt;
The first homebuilt kernels (according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.) got this card running out of the box, but in all my from-scratch kernel configuration attempts, the NVIDIA kernel driver was broken.&lt;br /&gt;
&lt;br /&gt;
I then copied the config of the correct operational Maverick Meerkat distribution kernel 2.6.35.4 to the source of the ditto kernel and forged a new kernel package from that.&lt;br /&gt;
&lt;br /&gt;
The NIC is supported (easy) and the compiled NVIDIA (v260.19.12) kernel driver appears to be loadable. Upon MCE -installation I suppose this will be automagically replaced by the nvidia distribution package.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810 &lt;br /&gt;
( wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz):&lt;br /&gt;
The installer started complaining it could not dld some packages which I initially downloaded manually. &lt;br /&gt;
At the third missing package I dived a bit deeper into it and added the line&lt;br /&gt;
   deb http://deb.linuxmce.org/ubuntu/ intrepid lmce-alpha2-updates to /etc/apt/source.list which was enough.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26127</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=26127"/>
		<updated>2010-11-08T21:51:35Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: small typo modification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
==MoBo NIC==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810 &lt;br /&gt;
( wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz):&lt;br /&gt;
The installer started complaining it could not dld some packages which I initially downloaded manually. &lt;br /&gt;
At the third missing package I dived a bit deeper into it and added the line&lt;br /&gt;
   deb http://deb.linuxmce.org/ubuntu/ intrepid lmce-alpha2-updates to /etc/apt/source.list which was enough.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24779</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24779"/>
		<updated>2010-07-30T06:51:05Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Setups]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
==MoBo NIC==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
The installer started complaining it could not dld some packages which ik initially downloaded manually. At the third missing package I dived a bit deeper into it and added the line&lt;br /&gt;
   deb http://deb.linuxmce.org/ubuntu/ intrepid lmce-alpha2-updates&lt;br /&gt;
to /etc/apt/source.list which was enough.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24759</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24759"/>
		<updated>2010-07-29T19:33:20Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
&lt;br /&gt;
Started this project recently and assembled the following hardware:&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
&lt;br /&gt;
==Orbiters==&lt;br /&gt;
*Nokia N800&lt;br /&gt;
*Nokia N810&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
It is pretty modern hardware in comparison with Kubuntu-Intrepid, so I suspect some mods and tweaks are nessecary to get things running.&lt;br /&gt;
==IguanaIR==&lt;br /&gt;
First add the IguanaIR repository to /etc/apt/sources.list:&lt;br /&gt;
  deb-src http://iguanaworks.net/downloads/debian source/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-i386/&lt;br /&gt;
  deb http://iguanaworks.net/downloads/debian binary-amd64/&lt;br /&gt;
&lt;br /&gt;
(Since MCE is 32-bits only, the last line is actually not necessary)&lt;br /&gt;
Then go to a clean directory &lt;br /&gt;
&lt;br /&gt;
(for example: sudo mkdir /usr/local/src/Lirc;cd /usr/local/src/Lirc)&lt;br /&gt;
And issue&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install iguanair&lt;br /&gt;
 sudo apt-get build-dep lirc &lt;br /&gt;
 sudo apt-get -b source lirc&lt;br /&gt;
&lt;br /&gt;
==MoBo NIC==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
The installer started complaining it could not dld some packages which ik initially downloaded manually. At the third missing package I dived a bit deeper into it and added the line&lt;br /&gt;
   deb http://deb.linuxmce.org/ubuntu/ intrepid lmce-alpha2-updates&lt;br /&gt;
to /etc/apt/source.list which was enough.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24758</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24758"/>
		<updated>2010-07-29T19:18:27Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* encountered issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
&lt;br /&gt;
=Issues encountered=&lt;br /&gt;
==MoBo NIC==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way.&lt;br /&gt;
&lt;br /&gt;
==installation MCE alpha-2==&lt;br /&gt;
*2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
The installer started complaining it could not dld some packages which ik initially downloaded manually. At the third missing package I dived a bit deeper into it and added the line&lt;br /&gt;
   deb http://deb.linuxmce.org/ubuntu/ intrepid lmce-alpha2-updates&lt;br /&gt;
to /etc/apt/source.list which was enough.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24757</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24757"/>
		<updated>2010-07-29T19:14:44Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
&lt;br /&gt;
=encountered issues =&lt;br /&gt;
==MoBo NIC ==&lt;br /&gt;
The on-board NIC (RTL 8111/8168B) is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
==installation MCE alpha-2&lt;br /&gt;
2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
* manual download of:&lt;br /&gt;
  * pluto-sample-media_2.0.0.44.09112922522_i386.deb&lt;br /&gt;
  * video-wizard-videos_1.1_all.deb&lt;br /&gt;
From: http://deb.linuxmce.org/ubuntu/dists/intrepid/lmce-alpha2-updates/binary-i386/&lt;br /&gt;
After the third missing package I dived a bit deeper into it and added the line&lt;br /&gt;
deb http://deb.linuxmce.org/ubuntu/ intrepid lmce-alpha2-updates&lt;br /&gt;
to /etc/apt/source.list which was enough.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24756</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24756"/>
		<updated>2010-07-29T19:09:33Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware=&lt;br /&gt;
==core==&lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* RAM:(4GB) OCZ Platinum Low Voltage OCZ3P1333LV4GK&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
&lt;br /&gt;
== Media Director ==&lt;br /&gt;
*MoBo: MSI 770-C45 &lt;br /&gt;
* Case: Silverstone LC17&lt;br /&gt;
* CPU: AMD Athlon(tm) II X2 215&lt;br /&gt;
* CPU Cooler:Scythe Ninja Mini Rev. B&lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
* PSU: Nexus Value 430&lt;br /&gt;
&lt;br /&gt;
=encountered issues =&lt;br /&gt;
2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
* manual download of:&lt;br /&gt;
  * pluto-sample-media_2.0.0.44.09112922522_i386.deb&lt;br /&gt;
  * video-wizard-videos_1.1_all.deb&lt;br /&gt;
From: http://deb.linuxmce.org/ubuntu/dists/intrepid/lmce-alpha2-updates/binary-i386/&lt;br /&gt;
After the third missing package I dived a bit deeper into it and added the line&lt;br /&gt;
deb http://deb.linuxmce.org/ubuntu/ intrepid lmce-alpha2-updates&lt;br /&gt;
to /etc/apt/source.list which was enough.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24755</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24755"/>
		<updated>2010-07-29T18:42:00Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* encountered issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
&lt;br /&gt;
=encountered issues =&lt;br /&gt;
2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
* manual download of:&lt;br /&gt;
  * pluto-sample-media_2.0.0.44.09112922522_i386.deb&lt;br /&gt;
  * video-wizard-videos_1.1_all.deb&lt;br /&gt;
From: http://deb.linuxmce.org/ubuntu/dists/intrepid/lmce-alpha2-updates/binary-i386/&lt;br /&gt;
After the third missing package I dived a bit deeper into it and added the line&lt;br /&gt;
deb http://deb.linuxmce.org/ubuntu/ intrepid lmce-alpha2-updates&lt;br /&gt;
to /etc/apt/source.list which was enough.&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24754</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24754"/>
		<updated>2010-07-29T18:19:39Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: Hauppauge WinTV HVR-4000 &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
&lt;br /&gt;
=encountered issues =&lt;br /&gt;
2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
* manual download of:&lt;br /&gt;
  * pluto-sample-media_2.0.0.44.09112922522_i386.deb&lt;br /&gt;
  * video-wizard-videos_1.1_all.deb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From: http://deb.linuxmce.org/ubuntu/dists/intrepid/lmce-alpha2-updates/binary-i386/&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24753</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24753"/>
		<updated>2010-07-29T18:14:12Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* CPU cooler: Scythe Mugen 2 Rev. B &lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the case fans could also perform that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
&lt;br /&gt;
=encountered issues =&lt;br /&gt;
2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
* manual download of:&lt;br /&gt;
  * pluto-sample-media_2.0.0.44.09112922522_i386.deb&lt;br /&gt;
  * video-wizard-videos_1.1_all.deb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From: http://deb.linuxmce.org/ubuntu/dists/intrepid/lmce-alpha2-updates/binary-i386/&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24752</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24752"/>
		<updated>2010-07-29T18:12:36Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the fans wera also that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: &lt;br /&gt;
* GPU: Club3D 9400GT HDMI Passive.&lt;br /&gt;
=encountered issues =&lt;br /&gt;
2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
* manual download of:&lt;br /&gt;
  * pluto-sample-media_2.0.0.44.09112922522_i386.deb&lt;br /&gt;
  * video-wizard-videos_1.1_all.deb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From: http://deb.linuxmce.org/ubuntu/dists/intrepid/lmce-alpha2-updates/binary-i386/&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24751</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24751"/>
		<updated>2010-07-29T18:08:42Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* CPU: AMD Athlon(tm) II X4 620&lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the fans wera also that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
* TV-card: &lt;br /&gt;
=encountered issues =&lt;br /&gt;
2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
* manual download of:&lt;br /&gt;
  * pluto-sample-media_2.0.0.44.09112922522_i386.deb&lt;br /&gt;
  * video-wizard-videos_1.1_all.deb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From: http://deb.linuxmce.org/ubuntu/dists/intrepid/lmce-alpha2-updates/binary-i386/&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24750</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24750"/>
		<updated>2010-07-29T18:04:00Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* CPU: &lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the fans wera also that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;br /&gt;
=encountered issues =&lt;br /&gt;
2010 07 29: installation of current mce 810 (wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gzwget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz:&lt;br /&gt;
* manual download of:&lt;br /&gt;
  * pluto-sample-media_2.0.0.44.09112922522_i386.deb&lt;br /&gt;
  * video-wizard-videos_1.1_all.deb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From: http://deb.linuxmce.org/ubuntu/dists/intrepid/lmce-alpha2-updates/binary-i386/&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24749</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24749"/>
		<updated>2010-07-29T17:50:42Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* CPU: &lt;br /&gt;
* HD: 3x  Samsung EcoGreen F2 EG HD154UI, 1.5TB&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the fans wera also that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24748</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24748"/>
		<updated>2010-07-29T17:47:39Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* PSU: Nexus NX-5000 R3 530W; nice and silent if only the fans wera also that silent.&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;br /&gt;
* Case: Chieftec CA-01B-B-SL, a bit big, but lots of space for air circulation&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24747</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24747"/>
		<updated>2010-07-29T17:44:24Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Considering to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to http://www.howtoforge.com/kernel_compilation_ubuntu: How To Compile A Kernel - The Ubuntu Way&lt;br /&gt;
* Infrared Tranceiver: IguanaIR&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24746</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24746"/>
		<updated>2010-07-29T17:40:13Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE, just not much experience in editing wiki&#039;s&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Hardware= &lt;br /&gt;
*MoBo: MSI 770-C45 The on-board NIC is not supported by Intrepid&#039;s native desktop kernel. Due to the age of Intrepid I decided to build a new 2.6.34.1 kernel according to a `build your kernel the ubuntu-way&#039;&lt;br /&gt;
IguanaIR&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24745</id>
		<title>User:Chrysemys</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Chrysemys&amp;diff=24745"/>
		<updated>2010-07-29T17:30:59Z</updated>

		<summary type="html">&lt;p&gt;Chrysemys: New page: Some 12 years of Debian experience might be enough to start useng LinuxMCE.  Hardware: [Core]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some 12 years of Debian experience might be enough to start useng LinuxMCE.&lt;br /&gt;
&lt;br /&gt;
[[Hardware]]:&lt;br /&gt;
[Core]&lt;/div&gt;</summary>
		<author><name>Chrysemys</name></author>
	</entry>
</feed>