<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Solution Perspective Media Blog - Linux</title>
    <link>http://blog.solutionperspectivemedia.co.uk/</link>
    <description>Our little place on the web...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 25 Aug 2007 22:28:06 GMT</pubDate>

    <image>
        <url>http://blog.solutionperspectivemedia.co.uk/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Solution Perspective Media Blog - Linux - Our little place on the web...</title>
        <link>http://blog.solutionperspectivemedia.co.uk/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>IP 1000A ethernet driver Fedora 7</title>
    <link>http://blog.solutionperspectivemedia.co.uk/archives/21-IP-1000A-ethernet-driver-Fedora-7.html</link>
            <category>Fedora</category>
    
    <comments>http://blog.solutionperspectivemedia.co.uk/archives/21-IP-1000A-ethernet-driver-Fedora-7.html#comments</comments>
    <wfw:comment>http://blog.solutionperspectivemedia.co.uk/wfwcomment.php?cid=21</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.solutionperspectivemedia.co.uk/rss.php?version=2.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    

    <author>nospam@example.com (Jeremy Coates)</author>
    <content:encoded>
    Discovered today that a previously working ethernet driver for the IP1000A chipset stopped working when upgrading to the latest Fedora 7 kernel (2.6.22.1-41). When compiling the driver there&#039;s now output indicating a problem:&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;Code&quot;&gt;ipg_main.c:4045: warning: implicit declaration of function &amp;lsquo;pci_module_init&amp;rsquo;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you&#039;ve installed or upgraded to Fedora 7 (or are running a 2.6.22+ kernel) along with an ethernet adapter using the IP1000A chipset (e.g. from /sbin/lspci getting something similar to &amp;quot;Sundance Technology / IC Plus Corp IP1000 Family Gigabit Ethernet&amp;quot; - running on an Abit motherboard here) and are using the drivers as found at &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.icplus.com.tw/driver-pp-IP1000A.html&#039;);&quot;  href=&quot;http://www.icplus.com.tw/driver-pp-IP1000A.html&quot; title=&quot;IC Corp Drivers for IP 1000A based ethernet cards&quot;&gt;http://www.icplus.com.tw/driver-pp-IP1000A.html&lt;/a&gt; (and &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.icplus.com.tw/Data/driver/IP1000A%20Linux%20driver%20v2.09f.zip&#039;);&quot;  href=&quot;http://www.icplus.com.tw/Data/driver/IP1000A%20Linux%20driver%20v2.09f.zip&quot; title=&quot;IC Corp IP1000A driver source code for Gnu/Linux kernel 2.6 v 2.09f&quot;&gt;this zip file&lt;/a&gt; in particular) then you&#039;ll need the following mod for the source code: &lt;br /&gt;&lt;a href=&quot;http://blog.solutionperspectivemedia.co.uk/archives/21-IP-1000A-ethernet-driver-Fedora-7.html#extended&quot;&gt;Continue reading &quot;IP 1000A ethernet driver Fedora 7&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 25 Aug 2007 22:03:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.solutionperspectivemedia.co.uk/archives/21-guid.html</guid>
    <category>driver</category>
<category>ethernet</category>
<category>fedora</category>
<category>kernel</category>

</item>
<item>
    <title>Beryl window manager and Java blank windows</title>
    <link>http://blog.solutionperspectivemedia.co.uk/archives/13-Beryl-window-manager-and-Java-blank-windows.html</link>
            <category>Linux</category>
    
    <comments>http://blog.solutionperspectivemedia.co.uk/archives/13-Beryl-window-manager-and-Java-blank-windows.html#comments</comments>
    <wfw:comment>http://blog.solutionperspectivemedia.co.uk/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://blog.solutionperspectivemedia.co.uk/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Jeremy Coates)</author>
    <content:encoded>
    If like me you&#039;re using the Beryl window manager for linux (extremely cool eye candy) and have misbehaving Java applications that don&#039;t show windows properly, the title bar draws but the rest is blank, then you&#039;ll need to employ the fix as detailed in several places on the net including &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/wiki.archlinux.org/index.php/Beryl&#039;);&quot;  href=&quot;http://wiki.archlinux.org/index.php/Beryl&quot;&gt;Arch Linux Wiki - Beryl&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Basically add the following to your .bashrc file or /etc/profile (then restart X)&lt;br /&gt;&lt;br /&gt;export AWT_TOOLKIT=&amp;quot;MToolkit&amp;quot;&lt;br /&gt;&lt;br /&gt;As I&#039;m running on x86_64 I also had to install a 386 library (libXp) as well (as the Java in use was a 386 version) for the Java apps to work. This cured things for blank windows with the Zend Studio IDE and Business Accountz both of which I use daily! 
    </content:encoded>

    <pubDate>Thu, 24 May 2007 21:50:37 +0000</pubDate>
    <guid isPermaLink="false">http://blog.solutionperspectivemedia.co.uk/archives/13-guid.html</guid>
    <category>awt toolkit</category>
