Difference between revisions of "ShuttleXS35GT"
Bongowongo (Talk | contribs) (New page: {{versioninfo|810Status=Works, not pnp|810UpdatedDate=8th December 2010|810UpdatedBy=BongoWongo}} Category: Media Directors Category: Nettops Category: 0810 [[Category: Shuttl...) |
Bongowongo (Talk | contribs) |
||
Line 54: | Line 54: | ||
#'''ACPI''' | #'''ACPI''' | ||
Turn it off | Turn it off | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Other remarks, needed investigation== | ==Other remarks, needed investigation== |
Revision as of 15:40, 9 December 2010
Version | Status | Date Updated | Updated By |
---|---|---|---|
710 | Unknown | N/A | N/A |
810 | Works, not pnp | 8th December 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 : working, not plug and play
Shuttle XS35GT [1]
Pro's
- Nice esthetics
- Ion platform
- Mountable on monitor/tv
Cons
- Needs configuring
How to get it working.
Diskless Boot
- 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://driver.jmicron.com.tw/Ethernet/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.
- ACPI
Turn it off
Other remarks, needed investigation
- Could not get a higher resolution than 640x480, need to configure videocard proper. Driver/Xorg.conf possible solution => install intel ppa drivers
sudo apt-get remove -purge nvidia* http://forum.linuxmce.org/index.php?topic=9149.0
- Makes strange dark beep when booting
- As I do not use it and I was in troubleshooting modus, I disconnected the wifi, so cannot comment on it
- Webcam and microphone are not tested yet
This page is a work in progress