Kodi Community Forum

Full Version: Cant install remote driver (xbmc live) dire need of help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, so i followed a guide so that i can get my remote working on a ion 330ht. but i hit a stop


Code:
sudo –s

Code:
apt-get install wget

Code:
wget http://tinyurl.com/cir-driver-ion330ht

Code:
dpkg -i ir-driver-ion330ht

When doing the last part i get cannot access archive, no such file or directory. Im using putty ssh. Anyone can help a bit. Im kinda stuck atm, and i have a date later, i want to show off my stuff Shocked
you have a typo in the last command

see this bit gets the file called "cir-driver-ion330ht"

Code:
wget http://tinyurl.com/cir-driver-ion330ht

Then you need to install that file, so you need the same file name likethis

Code:
dpkg -i cir-driver-ion330ht
doh, thx alot mate for spotting the obvious error Smile