View Single Post
Posts: 17 | Thanked: 2 times | Joined on Apr 2010
#174
Hi there, this has been giving me problems since the install as it seems to work and my laptop can pick it up, but it just does not want to share the connection. It seems to connect but everything just times out, Joikuspot never worked either. I have titan's kernel and the install seemed fine, but yeah it just has been giving me a lot of trouble. To save anyone some time, here is a few outputs:

~ $ uname-a
Linux Nokia-N900-02-8 2.6.28.10power37 #1 PREEMPT Wed May 26 00:24:03 EEST 2010 armv71 unknown

~ $ /usr/sbin/mobilehotspot_backend start
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 lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power37/nf_conntrack.ko
DEBUG: Command output: sh: insmod: not found
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 383, in cli
backend.start()
File "/opt/mobilehotspot/libs/backend.py", line 132, in start
self.start_insert_modules()
File "/opt/mobilehotspot/libs/backend.py", line 142, in start_insert_modules
self.state['kernel']['loaded_modules'][modulename] = self.test_insert_module(modulename)
File "/opt/mobilehotspot/libs/backend.py", line 359, in test_insert_module
helpers.exec_cmd('insmod ' + self.module_directory + '/' + module + '.ko')
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 'insmod /lib/modules/2.6.28.10power37/nf_conntrack.ko' returned with code 32512 (0 expected)