Difference between revisions of "ShuttleX50V2"

From LinuxMCE
Jump to: navigation, search
Line 16: Line 16:
 
Before you did this you already did /urs/pluto/CREATEDISKLESSTBZ.sh <search correct script>
 
Before you did this you already did /urs/pluto/CREATEDISKLESSTBZ.sh <search correct script>
  
Download the file jme-1.0.5.tbz2 containing the driver from ftp://jmicron.com.tw/jmc2xx/Linux/
+
Download the driver from
<nowiki></nowiki>
+
[[ftp://jmicron.com.tw/jmc2xx/Linux/]
 +
<nowiki>$ tar xjvf jme-1.0.5.tbz2
 +
$ cd jme-1.0.5
 +
$ make install
 +
(I ignored the one warning)
 +
$ rmmod jme
 +
$ modprobe jme</nowiki>
 +
 
 +
 
 +
 
 +
 
 +
copy the module to the running kernel:
 +
 
 +
<nowiki>cp src/jme.ko /lib/modules/2.6.22-14-generic/kernel/drivers/net/</nowiki>
 +
 
 +
 
 +
 
 
Tried to PXE Boot it, with snapshot XXXXX
 
Tried to PXE Boot it, with snapshot XXXXX
  

Revision as of 00:29, 16 May 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.

Diskless Boot

Before you did this you already did /urs/pluto/CREATEDISKLESSTBZ.sh <search correct script>

Download the driver from [[2]

$ tar xjvf jme-1.0.5.tbz2
$ cd jme-1.0.5
$ make install
(I ignored the one warning)
$ rmmod jme
$ modprobe jme



copy the module to the running kernel:

cp src/jme.ko /lib/modules/2.6.22-14-generic/kernel/drivers/net/


Tried to PXE Boot it, with snapshot XXXXX

This resulted in a kernel panic as described in http://forum.linuxmce.org/index.php?topic=8386.0

This means that the network drivers (JMicron JMC261 single-chip PCIe Fast Ethernet) are not there or loaded properly. I am searching for a solution. This could be one of the solutions http://ubuntuforums.org/showthread.php?t=1402076

This page is a work in progress