I am facing a similar problem like many others, but yet different.
I have the dialer working, but it is not able to detect to device to initialize it.
Any solutions? Been at it for a few hours.
I somehow made it work when I was using 13.04, but after upgrading to 13.10 recently, it has stopped detecting the device automatically.
sudo service network-manager restart
and weather it connects. – Dec 27 '13 at 06:00gksudo gedit /etc/NetworkManager/NetworkManager.conf
and see the linemanaged=
istrue
orfalse
. Trynmcli nm wwan on && nmcli con up id 'Tata Indicom (Photon+)'
.This is the command to connect via terminal. If not connect, please include the content in terminal while running this command in your question post. Someone with expert knowledge will help. Also try with: Open the application Network Connections and delete present "Tata Indicom (Photon+)" Profile and make a new. – Dec 27 '13 at 07:24