View Single Post
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#337
Hi,
recently mobilehotspot doesn't work any more on my N900; in particular, I can't find its essid network name with my other devices. The log seems normal:
Code:
~ $ sudo /usr/sbin/mobilehotspot_backend start ; echo $?
DEBUG: executing uname -r
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power46/nf_conntrack.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power46/nf_defrag_ipv4.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power46/nf_conntrack_ipv4.ko
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power46/nf_nat.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power46/iptable_nat.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power46/ipt_MASQUERADE.ko
DEBUG: executing ifconfig wlan0 down
DEBUG: executing iwconfig wlan0 mode ad-hoc
DEBUG: executing ifconfig wlan0 up
DEBUG: executing iwconfig wlan0 essid "MHS"
DEBUG: executing ifconfig wlan0 10.58.1.1 netmask 255.255.255.0 up
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 /usr/sbin/dnsmasq -i wlan0 -a 10.58.1.1 -I lo -z -x /var/run/dnsmasq.wlan0.pid --dhcp-range=10.58.1.10,10.58.1.100,6h --dhcp-option=3,10.58.1.1 --dhcp-option=6,10.58.1.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 -t nat -A POSTROUTING -j MASQUERADE -s 10.58.1.0/24
0
~ $ sudo /usr/sbin/mobilehotspot_backend stop ; echo $?
DEBUG: executing uname -r
DEBUG-read_previous_state: setting state key 'gconf' to value: {'wlan_search_interval': 0}
DEBUG-read_previous_state: setting state key 'kernel' to value: {'loaded_modules': {'x_tables': False, 'nf_nat': True, 'nf_conntrack': True, 'ipt_MASQUERADE': True, 'nf_conntrack_ipv4': True, 'ip_tables': False, 'iptable_nat': True, 'nf_defrag_ipv4': True}}
DEBUG-read_previous_state: setting state key 'icd' to value: {}
DEBUG: executing iptables --flush
DEBUG: executing iptables --flush -t nat
DEBUG: Sending SIGTERM to: 9626

DEBUG: executing ifconfig wlan0 down
DEBUG: executing iwconfig wlan0 mode managed
DEBUG: executing iwconfig wlan0 key open
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 rmmod ipt_MASQUERADE
DEBUG: executing rmmod iptable_nat
DEBUG: executing rmmod nf_nat
DEBUG: executing rmmod nf_conntrack_ipv4
DEBUG: executing rmmod nf_defrag_ipv4
DEBUG: executing rmmod nf_conntrack
0
~ $
Joikuspot still works.
Any hint? Thanks