<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>new kernel package ready to use</title>
        <description>Now 2.6.35.7.4 online

fixed contrac sisusbvga(+consoleswitch) ntfs(readonly) hfs hfs+ support
usbgadgets addet automount fixed add i2c code

[code]
cd /tmp
[/code]
fetch the kernel
[code]
wget 193.16.217.9/files/dockstarheavy.deb
[/code]
kernel install/overwrite (save the old one)
[code]
dpkg -i --force-overwrite dockstarheavy.deb
[/code]
!!!!!!!!!! u must rename the old initrd or delete
thanks to weo for the hint...
[code]
mv /boot/uInitrd /boot/org.uInitrd
[/code]

 [list]
[*] ...none … LED off
[*] ...nand-disk … LED nand activity
[*] ...timer ... time controled LED
[*] ...heartbeat … LED blinks like the heartbeat
[*] ...default-on … LED allways on
[/list]
add this 2 lines to rc.local
this disables heartbeat and sets the green LED on
[code]
echo default-on &gt; /sys/class/leds/dockstar\:green\:health/trigger
echo none       &gt; /sys/class/leds/dockstar\:orange\:misc/trigger
[/code]

add this line
[code]
echo none &gt; /sys/class/leds/dockstar\:green\:health/trigger
[/code]
under
[code]
log_action_msg &quot;Will now halt&quot;
halt -d -f $netdown $poweroff $hddown
[/code]
in /etc/init.d/halt
this shows u when it is safe to remove disks and power cable
on init 0 or halt command