<category>bash</category>
<category>baz</category>
<category>beryl</category>
<category>business accountz</category>
<category>compiz</category>
<category>java</category>
<category>libXp</category>
<category>zend studio</category>

</item>
<item>
    <title>Suspend / resume finally working Acer Ferrari 4005WLMi</title>
    <link>http://blog.solutionperspectivemedia.co.uk/archives/8-Suspend-resume-finally-working-Acer-Ferrari-4005WLMi.html</link>
            <category>Fedora</category>
            <category>Linux</category>
    
    <comments>http://blog.solutionperspectivemedia.co.uk/archives/8-Suspend-resume-finally-working-Acer-Ferrari-4005WLMi.html#comments</comments>
    <wfw:comment>http://blog.solutionperspectivemedia.co.uk/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.solutionperspectivemedia.co.uk/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Jeremy Coates)</author>
    <content:encoded>
    The day has finally come, my laptop finally suspends and resumes correctly under Fedora Core 6 - it&#039;s mostly got part way through the suspend operation before and then hung, or on the few occasions where it shutdown, it would hang or panic on resume.&lt;br /&gt;&lt;br /&gt;Today using kernel 2.6.19-1.2911.6.5.fc6 it worked - suspend all the way to power off, and on resume even got the WiFi fired back up. The only one minor thing it didn&#039;t quite pull off was getting the attached usb hard drive back in action - a quick unplug and replug later and it&#039;s sorted.&lt;br /&gt;&lt;br /&gt;This is quite cool, however I&#039;m just in the middle of downloading another kernel update and I hope that keeps the progress made with suspend and resume on this laptop. 
    </content:encoded>

    <pubDate>Thu, 15 Mar 2007 22:54:54 +0000</pubDate>
    <guid isPermaLink="false">http://blog.solutionperspectivemedia.co.uk/archives/8-guid.html</guid>
    <category>4005wlmi</category>
<category>acer</category>
<category>fc6</category>
<category>fedora</category>
<category>ferrari</category>
<category>kernel</category>

</item>
<item>
    <title>VMware need to re-run vmware-config.pl every reboot on linux</title>
    <link>http://blog.solutionperspectivemedia.co.uk/archives/6-VMware-need-to-re-run-vmware-config.pl-every-reboot-on-linux.html</link>
            <category>Linux</category>
    
    <comments>http://blog.solutionperspectivemedia.co.uk/archives/6-VMware-need-to-re-run-vmware-config.pl-every-reboot-on-linux.html#comments</comments>
    <wfw:comment>http://blog.solutionperspectivemedia.co.uk/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://blog.solutionperspectivemedia.co.uk/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (Jeremy Coates)</author>
    <content:encoded>
    I found using VMware server or workstation on udev based linux kernel (2.6.x) hosts, that I had to re-run the vmware-config.pl script after every reboot - which is quite annoying when you want the guest OS to run as the service starts.&lt;br /&gt;&lt;br /&gt;The issue is that due to udev being a dynamic system, nodes are wiped and re-created in /dev each boot. So the simple solution is to get the VMware init script to check for and re-create the nodes as required:&lt;br /&gt;&lt;br /&gt;Add the following just under the start) line in /etc/init.d/vmware&lt;br /&gt;&lt;br /&gt;&amp;#160;&amp;#160; start)&lt;br /&gt;# Start insert&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if [ ! -e &amp;quot;/dev/vmmon&amp;quot; ]; then&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; mknod /dev/vmmon c 10 165&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; chmod 600 /dev/vmmon&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; fi&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; for a in `seq 0 9`; do&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if [ ! -e &amp;quot;/dev/vmnet$a&amp;quot; ]; then&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; mknod /dev/vmnet$a c 119 $a&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; chmod 600 /dev/vmnet$a&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; fi&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; done&lt;br /&gt;# End insert&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if [ -e &amp;quot;$vmware_etc_dir&amp;quot;/not_configured ]; then&lt;br /&gt;&lt;br /&gt;Which recreates the nodes that are required - just need VMware to pick that up for future versions. Remember, you&#039;ll still need to re-run vmware-config.pl after a kernel upgrade. 
    </content:encoded>

    <pubDate>Thu, 29 Jun 2006 10:47:21 +0000</pubDate>
    <guid isPermaLink="false">http://blog.solutionperspectivemedia.co.uk/archives/6-guid.html</guid>
    <category>centos 4</category>
