« August 2010 »
S M T W T F S
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

This is hot

Upgrade VIA Epia-Board to current 2.6.28.7
600 times viewed
23.02.2009 18:41
t3blog Update to version 0.8.1 (Security, Bugfixes)
156 times viewed
03.02.2010 14:33
LaTeX Font Selection
83 times viewed
29.01.2010 17:17
linux.bigga.de now with RSS Feed
81 times viewed
25.11.2009 09:36

[blog...]

Currently the posts are filtered by: embedded
Reset this filter to see all posts.

22.05.2009
13:05

Updating Xubuntu on Jetway J8F9 Nano-ITX Board

For half a year, I have a Jetway Nano-ITX Board (J8F9) running with Xubuntu 8.04 on a CF-card. This Board is very slow with an AMD Geode but 100% silent and consumes only about 3 Watt. It's the perfect internet client for my cafe.

 

One problem was the right setting for the display (quite cheap monitor with 1440x900 pixels). Before updating to 8.10 I had to edit the /etc/X11/xorg.conf manually and set:

 

Section "Device"
Identifier "Configured Video Device"
#Option "UseFBDev" "true"
Driver "fbdev"
EndSection
Section "Screen"          
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
# Virtual 1440 900
Modes "1440x900" "1280x1024" "1024x768"
EndSubSection
EndSection

 

The Xorg-Version is:

 

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Ubuntu (xorg-server 2:1.4.1~git20080131-1ubuntu9.
Current Operating System: Linux cafepc 2.6.24-19-generic #1 SMP Wed Aug 20 22:5
Build Date: 13 June 2008  01:08:21AM

 

 

After 5 minutes download and about 6 hours (!) packages replacements, the system was ready to reboot. But... it ends up in a kernel panic! And before booting, the install-tool deinstalled the old kernel. Very stupid.

 

So I removed the CF-card and modified the boot/grub/menu.lst. Xubunto forgot to add the initrd-line below the kernel:

 

initrd  /boot/initrd.img-2.6.27-14-generic

 

 

back

[ 22.07.2010 ]