Reply
Thread Tools
Posts: 5 | Thanked: 2 times | Joined on Feb 2010
#1
Hi! N900 connects through edge/gprs to internet, but I can not access web through MicroB or RSS reader and other applications after pc-connectivity-manager install.

I tried to remove pc-connectivity-manager in Applications Manager, but it has depedencies with pc-connectivity-manager-dev and I do not have it in Application Manager, so I do not know how to delete it.

Is it possible to restore mobile internet after pc-connectivity install? Anyone has similar problem?

If it is not possible, please, I need advice how to delete pc-connectivity-manager-dev and other dependent applications and their preferencies/options and so on.

Thank you.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
Originally Posted by AlexanderR80 View Post
Hi! N900 connects through edge/gprs to internet, but I can not access web through MicroB or RSS reader and other applications after pc-connectivity-manager install.

I tried to remove pc-connectivity-manager in Applications Manager, but it has depedencies with pc-connectivity-manager-dev and I do not have it in Application Manager, so I do not know how to delete it.

Is it possible to restore mobile internet after pc-connectivity install? Anyone has similar problem?

If it is not possible, please, I need advice how to delete pc-connectivity-manager-dev and other dependent applications and their preferencies/options and so on.

Thank you.
I've got that installed and have had no problems. You can remove it from X Terminal (you'll need rootsh installed):
Code:
sudo gainroot
apt-get remove pc-connectivity-manager
 
Posts: 5 | Thanked: 2 times | Joined on Feb 2010
#3
Thank you. I deleted pc-connectivity-manager, but still N900 has no internet through grps/edge... and works perfectly with wifi.

I have grps/edge connection, but Dataplan Monitor does not show that anything goes, nothing is uploaded/downloaded... MicroB does not work.

Any suggestions?
 
Posts: 5 | Thanked: 2 times | Joined on Feb 2010
#4
I deleted libicd_network_dummy, but still N900 has no internet even so GPRS|EDGE connection is established.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#5
Sorry, I don't know what else to try. All I can suggest is backing up and reflashing.
 
Posts: 5 | Thanked: 2 times | Joined on Feb 2010
#6
Thank you. I am considering this... I guess I messed up some config files or preferencies of some sort, so flashing would be best option.
 
shiny's Avatar
Posts: 147 | Thanked: 53 times | Joined on Dec 2009 @ West London, UK
#7
Hello. I've had exactly this problem, and it is fixable. I've just arrived in the office, but will dig out the thread in a second.
 
shiny's Avatar
Posts: 147 | Thanked: 53 times | Joined on Dec 2009 @ West London, UK
#8
Here's the thread I mentioned, and some instructions to fix it. Though it's primarly about audio, the networking and audio systems are interrelated and I had exactly the same problems you describe as well my audio problems.

http://talk.maemo.org/showthread.php?t=38998

Hope this helps.
 

The Following 4 Users Say Thank You to shiny For This Useful Post:
Posts: 5 | Thanked: 2 times | Joined on Feb 2010
#9
Thank you, shiny!

I changed this
Code:
/etc/resolv.conf : 

nameserver 192.168.0.1
into that

Code:
/etc/resolv.conf : 

nameserver 127.0.0.1
And both GPRS|EDGE and Wifi are working perfectly now.
 

The Following 2 Users Say Thank You to AlexanderR80 For This Useful Post:
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#10
pc-connectivity-manager should be fixed. It has a BUG.

It writes DNS-server IP-address to /etc/resolv.conf, but N900 uses dnsmasq daemon and in /etc/resolv.conf should be "127.0.0.1" always.

pc-connectivity-manager could put those DNS-server IP-addresses to correct /var/run/resolv.conf.* files and restart dnsmasq if main DNS has been changed. Then it would work with rest of the N900.

Like if Internet connection is through Bluetooth, /etc/resolv.conf should not be touched, but /var/run/resolv.conf.bnep0 should be created, and then when dnsmasq is restarted, syslog gets this:
Code:
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: started, version 2.35 cachesize 150
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: compile time options: IPv6 GNU-getopt no-RTC no-ISC-leasefile DBus no-I18N 
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: failed to access /var/run/resolv.conf.usb0: No such file or directory
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: failed to access /var/run/resolv.conf.gprs: No such file or directory
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: failed to access /var/run/resolv.conf.lo: No such file or directory
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: failed to access /var/run/resolv.conf.ppp0: No such file or directory
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: failed to access /var/run/resolv.conf.wlan0: No such file or directory
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: failed to access /var/run/resolv.conf: No such file or directory
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: reading /var/run/resolv.conf.bnep0
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: using nameserver A.B.C.D#53
Jun  1 07:17:22 Nokia-N900-42-11 dnsmasq[16119]: read /etc/hosts - 3 addresses
https://bugs.maemo.org/show_bug.cgi?id=10465
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:59.