![]() |
2010-08-22
, 20:54
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#252
|
![]() |
2010-08-23
, 05:07
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#253
|
I'd like to ask a few questions about mobile hotspot :
1. Is it possible to get some logs / counter about actions being performed in the area of "DHCP Requests, Leases, Wireless peers connected, etc"
2. Can this information be viewed in a file?
3. Can it be added to mobile hotspot?
I have started Mobile Hotspot on the backend and it starts up but i have no idea on how to read all the processes going on.
I have also tried the connection on my laptop and it does connect but stops at "identifying" and never actually connects.
I would post my xterminal results when I start it from the backend if I knew how...
![]() |
2010-08-23
, 06:25
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#254
|
DHCP leases etc I think not, at least without swithing from dnsmasq to full dhcpd.
Wireless peers and (per interface) data counters should be possible as is.
Packet capture (to see DHCP requests [in case dhcpds logging is not enough]) would be possible but is kinda overkill to support in mobilehotspot itself, if you need it you know how to do it from the terminal.
So the information is sort-of available but it's spread around. List of wireless peers is the only thing I'm at the moment planning on adding to the frontend at some point.
![]() |
2010-08-23
, 08:29
|
Posts: 105 |
Thanked: 23 times |
Joined on Nov 2009
|
#255
|
DHCP leases etc I think not, at least without swithing from dnsmasq to full dhcpd.
Wireless peers and (per interface) data counters should be possible as is.
Packet capture (to see DHCP requests [in case dhcpds logging is not enough])
Are you using encryption (if so try disabling that first) ? once you post the output I (or someone else) can explain what the lines mean.
What OS and version ? Once you post the hotspot backend output and we know the IP your N900 gets you need to try with manual IP configuration.
There should be a "cursor" icon next to the ctrl, tab etc (if not try swithinc to/from fullscreen), activate it and paint everything, now in the top menu there is option to copy.
Remember to change your encryption password (if you're using encryption) before doing this, otherwise anyone reading this thread can see it.
![]() |
2010-08-23
, 19:58
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#256
|
ERROR:dbus.proxies:Introspect error on :1.81:/com/nokia/icd2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unsupported interface or method
if you need one with a laptop connected i will post another log but i already spotted an error...
DEBUG: executing /usr/sbin/dnsmasq -i wlan0 -a 10.179.203.1 -I lo -z -x /var/run/dnsmasq.wlan0.pid --dhcp-range=10.179.203.10,10.179.203.100,6h --dhcp-option=3,10.179.203.1 --dhcp-option=6,10.179.203.1
![]() |
2010-08-23
, 23:51
|
Posts: 105 |
Thanked: 23 times |
Joined on Nov 2009
|
#257
|
This is the important line, here you see the IP N900 uses (10.179.203.1 in your case) and the IPs it should hand out via DHCP 10.179.203.10-10.179.203.100 to setup IP manually set N900 as gateway and DNS server and choose ip with last number between 2-9 or 101-254.
![]() |
2010-08-24
, 00:40
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#258
|
![]() |
2010-08-24
, 05:52
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#259
|
Sorry for asking so many questions, but how do I manually set my N900 gateway and DNS server? I dont know too much about linux or maemo..
![]() |
2010-08-24
, 18:34
|
Posts: 105 |
Thanked: 23 times |
Joined on Nov 2009
|
#260
|
The backend does start normally though (via terminal run "sudo mobilehotspot_backend start" to see output) ? Does your N82 get IP address from the DHCP server on N900 (I have no idea how to check on that device so you're on your own with that), what happens if you set the IP manually (see earlier in this thread for details about that) ? Does it work with a laptop ? Does N82 have some sort if ping utility, can you ping the N900 ?[/QUOTE]
First of all thanks for the reply.
I have started Mobile Hotspot on the backend and it starts up but i have no idea on how to read all the processes going on. I have also tried the connection on my laptop and it does connect but stops at "identifying" and never actually connects.
I would post my xterminal results when I start it from the backend if I knew how...