View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#28
Some progress here, nevertheless...
Is this just me???

First: I needed to install phone-control manually, you might want to add it to the dependencies of smartcontrol1 to get it fetched by apt-get install -f to finalize the install.

Second: I had to change the line to fetch the address of the N900 to
Code:
addr=$(sudo ifconfig wlan0 | grep 'inet addr' | cut -d":" -f2 |  tr -s " " ";" | cut -d ";" -f1 )
to get the proper zenity message for IP and password.

I still seem to struggle to connect to lighthttpd though:

opens a new browser window, but 404 - Not Found. Obviously /modules/informer/local_informer.php is not found.
A search does not provide anything in the file system
Code:
find: informer: No such file or directory
find: local_informer.php: No such file or directory

Last edited by michaaa62; 2012-08-13 at 15:51.