my modify full install with nfs samba and ftp(root access)
with all fixes and script patches
german howto  [url=http://ss4200.homelinux.com/dockstar/]http://ss4200.homelinux.com/dockstar/[/url]
[code]
cd /tmp
wget http://ss4200.homelinux.com/dockstar/gogo-dock.sh
chmod 777 gogo-dock.sh
./gogo-dock.sh
[/code]</description>
        <link>http://forum.doozan.com/read.php?2,582,582#msg-582</link>
        <lastBuildDate>Sat, 18 May 2013 18:42:10 -0400</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,12189#msg-12189</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,12189#msg-12189</link>
            <description><![CDATA[ Hello.<br />
I installed the gorgone-kernel on my dockstar because i wanted to use a DVB-S2-device (Tevii S660) for vdr.<br />
I read that the devices is supported by newer kernels and hoped that it is enough to install gorgone's kernel, but after i rebooted the dockstar the device ist still not recognized correctly.<br />
<br />
Do i have to modify something?<br />
I need the S2-liplianin-modules but i can't compile them because i do not have the sources.]]></description>
            <dc:creator>moddy</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 10 Apr 2013 15:07:33 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,8850#msg-8850</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,8850#msg-8850</link>
            <description><![CDATA[ Hi,<br />
<br />
the reason is that Gorgone's kernel does not work with the new uBoot. I noticed that when I tried to run a stick I had produced about a year ago with a newly adapted Dockstar.<br />
<br />
In the meantime I successfully adapted everything based on  <a href="http://forum.doozan.com/read.php?2,8722"  rel="nofollow">Wheezy install script</a>  (where I also use a <a href="http://forum.doozan.com/read.php?3,8379"  rel="nofollow">separate Boot-Partition</a>) and this works just fine. It was necessary to adapt Gorgone's <i>prepare</i>-script step by step (as well as install a few extras like nfs, samba, locales, dialog etc.).<br />
<br />
I have attached the adapted script, which should run more or less out of the box. You just have to check for paths, as I did not want to clutter my stick with all the additional files and moved those to a docked HDD.<br />
<br />
Hope this helps.<br />
<br />
Cheers,<br />
<br />
chessplayer]]></description>
            <dc:creator>chessplayer</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 21 Jul 2012 10:03:28 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,8562#msg-8562</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,8562#msg-8562</link>
            <description><![CDATA[ gorgone Wrote:<br />
-------------------------------------------------------<br />
&gt; Now 2.6.35.7.4 online<br />
&gt; <br />
&gt; fixed contrac sisusbvga(+consoleswitch)<br />
&gt; ntfs(readonly) hfs hfs+ support<br />
&gt; usbgadgets addet automount fixed add i2c code<br />
&gt; <br />
&gt; <pre class="bbcode">
&gt; cd /tmp
&gt;</pre>
&gt; fetch the kernel<br />
&gt; <pre class="bbcode">
&gt; wget 193.16.217.9/files/dockstarheavy.deb
&gt;</pre>
&gt; kernel install/overwrite (save the old one)<br />
&gt; <pre class="bbcode">
&gt; dpkg -i --force-overwrite dockstarheavy.deb
&gt;</pre>
&gt; !!!!!!!!!! u must rename the old initrd or delete<br />
&gt; thanks to weo for the hint...<br />
&gt; <pre class="bbcode">
&gt; mv /boot/uInitrd /boot/org.uInitrd
&gt;</pre>
&gt; <br />
&gt;  <ul>&gt; <li> ...none … LED off <br /> &gt; </li><li> ...nand-disk … LED nand activity <br /> &gt; </li><li> ...timer ... time controled LED <br /> &gt; </li><li> ...heartbeat … LED blinks like the <br /> &gt; heartbeat <br /> &gt; </li><li> ...default-on … LED allways on <br /> &gt; </li></ul>
&gt; add this 2 lines to rc.local<br />
&gt; this disables heartbeat and sets the green LED on<br />
&gt; <pre class="bbcode">
&gt; echo default-on &gt;
&gt; /sys/class/leds/dockstar\:green\:health/trigger
&gt; echo none       &gt;
&gt; /sys/class/leds/dockstar\:orange\:misc/trigger
&gt;</pre>
&gt; <br />
&gt; add this line<br />
&gt; <pre class="bbcode">
&gt; echo none &gt;
&gt; /sys/class/leds/dockstar\:green\:health/trigger
&gt;</pre>
&gt; under<br />
&gt; <pre class="bbcode">
&gt; log_action_msg &quot;Will now halt&quot;
&gt; halt -d -f $netdown $poweroff $hddown
&gt;</pre>
&gt; in /etc/init.d/halt<br />
&gt; this shows u when it is safe to remove disks and<br />
&gt; power cable<br />
&gt; on init 0 or halt command<br />
&gt; <br />
&gt; my modify full install with nfs samba and ftp(root<br />
&gt; access)<br />
&gt; with all fixes and script patches<br />
&gt; german howto <br />
&gt; <a href="http://ss4200.homelinux.com/dockstar/"  rel="nofollow">http://<br />
&gt; ss4200.homelinux.com/dockstar/</a><br />
&gt; <pre class="bbcode">
&gt; cd /tmp
&gt; wget
&gt; <a href="http://ss4200.homelinux.com/dockstar/gogo-dock.sh"  rel="nofollow">http://ss4200.homelinux.com/dockstar/gogo-dock.sh</a>
&gt; chmod 777 gogo-dock.sh
&gt; ./gogo-dock.sh
&gt;</pre>
<br />
Guten Tag, folgendes problem: nach dem ich Kernel update, und überschreibe, booten Dokstar nicht, versuchte ganzen script ausführen (ss4200.homelinux.com/dockstar/gogo-dock.sh)  kommt das selbe raus, läuft nur wenn ich doozan image installiere. Woran kann das liegen?<br />
<br />
Mfg. Pendalf]]></description>
            <dc:creator>pendalf</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 29 Jun 2012 08:44:33 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,5687#msg-5687</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,5687#msg-5687</link>
            <description><![CDATA[ Hi Gorgone,<br />
is it possible to get your Kernel-Config file?<br />
<br />
Thanks a lot,<br />
Thomas]]></description>
            <dc:creator>squeezeplug</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 28 Aug 2011 17:02:30 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,5200#msg-5200</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,5200#msg-5200</link>
            <description><![CDATA[ i installed the kernel from the first post, and after that i have my cpu usage is high<br />
<br />
please help]]></description>
            <dc:creator>lolax</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 26 Jun 2011 10:36:15 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,4888#msg-4888</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,4888#msg-4888</link>
            <description><![CDATA[ edit:errors were my fault<br />
<br />
thanks for the awesome install script! It seems like it worked unedited for me! (currently watching the 'prepare' commands take effect)]]></description>
            <dc:creator>a5m0</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 26 May 2011 06:41:59 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,4877#msg-4877</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,4877#msg-4877</link>
            <description><![CDATA[ Hmm, I just noticed a new kernel option in 2.6.38 and 2.6.39:<br />
<br />
<a href="http://cateee.net/lkddb/web-lkddb/EMBEDDED.html"  rel="nofollow">http://cateee.net/lkddb/web-lkddb/EMBEDDED.html</a><br />
<br />
Could be quite interesting for a dockstar running emdebian from flash. But I didn't have time to check it out thoroughly. So, take this as a sidenote for the time being.<br />
Will see if I can try it out on my dockstar in the next few weeks.<br />
<br />
Edit: <br />
After a bit of googling I saw that the option has been there much longer than I initially thought. Don't know why I didn't see it before. But, ATM I don't really know if it could be useful for a dockstar kernel. Looks a bit like the dockstar is powerful enough for kernels without the extra embedded config.]]></description>
            <dc:creator>ingmar_k</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 22 May 2011 06:29:06 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,4873#msg-4873</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,4873#msg-4873</link>
            <description><![CDATA[ Mount the stick on another machine and remove or rename /boot/UInitrd to something like old.UInitrd]]></description>
            <dc:creator>WaVeR</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 21 May 2011 11:42:59 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,4872#msg-4872</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,4872#msg-4872</link>
            <description><![CDATA[ ^ Maybe this will help :)<br />
<br />
<a href="http://dev.shyd.de/2011/03/dockstar-no-boot-self-compiled-kernel/"  rel="nofollow">http://dev.shyd.de/2011/03/dockstar-no-boot-self-compiled-kernel/</a>]]></description>
            <dc:creator>varkey</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 21 May 2011 11:38:40 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,4871#msg-4871</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,4871#msg-4871</link>
            <description><![CDATA[ I installed your dockstarheavy.deb over my Squeeze Kirkwood, reboot -&gt; brick. Can not load uImage!<br />
Now i have to reinstall! My settings .(]]></description>
            <dc:creator>Novo</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 21 May 2011 08:41:47 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,4826#msg-4826</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,4826#msg-4826</link>
            <description><![CDATA[ Hello gorgone (oder lieber Hallo?),<br />
<br />
first, I would like to thank you very much for your great work. However, having used your scripts as a basis for both a VDR as well as a MythTV installation (still can't quite decide which one it will be in the end, but leaning towards VDR), there are a few suggestions I have.<br />
<br />
First of all, I have a problem with DHCP (a link to which is here <a href="http://debianforum.de/forum/viewtopic.php?f=30&amp;t=125718&amp;start=15"  rel="nofollow">DHCP Problem</a>). The solution (as pointed out in the above link) is to say<br />
<pre class="bbcode">
apt-get install isc-dhcp-client
apt-get autoremove dhcpcd</pre>
So, maybe, you could include the isc client right from the start and not install dhcpcd?<br />
<br />
Then, NTFS-3G seems to be missing, so that you might want to install this also right from the start<br />
<pre class="bbcode">
apt-get install ntfs-3g</pre>
<br />
Furthermore, you would do many people out there a favor (I beleive) if your system came with nano pre-installed, as there must be a lot of people like me, who are not too fond of vi, so<br />
<pre class="bbcode">
apt-get install nano</pre>
is a life saver for these people (I do realize, however, that anybody should be able to do this alone, but nonetheless ...)<br />
<br />
Last but not least, system logging does not seem to be enabled. Is that intentional?<br />
<br />
Other than that, as mentioned above, I am very impressed with your work and would like to thank you again very much for it!<br />
<br />
Cheers,<br />
<br />
chessplayer<br />
<br />
P.S.: Also, I think it might be a good idea to make the OSCAM installation optional in your prepare script!]]></description>
            <dc:creator>chessplayer</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 17 May 2011 12:42:15 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,4678#msg-4678</guid>
            <title>Pogoplug Pink lights don't work</title>
            <link>http://forum.doozan.com/read.php?2,582,4678#msg-4678</link>
            <description><![CDATA[ Gorgone, thank you very much for an easy script with updates!<br />
<br />
Everything works well except the front LED light, it is completely blank. Not sure if anyone else experienced the same problem.<br />
Again, really appreciate your effort!]]></description>
            <dc:creator>Oleg</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 01 May 2011 01:23:40 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,4524#msg-4524</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,4524#msg-4524</link>
            <description><![CDATA[ My 3G modem is not working with this kernel. I think its cause the 'option' driver is not included.<br />
<br />
Will it be possible you to compile one with this module, would help a lot of users who are using the dockstar as a 3G gateway. :)]]></description>
            <dc:creator>varkey</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 12 Apr 2011 12:48:01 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,4115#msg-4115</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,4115#msg-4115</link>
            <description><![CDATA[ I forgot to rename uInitrd, before i rebootet. Now my dockstar doesn't boot anymore. I unplug the usb pen drive, and rename uInitrd on my ubuntu pc. But it still doesn't work .]]></description>
            <dc:creator>Flo</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 10 Mar 2011 17:10:22 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3898#msg-3898</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3898#msg-3898</link>
            <description><![CDATA[ Mine should have XFS support in it. But I don't know what else you need. I pretty much stripped down my kernel due to size limitations in the NAND. You can always have a look at the kernel-config file first to se if it has what you need. ;-)<br />
<br />
Oh and I think gorgone does ave a new &quot;heavy&quot; kernel ready. Link should be around here somewhere, too, if I' not mistakin'.]]></description>
            <dc:creator>ingmar_k</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 17 Feb 2011 14:03:07 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3892#msg-3892</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3892#msg-3892</link>
            <description><![CDATA[ gorgone Wrote:<br />
-------------------------------------------------------<br />
&gt; sluk Wrote:<br />
&gt; --------------------------------------------------<br />
&gt; -----<br />
&gt; &gt; physis Wrote:<br />
&gt; &gt;<br />
&gt; --------------------------------------------------<br />
&gt; <br />
&gt; &gt; -----<br />
&gt; &gt; &gt; but there is no such module in Gorgone's<br />
&gt; &gt; &gt; /lib/modules/2.6.35.7-dockstar/kernel/fs/<br />
&gt; &gt; &gt; <br />
&gt; &gt; &gt; Did I miss something ?<br />
&gt; &gt; <br />
&gt; &gt; It mean Gorgone's kernel did not compiled with<br />
&gt; XFS<br />
&gt; &gt; support.<br />
&gt; <br />
&gt; <br />
&gt; yes sorry it will be fixed in the new build<br />
<br />
<br />
Is there an new kernel anywhere to get ?<br />
did not find anything...]]></description>
            <dc:creator>optodoxie</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 17 Feb 2011 08:46:03 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3771#msg-3771</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3771#msg-3771</link>
            <description><![CDATA[ OK, so now I finally registered here and thought that maybe some poeple running emdebian could be interested.<br />
<br />
You can get my kernel-config and my new small 2.6.37 kernel deb-package here:<br />
<br />
<a href="http://www.hs-augsburg.de/~ingmar_k/emdebian/"  rel="nofollow">http://www.hs-augsburg.de/~ingmar_k/emdebian/</a><br />
<br />
For the kernel installation just follow jeff's instructions!]]></description>
            <dc:creator>ingmar_k</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 08 Feb 2011 14:43:35 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3770#msg-3770</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3770#msg-3770</link>
            <description><![CDATA[ Just wanded to thank you again guys! Great forum.<br />
<br />
I finally restored my dockstar via JTAG and now have it running emdebian in NAND with the newest 2.6.37 kernel and zram enabled. Very nice indeed.<br />
At first when I tried to slim down my kernel, I forgot to enable SCSI- and SCSI disk support and wondered why I couldn't boot from a USB stick anymore. The reason was quite simple (me=dummy :-D ). I just had the complete SCSI support disabled in my kernel config. Recompiled with it enabled and now have a nice slim kernel that only includes what I need.]]></description>
            <dc:creator>ingmar_k</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 08 Feb 2011 14:02:41 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3727#msg-3727</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3727#msg-3727</link>
            <description><![CDATA[ Hi, <br />
<br />
I just wanted to thank you for this great work!]]></description>
            <dc:creator>Chris</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 04 Feb 2011 07:03:07 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3726#msg-3726</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3726#msg-3726</link>
            <description><![CDATA[ 2.6.37 works great with an USB Wifi key Realtek 8188SU (EDUP 150Mbps Mini USB Wireless n):<br />
<br />
<pre class="bbcode">
# lsusb
Bus 001 Device 004: ID 0bda:8171 Realtek Semiconductor Corp. RTL8188SU 802.11n WLAN Adapter</pre>
<br />
<pre class="bbcode">
# lsmod
Module                  Size  Used by
r8712u                277358  0</pre>
 <br />
<pre class="bbcode">
# iwconfig wlan0
wlan0     IEEE 802.11bgn  ESSID:&quot;Mandriva_Linux&quot;  Nickname:&quot;rtl_wifi&quot;
          Mode:Managed  Frequency:2.412 GHz  Access Point: 4A:39:BC:3D:BA:D0   
          Bit Rate:150 Mb/s   Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:****-****-****-****-****-****-****-****   Security mode:open
          Power Management:off
          Link Quality=94/100  Signal level=61/100  Noise level=0/100
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0</pre>
<br />
 Thank you very much gorgone.]]></description>
            <dc:creator>Sagittarius</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 04 Feb 2011 05:33:45 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3722#msg-3722</guid>
            <title>Older web cam with new kernel</title>
            <link>http://forum.doozan.com/read.php?2,582,3722#msg-3722</link>
            <description><![CDATA[ Hi gorgone,<br />
<br />
Thanks for your hard work!!<br />
I installed your new kernel in order to get my WiFi USB stick going. It works like a charm.<br />
I described what I did in <a href="http://forum.doozan.com/read.php?2,1598,3704#msg-3704"  rel="nofollow">this</a> post.<br />
<br />
Now I am trying to get web cam going (which was working with Jeff's kernel 2.6.32-5). This is older webcam with OV7648 sensor that was working  with zc3xx and gspca drivers. <br />
Now when I plug it in, there is bunch of messages on serial console (attached) and when I try lsusb after, nothing works.<br />
<br />
Any idea what may be the problem?<br />
<br />
Thanks<br />
Roman]]></description>
            <dc:creator>RomanG</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 03 Feb 2011 23:45:34 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3721#msg-3721</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3721#msg-3721</link>
            <description><![CDATA[ hi gorgone,<br />
<br />
I tried looking for your latest kernel config file for 2.6.37, but was unable to find it.  Would it be possible to post a link to it. I would like to build a customer kernel for my dockstar running ArmedSlack<br />
Thanks<br />
Rich]]></description>
            <dc:creator>laprjns</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 03 Feb 2011 21:43:53 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3698#msg-3698</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3698#msg-3698</link>
            <description><![CDATA[ gorgone Wrote:<br />
-------------------------------------------------------<br />
&gt; is this in the 2.6.37 kernel already ? or an<br />
&gt; external modul ?<br />
<br />
it's part of the recent kernels: <a href="http://cateee.net/lkddb/web-lkddb/TOUCHSCREEN_USB_COMPOSITE.html"  rel="nofollow">USBTOUCHSCREEN</a><br />
<br />
it was available as module after installation with your script, but not @2.6.37<br />
<br />
Regards, Michael]]></description>
            <dc:creator>mibu</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 01 Feb 2011 14:05:58 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3696#msg-3696</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3696#msg-3696</link>
            <description><![CDATA[ mibu Wrote:<br />
-------------------------------------------------------<br />
&gt; Hello!<br />
&gt; <br />
&gt; 2.6.37 works great, thx for that! Would you mind<br />
&gt; to add 'usbtouchscreen' support with your next<br />
&gt; release?! I am running a displaylink usb<br />
&gt; touchscreen on the dockstar.<br />
&gt; <br />
&gt; Regards, mibu<br />
is this in the 2.6.37 kernel already ? or an external modul ?]]></description>
            <dc:creator>gorgone</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 01 Feb 2011 12:56:50 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3695#msg-3695</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3695#msg-3695</link>
            <description><![CDATA[ Hello!<br />
<br />
2.6.37 works great, thx for that! Would you mind to add 'usbtouchscreen' support with your next release?! I am running a displaylink usb touchscreen on the dockstar.<br />
<br />
Regards, mibu]]></description>
            <dc:creator>mibu</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 01 Feb 2011 12:39:15 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3675#msg-3675</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3675#msg-3675</link>
            <description><![CDATA[ Thanks sluk &amp; gorgone !]]></description>
            <dc:creator>physis</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 31 Jan 2011 05:22:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3674#msg-3674</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3674#msg-3674</link>
            <description><![CDATA[ ext3 should have a better chance to survive from power failure than a ext2 file system, fsck the rootfs by connect the USB stick to other machine should able to fix the problems in most of the cases.]]></description>
            <dc:creator>sluk</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 31 Jan 2011 01:34:10 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3665#msg-3665</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3665#msg-3665</link>
            <description><![CDATA[ I have yet to have this problem on the Dockstar with Debian, but I was plagued with this on my SheevaPlug running Ubuntu.<br />
<br />
Have you investigated how badly the file system gets corrupted?  (Have you taken the thumb drive over to another computer and fsck'ed it, and if so, was it still unbootable afterwards?)<br />
<br />
On the SheevaPlug, the following advice helped me:<br />
<br />
<a href="http://plugcomputer.org/plugforum/index.php?topic=4587.msg16672#msg16672"  rel="nofollow">http://plugcomputer.org/plugforum/index.php?topic=4587.msg16672#msg16672</a><br />
<br />
Perhaps this will be useful to you as well, although, as I said, my Dockstar/Debian has always been better behaved in this respect.]]></description>
            <dc:creator>restamp</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 30 Jan 2011 13:13:18 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3656#msg-3656</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3656#msg-3656</link>
            <description><![CDATA[ Hi<br />
<br />
I have this problem that after a power failure my Dockstar wont boot from the USB stick. The file system gets corrupted - then I need to burn a new image to the USB stick, and everthing is OK again.<br />
<br />
I read that the ZFS file system is much better in dealing with file corruption, and that it recently has been added to the Debian Squeeze, so I would like to ask if it can be enabled in you new kernel package? <br />
I know that the speed is slower than other systems, but I plan to only use it for the USB stic, whereas my FreeAgent Go HDD which contains all the data (music for squeezebox server) will continue to use ext3.]]></description>
            <dc:creator>sbp</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 30 Jan 2011 05:24:13 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,582,3647#msg-3647</guid>
            <title>Re: new kernel package ready to use</title>
            <link>http://forum.doozan.com/read.php?2,582,3647#msg-3647</link>
            <description><![CDATA[ sluk Wrote:<br />
-------------------------------------------------------<br />
&gt; physis Wrote:<br />
&gt; --------------------------------------------------<br />
&gt; -----<br />
&gt; &gt; but there is no such module in Gorgone's<br />
&gt; &gt; /lib/modules/2.6.35.7-dockstar/kernel/fs/<br />
&gt; &gt; <br />
&gt; &gt; Did I miss something ?<br />
&gt; <br />
&gt; It mean Gorgone's kernel did not compiled with XFS<br />
&gt; support.<br />
<br />
<br />
yes sorry it will be fixed in the new build]]></description>
            <dc:creator>gorgone</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 29 Jan 2011 15:27:53 -0500</pubDate>
        </item>
    </channel>
</rss>
