|
|
2010-07-05
, 13:04
|
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#202
|
ERROR: dbus.proxies:Introspect error on :1.79:/com/nokia/icd2: dbus.exceptions.dbusexception: org.freedesktop.dbus.error.notsupported: unsupported interface or metho.
|
|
2010-07-05
, 13:34
|
|
Posts: 278 |
Thanked: 209 times |
Joined on Dec 2009
|
#203
|
This error is irrelevant.
However first install the power kernel and reboot then try again running from terminal and post full ouput (remember to change WEP password first).
ERROR:dbus.proxies:Introspect error on :1.83:/com/nokia/icd2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unsupported interface or method
DEBUG: backend start exit code 256, output:
ERROR:dbus.proxies:Introspect error on :1.83:/com/nokia/icd2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unsupported interface or method
DEBUG: executing uname -r
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power37/nf_conntrack.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power37/nf_defrag_ipv4.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power37/nf_conntrack_ipv4.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power37/x_tables.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power37/ip_tables.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power37/nf_nat.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power37/iptable_nat.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power37/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 "MobileHotSpot"
DEBUG: executing ifconfig wlan0 10.78.181.1 netmask 255.255.255.0 up
DEBUG: executing /usr/sbin/dnsmasq -i wlan0 -a 10.78.181.1 -I lo -z -x /var/run/dnsmasq.wlan0.pid --dhcp-range=10.78.181.10,10.78.181.100,6h --dhcp-option=3,10.78.181.1 --dhcp-option=6,10.78.181.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 MASQUERADE
DEBUG: Command output: iptables v1.3.6: Couldn't load target `MASQUERADE':/lib/iptables/libipt_MASQUERADE.so: cannot open shared object file: No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
Traceback (most recent call last):
File "/usr/sbin/mobilehotspot_backend", line 14, in <module>
sys.exit(backend.cli())
File "/opt/mobilehotspot/libs/backend.py", line 395, in cli
backend.start()
File "/opt/mobilehotspot/libs/backend.py", line 135, in start
self.start_setup_NAT()
File "/opt/mobilehotspot/libs/backend.py", line 285, in start_setup_NAT
helpers.exec_cmd('iptables --table nat --append POSTROUTING --out-interface ' + self.gprsif + ' -j MASQUERADE')
File "/opt/mobilehotspot/libs/helpers.py", line 12, in exec_cmd
raise Exception("Command '" + cmd + "' returned with code " + str(return_code) + " (" + str(expect_code) + " expected)")
Exception: Command 'iptables --table nat --append POSTROUTING --out-interface gprs0 -j MASQUERADE' returned with code 512 (0 expected)
^C~ $ Traceback (most recent call last):
File "/usr/bin/mobilehotspot", line 13, in <module>
f.mainloop()
File "/opt/mobilehotspot/libs/frontend.py", line 267, in mainloop
gtk.main()
|
|
2010-07-05
, 13:52
|
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#204
|
Code:DEBUG: executing insmod /lib/modules/2.6.28.10power37/ipt_MASQUERADE.ko .... DEBUG: executing iptables --table nat --append POSTROUTING --out-interface gprs0 -j MASQUERADE DEBUG: Command output: iptables v1.3.6: Couldn't load target `MASQUERADE':/lib/iptables/libipt_MASQUERADE.so: cannot open shared object file: No such file or directory
|
|
2010-07-05
, 14:50
|
|
Posts: 278 |
Thanked: 209 times |
Joined on Dec 2009
|
#205
|
The iptables package installation is somehow broken, try (in terminal, as root) "apt-get install --reinstall iptables".
|
|
2010-07-09
, 22:59
|
|
Posts: 22 |
Thanked: 1 time |
Joined on Apr 2010
@ Los Angeles
|
#206
|
|
|
2010-07-09
, 23:40
|
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#207
|
i was having the same issue.. but because i went from overclocked.. so kernel wouldnt install..
it kept telling me that kernel-power is dependent on kernel-power-modules i tried installing that n it told me that it was depenndednt on the other program... so i juss combined them all
apt-get install --reinstall -y kernel-power kernel-power-flasher kernel-power-modules
and it worked
program works... i have a problem though... my PS3 wont find it. when i scan for networks... help
WiFiAdHoc = 1 dot11DesiredSSID = N900AdHoc (or whatever) dot11DesiredBSSType = 0
ctrl_interface=tiwlan0 update_config=1 eapol_version=1 ap_scan=2 (tells wpa_supplicant to scan hidden networks)
|
|
2010-07-12
, 08:47
|
|
Posts: 22 |
Thanked: 1 time |
Joined on Apr 2010
@ Los Angeles
|
#208
|
|
|
2010-07-13
, 08:21
|
|
Posts: 122 |
Thanked: 17 times |
Joined on Jun 2010
|
#209
|
|
|
2010-07-13
, 23:50
|
|
Posts: 22 |
Thanked: 1 time |
Joined on Apr 2010
@ Los Angeles
|
#210
|
I've done something stupid and updated to 1.2. Now MobileHotspot does not work anymore :-(. The one app that was stopping me from selling the n900.
Anywayz. I tried the following:
1. Installed from extras-testing. rebooted.
2. Followed the instructions on http://mobilehotspot.garage.maemo.org/ and rebooted.
in Both cases it didn't work. What happens is:
It connects to 3g. then after 2 or 3 seconds it says Hotspot failed to start.
Nonetheless, I can see the access point from my iPod and laptop and when I connect to it. I get an IP. but I don't get an internet connection. like nothing opens.
Launching it from terminal gives me this error:
ERROR: dbus.proxies:Introspect error on :1.79:/com/nokia/icd2: dbus.exceptions.dbusexception: org.freedesktop.dbus.error.notsupported: unsupported interface or metho.
HELP. Thanks