|
|
2010-10-26
, 05:08
|
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#311
|
|
|
2010-11-19
, 20:01
|
|
Posts: 79 |
Thanked: 2 times |
Joined on Apr 2010
@ Pandora
|
#312
|
|
|
2010-11-20
, 03:19
|
|
Posts: 55 |
Thanked: 9 times |
Joined on May 2010
|
#313
|
|
|
2010-11-20
, 03:25
|
|
Posts: 136 |
Thanked: 47 times |
Joined on Apr 2010
@ SF East Bay, Cali
|
#314
|
my desktop icon disappear after i reboot my n900. i try to readd but it is not listed in the shortcut list. unistall and reinstall will bring the icon back but reboot and icon gone again. this is reproducable everytime. any idea how to fix this?
|
|
2010-11-21
, 10:35
|
|
Posts: 16 |
Thanked: 10 times |
Joined on Mar 2010
|
#315
|
|
|
2010-11-21
, 15:22
|
|
Posts: 16 |
Thanked: 10 times |
Joined on Mar 2010
|
#316
|
|
|
2010-11-29
, 20:51
|
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#317
|
Check here
http://talk.maemo.org/showpost.php?p=877571&postcount=9
|
|
2010-11-29
, 20:53
|
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#318
|
Had to reflash my device, so now I have really vanilla PR1.3 device, and can't get Mobile Hotspot to work.
Symåtoms:
1) Mobile hotspot backend starts ( has one error in it )
2) adhoc wlan hotspot is created
3) devices can connect, but no DHCP ip is given
4) static network configuration on clients does not help
5) network on N900 works ok, so it does get internet connection
...
Before update to PR1-3 I had MH working at least once.
Any help or ideas would be appreciated.
|
|
2010-11-29
, 21:38
|
|
Posts: 136 |
Thanked: 47 times |
Joined on Apr 2010
@ SF East Bay, Cali
|
#319
|
Sorry, been away so didn't get around to answering yet.
This is an example of those annoying problems where I can't outright tell what's wrong, basically it boils down to low level networking debugging; wireshark, kismet et co.
|
|
2010-11-30
, 01:41
|
|
Posts: 136 |
Thanked: 47 times |
Joined on Apr 2010
@ SF East Bay, Cali
|
#320
|
I too am seeing a somewhat similar issue. I'm using kernel power 45 and encounter the following (I'm with T-Mobile USA):
1) Mobile hotspot backend starts when started from command-line ( has one error in it I'll post the log later) When I start from the desktop, I am prompted to login to the data network with a username set to nokia. I'll post a screenshot later.
2) adhoc wlan hotspot is created
3) devices can connect, DHCP ip is given
4) devices cannot reach the network
5) I notice that my n900 is showing connected to "Cellular Data" instead of "T-Mobile Internet"
This has me wondering if the kernel power 45 introduced this issue or if T-Mobile has caught onto our tethering...
~ $ sudo mobilehotspot_backend start
DEBUG: executing uname -r
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power45/nf_conntrack.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power45/nf_defrag_ipv4.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power45/nf_conntrack_ipv4.ko
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power45/nf_nat.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power45/iptable_nat.ko
DEBUG: executing lsmod
DEBUG: executing insmod /lib/modules/2.6.28.10power45/ipt_MASQUERADE.ko
ERROR:dbus.proxies:Introspect error on :1.81:/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('T-Mobile Internet\x00'), dbus.String(u'com.nokia.icd.error.ppp_authentication_failed'), dbus.UInt32(0L))
state['icd']:
{}
icd2_state_listener got args:
(dbus.String(u''), dbus.UInt32(0L), dbus.String(u''), dbus.String(u'GPRS'), dbus.UInt32(83886080L), dbus.ByteArray('0000-0000-0000-0000\x00'), dbus.String(u''), dbus.UInt32(2L))
state['icd']:
{'old_connection_type': 'GPRS', 'old_connection_name': '0000-0000-0000-0000'}
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.143.245.1 netmask 255.255.255.0 up
DEBUG: executing /usr/sbin/dnsmasq -i wlan0 -a 10.143.245.1 -I lo -z -x /var/run/dnsmasq.wlan0.pid --dhcp-range=10.143.245.10,10.143.245.100,6h --dhcp-option=3,10.143.245.1 --dhcp-option=6,10.143.245.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