Archive:Install XBMC on Asus S1-AT5NM10E: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Chmanie
>Chmanie
Line 1: Line 1:
This is a little collection of hints and tricks to get XBMC (Live) running on the nice and cheap S1-AT5NM10E.
This is a little collection of hints and tricks to get XBMC (Live) running on the nice and cheap S1-AT5NM10E.


==[[IR Remote]]==
This is a little collection of hints and tricks to get XBMC (Live) running on the nice and cheap S1-AT5NM10E.
 
==IR Remote==
 
===Power On via IR===
 
The S1-AT5NM10E supports power-on via IR from off or suspend/hibernate state out of the box using the integrated IR receiver. Just use any MCE remote and make sure you have the lates BIOS version (401) and "Power On Remote Control" is set.
 
===LIRC===
The IR chipset is the same as the chipset used on the ION330. Unfortunately the ASRock Drivers won't really work well [http://forum.xbmc.org/showthread.php?p=705061#post705061].
The IR chipset is the same as the chipset used on the ION330. Unfortunately the ASRock Drivers won't really work well [http://forum.xbmc.org/showthread.php?p=705061#post705061].
Here's a method to get this working (at least one time for a rebooot) under Live (Ubuntu 10.04):
Here's a method to get this working (at least one time for a rebooot) under Live (Ubuntu 10.04):
 
<pre>
wget http://ppa.launchpad.net/yavdr/stable-vdr/ubuntu/pool/main/n/nct677x-dkms/lirc-nct677x-src_1.0.4-1yavdr1_all.deb  
wget http://ppa.launchpad.net/yavdr/stable-vdr/ubuntu/pool/main/n/nct677x-dkms/lirc-nct677x-src_1.0.4-1yavdr1_all.deb  
wget http://ppa.launchpad.net/yavdr/stable-vdr/ubuntu/pool/main/n/nct677x-dkms/nct677x-dkms_1.0.4-1yavdr1_all.deb  
wget http://ppa.launchpad.net/yavdr/stable-vdr/ubuntu/pool/main/n/nct677x-dkms/nct677x-dkms_1.0.4-1yavdr1_all.deb  
Line 16: Line 24:


sudo reboot
sudo reboot
 
</pre>


You have to do a
You have to do a
 
<pre>
sudo dpkg-reconfigure lirc
sudo dpkg-reconfigure lirc
 
</pre>
every time after rebooting the machine.
every time after rebooting the machine.

Revision as of 09:44, 28 January 2011

This is a little collection of hints and tricks to get XBMC (Live) running on the nice and cheap S1-AT5NM10E.

This is a little collection of hints and tricks to get XBMC (Live) running on the nice and cheap S1-AT5NM10E.

IR Remote

Power On via IR

The S1-AT5NM10E supports power-on via IR from off or suspend/hibernate state out of the box using the integrated IR receiver. Just use any MCE remote and make sure you have the lates BIOS version (401) and "Power On Remote Control" is set.

LIRC

The IR chipset is the same as the chipset used on the ION330. Unfortunately the ASRock Drivers won't really work well [1]. Here's a method to get this working (at least one time for a rebooot) under Live (Ubuntu 10.04):

wget http://ppa.launchpad.net/yavdr/stable-vdr/ubuntu/pool/main/n/nct677x-dkms/lirc-nct677x-src_1.0.4-1yavdr1_all.deb 
wget http://ppa.launchpad.net/yavdr/stable-vdr/ubuntu/pool/main/n/nct677x-dkms/nct677x-dkms_1.0.4-1yavdr1_all.deb 
wget http://dl.dropbox.com/u/4325533/lirc-nct677x-1.0.4-ubuntu10.04_kernel2.6.32-25.deb 

sudo dpkg -i nct677x-dkms_1.0.4-1yavdr1_all.deb 
sudo dpkg -i lirc-nct677x-src_1.0.4-1yavdr1_all.deb 
sudo dpkg -i lirc-nct677x-1.0.4-ubuntu10.04_kernel2.6.32-25.deb 

select Nuvoton Transceivers/Remotes and None for the second page. 

sudo reboot

You have to do a

sudo dpkg-reconfigure lirc

every time after rebooting the machine.