xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
2 Pages V < 1 2  
Reply to this topicStart new topic
> Can I Install The Xlink Kai Engine On My Router?, and a few more questions
c-2
post Dec 18 2010, 05:15 PM
Post #16


X-S Freak
*****

Group: Moderator
Posts: 1453
Joined: 5-February 03
From: www.teamxlink.co.uk
Member No.: 22802
Xbox Version: none
360 version: none



it should still work .. you have to make sure your router is compatible. did you add the mac addresses ?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Janeshi
post Dec 21 2010, 02:56 AM
Post #17


X-S Enthusiast


Group: Members
Posts: 1
Joined: 29-December 08
Member No.: 400829



As far as I know, xlink kai is not longer supported for routers (look at the official page). I have an asus rt-n16 and I couldnt find a way to make xkai works on it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Chrisoldinho
post Mar 23 2011, 08:03 PM
Post #18


X-S Young Member
*

Group: Members
Posts: 56
Joined: 15-October 09
Member No.: 420917



just to revive this dead thread, incase anyone is interested, the only thing wrong with kaid in newer versions of dd-wrt is it requires uclibc, thankfully we can get this easily by simply installing OTRW (google it) then you can add this to your /etc/init.d (name it something like S85kaid) and chmod 0755:-

CODE

#!/bin/sh
NAME=kaid
[ -e /tmp/kaid.conf ] || exit
export LD_LIBRARY_PATH=/opt/lib:$LD_LIBRARY_PATH

if [ -z "$1" ]; then
    case `echo "$0" | sed 's:^.*/\(.*\):\1:g'` in
        S??*) rc="start";;
        K??*) rc="stop"
    esac
else
    rc="$1"
fi

case "$rc" in
    start)
        echo "Starting: $NAME"
        touch /tmp/kaiEnginePersist.txt
        chmod a+w /tmp/kaiEnginePersist.txt
        /usr/sbin/kaid -c /tmp/kaid.conf
       ;;
    stop)
        if pidof $NAME 2>&1 >/dev/null; then
            echo "Stopping: $NAME"
            killall $NAME 2>&1 >/dev/null
        fi
       ;;
    restart)
        "$0" stop
        sleep 1
        "$0" start
       ;;
    *)
        echo "Usage: $0 (start|stop|restart|usage)"
       ;;
esac
exit 0


Hope this helps someone, it works perfectly now - FSD can see the engine again and online play without a laptop is once more possible smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
johnney5
post Apr 1 2011, 08:35 PM
Post #19


X-S Freak
*****

Group: Members
Posts: 1054
Joined: 25-November 02
From: East Coast
Member No.: 10320
Xbox Version: v1.1
360 version: unknown



QUOTE
you need to load kai on your computer to have a UI .. if your using an older XBMC build or the 360 dash with kai built in you do not need to open it on the computer. the router is the engine.


Having the old copy of XBMC in addition to DD-WRT works 100% without the need for a PC, correct? Or do you have to do Chrisoldinho's workaround no matter what?

Here is my version of DD-WRT:

CODE
DD-WRT v24-sp2 (10/10/09) std
(SVN revision 13064)


The whole OTRW thing sounds a bit confusing.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





2 Pages V < 1 2
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 22nd May 2013 - 09:05 AM