Re: error: couldn't find the ModemManager process in the bus

2015-08-17 Thread João M . S . Silva
I got help from ubuntu-devel-discuss and found a way to enable modemmanager without network-manager: $ cat /etc/init/modemmanager.override start on starting dbus stop on stopped dbus This makes it depend on dbus instead of network-manger, which I think is the correct dependence. On 07/28/201

Re: error: couldn't find the ModemManager process in the bus

2015-08-04 Thread João M . S . Silva
I think I found the place and time where the change took place: modemmanager (0.4.997-1ubuntu1) oneiric; urgency=low * debian/modemmanager.upstart: add an upstart config file so ModemManager gets started just before NM, and stopped along with it. (LP: #806082) * debian/rules: install ups

Re: error: couldn't find the ModemManager process in the bus

2015-07-30 Thread João M . S . Silva
On 07/29/2015 11:41 AM, Bernd Eggink wrote: I _do_ start ModemManager as a background process in an init script. After this, I use mmcli for status reports, connecting and disconnecting. OK. What I find strange is what happened to trigger this problem. I had no issues before, I didn't have to

Re: error: couldn't find the ModemManager process in the bus

2015-07-29 Thread Bernd Eggink
On 28.07.2015 16:18, Aleksander Morgado wrote: On Tue, Jul 28, 2015 at 7:33 PM, Bernd Eggink wrote: Thank you Aleksander. I'm on Ubuntu so I tried this without success: jmss@aida:~$ sudo update-rc.d modemmanager defaults update-rc.d: /etc/init.d/modemmanager: file does not exist Then

Re: error: couldn't find the ModemManager process in the bus

2015-07-29 Thread Bernd Eggink
On 28.07.2015 23:32, João M. S. Silva wrote: On 07/28/2015 06:33 PM, Bernd Eggink wrote: And ModemManager can be used without NetworkManager. On my system (Crux), I do everything with mmcli and a couple of scripts. Yes, I use mmcli to create and send an SMS. But if the modem is not detected, I

Re: error: couldn't find the ModemManager process in the bus

2015-07-28 Thread João M . S . Silva
On 07/28/2015 06:33 PM, Bernd Eggink wrote: And ModemManager can be used without NetworkManager. On my system (Crux), I do everything with mmcli and a couple of scripts. Yes, I use mmcli to create and send an SMS. But if the modem is not detected, I cannot use it. If I start modemmanager, th

Re: error: couldn't find the ModemManager process in the bus

2015-07-28 Thread Aleksander Morgado
On Tue, Jul 28, 2015 at 7:33 PM, Bernd Eggink wrote: >>> Thank you Aleksander. >>> >>> I'm on Ubuntu so I tried this without success: >>> >>>jmss@aida:~$ sudo update-rc.d modemmanager defaults >>>update-rc.d: /etc/init.d/modemmanager: file does not exist >>> >>> Then I looked inside /etc/i

Re: error: couldn't find the ModemManager process in the bus

2015-07-28 Thread Bernd Eggink
On 28.07.2015 07:53, Aleksander Morgado wrote: On Tue, Jul 28, 2015 at 1:39 AM, João M. S. Silva wrote: Thank you Aleksander. I'm on Ubuntu so I tried this without success: jmss@aida:~$ sudo update-rc.d modemmanager defaults update-rc.d: /etc/init.d/modemmanager: file does not exist Th

Re: error: couldn't find the ModemManager process in the bus

2015-07-28 Thread Aleksander Morgado
On Tue, Jul 28, 2015 at 1:39 AM, João M. S. Silva wrote: > Thank you Aleksander. > > I'm on Ubuntu so I tried this without success: > > jmss@aida:~$ sudo update-rc.d modemmanager defaults > update-rc.d: /etc/init.d/modemmanager: file does not exist > > Then I looked inside /etc/init/modemmanag

Re: error: couldn't find the ModemManager process in the bus

2015-07-27 Thread João M . S . Silva
#x27;t find the ModemManager process in the bus If you're using a systemd based system; maybe you need to enable ModemManager as a service? $ sudo systemctl enable ModemManager That should restart it on boot. And to get it running right away: $ sudo systemctl start ModemManager

Re: error: couldn't find the ModemManager process in the bus

2015-07-27 Thread Aleksander Morgado
On Sat, Jul 25, 2015 at 11:46 PM, João M. S. Silva wrote: > > I started getting this error probably some months ago: > > error: couldn't find the ModemManager process in the bus If you're using a systemd based system; maybe you need to enable ModemManager as a serv

error: couldn't find the ModemManager process in the bus

2015-07-25 Thread João M . S . Silva
Hi, I started getting this error probably some months ago: error: couldn't find the ModemManager process in the bus I rarely use this modem, so that's why I only noticed it about one month ago, but the problem may be due to an update to ModemManager before that. I reinserted