Hello,<br><br>I have been using Voyage since version 0.6.0 for many industrial systems and have been very satisfied with it. Some custom fixes were applied to previous versions of voyage that don&#39;t work anymore in 0.7.5 and I found several issues with version 0.7.5 that maybe can be easily fixed in the base image:<br>
<br>### Problem: CF card is /dev/sda instead of /dev/hda<br>When using the voyage 0.7.5 live CD to PXE boot an Alix 2D13 board, the compact flash card is recognised as /dev/sda.<br>The automated installer assumes the CF card to be /dev/hda and therefore the installer won&#39;t work. It has to be installed manually using voyage.update and selecting /dev/sda as the target<br>
<br>After the installation is finished and the board has rebooted, the CF card is recognised as /dev/hda.<br><br><br>### Timing<br>I had a lot of timing issues with Voyage 0.6.5 and 0.7.0.<br>The kernel (2.6.32-voyage) would complain that clocksource &quot;tsc&quot; was unstable and use &quot;jiffies&quot; instead. The clock would drift with several minutes every hour and NTP was unable to keep the clock in sync.<br>
Since Voyage 0.65 I added &quot;clocksource=tsc&quot; bootparameter to grub&#39;s menu.lst and combine it with NTP to keep the clock in sync and this worked well.<br><br>Besides that I added the following things to properly access the hardware clock during boot on alix boards:<br>
add &quot;rtc&quot; to &#39;/etc/modules&#39;<br>add &quot;HCTOSYS_DEVICE=rtc&quot; to &#39;/etc/default/rcS&#39;<br><br>The new kernel (2.6.38-voyage) now uses &quot;pit&quot; as clocksource on the Alix 2D13. After 10 hours the clock was 5 seconds behind. This is something that NTP can manage. Are there any other significant differences or advantages to using pit instead of tsc?<br>
<br><br>### Displaylink USB monitor drivers<br>The &quot;udlfb&quot; driver module for Displaylink devices is included in kernel 2.6.38. It would be nice if the module could be part of the default voyage kernel:<br>Device Drivers -&gt; Graphics support -&gt; Support for frame buffer devices -&gt; Displaylink USB framebuffer support -&gt; M<br>
<br>For use if the monitor in Xorg the video driver &quot;xserver-video-xorg-displaylink&quot; is also needed, but this is not part of the Debian distribution. Ubuntu does have packages and source available.<br>Currently I build this module on the Voyage SDK myself, but also this would be a good addition to the Voyage distribution.<br>
<br><br>### Kernel CPU optimization<br>The default kernel is optimised for 486 and higher CPU&#39;s and using 586 on the Geode LX CPU&#39;s would make performance worse.<br>Now there is also a Geode LX option in the kernel. Does this increase performance or enable features otherwise not used?<br>
<br>