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'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'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 "tsc" was unstable and use "jiffies" 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 "clocksource=tsc" bootparameter to grub'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 "rtc" to '/etc/modules'<br>add "HCTOSYS_DEVICE=rtc" to '/etc/default/rcS'<br><br>The new kernel (2.6.38-voyage) now uses "pit" 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 "udlfb" 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 -> Graphics support -> Support for frame buffer devices -> Displaylink USB framebuffer support -> M<br>
<br>For use if the monitor in Xorg the video driver "xserver-video-xorg-displaylink" 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's and using 586 on the Geode LX CPU'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>