Log in

View Full Version : setting up nfusion with goo3



wackey
09-10-2013, 10:21 PM
hi everyone...
I'm tring to setup a nfusion with goo3...i finally got it installed on the rounter..WRT54GS. I put everything i need in the comment section...just dont know the settings...does anyone have a copy paste of theres..

thnx guys

AeonFlux
09-10-2013, 11:36 PM
Try this:

#!/bin/sh
server_timeout=14
server_retries=0
receiver_protocol=5
ignore_caid=1
server_0="user:[email protected]:port/deskey"
. /bin/make_inis

xx-client-broadcom &

Server_0 is your server info. You put your own in right there.
Must have server_0. If you have more than one server then use server_1, server_2 as needed for the extra servers but you must always have a server_0 or it will not work.
If you have both a North server and a South server then you need to set ignore_caid=0. If you only have North or South then ignore_caid=1 works best.

wackey
09-11-2013, 12:58 AM
getting this error when i do a x-log

sh: eval: line 1: xx-log: not found

goofather
09-11-2013, 01:23 AM
getting this error when i do a x-log

sh: eval: line 1: xx-log: not found

Because that is a goo2 startup script. The goo3 equivalent looks like this:



server_timeout=14
server_retries=0
ignore_caid=1

server_0="user:[email protected]:port/deskey"
. make_inis

xx-client

wackey
09-11-2013, 01:29 AM
this is hard to do the first time..4 nights now..and nothing

wackey
09-11-2013, 02:15 AM
Because that is a goo2 startup script. The goo3 equivalent looks like this:



server_timeout=14
server_retries=0
ignore_caid=1

server_0="user:[email protected]:port/deskey"
. make_inis

xx-client


still getting same error..must be doing something wrong...

goofather
09-11-2013, 02:54 AM
still getting same error..must be doing something wrong...

It really isn't that hard but some people can do it in 5 minutes and others it takes a little longer.

To test whether the goo bin is flashed or not, use the command xx-version. If nothing is returned then the flash didn't take.

Have you bothered to read through the PDF?

wackey
09-11-2013, 10:15 AM
It really isn't that hard but some people can do it in 5 minutes and others it takes a little longer.

To test whether the goo bin is flashed or not, use the command xx-version. If nothing is returned then the flash didn't take.

Have you bothered to read through the PDF?


I read through it 20 times now...ill try tonight again...

airjam
09-11-2013, 10:50 AM
still getting same error..must be doing something wrong...

Copy and paste the script in Notepad.
Edit in notepad as it is easier to view. Copy and paste the edited script from Notepad into the router.
Good idea to save the edited script to your PC or USB stick for future edits.

tubbs
12-26-2013, 06:17 AM
So what happened? did you get it to work???wackey??