Intro
Downloads
Community
Development
News
TALK
Power Search
Today's Posts
Search
Register
Talk FAQ
Community
Forgot Password?
Active Topics
Maemo repository (9)
to
Community
by nokiafemboy - 6 hrs, 35 mins ago
Error after installing Leste on sdcard (18)
to
Maemo 7 / Leste
by Maemish - 22 hrs ago
Maemo 20th Anniversary (4)
to
Brainstorm
by teroyk - 2 days, 17 hrs ago
Nokia Booklet 3G (RX-75) Drivers (64)
to
Alternatives
by teroyk - 2 days, 17 hrs ago
Porting apps to Leste (46)
to
Maemo 7 / Leste
by teroyk - 4 days, 20 hrs ago
more...
maemo.org
>
Talk
>
Search Forums
> Search Results
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Find All Thanked Posts
Go to Page...
Page 1 of 3
1
2
3
Next >
Showing results 1 to 25 of 57 @ 0.01 seconds.
Search:
Posts Made By:
ddrown
Forum:
Nokia N900
2011-05-18, 15:35
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
That's odd, it should show up in the list of connections whenever you have a cell signal. You can try removing your v6 connection by running: "/usr/bin/register_3g_ipv6 deinstall"
If you want to...
Forum:
Nokia N900
2011-05-17, 17:43
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Oh, if you have the files /etc/network/if-up.d/nat64-up and /etc/network/if-down.d/nat64-down, you're using the libnat64 library.
You shouldn't need to do anything with files in that case. You...
Forum:
Nokia N900
2011-05-17, 04:07
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
I assume you mean the dual connections documented at: http://n900-ipv6.garage.maemo.org/
You can just move the files in /etc/network to a temporary location.
Forum:
Nokia N900
2011-04-08, 16:06
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Are you talking about the "Availability" button under the statusbar menu? I've only seen that missing when all the IM accounts are disabled. I'm on v6 right now, and I'm able to set my google talk...
Forum:
Nokia N900
2011-03-17, 22:35
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Since you have extras-testing enabled, you should be able to install it with "apt-get install iproute"
Forum:
Nokia N900
2011-03-17, 14:47
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
The package I use is in extras-testing:
http://maemo.org/packages/view/iproute/
I'll add a note to the install page.
Forum:
Nokia N900
2011-03-06, 18:40
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Are you using the libnat64 library? If you are, I recommend you switch to the nat64d package. libnat64 breaks dnsmasq's dhcp server. Additionally, using the nat64d package means that regular ipv4...
Forum:
Nokia N900
2011-01-21, 03:00
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
If you installed the ld_preload package, use the uninstall instructions at: http://code.google.com/p/n900ipv6/wiki/LDPreloadNat64
After that, the install instructions are at:...
Forum:
Nokia N900
2011-01-05, 20:31
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
I don't think nat64d should be using a significant amount of CPU time. You can check this by running:
cut -d" " -f14-17 /proc/`pgrep nat64d`/stat
This will show four numbers: User CPU, System...
Forum:
Nokia N900
2011-01-03, 21:22
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Two commands (as root):
/usr/bin/register_nat64 deinstall
dpkg -r libnat64
Forum:
Nokia N900
2011-01-03, 21:07
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
The ld.so.preload file was supposed to be fixed with the command "/usr/bin/register_nat64 deinstall" (has to happen before removing the libnat64 package). This is documented on the wiki for...
Forum:
Nokia N900
2011-01-03, 18:27
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Ok. I uploaded nat64d version 1.1. That should fix the route problem, which is what probably caused your problems with skype and gps based on cell tower.
With this version, my phone gets a...
Forum:
Nokia N900
2011-01-03, 15:37
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Ah. For that error message, edit /etc/ld.so.preload and delete the line that says /usr/lib/libnat64.so
for skype, can you login? Does it just give you the "unable to connect to one or more...
Forum:
Nokia N900
2011-01-03, 15:27
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
The scripts in /etc/network are run automatically when your network connection comes up. So you don't have to run anything.
Forum:
Nokia N900
2011-01-03, 03:46
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
I was thinking about ways of handling nat64 on the handset that works with tethering. I came up with something else (incompatible with the libnat64 library):
...
Forum:
Nokia N900
2010-12-28, 22:03
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Ok, I setup a simple shell script and uploaded my radvd package. This uses routing instead of bridging.
http://code.google.com/p/n900ipv6/wiki/ConnectionSharing
I have it use an ipv4 subnet...
Forum:
Nokia N900
2010-12-28, 19:11
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
I assume you're talking about the app "Mobile HotSpot" for the n900. That app is only going to work with an ipv4 connection, because it requires an ipv4 address on the GPRS side.
Since the gprs...
Forum:
Nokia N900
2010-12-22, 05:53
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Oh I see. fmms brings up a second interface on the phone network. It then tries to connect to the mms server over that interface. That won't work when libnat64 is active. fmms should work in...
Forum:
Nokia N900
2010-12-10, 23:43
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
That is correct. If both http://ipv6.whatismyv6.com and http://66.117.47.214 work, then you have both ipv4 and ipv6
Forum:
Nokia N900
2010-12-10, 16:38
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
I think there's something else going on there, unrelated to the 3g/ipv6 library. I'd recommend you run icd2 in debug mode, just to see if anything prints out any error messages (some error messages...
Forum:
Nokia N900
2010-12-10, 04:38
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Ok, it sounds like you got an IP. Maybe it didn't set the dns server in /var/run/resolv.conf.wlan0? Is dnsmasq running?
Forum:
Nokia N900
2010-12-10, 04:27
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
It sounds like dhcp didn't get an address. ifconfig can get confused, though. Does "netstat -rn" show a line starting with "0.0.0.0"? Is your internet connection working normally for other...
Forum:
Nokia N900
2010-12-10, 04:03
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
I assume you're talking about libicd-network-3g-ipv6 version 1.3
Do you have libnat64 installed? You don't need it if you don't already have it.
You don't have to run "ip addr add ...". ...
Forum:
Nokia N900
2010-12-10, 00:50
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Thanks!
Hm, RadioTimeToGo is working for me. At what point does it fail? Does it fail all of the time or only some of the time?
Forum:
Nokia N900
2010-12-09, 22:23
Replies:
305
IPv6 T-Mobile US Beta Test
Views:
105,815
Posted By
ddrown
Re: IPv6 T-Mobile US Beta Test
Ok, version 1.3 released: http://code.google.com/p/n900ipv6/wiki/LDPreloadNat64
SIP and Google Talk voice chat work for me now (don't have to run the "ip addr ..." command after the update)
If...
Showing results 1 to 25 of 57
Page 1 of 3
1
2
3
Next >
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Talk
General
Brainstorm
Community
Off Topic
Software
Applications
Multimedia
Games
Themes
Design
OS / Platform
SailfishOS
NeoFremantle
MeeGo / Harmattan
Maemo 5 / Fremantle
Maemo 7 / Leste
OS2008 / Maemo 4 / Chinook - Diablo
OS2006 / Maemo 2 / Mistral - Scirocco - Gregale
Development
Alternatives
Android
FirefoxOS
Nemo Mobile
Tizen
Ubuntu
Devices
Sailfishes
Turing Phone
JollaC & Intex Aqua Fish
Jolla Tablet
Jolla1 & TOH
The Other Half
Neo900
Nokia N9 / N950
Nokia N900
Nokia N810
Nokia N800
Nokia 770
Accessories
Competitors
Buy & Sell
Old
News
Announcements
Troubleshooting
Upgrading
Newbie
Tablet 101
OS2007 / Maemo 3 / Bora
OS2005 / Maemo 1
All times are GMT. The time now is
07:34
.
-- talk.maemo.org
-- Classic Light
---- Classic Dark
-- Minimalist Light
---- Minimalist Dark
Contact Us
-
Home
-
Archive
-
Top