Talk:Wiviz

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:27, 4 October 2006 (edit)
Togo (Talk | contribs)
(23 SP2 breaks wiviz !?)
← Previous diff
Current revision (08:36, 17 July 2007) (edit) (undo)
Tempnegro (Talk | contribs)

 
(24 intermediate revisions not shown.)
Line 1: Line 1:
-==Does DD-WRT v23 SP2 (09/15/06) mini - build 3932 break wiviz Instalation procedure as listed ?==+==Does DD-WRT v23 SP2 (09/15/06) mini - build 3932 breaks wiviz ?==
It does so for me! [[User:Togo|togo]] 23:27, 4 Oct 2006 (CEST) It does so for me! [[User:Togo|togo]] 23:27, 4 Oct 2006 (CEST)
-It appears that the Linksys WRT54G V4 does not have enough memory to download the file.+:What hardware version are you having Wiviz problems with?
-This is what I get:<br /><br />+:: I have a WRT54G version 3 ... Meanwhile I found that
-/jffs # wget http://lament.rutka.net/wiviz-jffs.tar.gz <br />+::ln -s /jffs/www/wiviz/ /tmp/www/wiviz
-wget: wiviz-jffs.tar.gz: No space left on device+::makes it possible to see the page, HOWEVER Wiviz does not seem able to connect to the [[wl]] interface that gives it data! This interface seems to be acomplished by means of a Wi-Viz daemon that is being woken and called by the wiviz-get.sh CGI which is called by the wiviz.js invoked by the loaded wiviz.html page...
-<br /><br />+I can currently not see any evidence of the demon (which is probably usr/sbin/wiviz) runs while the wiviz page is open! However executing usr/sbin/wiviz manually works and deliver usefull output to the console. [[User:Togo|togo]] 08:05, 8 Oct 2006 (CEST)
---~~rh+
---+
-== Drifting hosts ==+I suspect something is wrong in the www/cgi-bin/wiviz-get.sh shell script which says:
- + #!/bin/sh
-If there are alot of hosts on the screen it seems that one (or more) of them will drift away, pushing the rest of the hosts off the opposite edge of the screen so you end up with a blank screen because all the hosts ran away.+ WIVIZ_PATH=/jffs/usr/sbin/wiviz
--the procedure to fix this is editing the wiviz.js as listed on the article!+ echo Content-type: text/html
 + echo
 + killall -USR1 wiviz >/dev/null 2>

Current revision

[edit] Does DD-WRT v23 SP2 (09/15/06) mini - build 3932 breaks wiviz ?

It does so for me! togo 23:27, 4 Oct 2006 (CEST)

What hardware version are you having Wiviz problems with?
I have a WRT54G version 3 ... Meanwhile I found that
ln -s /jffs/www/wiviz/ /tmp/www/wiviz
makes it possible to see the page, HOWEVER Wiviz does not seem able to connect to the wl interface that gives it data! This interface seems to be acomplished by means of a Wi-Viz daemon that is being woken and called by the wiviz-get.sh CGI which is called by the wiviz.js invoked by the loaded wiviz.html page...

I can currently not see any evidence of the demon (which is probably usr/sbin/wiviz) runs while the wiviz page is open! However executing usr/sbin/wiviz manually works and deliver usefull output to the console. togo 08:05, 8 Oct 2006 (CEST)

I suspect something is wrong in the www/cgi-bin/wiviz-get.sh shell script which says:

#!/bin/sh
WIVIZ_PATH=/jffs/usr/sbin/wiviz
echo Content-type: text/html
echo 
killall -USR1 wiviz >/dev/null 2>