Talk:Wiviz

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 12:44, 5 October 2006 (edit)
AycheKay (Talk | contribs)
m (Does DD-WRT v23 SP2 (09/15/06) mini - build 3932 break wiviz Instalation procedure as listed ?)
← Previous diff
Current revision (08:36, 17 July 2007) (edit) (undo)
Tempnegro (Talk | contribs)

 
(22 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)
:What hardware version are you having Wiviz problems with? :What hardware version are you having Wiviz problems with?
-:: I have a WRT54G version 3 or 3.1 ... Meanwhile I found that+:: I have a WRT54G version 3 ... Meanwhile I found that
::ln -s /jffs/www/wiviz/ /tmp/www/wiviz ::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!+::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. [[User:Togo|togo]] 08:05, 8 Oct 2006 (CEST)
-==Memory Problerms?==+I suspect something is wrong in the www/cgi-bin/wiviz-get.sh shell script which says:
-It appears that the Linksys WRT54G V4 does not have enough memory to download the file.+ #!/bin/sh
-This is what I get:<br /><br />+ WIVIZ_PATH=/jffs/usr/sbin/wiviz
-/jffs # wget http://lament.rutka.net/wiviz-jffs.tar.gz <br />+ echo Content-type: text/html
-wget: wiviz-jffs.tar.gz: No space left on device+ echo
-<br /><br />+ killall -USR1 wiviz >/dev/null 2>
---~~rh+
---+
- +
-== Drifting hosts ==+
- +
-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.+
--the procedure to fix this is editing the wiviz.js as listed on the article!+

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>