maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   After updating Maemo 5 PR1.1, no longer able to connect using WiFi (https://talk.maemo.org/showthread.php?t=40567)

fatalsaint 2010-01-15 03:06

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
Quote:

Originally Posted by DaveQB (Post 473053)
Right, I see. Very noble of you.
You have the SDK?
I have installed it but I haven't started playing with it yet.

Actually yeah... I am using VirtualBox with the vmware virtual image. Good point.. I could start looking in there.

fpbrooks 2010-01-15 03:09

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
I just updated my N900 and have had this problem too. I have read this far (post 53) and until now could not access the web using WI-FI.

I followed your solution below except the part where you removed vpnc and vpnc-gui. every thing works now WI-FI access, vpnc and vpnc-gui

I second the thanks of the help of the maemo community!

Quote:

Originally Posted by jsbigs (Post 472467)
Okay, per this thread:

http://talk.maemo.org/showthread.php...288#post470288

I removed vpnc gui and vpnc (didn't need it as I got OpenVPN to work), then went through the following steps:

1. Install 'rootsh' package
2. Open X Terminal
3. Enter 'sudo gainroot'
4. Enter 'mv /etc/udhcpc/libicd_network_ipv4.script.dpkg-dist /etc/udhcpc/libicd_network_ipv4.script'

rebooted, re-connected to LAN and...back in business!! Thank you Maemo community!

And regarding my fear of flashing and voiding my warranty, it was moot anyway as I've reflashed a couple of times earlier trying to get Knots2 working.

Cheers!


egoshin 2010-01-15 03:10

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
Quote:

Originally Posted by DaveQB (Post 473046)
This should work.

DIsclaimer: I haven't tried this myself, but if you are desperate...

Code:

apt-get install --reinstall  -d libicd-network-ipv4
dpkg -i --force-confnew /var/cache/apt/archives/libicd-network-ipv4*


OK, I will try to do it after vpnc removal and BEFORE move to 51.x
Just need to check versions... to do not install it from 51.x ;)

If there is no old version I will try it after move to 51.x

nokiabuff 2010-01-15 03:11

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
OK finally got it working following the link.

http://talk.maemo.org/showthread.php...288#post470288

I do not think that this is a DNS issue as I tried to mod the resolv.conf with nameserver but no help.
Thanks guys. Cheers to community!!. But Nokia, this will not work if you were to reclaim iphone place. Let me check what other issues the new firmware has now :-)

Thank you all. I am planning to write a N900 review this weekend and was waiting for MFE support before doing so let me complete this over the weekend.

fatalsaint 2010-01-15 03:14

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
Why the hate on Nokia? Again.. this was not their fault. *sigh*.

egoshin 2010-01-15 03:18

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
Quote:

Originally Posted by fpbrooks (Post 473059)
I just updated my N900 and have had this problem too. I have read this far (post 53) and until now could not access the web using WI-FI.

I followed your solution below except the part where you removed vpnc and vpnc-gui. every thing works now WI-FI access, vpnc and vpnc-gui

I second the thanks of the help of the maemo community!

Unfortunately, you are too optimistic on vpnc - original file /etc/udhcpc/libicd_network_ipv4.script had some code to fix DNS over VPN and just replacing it with new version destroys that code.

To fix this you should uninstall vpnc and install it again.

BTW, month ago I noted that there are two packages vpngui and vpn-gui. The last one (vpn-gui) was very buggy but vpngui work perfect. Just FYI.

DaveQB 2010-01-15 03:30

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
Quote:

Originally Posted by egoshin (Post 473072)
Unfortunately, you are too optimistic on vpnc - original file /etc/udhcpc/libicd_network_ipv4.script had some code to fix DNS over VPN and just replacing it with new version destroys that code.

To fix this you should uninstall vpnc and install it again.

BTW, month ago I noted that there are two packages vpngui and vpn-gui. The last one (vpn-gui) was very buggy but vpngui work perfect. Just FYI.

I would remove it too.

I am using the openvpn and openvpn-applet packages and didn't have this problem. The creator packaged them well I'd say.

This is not a good replacement for vpnc?

fpbrooks 2010-01-15 03:37

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
So will I get the newer file by uninstalling and reinstalling the vpnc and the WI-FI will still work?

Quote:

Originally Posted by egoshin (Post 473072)
Unfortunately, you are too optimistic on vpnc - original file /etc/udhcpc/libicd_network_ipv4.script had some code to fix DNS over VPN and just replacing it with new version destroys that code.

To fix this you should uninstall vpnc and install it again.

BTW, month ago I noted that there are two packages vpngui and vpn-gui. The last one (vpn-gui) was very buggy but vpngui work perfect. Just FYI.


DaveQB 2010-01-15 03:41

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
Quote:

Originally Posted by fpbrooks (Post 473096)
So will I get the newer file by uninstalling and reinstalling the vpnc and the WI-FI will still work?

If the package was written right, then it should put back any changes it made when removed AFAIK. But who knows....

fpbrooks 2010-01-15 03:43

Re: After updating Maemo 5 PR1.1, no longer able to connect using WiFi
 
I tried openvpn at first (both on my N800 before I got the N900). the problem I had was I need a vpn client for work. the network admins will only supply a PCF file with an encryption key and the server info. I could not get openvpn to import the file so I went back to the more buggy but able to import the file provided program.

Quote:

Originally Posted by DaveQB (Post 473087)
I would remove it too.

I am using the openvpn and openvpn-applet packages and didn't have this problem. The creator packaged them well I'd say.

This is not a good replacement for vpnc?



All times are GMT. The time now is 17:23.

vBulletin® Version 3.8.8