<?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>Kotipolttoinen - Computers / Linux</title>
    <link>http://blog.kotipolttoinen.com/</link>
    <description>Kaikenlaista kotikutoista</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.3 - http://www.s9y.org/</generator>
    <pubDate>Fri, 29 Oct 2010 07:41:32 GMT</pubDate>

    <image>
        <url>http://blog.kotipolttoinen.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Kotipolttoinen - Computers / Linux - Kaikenlaista kotikutoista</title>
        <link>http://blog.kotipolttoinen.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Converting MKV to Sony Bravia compatible AVI</title>
    <link>http://blog.kotipolttoinen.com/archives/77-Converting-MKV-to-Sony-Bravia-compatible-AVI.html</link>
            <category>Computers / Linux</category>
    
    <comments>http://blog.kotipolttoinen.com/archives/77-Converting-MKV-to-Sony-Bravia-compatible-AVI.html#comments</comments>
    <wfw:comment>http://blog.kotipolttoinen.com/wfwcomment.php?cid=77</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.kotipolttoinen.com/rss.php?version=2.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    

    <author>nospam@example.com (Pekka Lehtonen)</author>
    <content:encoded>
    After extensive Googling/noodling I came up with this:&lt;br /&gt;
&lt;blockquote&gt;#!/bin/bash&lt;br /&gt;
mencoder -noidx -oac copy -ovc copy -o tmp.avi $1&lt;br /&gt;
ffmpeg -i tmp.avi -f avi -vcodec mpeg4 -b 1700000 -g 300 -bf 2 -vtag divx -acodec copy $1_divx.avi&lt;br /&gt;
rm tmp.avi&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
(copy that to a script file on you pc and run: &quot;./yourscript your_video_file.mkv&quot;)&lt;br /&gt;
&lt;br /&gt;
ffmepg alone did not work due to some time stamp bug. By first transferring from mkv to avi container with mencoder and then encoding to DivX with ffmpeg I finally got the video to play on my Bravia TV.&lt;br /&gt;
&lt;br /&gt;
ffmpeg can be used alone but then the audio also has to be recoded:&lt;br /&gt;
&lt;blockquote&gt;ffmpeg -i your_input_file.mkv -f avi -vcodec mpeg4 -b 1700000 -acodec ac3 -ab 128000 -vtag divx out_divx4.avi&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
Using mencoder alone should also be possible but for some reason it just did not work. There was a warning about aspect ratio not been set and thus some header was not written. This probably stopped Bravia from playing the file.&lt;br /&gt;
&lt;br /&gt;
If anyone has an idea how to get subtitles from mkv to the avi please let me know.  
    </content:encoded>

    <pubDate>Fri, 29 Oct 2010 10:41:32 +0300</pubDate>
    <guid isPermaLink="false">http://blog.kotipolttoinen.com/archives/77-guid.html</guid>
    
</item>
<item>
    <title>My Nokia Booklet battle part 3 - Harddrive issues</title>
    <link>http://blog.kotipolttoinen.com/archives/75-My-Nokia-Booklet-battle-part-3-Harddrive-issues.html</link>
            <category>Computers / Linux</category>
    
    <comments>http://blog.kotipolttoinen.com/archives/75-My-Nokia-Booklet-battle-part-3-Harddrive-issues.html#comments</comments>
    <wfw:comment>http://blog.kotipolttoinen.com/wfwcomment.php?cid=75</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.kotipolttoinen.com/rss.php?version=2.0&amp;type=comments&amp;cid=75</wfw:commentRss>
    

    <author>nospam@example.com (Matti Leino)</author>
    <content:encoded>
    I&#039;m starting to feel a bit frustrated with Booklet. It&#039;s basically very nice piece of hardware, but Poulsbo is so big failure in so many ways. Fucked up beyond any repair, you could say. But it may be possible to live with that anyway...&lt;br /&gt;
