Difference between revisions of "ShuttleX50V2"

From LinuxMCE
Jump to: navigation, search
(Diskless Boot)
Line 13: Line 13:
  
 
How to get it working.
 
How to get it working.
 +
The Shuttle x50v2 works but not plug and play.
 +
2 steps need to be performed to get it to diskless boot.
 +
 
==Diskless Boot==
 
==Diskless Boot==
 +
 +
#Unrecognized nic
 
The driver for the JMicron JMC250 PCI Express Gigabit Ethernet controller
 
The driver for the JMicron JMC250 PCI Express Gigabit Ethernet controller
 
needs to be first installed, before the MD will netboot.
 
needs to be first installed, before the MD will netboot.
Line 45: Line 50:
 
This will create a new initial ramdisk for the first boot of new MDs containing the jme module. Now, the first boot of the diskless MD will succeed and a new diskless media director will be created.  
 
This will create a new initial ramdisk for the first boot of new MDs containing the jme module. Now, the first boot of the diskless MD will succeed and a new diskless media director will be created.  
  
It now hangs in the kubuntu screen, I need to put the drivers somewhere, working on it now
+
#ACPI
 +
 
 +
Turn it off
 +
 
 +
==Touchscreen==
  
UPDATE WILL FOLLOW
+
Used a keyboard to go through all of the wizards, went into KDE Desktop, installed latest galexy drivers.
 +
Touchscreen works, but has the tendency to double tap. Ignore first event, does not work.
  
  
 
This page is a work in progress
 
This page is a work in progress

Revision as of 04:43, 8 September 2010

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 Not Working 1st May 2010 BongoWongo
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information

This page is compliant with 0810 Beta | Current status : Not working/Should work

Shuttle X50 V2 [1]

It is a 15,4 inch touchscreen with an atom processor, with builtin camera, microphone and speakers. Ideal for a kitchen situation.

How to get it working. The Shuttle x50v2 works but not plug and play. 2 steps need to be performed to get it to diskless boot.

Diskless Boot

  1. Unrecognized nic

The driver for the JMicron JMC250 PCI Express Gigabit Ethernet controller needs to be first installed, before the MD will netboot.

Download the file jme-1.0.5.tbz2 which contains the driver from ftp://jmicron.com.tw/jmc2xx/Linux/

Open a "terminal" and type the following

$ tar xjvf jme-1.0.5.tbz2
$ cd jme-1.0.5
$ make install

copy the module to the running kernel

$ cp jme.ko /lib/modules/2.6.27-17-generic/kernel/drivers/net/

To get a NIC to work, you have to modify a file, type the following in "terminal"

$ sudo <editor-of-choice> /etc/initramfs-tools-interactor/modules

and add a single line for your NICs kernel module. In the above case the name of the module is

jme

After adding the above line (and saving the change of course), you have to recreate the initial ramdisk.

/usr/pluto/bin/Diskless_BuildDefaultImage.sh

or maybe

mkinitramfs -d /etc/initramfs-tools-interactor/ -o /tftpboot/default/initrd

is enough.

This will create a new initial ramdisk for the first boot of new MDs containing the jme module. Now, the first boot of the diskless MD will succeed and a new diskless media director will be created.

  1. ACPI

Turn it off

Touchscreen

Used a keyboard to go through all of the wizards, went into KDE Desktop, installed latest galexy drivers. Touchscreen works, but has the tendency to double tap. Ignore first event, does not work.


This page is a work in progress