|
Page 10 of 41 |
|
Prev |
8 9 10
11 12 20
|
Next
| Last
Re: N900 as a Wifi Hotspot, part 2
Thanks rambo. It works now.
|
Re: N900 as a Wifi Hotspot, part 2
I am having some trouble setting this up. I am running titans kernel. The mobile hotspot app seems to run and my computer connects but no Internet. Here is the error I get when I run the backend from the command line:
ERROR:dbus.proxies:Introspect error on :1.84:/com/nokia/icd2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unsupported interface or method Any help is appreciated. |
Re: N900 as a Wifi Hotspot, part 2
Quote:
So I have a few questions regarding Mobile Hotspot. a) What kind of performance are you guys getting? Is it the same as tethered? Right now T-Mobile gives me 4.5 Mb/s (speedtest on phone and tethered to laptop) but I get no more than 1.2 Mb/s using Joikuspot. Can I get close to tethered speeds using Mobile hotspot? b) When you access the internet using the phone, does that affect your connected speed from laptop? With Joikuspot when the phone accesses the internet (Gpodder getting feeds) my laptop becomes essentially unresponsive and connectivity returns after Gpodder stops retrieving feeds c) How hot does the phone get? My phone gets hot enough so that I have to stop the app after 15 minutes. Once I restart Joiku I get connectivity. I don't know if it's a memory leak issue or a heat issue but I find I need to stop every once in a while. d) Does anyone have Mobile Hotspot and overclocking? I'd like to get up to 850 MHz but with Joikuspot I feel like I'll def. fry my phone. e) Do you know if Mobile Hotspot will support infrastructure mode eventually? Sorry for all of the questions. I don't mind spending money but if Mobile Hotspot is better, I'm happy to load that instead. Thanks. |
Re: N900 as a Wifi Hotspot, part 2
Quote:
Quote:
Quote:
However both hotspot and titans kernel have QoS compiled in so if you want to tweak things grab iproute2 and start reading lartc. Wondershaper is also might usefull. The reason hotspot does not use wondershaper (or similar techniques) by default is that I have no idea how to reliably determine the connection speed (without doing some sort of active speed-tests which have their own problems). Quote:
Quote:
Quote:
|
Re: N900 as a Wifi Hotspot, part 2
Rambo, thanks for the thorough reply. One last noob question. Last week when I saw Mobile Hotspot come up in the App manager I downloaded and installed. I didn't find this thread until later. I know the steps listed on page 1 of this thread has all of the instructions to install dependencies and etc. If I install through apps manager will it include all dependencies? Just want to make sure I'm doing this right. I also assume that I have to uninstall Joiku as well.
|
Re: N900 as a Wifi Hotspot, part 2
Quote:
I find it interesting that you have extras-devel enabled on your device as routine (I enable it on mine only when I wish to test something from there and disable it afterwards, extras-testing I keep enabled all the time...). Of course some people do, nothing wrong with that since you're ready to reflash whenever needed. Quote:
|
Re: N900 as a Wifi Hotspot, part 2
@Rambo: Thanks for following up!
Here you go... /home/user # /usr/sbin/mobilehotspot_backend start ; 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: {'old_connection_type': 'GPRS', 'old_connection_name': '5e76c352-7e2d-4884-88ec-c004c4745f90'} DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power-omap1/nf_conntrack.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power-omap1/nf_defrag_ipv4.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power-omap1/nf_conntrack_ipv4.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power-omap1/x_tables.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power-omap1/ip_tables.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power-omap1/nf_nat.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power-omap1/iptable_nat.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power-omap1/ipt_MASQUERADE.ko ERROR:dbus.proxies:Introspect error on :1.83:/com/nokia/icd2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unsupported interface or method icd2_state_listener got args: (dbus.String(u''), dbus.UInt32(0L), dbus.String(u''), dbus.String(u'GPRS'), dbus.UInt32(83886080L), dbus.ByteArray('5e76c352-7e2d-4884-88ec-c004c4745f90\x00'), dbus.String(u''), dbus.UInt32(2L)) state['icd']: {'old_connection_type': 'GPRS', 'old_connection_name': '5e76c352-7e2d-4884-88ec-c004c4745f90'} DEBUG: executing ifconfig wlan0 down DEBUG: executing iwconfig wlan0 mode ad-hoc DEBUG: executing ifconfig wlan0 up DEBUG: executing iwconfig wlan0 key 5gfuygcgutd564562 restricted DEBUG: executing iwconfig wlan0 essid "MobileHotSpot" DEBUG: executing ifconfig wlan0 10.176.159.1 netmask 255.255.255.0 up DEBUG: executing /usr/sbin/dnsmasq -i wlan0 -a 10.176.159.1 -I lo -z -x /var/run/dnsmasq.wlan0.pid --dhcp-range=10.176.159.10,10.176.159.100,6h --dhcp-option=3,10.176.159.1 --dhcp-option=6,10.176.159.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 0 |
Re: N900 as a Wifi Hotspot, part 2
Well.. for me the mobile hotspot app works great!
thank you guys! great work! |
Re: N900 as a Wifi Hotspot, part 2
Quote:
|
Re: N900 as a Wifi Hotspot, part 2
Quote:
Quote:
Quote:
1. Can you connect to the Ad-Hoc network at all, what happens if you disable WEP ? 2. Do you get IP-address automatically ? If you do can you ping the N900 (10.176.159.1 in your case) 3. If you do not get IP automatically can you set one manually and then ping the N900 (10.176.159.1 is N900 ip, use it as gateway, use 10.176.159.5 as your manual IP [obviously the netmask is /24 or 255.255.255.0]) I have sometimes seen it happen (with my Mac laptop) that things seem to go fine but I simply cannot ping the N900 no matter what I do. I have no idea so far as to why this would happen. |
| All times are GMT. The time now is 18:12. |
Page 10 of 41 |
|
Prev |
8 9 10
11 12 20
|
Next
| Last
vBulletin® Version 3.8.8