<category>fc5</category>
<category>fedora</category>
<category>udev</category>
<category>vmware</category>

</item>
<item>
    <title>Yum upgrade FC4 to FC5 dbus session failure</title>
    <link>http://blog.solutionperspectivemedia.co.uk/archives/5-Yum-upgrade-FC4-to-FC5-dbus-session-failure.html</link>
            <category>Fedora</category>
    
    <comments>http://blog.solutionperspectivemedia.co.uk/archives/5-Yum-upgrade-FC4-to-FC5-dbus-session-failure.html#comments</comments>
    <wfw:comment>http://blog.solutionperspectivemedia.co.uk/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.solutionperspectivemedia.co.uk/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Jeremy Coates)</author>
    <content:encoded>
    Just solved an issue on a machine upgraded via yum from FC4 to FC5 tha had been bugging me for ages. The symptoms were that gnome power manager would fail with a message saying that dbus was not running and that eval `dbus-launch --auto-syntax` needed to be run.&lt;br /&gt;&lt;br /&gt;The other symptom I noticed was that dbus-monitor or anything else that connected to dbus session would fail with a &#039;connection refused&#039; message.&lt;br /&gt;&lt;br /&gt;After trawling round the net, I found a &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/bugzilla.redhat.com/bugzilla/show_bug.cgi?id=189302&#039;);&quot;  title=&quot;Link to Redhat Bugzilla posting about dbus not working&quot; target=&quot;_blank&quot; href=&quot;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=189302&quot;&gt;Redhat Bugzilla posting&lt;/a&gt; that resolved the issue - between FC4 and FC5 the location of dbus-daemon had moved from /usr/bin to /bin (and also dbus-cleanup-sockets). The yum upgrade for the dbus packages had not removed the FC4 versions from /usr/bin so a quick rm /usr/bin/dbus-daemon and rm /usr/bin/dbus-cleanup-sockets followed by a reboot sorted the problem altogether.&lt;br /&gt;&lt;br /&gt;Perhaps that should be added to the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.fedoraproject.org/wiki/YumUpgradeFaq&#039;);&quot;  title=&quot;Link to Yum upgrade FAQ on Fedora Wiki&quot; target=&quot;_blank&quot; href=&quot;http://www.fedoraproject.org/wiki/YumUpgradeFaq&quot;&gt;Yum upgrade FAQ on Fedora wiki&lt;/a&gt;. Another small but annoying problem resolved &lt;img src=&quot;http://blog.solutionperspectivemedia.co.uk/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Jun 2006 09:35:10 +0000</pubDate>
    <guid isPermaLink="false">http://blog.solutionperspectivemedia.co.uk/archives/5-guid.html</guid>
    <category>dbus</category>
<category>fc4</category>
<category>fc5</category>
<category>fedora</category>
<category>gnome power manager</category>
<category>upgrade</category>
<category>yum</category>

