Change the state of iface from disconnected to connected using nmcli

2012-03-18 Thread Abhijeet Rastogi
Hi,

This is my first post here. I have tried googling and looking at the
manpage but no help.

We can use

$nmcli dev disconnect iface eth0

to change the state of eth0 to disconnect. Is there a command to change
it's state back to connected? I tried looking at the manpage & I can't seem
to find  any option for that.

I did a comprehensive as to why I want this here.
https://bbs.archlinux.org/viewtopic.php?pid=1073943
Please have a look.

Thanks

-- 
Regards,
Abhijeet Rastogi (shadyabhi)
https://plus.google.com/107316377741966576356/
___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: 3G Signal CSQ

2012-03-18 Thread Aleksander Morgado

Hoola,


I see that NM request signal quality from 3G modem. I need dbm or
similar. Any command line option while modem it is locked by NM.
I need obtain dbm or result of at+csq



You can query the signal quality retrieved by NM/MM directly using the 
DBus interface and the 'dbus-send' command line utility (assuming your 
modem is at index 0 here):


dbus-send --system --dest=org.freedesktop.ModemManager --print-reply 
/org/freedesktop/ModemManager/Modems/0 
org.freedesktop.ModemManager.Modem.Gsm.Network.GetSignalQuality


That won't give you neither the raw dBm value nor the rssi, though. It 
will give you a computed percentage value [0,100] representing the 
signal quality.


Cheers,

--
Aleksander

___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: 4G internet connection (LTE) on Huawei E398

2012-03-18 Thread Aleksander Morgado

Hey Marek,



I can't connect to 4G using Huawei E398 on Ubuntu 11.10.  Connection to
3G work fine.

Are you planning to implement in the near future 4G network service in
network-manager? Can I help somehow?



There is work in progress in ModemManager to support LTE devices.

Which are the specific issues you face when connecting in 4G mode? You 
could help us by providing ModemManager debug logs as explained in the 
"Debugging NetworkManager 0.8 and 0.9 3G connections" section at 
https://live.gnome.org/NetworkManager/Debugging


Cheers!

--
Aleksander
___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list