&lt;br /&gt;
Anyway, yesterday I started to investigate this clicking sound I heard. It was obviously HD spindown. It made every 10-15 sec, basicly no matter what I did. Not very nice. Looking at &#039;sudo smartctl -a /dev/sda|grep &#039;Load_Cycle_Count&#039;&#039; showed that value is increasing like 1000 per day. Not very nice in any way.&lt;br /&gt;
&lt;br /&gt;
First, I tried &#039;sudo hdparm -B 254 /dev/sda&#039;, without any big success. Then I tried &#039;sudo hdparm -B 255 /dev/sda&#039; (to disable APM totally), without any success. I also tried to set big standby timeout (&#039;sudo hdparm -S 241 /dev/sda&#039;), that wasn&#039;t success either.&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t find easily any reasonable reasons for spindown. I tried to disable them via Gnome&#039;s Power Management, without any success again. There wasn&#039;t any laptop-mode&#039;s set, so that couldn&#039;t be it. I then found one page, &lt;a href=&quot;http://techjamaica.com/forums/showthread.php?t=90496&quot;  title=&quot;http://techjamaica.com/forums/showthread.php?t=90496&quot;&gt;http://techjamaica.com/forums/showthread.php?t=90496&lt;/a&gt;, which had some hints. Well, I hadn&#039;t had any luck with more popular ways, so I tried these instructions.&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
sudo apt-get install laptop-mode-utils&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
/etc/default/acpi-support:&lt;br /&gt;
Add &quot;ENABLE_LAPTOP_MODE=true&quot; in the end of file&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
/etc/laptop-mode/laptop-mode.conf:&lt;br /&gt;
Change line &quot;HD=...&quot; to &quot;HD=/dev/sda&quot;&lt;br /&gt;
Change line &quot;BATT_HD_POWERMGMT=...&quot; to &quot;BATT_HD_POWERMGMT=&quot;254&quot;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
sudo echo 5 &gt; /proc/sys/vm/laptop_mode&lt;br /&gt;
/etc/init.d/laptop-mode restart&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
According to linked website, that should do the trick. It didn&#039;t, even after rebooting, I heard clicks every 10-15 secs. I then started to play more with laptop-mode, I tweaked it a bit more&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
/etc/laptop-mode/conf.d/intel-hda-powersafe.conf&lt;br /&gt;
Change line &quot;INTEL_HDA_DEVICE_TIMEOUT=...&quot; to &quot;INTEL_HDA_DEVICE_TIMEOUT=1800&quot;&lt;br /&gt;
Change line &quot;INTEL_HDA_DEVICE_CONTROLLER=...&quot; to &quot;INTEL_HDA_DEVICE_CONTROLLER=0&quot;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
/etc/sysctl.conf:&lt;br /&gt;
Add &quot;vm.dirty_writeback_centisecs=1500&quot; in the end of file&lt;br /&gt;
Add &quot;vm.laptop_mode=5&quot; in the end of file&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
At this point, I decided to go to sleep, as it was way too night for hacking. I still could hear the clicks, also I got yet-another-kernel-oops, which looked to be related to filesystem/ext4. I already thought to revert back to 9.10, as Ubuntu&#039;s wiki says that it should be perfectly supported.&lt;br /&gt;
&lt;br /&gt;
Big surprise was today, when I powered Booklet up, and I haven&#039;t heard any clicks so far. I mean, I have had it open for few hours now, and Load_Cycle_Count has increased just by one or two. I&#039;ll definately will be following this.&lt;br /&gt;
&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Tue, 14 Sep 2010 09:00:36 +0300</pubDate>
    <guid isPermaLink="false">http://blog.kotipolttoinen.com/archives/75-guid.html</guid>
    
</item>
<item>
    <title>My Nokia Booklet battle part 2 - Internal GPS</title>
    <link>http://blog.kotipolttoinen.com/archives/73-My-Nokia-Booklet-battle-part-2-Internal-GPS.html</link>
            <category>Computers / Linux</category>
    
    <comments>http://blog.kotipolttoinen.com/archives/73-My-Nokia-Booklet-battle-part-2-Internal-GPS.html#comments</comments>
    <wfw:comment>http://blog.kotipolttoinen.com/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://blog.kotipolttoinen.com/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (Matti Leino)</author>
    <content:encoded>
    So, I wanted to get internal (A)GPS working. Too bad, it didn&#039;t have much documentation, at least directly Linux-related. Instead, instructions how to get it working in Windows can be found from &lt;a href=&quot;http://discussions.europe.nokia.com/t5/Mini-Laptops/Can-I-use-GPS-without-have-3G-data-plan/m-p/594454&quot;  title=&quot;http://discussions.europe.nokia.com/t5/Mini-Laptops/Can-I-use-GPS-without-have-3G-data-plan/m-p/594454&quot;&gt;http://discussions.europe.nokia.com/t5/Mini-Laptops/Can-I-use-GPS-without-have-3G-data-plan/m-p/594454&lt;/a&gt;. Problem was what are COM4/5 equivalents in Linux. After trying, I found that /dev/ttyHS4 is GPS control channel, and /dev/ttyHS1 actual GPS data channel.&lt;br /&gt;