</item>
<item>
    <title>Online banking HTML output to QIF, import to Grisbi</title>
    <link>http://blog.solutionperspectivemedia.co.uk/archives/4-Online-banking-HTML-output-to-QIF,-import-to-Grisbi.html</link>
            <category>Linux</category>
    
    <comments>http://blog.solutionperspectivemedia.co.uk/archives/4-Online-banking-HTML-output-to-QIF,-import-to-Grisbi.html#comments</comments>
    <wfw:comment>http://blog.solutionperspectivemedia.co.uk/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>4294967295</slash:comments>
    <wfw:commentRss>http://blog.solutionperspectivemedia.co.uk/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Jeremy Coates)</author>
    <content:encoded>
    Had an issue in extracting info from our online banking facility into something a little more useful. I had decided on &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.grisbi.org/&#039;);&quot;  title=&quot;The main Grisbi website&quot; target=&quot;_blank&quot; href=&quot;http://www.grisbi.org/&quot;&gt;Grisbi&lt;/a&gt; (available for Linux and Windows&amp;reg;) as an appropriate tool to do what I was after. The challenge is how to get from my banking data into Grisbi.&lt;br /&gt;&lt;br /&gt;Firstly I checked with the bank - &lt;span style=&quot;font-family: Comic Sans MS;&quot;&gt;&amp;quot;At the moment, we can&#039;t transfer account information to popular accounting packages or spreadsheets. Although we haven&#039;t got a definite date for introducing this facility, it has been scheduled for inclusion in our Online service and we&#039;ll let you know as soon as it&#039;s available.&amp;quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I&#039;m not the sort of person to be foiled by that sort of response so embarked upon working out a reliable import routine - especially as the online statement is just an HTML table which can be imported into most spreadsheets with ease.&lt;br /&gt;&lt;br /&gt;Grisbi supports the QIF format for importing data as well as a few others, so that was my target format. I &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.ooomacros.org/user.php#102787&#039;);&quot;  href=&quot;http://www.ooomacros.org/user.php#102787&quot; target=&quot;_blank&quot; title=&quot;OOoMacros for end users&quot;&gt;came across&lt;/a&gt; a &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/xl2qif.chez-alice.fr/calc2qif_en.php&#039;);&quot;  title=&quot;Open Office QIF export macro&quot; target=&quot;_blank&quot; href=&quot;http://xl2qif.chez-alice.fr/calc2qif_en.php&quot;&gt;macro for Open Office Calc&lt;/a&gt; (there&#039;s also a similar macro for Excel) that exports to the QIF format. So I tried a simple save of the transaction history of my online statement as an html file. This I then opened into oocalc and the transactions were imported, a few row and column deletes later to clean up the un-needed elements and I was left with a list of transactions ready to export.&lt;br /&gt;&lt;br /&gt;After a little playing about with the CALC2QIF macro, I was able to get the columns sorted to the order that Grisbi expected (I actually did this using a new sheet, pulling in the data I wanted from the online source). A quick save to qif format later and import into Gribsi and I soon had 2 years worth of banking history imported, acurately too - there were no missing transactions - Brilliant!&lt;br /&gt;&lt;br /&gt;So just thought I&#039;d share that to encourage others to circumvent the brick wall that is the bank and do it the underground (but reliable) way - link a few tools together - enjoy. 
    </content:encoded>

    <pubDate>Thu, 18 May 2006 11:02:10 +0000</pubDate>
    <guid isPermaLink="false">http://blog.solutionperspectivemedia.co.uk/archives/4-guid.html</guid>
    <category>fc5</category>
<category>grisbi</category>
<category>oocalc</category>
<category>open office</category>
<category>qif</category>

</item>
<item>
    <title>Segmentation fault using RPM</title>
    <link>http://blog.solutionperspectivemedia.co.uk/archives/3-Segmentation-fault-using-RPM.html</link>
            <category>CentOS</category>
            <category>Linux</category>
    
    <comments>http://blog.solutionperspectivemedia.co.uk/archives/3-Segmentation-fault-using-RPM.html#comments</comments>
    <wfw:comment>http://blog.solutionperspectivemedia.co.uk/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.solutionperspectivemedia.co.uk/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Jeremy Coates)</author>
    <content:encoded>
    I&#039;ve got a CentOS 4.2 machine (x86_64 variety) that usually runs very sweetly, with hindsight, the adage if it ain&#039;t broke don&#039;t fix it comes to mind!&lt;br /&gt;&lt;br /&gt;There I was doing the usual &#039;yum update&#039; then the next thing &#039;segmentation fault&#039; - agghhh! Anything I tried with yum resulted in the same problem, so turned to the underlying rpm commands instead. Same problem, anything to do with rpm resulted in a segfault. Oh dear, or similar sentiments thinks I, best check what&#039;s going on elsewhere on the system - all seemed fine as usual, still got web server, mail etc.&lt;br /&gt;&lt;br /&gt;I tried digging around in yum, rpm and message logs - nothing of any interest, so I remembered that you can do a rpm rebuilddb as &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.rpm.org/hintskinks/repairdb/&#039;);&quot;  title=&quot;RPM repair database details&quot; target=&quot;_blank&quot; href=&quot;http://www.rpm.org/hintskinks/repairdb/&quot;&gt;detailed on rpm&#039;s site&lt;/a&gt; however, that also failed with a segfault so it was obviously something a little more serious, but at least now I&#039;d backed up the /var/lib/rpm directory which I&#039;d need later.&lt;br /&gt;&lt;br /&gt;This stumped me for a while, so I started looking at a lower level using &#039;strace -f rpm&#039; to see where things failed - always at the same point just after loading /lib64/tls/libc.so.6 - so I uploaded, did I mention this machine is remote, a replacement copy of the underlying libc-2.3.4.so and rsync&#039;d it into place - no change rpm still segfaulting. After pondering, googling, trawling and no enlightenment later, I headed over to the nice folks at #rpm on irc.freenode.net, who were initially equally puzzled. Then, jbj (I think), mentioned about using rpm2cpio.sh - a shell script to unpack an rpm file when rpm is not installed / working etc. - which I&#039;d obviously not spotted before.&lt;br /&gt;&lt;br /&gt;So here&#039;s how it was fixed - so I don&#039;t forget, and because it may be of some use to someone else &lt;img src=&quot;http://blog.solutionperspectivemedia.co.uk/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; : &lt;br /&gt;&lt;a href=&quot;http://blog.solutionperspectivemedia.co.uk/archives/3-Segmentation-fault-using-RPM.html#extended&quot;&gt;Continue reading &quot;Segmentation fault using RPM&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 05 May 2006 00:40:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.solutionperspectivemedia.co.uk/archives/3-guid.html</guid>
    <category>centos 4</category>
<category>rpm</category>
<category>segfault</category>
<category>yum</category>

</item>
<item>
    <title>Kernel Parameters after FC4 to FC5 upgrade (via yum) on an Acer Ferrari 4005WLMi</title>
    <link>http://blog.solutionperspectivemedia.co.uk/archives/2-Kernel-Parameters-after-FC4-to-FC5-upgrade-via-yum-on-an-Acer-Ferrari-4005WLMi.html</link>
            <category>Fedora</category>
    
    <comments>http://blog.solutionperspectivemedia.co.uk/archives/2-Kernel-Parameters-after-FC4-to-FC5-upgrade-via-yum-on-an-Acer-Ferrari-4005WLMi.html#comments</comments>
    <wfw:comment>http://blog.solutionperspectivemedia.co.uk/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.solutionperspectivemedia.co.uk/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (Jeremy Coates)</author>
    <content:encoded>
    I recently decided to upgrade from Fedora Core 4 to Fedora Core 5 via yum upgrade. Everything seemed to go well, however there seemed to be a random machine lockup happening - I mean total freeze, had to power off to recover!&lt;br /&gt;&lt;br /&gt;The machine in question is an Acer Ferrari 4005 WLMi (Acer 4000 series) laptop.&lt;br /&gt;&lt;br /&gt;I tried several things, many hours of web searching, even looked in on #fedora on irc.freenode.net but nothing seemed to work until I re-read the the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/gentoo-wiki.com/HARDWARE_Gentoo_Acer_Ferrari_4005WLMi_Manual#Kernel_Configuration&#039;);&quot;  title=&quot;Gentoo Wiki Kernel Configuration notes&quot; href=&quot;http://gentoo-wiki.com/HARDWARE_Gentoo_Acer_Ferrari_4005WLMi_Manual#Kernel_Configuration&quot;&gt;Gentoo wiki Kernel Configuration&lt;/a&gt; entry. Re-reading that prompted me to remove all the kernel parameters I&#039;d used since FC4 on my machine, as the 2.6.16 kernel used in FC5 seems to have fixed all the problems that were seen on this laptop previously. It certainly cured the lock up problems!&lt;br /&gt;&lt;br /&gt;FC4 kernel parameters that I&#039;d used (as advised in various places on the net, including the gentoo wiki previously):&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt; &lt;div class=&quot;bash&quot; style=&quot;text-align: left&quot;&gt;i8042.nomux noapic irqpoll acpi_irq_balance&lt;/div&gt; &lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;
Using those parameters on FC5 caused the machine hangs, so the gentoo forums saved the day, my machine is now stable again. &lt;img alt=&quot;&quot; src=&quot;http://blog.solutionperspectivemedia.co.uk/plugins/serendipity_event_fckeditor/FCKeditor/editor/images/smiley/msn/regular_smile.gif&quot;  /&gt;&lt;br /&gt;&lt;br /&gt;There&#039;s at least one other very nice by product of the FC5 upgrade - the new kernel allows the synaptics touch pad to operate properly. Under FC4, the touch pad missed some of the clicks from the mouse keys, this was really annoying especially when trying to drag thngs around as it would take several attempts to e.g. grab a window to move it. This seems to have been completely addressed now, no more ending up with emails in the wrong folders! 
    </content:encoded>

    <pubDate>Sun, 23 Apr 2006 18:30:57 +0000</pubDate>
    <guid isPermaLink="false">http://blog.solutionperspectivemedia.co.uk/archives/2-guid.html</guid>
    <category>4005wlmi</category>
<category>acer</category>
<category>fc4</category>
<category>fc5</category>
<category>ferrari</category>
<category>gentoo</category>
<category>kernel parameters</category>
<category>upgrade</category>
<category>yum</category>

</item>

</channel>
</rss>