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

From Official Kodi Wiki
Jump to navigation Jump to search
>Chmanie
(Created page with 'This is a little collection of hints and tricks to get XBMC (Live) running on the nice and cheap S1-AT5NM10E. ==IR Remote== The IR chipset is the same as the chipset used on…')
 
>Chmanie
Line 3: Line 3:
==[[IR Remote]]==
==[[IR Remote]]==
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 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):


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  
Line 22: Line 22:
sudo dpkg-reconfigure lirc
sudo dpkg-reconfigure lirc


every time to reboot the machine.
every time after rebooting the machine.

Revision as of 13:40, 27 January 2011

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

IR Remote

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.