View Single Post
Posts: 57 | Thanked: 39 times | Joined on Aug 2010
#146
Originally Posted by scribbles View Post
No, I didn't have to. I did however had to re-install the kernel for power user settings (v0.11). After PR 1.3 I checked in xterm and the kernel was there, just not enabled.
Ok, to get more info on what's going on, you can put libicd-network-3g-ipv6 into debug mode:

[run these commands as root, it'll disconnect you]
initctl stop icd2
/usr/sbin/icd2

This will print out the connection messages to your terminal.

If it's a matter of not having ipv6 support, it'll say:
ifconfig: socket: Address family not supported by protocol

If it's something else, it should say something like:
[X] failed (com.nokia.[Y]): [Z]

That error message should hint to what's going wrong.

After you're done with debugging mode, you can turn it back off with:

[this will disconnect you again]
hit control-c and you'll get a prompt back
initctl start icd2
 

The Following User Says Thank You to ddrown For This Useful Post: