View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#98
As long as nm-applet does not work yet in Kubuntu, I've connected with nm-cli.
First, go to System Settings:
Code:
systemsettings
, setup new connection in 'Network Settings' checking 'system' flag.
Then get it's uuid:
Code:
$ sudo cat /etc/NetworkManager/system-connections/* | grep uuid
and connect with
Code:
nmcli -p con up uuid 21b0c2d8....
Edit: but there is a problem with default gateway for usb connection (see the scripts). Trying to fix it with
Code:
route
There is
Failed to add route Invalid input data or parameter
in the syslog. Found it here:
http://irclogs.ubuntu.com/2011/09/05/%23ubuntu-arm.txt
reading...

Last edited by int_ua; 2011-10-06 at 16:03.
 

The Following 4 Users Say Thank You to int_ua For This Useful Post: