Kodi Community Forum

Full Version: Jetway Remote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have been using this forum for a while and finally decided to join!

I am trying to get my remote to work. I have the Jetway Jetway HBJC231C63P-330D-B and I found that it has the same IR transceiver described in this setup:

http://doityourselfhtpc.com/2010/12/22/a...xbmc-live/

However when I try to run this I get stuck right away. I can download the file no problem but when I try to unzip it I get a no such file or directory error. However when I list the directory content it shows up just fine.

As of now I am at a loss. I am fairly new to Linux still but catch on fast.

Anybody know what I am doing wrong?

Thank you!
I have the same Jetway unit as you. I downloaded and followed the procedure from the Asrock website. Worked for me.

http://www.asrock.com/Nettop/download.as...HT&o=Linux
That's what I was trying to install, however I am using XBMC 10.1 as my OS so I don't have Synaptic Package Manager, I can download it via terminal just fine, however when UI unzip it it says its not there even though it shows up using the ls command.

This is where I need help Huh
You don't need synaptic. You can install dkms via apt-get and use dpkg to install the Asrock deb files.

In a terminal:

sudo apt-get install dkms patch fakeroot

to install the deb file you downloaded from Asrock:

sudo dpkg -i lirc-nct677x-1.0.4-ubuntu10.04.deb. (or whatever the deb file is called).

...and follow the rest of the instructions. You can use the apt-get command to install packages from the Ubuntu repository. The dpkg command can be used to install any deb file you download.

Hope this helps.
Got it! Thank you! Now if I can get Swiss Army Knife working I will be set!