&lt;br /&gt;
It really has been **years** when I last used minicom other terminal programs. Thanks to my colleague, Pablo, who pointed me to use good old kermit, ckermit to be more precise, and try that. I got, yea! This is how I did it:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
C-Kermit&gt;set line /dev/ttyHS4&lt;br /&gt;
C-Kermit&gt;set carrier-watch off&lt;br /&gt;
(C-Kermit&gt;set speed 115200&lt;br /&gt;
/dev/ttyHS4, 115200 bps&lt;br /&gt;
C-Kermit&gt;c&lt;br /&gt;
Connecting to /dev/ttyHS4, speed 115200&lt;br /&gt;
 Escape character: Ctrl-\ (ASCII 28, FS): enabled&lt;br /&gt;
Type the escape character followed by C to get back,&lt;br /&gt;
or followed by ? to see other options.&lt;br /&gt;
----------------------------------------------------&lt;br /&gt;
T S7=45 S0=0 L1 V1 X4 &amp;c1 E1 Q0&lt;br /&gt;
OK&lt;br /&gt;
ATZ&lt;br /&gt;
OK&lt;br /&gt;
AT_OGPS=2&lt;br /&gt;
&lt;br /&gt;
OK&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
After AT_OGPS=2, second kermit-instance, connected to /dev/ttyHS1, started to output raw NMEA data. Very good. Now it&#039;s time for some kermit scripts:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
~/bin/gps_on.sh:&lt;br /&gt;
#!/usr/bin/kermit&lt;br /&gt;
&lt;br /&gt;
def port /dev/ttyHS4&lt;br /&gt;
def speed 115200&lt;br /&gt;
def carrier-watch off&lt;br /&gt;
&lt;br /&gt;
set port \m(port)&lt;br /&gt;
if fail exit 1 Can&#039;t open \m(port)&lt;br /&gt;
set speed \m(speed)&lt;br /&gt;
set carrier-watch \m(carrier-watch)&lt;br /&gt;
&lt;br /&gt;
output AT_OGPSP=7,2\13&lt;br /&gt;
input 3 OK&lt;br /&gt;
&lt;br /&gt;
output AT_OGPSCONT=1,&quot;IP&quot;,&quot;prointernet&quot;\13&lt;br /&gt;
input 3 OK&lt;br /&gt;
&lt;br /&gt;
output AT_OGPSLS=1, &quot;http://supl.nokia.com&quot;&lt;br /&gt;
input 3 OK&lt;br /&gt;
&lt;br /&gt;
output AT_OGPS=2&lt;br /&gt;
input 3 OK&lt;br /&gt;
&lt;br /&gt;
exit&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
For turning GPS off:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
~/bin/gps_off.sh:&lt;br /&gt;
#!/usr/bin/kermit&lt;br /&gt;
&lt;br /&gt;
def port /dev/ttyHS4&lt;br /&gt;
def speed 115200&lt;br /&gt;
def carrier-watch off&lt;br /&gt;
&lt;br /&gt;
set port \m(port)&lt;br /&gt;
if fail exit 1 Can&#039;t open \m(port)&lt;br /&gt;
set speed \m(speed)&lt;br /&gt;
set carrier-watch \m(carrier-watch)&lt;br /&gt;
&lt;br /&gt;
output AT_OGPS=0\13&lt;br /&gt;
INPUT 3 OK&lt;br /&gt;
&lt;br /&gt;
exit&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Still maybe some checking would be needed, to see if it really uses assisted GPS instead of &quot;plain&quot; GPS. It really doesn&#039;t matter so much, though assisted is much faster in locating you initially.&lt;br /&gt;
&lt;br /&gt;
Next I&#039;ll have write scripts for monitoring GPS status, and then find some suitable navigation sw. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;EDIT:&lt;/b&gt; I originally said ttyHS0 was data channel, while it really is ttyHS1, sorry about that.  
    </content:encoded>

    <pubDate>Tue, 07 Sep 2010 13:52:54 +0300</pubDate>
    <guid isPermaLink="false">http://blog.kotipolttoinen.com/archives/73-guid.html</guid>
    
</item>
<item>
    <title>My Nokia Booklet 3G / Ubuntu battle</title>
    <link>http://blog.kotipolttoinen.com/archives/72-My-Nokia-Booklet-3G-Ubuntu-battle.html</link>
            <category>Computers / Linux</category>
    
    <comments>http://blog.kotipolttoinen.com/archives/72-My-Nokia-Booklet-3G-Ubuntu-battle.html#comments</comments>
    <wfw:comment>http://blog.kotipolttoinen.com/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://blog.kotipolttoinen.com/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (Matti Leino)</author>
    <content:encoded>
    I should have known better. At least two of my friends warned me that changing my Samsung NC10 to Nokia Booklet 3G is &lt;u&gt;bad&lt;/u&gt; idea. At least when considering installing Ubuntu on it. What the heck, I have had battles before, I used to have some nice nights tweaking my desktop with older Nvidia and dualhead, Nvidia&#039;s legacy drivers and incompatible xorg ABI.&lt;br /&gt;
&lt;br /&gt;
So, I got it running. I used 10.04.1 alternate install cd, cause I needed encryption also. First issue, at least for me, is that I could get only flashdrives created with Ubuntu&#039;s usb-creator-gtk working. I tried Unetbootin, I tried Pendrive Linux&#039;s usb creator. Latter didn&#039;t even boot, one created with Unetbootin didn&#039;t know how to install files from flashdrive, instead tried netinstall. Which didn&#039;t work for me, since Booklet doesn&#039;t have wired lan, and wlan doesn&#039;t work yet in installation. Good start! Problem was that I don&#039;t have any Ubuntu machines, since I normally use Debian. So I had to 1. Burn Ubuntu live-cd 2. Boot one of my laptops from it 3. Copy installation .iso to one flashdrive (since cd-live-laptop has only few hundred meg&#039;s free space) 4. Create install-flashdrive from another flashdrive &lt;img src=&quot;http://blog.kotipolttoinen.com/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;br /&gt;
Ok, so ahead with installation. Nothing special there. It was too easy, it just worked. First boot, X resolution sucked. Known issue due to the buggy Poulsbo chipset. &lt;br /&gt;
&lt;br /&gt;
First, I followed instructions from &lt;a href=&quot;https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo&quot;  title=&quot;https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo&quot;&gt;https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo&lt;/a&gt;:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
sudo add-apt-repository ppa:gma500/ppa &amp;&amp;amp; sudo apt-get update&lt;br /&gt;
sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d poulsbo-config&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
And rebooted. Now also native resolution worked like a charm. Bad thing is that with Poulsbo-driver, all kinds of power management issues comes, so following same page, I:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
sudo apt-get --purge remove vbetool &amp;&amp;amp; sudo apt-get install uswsusp&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
And rebooted. Now I could get suspend working with &#039;s2ram --force&#039;. Too bad that Ubuntu/GNOME doesn&#039;t provide directly options to change default suspend-command. So:&lt;br /&gt;
1. I replaced default pm-suspend with s2ram: &#039;sudo mv /usr/sbin/pm-suspend /usr/sbin/pm-suspend-old &amp;&amp;amp; sudo sudo nano /usr/sbin/pm-suspend&#039;&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
/usr/sbin/pm-suspend:&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
/usr/sbin/s2ram --force&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
2. Granted sudo-rights with NOPASSWD-option to admin-group users with &#039;visudo&#039;:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
%admin ALL=NOPASSWD: /usr/sbin/s2ram&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
3. Created shortcut key ctrl-alt-p to execute &#039;/usr/sbin/s2ram --force&#039;&lt;br /&gt;
4. Changed s2ram as default suspend-command.&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
/etc/pm/config.d/00sleep_module:&lt;br /&gt;
SLEEP_MODULE=&quot;uswsusp&quot;&lt;br /&gt;
&lt;br /&gt;
/etc/pm/config.d/defaults:&lt;br /&gt;
S2RAM_OPTIONS=&quot;--force&quot;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Then I played a bit with Power Management options in System - Preferences - Power Management, just to check that there&#039;s no &quot;hibernate&quot; anywhere, since I haven&#039;t tested &#039;/usr/sbin/s2disk&#039; (Suspend to Disk) yet. That&#039;s the next part.&lt;br /&gt;
&lt;br /&gt;
Also, I noticed that:&lt;br /&gt;
1. Flash&#039;s can&#039;t be played fullscreen, only white screen shows. Not a big issues though.&lt;br /&gt;
2. Thunderbird can&#039;t be used. If installed from repositories, it shows blank menus &amp;amp; co. It&#039;s described at least here: &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/564011&quot;  title=&quot;https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/564011&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/564011&lt;/a&gt;. Installing Thunderbird directly from mozilla.com did worked. I did:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
tar xjf thunderbird.tar.bz2&lt;br /&gt;
mv thunderbird/ /usr/local/&lt;br /&gt;
ln -s /usr/local/thunderbird/thunderbird-bin /usr/local/bin/thunderbird&lt;br /&gt;
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/thunderbird/&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
Unfortunately, I got at least one kerneloop with thunderbird:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598586] BUG: unable to handle kernel paging request at f76f4000&lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598607] IP: [&lt;c01cf787&gt;] prep_new_page+0xe7/0x170&lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598630] *pde = 00007067 *pte = 00002c00 &lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598643] Oops: 0002 [#1] SMP &lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598653] last sysfs file: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1f/PNP0C0A:00/power_supply/BAT1/voltage_now&lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598665] Modules linked in: fbcon tileblit font bitblit softcursor psb drm_psb agpgart i2c_algo_bit binfmt_misc rfcomm ppdev sco bridge stp bnep l2cap joydev snd_hda_codec_intelhdmi snd_hda_codec_realtek arc4 snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device ath9k snd mac80211 ath uvcvideo cfg80211 psmouse lp parport soundcore sdhci_pci sdhci videodev v4l1_compat hso serio_raw btusb bluetooth i2c_isch snd_page_alloc led_class sha256_generic aes_i586 aes_generic dm_crypt usbhid hid video output pata_sch&lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598825] &lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598836] Pid: 3835, comm: thunderbird Not tainted (2.6.32-24-generic #42-Ubuntu) Nokia Booklet 3G&lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598847] EIP: 0060:[&lt;c01cf787&gt;] EFLAGS: 00010246 CPU: 1&lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598857] EIP is at prep_new_page+0xe7/0x170&lt;br /&gt;
Sep  4 23:03:03 nauris kernel: [ 5381.598866] EAX: 00000000 EBX: f76f4000 ECX: 00000400 EDX: 0000000Sep  4 23:07:48 nauris kernel: imklog 4.2.0, log source = /proc/kmsg started.&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
... So I swithced to claws-mail....&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;EDIT&lt;/b&gt;&lt;br /&gt;
Seems that Thunderbird-issue (well, rendering-part, not the kerneloops-part) is described already here: &lt;a href=&quot;http://ubuntuforums.org/showpost.php?p=9600101&amp;postcount=1467&quot;  title=&quot;http://ubuntuforums.org/showpost.php?p=9600101&amp;postcount=1467&quot;&gt;http://ubuntuforums.org/showpost.php?p=9600101&amp;postcount=1467&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;TODO&lt;/b&gt;&lt;br /&gt;
- &lt;strike&gt;Get mplayer working&lt;/strike&gt; - Got it working by simply running this script: &lt;a href=&quot;http://kanotix.com/files/fix/mplayer-vaapi-latest.txt&quot;  title=&quot;http://kanotix.com/files/fix/mplayer-vaapi-latest.txt&quot;&gt;http://kanotix.com/files/fix/mplayer-vaapi-latest.txt&lt;/a&gt;&lt;br /&gt;
- &lt;strike&gt;Get (A)GPS working&lt;/strike&gt; - See part II&lt;br /&gt;
- Test s2disk&lt;br /&gt;
- Check if that another thunderbird works or not.  
    </content:encoded>

    <pubDate>Mon, 06 Sep 2010 08:17:59 +0300</pubDate>
    <guid isPermaLink="false">http://blog.kotipolttoinen.com/archives/72-guid.html</guid>
    
</item>

</channel>
</rss>
