View previous topic :: View next topic |
Author |
Message |
eusanpe Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 06 Sep 2002 Posts: 107
|
Posted: Sun Jun 10, 2012 5:05 pm Post subject: Disable the Displaying of Modem Manager Plugins |
|
|
Hi All,
Is there a way to disable the modem manager plugins from displaying at boot up?
I need them for my broadband connection. It keeps on displaying over my splash screen
briefly while booting.
I tried to create a script with the output to /dev/null 2>&1 and modified the ModemManager
dbus service to use this script but to no avail.
Thanks,
Tony |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Rexilion Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/13156532244b6fe587ac03b.jpg)
Joined: 17 Mar 2009 Posts: 1044
|
Posted: Mon Jun 11, 2012 9:08 am Post subject: |
|
|
Modemmanager is started as a dbus service, so using a redirect won't work.
I use net-misc/networkmanager-0.9.4.0-r2 with the modemmanager useflag and I don't see those annoying messages. _________________ fs/super.c: "Self-destruct in 5 seconds. Have a nice day...\n" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eusanpe Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 06 Sep 2002 Posts: 107
|
Posted: Tue Jun 12, 2012 4:50 am Post subject: |
|
|
That is the version with the modemmanager use flag. that I am using. If I don't use a splash screen the modem modules do display anyway. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
krovisser Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/12397173346e99920c63e1.jpg)
Joined: 01 Feb 2006 Posts: 105 Location: TX, USA
|
Posted: Fri Sep 28, 2012 2:44 pm Post subject: |
|
|
You can edit the source files to remove this.
- Download the tarball of modemmanager that you are using (or copy it from distfiles).
- Extract the source somewhere, and go into the modemmanager directory.
- ./configure (add '--with-polkit' if you are using the policykit use flag)
- edit the mm-manager.c file in the src directory:
- comment out line 158 (at least, with modemmanager-6.0.0):
Code: | mm_info ("Loaded plugin '%s'", mm_plugin_get_name (plugin)); |
Then do a make and make install (as root). Fixed.
It annoyed me too. _________________ http://www.krovisser.com/ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|