Difference between revisions of "Zotac Zbox AD04"

From LinuxMCE
Jump to: navigation, search
(Bundled MCE remote)
(Bundled MCE remote)
Line 27: Line 27:
  
 
* Install requirements
 
* Install requirements
[code]
+
<pre>
 
apt-get install automake dialog libtool
 
apt-get install automake dialog libtool
[/code]
+
</pre>
 
* Download the version from FernetMenta
 
* Download the version from FernetMenta
[code]
+
<pre>
 
wget https://github.com/FernetMenta/lirc/tarball/master -O lirc.tar.gz
 
wget https://github.com/FernetMenta/lirc/tarball/master -O lirc.tar.gz
[/code]
+
</pre>
 
* Extract, configure and install:  
 
* Extract, configure and install:  
 
When you will run setup.sh, choose select driver "zotac" under usb, then save & configure  
 
When you will run setup.sh, choose select driver "zotac" under usb, then save & configure  
[code]
+
<pre>
 
tar -xvf ./lirc.tar.gz
 
tar -xvf ./lirc.tar.gz
 
cd FernetMenta-lirc-c336b00/
 
cd FernetMenta-lirc-c336b00/
Line 43: Line 43:
 
make
 
make
 
make install
 
make install
[/code]
+
</pre>
  
 
= Current issues on 10.04 =
 
= Current issues on 10.04 =

Revision as of 19:42, 5 December 2012

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 Unknown N/A N/A
1004 Works with some hacks 05th December 2012 jamo
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information

Media Director General info

Technical Details

-- this is incomplete... I plagiarised from the ID41 page... still to fix

  • NVIDIA ION GPU (with 512MB DDR3 memory), Intel Atom D525 CPU (1.8 GHz, dual-core), Intel NM10 Express chipset
  • 1 2.5-inch SATA 3.0 Gb/s hard drive connection, 2 204-pin DDR3-800 SO-DIMM slots
  • HDMI (1080p with 8-channel audio), Dual-link DVI, HDCP compliant, VGA (with DVI-to VGA adapter), NVIDIA nView multi-display technology
  • NVIDIA PureVideo HD technology, NVIDIA CUDA technology, Adobe Flash Player 10.1 acceleration, DirectX 10.1
  • eSATA, 2 USB 3.0 ports, 2 USB 2.0 ports, 10/100/1000 Ethernet (RJ45), Digital S/PDIF output, Power connector
  • Compatible, DirectCompute ready, OpenGL 3.2 compatible, OpenGL compatible, Integrated 802.11n WiFi
  • Headphone/Audio out jack, Microphone jack, 6-in-1 Memory card reader (MMC/SD/SDHC/MS/MS Pro/xD), 1 USB 2.0 port
  • NVIDIA PureVideo HD technology, NVIDIA CUDA technology, Adobe Flash Player 10.1 acceleration, DirectX 10.1 compatible, DirectCompute ready, OpenGL 3.2 compatible, OpenGL compatible, Integrated 802.11n WiFi

-- end incomplete section

Bundled MCE remote

Remote appears to emulate a USB keyboard out the box. This has limited use in UI2 as only the arrow keys, "ok" = click, and "enter" are useful. Experimenting with steps from the following thread: http://wiki.xbmc.org/index.php?title=HOW-TO:Install_XBMC_on_Ubuntu_with_AMD_GPU#Step_13:_Configuring_Remote_Control to try to get it working. Steps followed (ssh to MD as root):

  • Install requirements
apt-get install automake dialog libtool
  • Download the version from FernetMenta
wget https://github.com/FernetMenta/lirc/tarball/master -O lirc.tar.gz
  • Extract, configure and install:

When you will run setup.sh, choose select driver "zotac" under usb, then save & configure

tar -xvf ./lirc.tar.gz
cd FernetMenta-lirc-c336b00/
./autogen.sh
./setup.sh
make
make install

Current issues on 10.04

Links