View Single Post
Posts: 1 | Thanked: 0 times | Joined on May 2010
#144
Thanks for the work done on turning the N900 into a WIFI gateway.

I am having difficulties in getting this to work. Have upgraded to PR 1.2, and executed the following:
# /usr/sbin/mobilehotspot_backend start
then i used the Gui to start and the error message is "hotpsot failed to start".

Debug log as follows:
uname -r -> 2.6.28.10power37

Log file from running the backend is as follows:
Code:
ERROR:dbus.proxies:Introspect error on :1.85:/com/nokia/icd2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unsupported interface or method
DEBUG: executing uname -r
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing ifconfig wlan0 down
DEBUG: executing iwconfig wlan0 mode ad-hoc
DEBUG: executing ifconfig wlan0 up
DEBUG: executing iwconfig wlan0 essid "Pinwheel"
DEBUG: executing ifconfig wlan0 10.89.55.1 netmask 255.255.255.0 up
DEBUG: executing /usr/sbin/dnsmasq -i wlan0 -a 10.89.55.1 -I lo -z -x /var/run/dnsmasq.wlan0.pid --dhcp-range=10.89.55.10,10.89.55.100,6h --dhcp-option=3,10.89.55.1 --dhcp-option=6,10.89.55.1
DEBUG: executing iptables --flush
DEBUG: executing iptables --flush -t nat
DEBUG: executing iptables -P FORWARD ACCEPT
DEBUG: executing iptables -P INPUT ACCEPT
DEBUG: executing iptables -P OUTPUT ACCEPT
DEBUG: executing iptables --table nat --append POSTROUTING --out-interface gprs0 -j MASQUERA
I have also tried the backend fix suggested by Flynx on #34 but to no avail.

There is also no response when i ping 10.89.55.1

Any suggestion on the next step to try and get this working?

Thank you.