<?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>rantings of a nerd</title>
	<atom:link href="http://rantingsofanerd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rantingsofanerd.wordpress.com</link>
	<description>Wider den Willen ihrer Lenker hat die Technik die Menschen aus Kindern zu Personen gemacht.</description>
	<lastBuildDate>Fri, 14 Jan 2011 10:44:28 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rantingsofanerd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>rantings of a nerd</title>
		<link>http://rantingsofanerd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rantingsofanerd.wordpress.com/osd.xml" title="rantings of a nerd" />
	<atom:link rel='hub' href='http://rantingsofanerd.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Gentoo on a Mac Mini Server 2010</title>
		<link>http://rantingsofanerd.wordpress.com/2010/11/24/gentoo-on-a-mac-mini-server-2010/</link>
		<comments>http://rantingsofanerd.wordpress.com/2010/11/24/gentoo-on-a-mac-mini-server-2010/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 11:27:02 +0000</pubDate>
		<dc:creator>rantingsofanerd</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rantingsofanerd.wordpress.com/?p=205</guid>
		<description><![CDATA[This is a how to install Gentoo on a brand new Apple Mac Mini Server 2,1. It turned out to be a bit tricky (in fact i wasted 5 days). So if you want to follow my guide, you should already be experienced with linux. I still provide a step by step tutorial. But please [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=205&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a how to install Gentoo on a brand new Apple Mac Mini Server 2,1. It turned out to be a bit tricky (in fact i wasted 5 days). So if you want to follow my guide, you should already be experienced with linux. I still provide a step by step tutorial. But please READ ALL THE MENTIONED DOCS first, before you start! How to read the following text:</p>
<p><em># italic</em> is a command line you enter in a terminal<br />
<em>italic</em> is a line you add to a config file</p>
<blockquote><p>blockquote is a config file</p></blockquote>
<p>Well, to install an unencrypted linux on the Mac Mini was easy, but i wanted to install an RAID 1 with DM-CRYPT and LVM2 on the 500gb disks. </p>
<p><strong>-1.) Howto install a regular Gentoo on a Mini</strong><br />
Now if you don&#8217;t need RAID, encryption and the logical volume manager, then its quite simple to install Gentoo. Just<br />
- Install rEFIt<br />
- Boot Live CD and install Gentoo according to the manual.<br />
- Use LILO instead of GRUB and reboot. </p>
<p><strong>0.) Now lets start with the tricky part. </strong><br />
But to add all the other features to the mac mini installation was not that simple. More or less we work with the three following HOWTOS</p>
<p>[1] <a href="http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1">The Gentoo Handbook</a><br />
[2] <a href="http://en.gentoo-wiki.com/wiki/Root_filesystem_over_LVM2,_DM-Crypt_and_RAID">HOWTO for LVM2, RAID, DM-Crypt</a><br />
[3] <a href="http://en.gentoo-wiki.com/wiki/Grub2">HOWTO for GRUB2</a></p>
<p>And i will just refer to them as [1],[2],[3]. Something like &#8222;[1] / 10.b. Default: Using GRUB&#8220; refers to the section of document 1 <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Again: Read them first and my article before you start anything. Also you should read the rEFIt documentation and all man pages of unknown commands. </p>
<p><strong>1.) Preparing EFI</strong><br />
Apple does not use a regular BIOS, but an <a href="http://en.wikipedia.org/wiki/Extensible_Firmware_Interface">Extensible Firmware Interface (EFI)</a>. That means we have to tell the EFI, to boot other OS as well. </p>
<p>Boot your Mac Mini, download rEFIt from their <a href="http://refit.sourceforge.net/">website</a>, open the .dmg file and install rEFIt.mpkg. Now you can switch between your OS when pressing &#8222;ALT&#8220; (on a windows keyboard) before starting the mac.</p>
<p><strong>2.) Booting from a Live CD</strong><br />
Welcome to the first problem: The Mac Mini (4,1) , Mac Mini Server (2,1) and the new Mac Book Pros (Generation 8 ) use the nVidia MCP89 SATA Chip. It is not really supported by the kernel <strong>[UPDATE: SINCE 2.6.37 A PATCH FOR EHCI USB HOST IS PROVIDED, THERE IS NO NEED TO APPLY THE PATCH ANY MORE]</strong>, so if you boot e.g. a regular Gentoo Install CD (or Debian), then you won&#8217;t find any drives or harddisks at all. A workaround is provided by Kernel &gt;=2.6.36. Also Ubuntu 10.10 patched their 2.6.35 kernel to find this chip. Thats the Live CD i used. </p>
<p>Get the Ubuntu 10.10 Live CD from <a href="http://www.ubuntu.com/desktop/get-ubuntu/download">here</a>. Boot your Mac while pressing &#8222;ALT&#8220;, in rEFIt choose &#8222;Windows CD&#8220; (yeah <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ). Don&#8217;t just hit enter to boot Ubuntu, you&#8217;ll end at a black screen. Instead, in the first menu hit F6, activate &#8222;nomodeset&#8220; and then boot up Ubuntu. </p>
<p><strong>3.) Installing additional things &amp; stuff</strong><br />
Perhaps you want to change your keyboard first, but i&#8217;ll stick with the necessary informations: Ubuntu does not know LVM2 and RAID, but thats what we need for [2]. Open a terminal and install  </p>
<p><em># sudo apt-get install lvm2 mdadm</em></p>
<p>Now lets deal with the Hard Disks. Apple uses <a href="http://en.wikipedia.org/wiki/GUID_Partition_Table">Guid Partition Table (GPT)</a>, i just have Gentoo running on the hard disks, no boot option for Mac OS X any more. So there was no need to keep any GPT signatures. I later deleted the 200MB EFI partitions as well. </p>
<p><em># sudo parted /dev/sda</em> and <em>mklabel msdos</em></p>
<p>repeat for the second hard disk:</p>
<p><em># sudo parted /dev/sdb</em> and <em>mklabel msdos</em></p>
<p><strong>4.) Follow instructions</strong><br />
Until you have entered the chroot environment, don&#8217;t forget to use <em>sudo</em>, if you stick to my way (booting from Ubuntu). In case you are booting from any other cd and got a real root account, then of course you don&#8217;t need <em>sudo</em>.</p>
<p>After using parted, you can can just follow instructions from the HOWTOs. Start with [2] / Partitions till you have reached the Point [2] / Installation. Then you continue with [1] / 4.d. Don&#8217;t forget to activate the swap partition after making file systems! </p>
<p><em># sudo swapon /dev/mapper/vg-swap</em></p>
<p>Mount all your partitions, unpack the stage3 file, portage tree, until you reach [1] / 7.b.</p>
<p><strong>5.) Kernel configuration</strong><br />
You need at least a Kernel &gt;= 2.6.36, get it from <a href="http://kernel.org/">here</a>. Keep in mind, you&#8217;re still in the chroot environment: </p>
<p><em># cd /usr/src<br />
# wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.tar.bz2<br />
# tar xvjf linux-2.6.36.tar.bz2<br />
# ln -s linux-2.6.36 linux<br />
# cd /usr/src/linux<br />
# make menuconfig<br />
</em></p>
<p>[2] / Installation tells you, that you need the Device Drivers + Crypt Support. But as you have no PS2 Keyboard, you also need USB + FULL HID installed, otherwise you have no chance to enter you password. Yeah, that happened to me&#8230; <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<blockquote><p>
Device Drivers &#8212;&gt; Multiple device drivers -&gt; Device mapper support<br />
Device Drivers &#8212;&gt; Multiple device drivers -&gt; Crypt target suport<br />
Cryptographic API &#8212;&gt;<br />
Device Drivers &#8212;&gt; HID Devices -&gt; full HID support<br />
Device Drivers &#8212;&gt; USB support -&gt; EHCI HCD (USB 2.0)<br />
Device Drivers &#8212;&gt; USB support -&gt; OHCI<br />
Device Drivers &#8212;&gt; USB support -&gt; UHCI
</p></blockquote>
<p>Yes, i got all three activated. When i got some time, i will update this howto and provide a minimal kernel config for the mac mini server. </p>
<p><em># make &amp;&amp; make modules_install<br />
# cp arch/i386/boot/bzImage /boot/kernel-2.6.36<br />
</em></p>
<p><strong>6.) Follow [1] until [1] / 10</strong><br />
Until you got to the point of installing a boot loader. If you really stick to the partition scheme from [2] you use this /etc/fstab:</p>
<blockquote><p>/dev/md1		/boot		ext3		noauto,noatime	1 2<br />
/dev/mapper/vg-root	/		ext3		noatime		0 1<br />
/dev/mapper/vg-swap	none		swap		sw		0 0<br />
/dev/mapper/vg-home	/home		ext3		defaults	0 2<br />
shm			/dev/shm	tmpfs		nodev,nosuid,noexec	0 0<br />
proc 			/proc		proc		defaults	0 0
</p></blockquote>
<p><strong>7.) Install Bootloader</strong><br />
Now it gets a bit tricky: Because GRUB does not know how to handle EFI, LiLo is easy to configure as long as you don&#8217;t use RAIDS, LVM and DM-Crypt. So we have to install GRUB2 and more or less continue with [3]. For now just tell /etc/portage/package.keyword to install grub-1.98 (don&#8217;t get confused, thats Grub2). Grub2 doesn&#8217;t like premounted /boot partitions. So we leave chroot, umount /mnt/gentoo/boot, reenter chroot and mount it from there:</p>
<p><em># exit </em><br />
<em># sudo umount /mnt/gentoo/boot</em><br />
<em># sudo chroot /mnt/gentoo /bin/bash</em><br />
<em># env-update &amp;&amp; source /etc/profile</em><br />
<em># mount /boot</em></p>
<p>Furthermore Grub2 can&#8217;t really handle LVM volumes, so we have to patch it. Get the <a href="https://bugs.archlinux.org/task/18734?getfile=5016">PATCH</a></p>
<p><em># cp lvm-detection.patch /usr/portage/sys-boot/grub/files</em></p>
<p>Tell the ebuild to use the patch file:</p>
<p><em># nano /usr/portage/sys-boot/grub/grub.198 ebuild</em></p>
<p>add the following line to the src_unpack section</p>
<p><em>epatch &#8222;${FILESDIR}&#8220;/lvm-detection.patch</em></p>
<p>then tell portage not to complain about the new file size</p>
<p><em># ebuild /usr/portage/sys-boot/grub/grub-1.98.ebuild manifest </em></p>
<p>now finally install grub2:</p>
<p><em># emerge -vat grub</em></p>
<p><strong>8.) Create Initrd before installing grub</strong><br />
Follow [2] / Packages to create the initramfs. But there is one important modification:<br />
/dev/mapper/vg-root is only a symlink to ../dm-1. If you just use the line from the HOWTO</p>
<p><em>cp -a /dev/console /dev/sda2 /dev/sdb2 /dev/null /dev/urandom dev </em></p>
<p>you end with an unbootable initramfs (sth. like &#8222;cannot open / create device node&#8220;). To avoid this, use</p>
<p><em>cp -a /dev/console /dev/sda2 /dev/sdb2 /dev/null /dev/urandom /dev/dm-* dev </em></p>
<p>instead! Then you can continue according to [2] and create the initramfs. </p>
<p><strong>9.) Configuring Grub2</strong><br />
Thats where i became a bit lazy and tired of rebooting and rebooting all the time, so this is a quick and dirty work around, not really clean. First</p>
<p><em># grub-mkconfig -o /boot/grub/grub.cfg</em></p>
<p>Then edit /boot/grub/grub.cfg </p>
<p><em># nano /boot/grub/grub.cfg</em></p>
<p><strong>(YES, i can READ: &#8222;DO NOT EDIT THIS FILE&#8220; -&gt; it just means, you have to do this step every time you reconfigure grub2. Any helpful comment for a clean and neat solution is appreciated!).</strong></p>
<p>and scroll till you find</p>
<p><em>linux /kernel.2.6.36 root=/dev/mapper/vg-root ro</em></p>
<p>below (but within the {} ) add:</p>
<p><em> initrd /initramfs</em></p>
<p>Now we install grub on both MBR (in case one of the disks fails we can still boot the raid from the second one: </p>
<p><em># grub-install /dev/sda<br />
# grub-install /dev/sdb</em></p>
<p><strong>10.) Thats it!</strong><br />
Just leave the Chroot, umount everything and reboot. Don&#8217;t forget to hit &#8222;ALT&#8220; for rEFIt &#8211; then hit ENTER on any of the two partitions. Wait a bit, enter you password and then enjoy your new system. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>11.) Helpful commands &amp; advices</strong><br />
If you screw anything up and you have to reenter the Chroot enviroment:</p>
<p>Press ALT, boot Ubuntu Live CD (nomodeset), then </p>
<p><em># sudo apt-get install lvm2 mdadm<br />
# sudo mdadm &#8211;assemble /dev/md1 /dev/sda1 /dev/sdb1<br />
# sudo mdadm &#8211;assemble /dev/md2 /dev/sda2 /dev/sdb2<br />
# sudo cryptsetup luksOpen /dev/md2 vault<br />
# sudo vgchange -ay vg<br />
# sudo mkdir /mnt/gentoo<br />
# sudo mount /dev/mapper/vg-root /mnt/gentoo<br />
# sudo mount /dev/mapper/vg-home /mnt/gentoo/home<br />
# sudo swapon /dev/mapper/vg-swap<br />
# sudo mount -t proc none /mnt/gentoo/proc<br />
# sudo mount -o bind /dev /mnt/gentoo/dev<br />
# sudo chroot /mnt/gentoo /bin/bash<br />
# env-update<br />
# source /etc/profile<br />
# mount /boot<br />
</em><br />
Also if anything goes wrong during the boot process, it helps to slow down the init file in the initramfs by adding a sleep 10 after every line.</p>
<p>So far so good, hope i was able to give something back to the linux community. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rantingsofanerd.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rantingsofanerd.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rantingsofanerd.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rantingsofanerd.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rantingsofanerd.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rantingsofanerd.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rantingsofanerd.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rantingsofanerd.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rantingsofanerd.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rantingsofanerd.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rantingsofanerd.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rantingsofanerd.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rantingsofanerd.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rantingsofanerd.wordpress.com/205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=205&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rantingsofanerd.wordpress.com/2010/11/24/gentoo-on-a-mac-mini-server-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b8fd7948b7e0ce2cc5305394b8c5207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rantingsofanerd</media:title>
		</media:content>
	</item>
		<item>
		<title>c7temp module</title>
		<link>http://rantingsofanerd.wordpress.com/2008/11/17/c7temp-module/</link>
		<comments>http://rantingsofanerd.wordpress.com/2008/11/17/c7temp-module/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 12:59:25 +0000</pubDate>
		<dc:creator>rantingsofanerd</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rantingsofanerd.wordpress.com/?p=98</guid>
		<description><![CDATA[Friday night it took me several hours to get lm_sensors to work. Somehow Genkernel didn&#8217;t compile my modules the way i needed them, so i started to configure everything with make menuconfig &#38;&#38; make. But thats another story&#8230; My Hardware:Commell 66AD Mainboard, Via C7 1.5Ghz Distribution: Gentoo x86. Kernel: 2.6.27.5 Of course you don&#8217;t have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=98&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Friday night it took me several hours to get lm_sensors to work. Somehow Genkernel didn&#8217;t compile my modules the way i needed them, so i started to configure everything with make menuconfig &amp;&amp; make. But thats another story&#8230;</p>
<p><b>My Hardware:Commell 66AD Mainboard, Via C7 1.5Ghz<br />
Distribution: Gentoo x86.<br />
Kernel: 2.6.27.5</b></p>
<p>Of course you don&#8217;t have to use the same kernel version as i did, but according to <a href="http://webui.sourcelabs.com/debian/issues/498652">Debian Bug List</a>, you need some <b>Kernel &gt;=2.6.24 !!!</b></p>
<p><b>Step by step tutorial:</b><br />
1.) Install lm_sensors, <em>emerge -vat lm_sensors</em>.<br />
2.) Run <em>sensors-detect</em> and let sensor-detect write the config file.<br />
3.) Get the kernel source: <em>wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.5.tar.bz2<br />
</em> and copy it to /usr/src/<br />
4.) Unpack it <em>tar xfvj linux-2.6.27.5.tar.bz2</em><br />
5.) Link /usr/src/linux to your kernel version, <em>ln -s /usr/src/linux-2.6.27.5 linux</em><br />
6.) Download <a href="http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20080619/0dccdaf0/attachment.bin">C7Temp Kernel Patch</a> and copy it to /usr/src/linux .<br />
7.) Patch the Kernel: <em>cd /usr/src/linux/ &amp;&amp; patch -p1 &lt; attachment.bin</em><br />
8.) Configure Kernel: <em>make menuconfig</em><br />
9.) You need I2C and Hardware Monitoring support: (Device Drivers &#8212;&gt; I2C / Device Drivers &#8212;&gt; Hardware Monitoring support), compile them as modules, in DD&#8212;&gt;HMs &#8212;&gt; check &#8222;VIA C7 temperature sensor&#8220; &#8211; that gives you the wanted <em>c7temp kernel module</em><br />
10.) Compile your Kernel <em>make&#8230;</em> <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
11.) Update modules: <em>update-modules</em><br />
12.) Start <em>/etc/init.d/lm_sensors</em>, and if that worked, add it to Runlevel <em>rc-update add lm_sensors default</em></p>
<p>If you want to patch your existing kernel, start with 6, and instead of recompiling the whole kernel in 10 just run <em>make modules &amp;&amp; make modules_install</em>. </p>
<p>More to read:<a href="http://lists.lm-sensors.org/pipermail/lm-sensors/2008-June/023456.html">Lm_Sensors Mailing List</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rantingsofanerd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rantingsofanerd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rantingsofanerd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rantingsofanerd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rantingsofanerd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rantingsofanerd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rantingsofanerd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rantingsofanerd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rantingsofanerd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rantingsofanerd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rantingsofanerd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rantingsofanerd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rantingsofanerd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rantingsofanerd.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=98&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rantingsofanerd.wordpress.com/2008/11/17/c7temp-module/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b8fd7948b7e0ce2cc5305394b8c5207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rantingsofanerd</media:title>
		</media:content>
	</item>
		<item>
		<title>Via C7 Cflags</title>
		<link>http://rantingsofanerd.wordpress.com/2008/10/24/via-c7-cflags/</link>
		<comments>http://rantingsofanerd.wordpress.com/2008/10/24/via-c7-cflags/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 12:32:18 +0000</pubDate>
		<dc:creator>rantingsofanerd</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rantingsofanerd.wordpress.com/?p=86</guid>
		<description><![CDATA[Just when i decided to move my Linux Computers from Debian back 2 Gentoo, the most helpful site &#8211; Gentoo &#8211; Wiki &#8211; is unavailable. If someone would be so kind and could tell me CFLAGS for VIA C7 cpus? That would be really helpful! Furthermore i am actually redesigning my backup concept due to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=86&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just when i decided to move my Linux Computers from Debian back 2 Gentoo, the most helpful site &#8211; <a href="http://gentoo-wiki.com/">Gentoo &#8211; Wiki</a> &#8211; is unavailable. If someone would be so kind and could tell me CFLAGS for VIA C7 cpus? That would be really helpful!</p>
<p>Furthermore i am actually redesigning my backup concept due to what happened to G-W. </p>
<p><b>UPDATE:<br />
I found a copy of Gentoo-Wikis CFLAGS List at <a href="http://downpour.egloos.com/1101524">downpour.egloos.com</a>. Problem solved&#8230;</b></p>
<blockquote><p>CHOST=&#8220;i686-pc-linux-gnu&#8220;CFLAGS=&#8220;-march=i686 -mmmx -msse -msse2 -msse3 -O2 -pipe -fomit-frame-pointer&#8220;CXXFLAGS=&#8220;${CFLAGS}&#8220;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rantingsofanerd.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rantingsofanerd.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rantingsofanerd.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rantingsofanerd.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rantingsofanerd.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rantingsofanerd.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rantingsofanerd.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rantingsofanerd.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rantingsofanerd.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rantingsofanerd.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rantingsofanerd.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rantingsofanerd.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rantingsofanerd.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rantingsofanerd.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=86&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rantingsofanerd.wordpress.com/2008/10/24/via-c7-cflags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b8fd7948b7e0ce2cc5305394b8c5207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rantingsofanerd</media:title>
		</media:content>
	</item>
		<item>
		<title>iPod Touch Jailbreak 2.0.2 Tutorial</title>
		<link>http://rantingsofanerd.wordpress.com/2008/09/09/ipod-touch-jailbreak-202-tutorial/</link>
		<comments>http://rantingsofanerd.wordpress.com/2008/09/09/ipod-touch-jailbreak-202-tutorial/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 15:40:54 +0000</pubDate>
		<dc:creator>rantingsofanerd</dc:creator>
				<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://rantingsofanerd.wordpress.com/?p=38</guid>
		<description><![CDATA[Tested with: Windows XP / SP3 and iTunes (Version 7.7.1.11) iPod Touch (doh! ) with 32GB and 1.1.5 Firmware The follwing article describes how to install the 2.0.2 Firmware on an iPod Touch and jailbreak it. Foreword I experienced several problems jailbreaking the 1.1.4. Firmware (maybe because i got the 32GB iPod Touch?), the actual [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=38&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b>Tested with:<br />
Windows XP / SP3 and iTunes (Version 7.7.1.11)<br />
iPod Touch (doh! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) with 32GB and 1.1.5 Firmware<br />
</b></p>
<p>The follwing article describes how to install the 2.0.2 Firmware on an iPod Touch and jailbreak it.</p>
<p><b>Foreword</b><br />
I experienced several problems jailbreaking the 1.1.4. Firmware (maybe because i got the 32GB iPod Touch?), the actual process of jailbreaking worked fine with ZiPhone, but about 1h-2days later the cracked firmware froze. It didn&#8217;t really freeze, in fact it always refreshed the Home Screen, and there was no chance to get rid of that bug. So this time, i wanted to jailbreak the newest 2.0 Firmware, and one result is this Step by Step Tutorial. None the less, you should only continue if you really know what you are going to do. That means, you should know the meaning of the word &#8222;iPod&#8220;, errr &#8230; &#8222;Jailbreak&#8220;, and i expect you to read the README files and documentions. Thats the most important thing if something is going wrong &#8211; precise informations on what happend. No one will care if you&#8217;re just asking <i>&#8222;my iPod is broken, plz heeeeelp me!!!!111!!!!!ONE!!!!&#8220;</i>. You should know how to restore another firmware (explained later on), put your iPod in recovery mode (press down Home Button, connect it then to your computer), etc. Try to solve your problems, even if you didn&#8217;t succeed, you gained knowledge.</p>
<p>I know that i am not the first to write a tutorial about that topic, but i did it for a very simple reason. I experienced some difficulties and when i was finished with the research, downloading the software, etc. i had about 20-30 tabs in my firefox, as most of the existing tutorials only partly provided informations and some important facts where missing (like i had to figure out the &#8222;restore/update&#8220; trick, wasn&#8217;t mentioned on the sites i googled). That doesn&#8217;t mean there where no usefull informations available, but they where scattered all over the web. </p>
<p>For the impatient: Read at least the whole tutorial, before spamming the net with your problems <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>If you are not sure, what jailbreaking is, why you probably want to do it, Bigboss wrote an article, <a href="http://sleepers.net/news/2008/09/06/why-jailbreak-iphone/">read it!</a></p>
<p>Last but not least: This worked fine for me, but i don&#8217;t take any responsibility if you bricked your iPod Touch!</p>
<p><b>Download the Software you need:</b><br />
- Download <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://www.apple.com/de/itunes/download/">iTunes</a> from Apple &#8211; Version should be &gt;=7.7 .<br />
- Download <a href="http://xs1.iphwn.org/releases/QuickPwnRC3.zip">Quick PwnRC3</a> for the Jailbreak.<br />
-Then get the Firmware from here: <a href="http://www.felixbruns.de/iPod/firmware/">Download</a>. Select the iPod1,1 (2.0.2/5C1) Firmware Version. </p>
<p>All links worked fine when i wrote the Tutorial. If some links are broken when you read this, please tell me, and i try to update them or provide the software/fw for you.</p>
<p>Then install iTunes and unpack QuickPwn, try to remember the folder where you downloaded the Firmware <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><b>Update your iPod</b><br />
QuickPwn is not designed to update your device to a newer firmware version. Therefore we have to do it manually, before we jailbreak it. Connect your iPod Touch to your PC and run iTunes, then select your iPod in the Category &#8222;Devices&#8220;. And now comes the tricky part &#8211; you actually don&#8217;t have to upgrade your firmware to 2.0.2, you have to restore it. </p>
<p>Hold down the <i>Shift</i> Key and press &#8222;Restore&#8220;. A window pops up and you can select the firmware you want to restore. Now browse for the <i>Ipod1,1_2.0.2_5C1_Restore.ipsw</i> file and open it. Get a cup of coffee, as it takes about 10 minutes to install the 2.0.2 firmware. </p>
<p>When i tried that the first time, i encountered the following error.  About 1-2 Minutes after starting the Firmware update i got the message: <i>&#8222;The iPod could not be updated. An unknown error occurred (6).&#8220;</i>. Then i figured out, that the real trick is not to &#8222;Update&#8220; the Software, but to Shift+&#8220;Restore&#8220; it. So if you get that error, its most likely, that you clicked on the &#8222;Update&#8220;, not the &#8222;Restore&#8220; Button. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><b>Jailbreak the restored firmware</b><br />
So we managed to update/restore the new firmware, lets jailbreak it now with the following steps:</p>
<p>-Disconnect your iPod from your computer again.<br />
-Run QuickPwn:<br />
&#8211; Select the iPod Touch on the first screen<br />
&#8211; Browse for the Firmware you want to jailbreak (v2.0.2), basically select the same firmware you running on your iPod.<br />
&#8211; Check &#8222;Add Cydia&#8220; and &#8222;Add Installer&#8220; (but you can also only just install Cydia or the Installer.app, for informations read &#8222;Post-Install&#8220;)<br />
&#8211; Connect your iPod to your computer<br />
&#8211; Follow orders on the next screen &#8211; after pressing the Home/Power Button Combinations according to QuickPwn, your iPod will be recognised as a new hardware in &#8222;DFU Mode&#8220;.<br />
&#8211; Wait till QuickPwn does the rest, then the iPod Device reboots as a new jailbreaked version.</p>
<p><b>Post-Install</b><br />
First of all configure your Wifi. I prefered to install both Cydia and the Installer, but after playing around with it, it looks like i&#8217;m going to uninstall &#8222;Installer&#8220; and just use Cydia. If you want to get more informations, read here:</p>
<p><a href="http://www.hackthatphone.com/114/iphone_cydia.html">Installing Cydia (an alternative to Installer)</a><br />
<a href="http://www.saurik.com/id/1">Bringing Debian Apt to the iPhone</a><br />
<a href="http://www.appleiphoneapps.com/2008/07/cydia-20-vs-installer-40/">Cydia 2.0 vs Installer 4.0</a><br />
Conclusion: <i>&#8222;Whether your preference is the new Installer 4.0 or Cydia, rest assured they will both play nicely together. Some developers will only package their apps in an Installer repository, and some will only put theirs in Cydia, and of course some will publish to both. No matter what the developer’s preference you will be able to run Cydia, Installer, and AppStore all on your iPhone with no problems.&#8220;</i></p>
<p>And last but not least a list of Sources for Cydia and the Installer:</p>
<blockquote><p>
Cydia<br />
BigBoss &amp; Planet-iPhones &#8211; http://apt.bigboss.us.com/repofiles/cydia/<br />
Hack&amp;Dev.org &#8211; http://iphone.hackndev.org/apt/<br />
iFonetec &#8211; http://app.ifonetec.com/cydia/<br />
Free Coder &#8211; http://iphone.freecoder.org/apt/<br />
ModMyiFone &#8211; http://modmyifone.com/repo/<br />
Ste &#8211; http://repo.smxy.org/cydia/apt/<br />
Telesphoreo Tangelo &#8211; http://apt.saurik.com/<br />
Urban Fanatics &#8211; http://urbanfanatics.com/cydia/<br />
ZodTTD &#8211; http://zodttd.com/repo/cydia/<br />
Intelliborn &#8211; http://intelliborn.com/cydia</p>
<p>Installer 4<br />
RiP Dev &#8211; http://i.ripdev.com/<br />
BigBoss&#8217;s Apps and Things. &#8211; http://apptapp.thebigboss.org/repofiles/installer4/<br />
iSpazio Official &#8211; http://repo.neolinus.org/ispazio/<br />
Ste Packaging &#8211; http://repo.smxy.org/installer4/<br />
andyman repo &#8211; http://repo.gafoogle.com [CURRENTLY DOWN]<br />
iModZone &#8211; http://imodzone.net/repo/ [CURRENTLY DOWN]<br />
ClubiFone &#8211; http://www.clubifone.com/repo/<br />
iPhone-notes.de &#8211; http://sendowski.de/iphone/
</p></blockquote>
<p>Copied from <a href="http://forums.macrumors.com/showthread.php?t=542318">here</a>.</p>
<p>If you are using OpenSSH, don&#8217;t forget to change the password, otherwise everyone with knowledge of the original root password (&#8222;alpine&#8220; on 1.1.4. to 2.0.2.) can hack your iPod, read your data and do harm to it. Install &#8222;MobileTerminal&#8220;, open it, <i>su</i>, enter &#8222;alpine&#8220;. Then <i>passwd</i> $NEWPASSWORD. Done.</p>
<p>Hope that this helped you guys &amp; girls out there <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rantingsofanerd.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rantingsofanerd.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rantingsofanerd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rantingsofanerd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rantingsofanerd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rantingsofanerd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rantingsofanerd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rantingsofanerd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rantingsofanerd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rantingsofanerd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rantingsofanerd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rantingsofanerd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rantingsofanerd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rantingsofanerd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rantingsofanerd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rantingsofanerd.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=38&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rantingsofanerd.wordpress.com/2008/09/09/ipod-touch-jailbreak-202-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b8fd7948b7e0ce2cc5305394b8c5207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rantingsofanerd</media:title>
		</media:content>
	</item>
		<item>
		<title>iPod and Amarok</title>
		<link>http://rantingsofanerd.wordpress.com/2008/04/03/ipod-and-amarok/</link>
		<comments>http://rantingsofanerd.wordpress.com/2008/04/03/ipod-and-amarok/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 15:37:07 +0000</pubDate>
		<dc:creator>rantingsofanerd</dc:creator>
				<category><![CDATA[iPod]]></category>
		<category><![CDATA[Linux Applications]]></category>

		<guid isPermaLink="false">http://rantingsofanerd.wordpress.com/?p=14</guid>
		<description><![CDATA[This had been tested with Debian Etch Gnome 2.14.3 Amarok 1.4.4. (Using KDE 3.5.5) For some reason, i don&#8217;t like the whole KDE windowmanager stuff, but prefer to use GNOME instead. However, i think that Amarok is the finest media player out there. I used Amarok (and some other KDE apps) already when i was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=14&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This had been tested with<br />
<b>Debian Etch<br />
Gnome 2.14.3<br />
Amarok 1.4.4. (Using KDE 3.5.5)</b></p>
<p>For some reason, i don&#8217;t like the whole KDE windowmanager stuff, but prefer to use GNOME instead. However, i think that Amarok is the finest media player out there. I used Amarok (and some other KDE apps) already when i was still running XFCE as window manager, so i decided to stick to it on my Debian workstation. As a proud owner of an iPod (thanks to my sister who will never read this <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ), i want to sync the iPod with Amarok instead of one of the other apps. GNOME&#8217;s own app, &#8222;Rythmbox Music player&#8220; syncs the iPod fine, but i had several problems with GTKpod: errors occurred when GTKpod tried to read/write the iPods database -&gt; syncing didn&#8217;t work any more.</p>
<p><b>Install Software</b><br />
First of all, install Amarok, by running</p>
<blockquote><p><code><em>4life:~# apt-get install amarok</em></code> </p></blockquote>
<p>as root. If that worked out fine, plug in your iPod. GNOME detected it automatically on my system, here is some output of my system</p>
<blockquote><p><code><em>4life:~# lsusb</em><br />
Bus 004 Device 006: ID 05ac:120a Apple, Inc. iPod Nano</code></p></blockquote>
<p>and some more:</p>
<blockquote><p><code><em>4life:~# dmesg</em><br />
usb 4-1: new high speed USB device using ehci_hcd and address 6<br />
usb 4-1: configuration #1 chosen from 2 choices<br />
scsi2 : SCSI emulation for USB Mass Storage devices<br />
usb-storage: device found at 6<br />
usb-storage: waiting for device to settle before scanning<br />
  Vendor: Apple     Model: iPod              Rev: 1.62<br />
  Type:   Direct-Access                      ANSI SCSI revision: 00<br />
SCSI device sde: 7999487 512-byte hdwr sectors (4096 MB)<br />
sde: Write Protect is off<br />
sde: Mode Sense: 68 00 00 08<br />
sde: assuming drive cache: write through<br />
SCSI device sde: 7999487 512-byte hdwr sectors (4096 MB)<br />
sde: Write Protect is off<br />
sde: Mode Sense: 68 00 00 08<br />
sde: assuming drive cache: write through<br />
 sde: sde1 sde2<br />
sd 2:0:0:0: Attached scsi removable disk sde<br />
usb-storage: device scan complete<br />
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will b e case sensitive!</code></p></blockquote>
<p>Don&#8217;t care about the UTF warning, i never experienced problems with it. If no errors appeared until now, continue with configuring Amarok:</p>
<p><b>Configure</b><br />
Start Amarok, go to</p>
<blockquote><p><code><em>Applications -&gt; Sound &amp; Video -&gt; Amarok</em></code></p></blockquote>
<p>Later the iPod can be found in the Category <em>&#8222;Media Device&#8220;</em> (the button down below <em>&#8222;Magnatune.com&#8220;</em> <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) But first of all, we have to configure Amarok, so that it finds your iPod. Therefore go to </p>
<blockquote><p><code><em>Settings -&gt; Configure Amarok -&gt; Amarok... -&gt; Media Devices</em></code></p></blockquote>
<p>Clicking on the <em>Autodetect Devices</em> shows :</p>
<blockquote><p><code><em>No new media devices were found. If you feel this is an error, ensure that the DBUS and HAL daemons are running and KDE was built with support for them. You can test this by running <em>"dcop kded mediamanager fullList"</em> in a Konsole window.</em></code></p></blockquote>
<p>Running the suggested command as user results only in </p>
<blockquote><p><code>user@4life:~$ <em>dcop kded mediamanager fullList</em><br />
call failed</code></p></blockquote>
<p>As root you get more informations</p>
<blockquote><p><code>4life:~# <em>dcop kded mediamanager fullList</em><br />
ERROR: Couldn't attach to DCOP server!</code></p></blockquote>
<p>In case you want to use your iPOD under KDE, the DCOP should be up and running and ready to use now. But we have to add it manually, because when using GNOME there is no KDE  DCOP server listening in the background. Click on <em>Add Device</em>:</p>
<blockquote><p><code>Select the plugin to use with this device:</code></p></blockquote>
<p>Choose the <em>Apple iPod Media Device</em> here. Take any name for your Ipod. </p>
<p>Get the Mounting Point of your iPOD, in my case:</p>
<blockquote><p><code>4life:~# <em>mount</em><br />
/dev/sde2 on <b>/media/IPOD</b> type vfat (rw,noexec,nosuid,nodev,quiet,shortname=mixed,uid=1000,gid=1000,umask=077,iocharset=utf8)<br />
</code></p></blockquote>
<p>Enter that in the last field, click <em>OK</em>. The iPod appears in the <em>Media Device</em>category, if not you have to press <em>Connect</em>.</p>
<p>You are now ready to drag n drop your collection onto the iPod. When finished, don&#8217;t forget to press the <em>Disconnect</em> button, otherwise you can&#8217;t unmount the iPod. On my system Amarok displays always</p>
<blockquote><p><code>Post-disconnect command failed, before removing device, please make sure that it is safe to do so.</code></p></blockquote>
<p>but this is irrelevant.</p>
<p><b>Finetuning</b><br />
Finally, i don&#8217;t want to have Rhythmbox started automatically when i plug in the iPod, so i disabled it here:</p>
<blockquote><p><code><em>Desktop -&gt; Preferences -&gt;Removable Drives and Media</em><br />
<em>Multimedia -&gt; Portable Music Players</em></code></p></blockquote>
<p>Now uncheck the <em>Play music files when connected</em>. If you want to autostart Amarok, keep it enabled and enter <em>amarok</em> instead of <em>rhythmbox</em>. Doing so also means that your system is putting Amarok in foreground if it is already running when connecting the iPod. </p>
<p>Have fun.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rantingsofanerd.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rantingsofanerd.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rantingsofanerd.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rantingsofanerd.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rantingsofanerd.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rantingsofanerd.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rantingsofanerd.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rantingsofanerd.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rantingsofanerd.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rantingsofanerd.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rantingsofanerd.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rantingsofanerd.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rantingsofanerd.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rantingsofanerd.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rantingsofanerd.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rantingsofanerd.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=14&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rantingsofanerd.wordpress.com/2008/04/03/ipod-and-amarok/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b8fd7948b7e0ce2cc5305394b8c5207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rantingsofanerd</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://rantingsofanerd.wordpress.com/2008/03/21/hello-world/</link>
		<comments>http://rantingsofanerd.wordpress.com/2008/03/21/hello-world/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 18:28:38 +0000</pubDate>
		<dc:creator>rantingsofanerd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rantingsofanerd.wordpress.com/2008/03/21/hello-world/</guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=1&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rantingsofanerd.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rantingsofanerd.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rantingsofanerd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rantingsofanerd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rantingsofanerd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rantingsofanerd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rantingsofanerd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rantingsofanerd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rantingsofanerd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rantingsofanerd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rantingsofanerd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rantingsofanerd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rantingsofanerd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rantingsofanerd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rantingsofanerd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rantingsofanerd.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rantingsofanerd.wordpress.com&amp;blog=3234857&amp;post=1&amp;subd=rantingsofanerd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rantingsofanerd.wordpress.com/2008/03/21/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b8fd7948b7e0ce2cc5305394b8c5207?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rantingsofanerd</media:title>
		</media:content>
	</item>
	</channel>
</rss>
