Hi,
I'm trying to workon the project "modemmanager".
Although I succeeded in all the process to get a runnable image, I
cannot find where is modemmanager in the system. I think it's supposed
to be in /usr/sbin. But it's not there.
Anyone can help ?
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en
(chroot) $ equery-x86-generic files modemmanager | grep bin
/build/x86-generic/usr/lib/debug/usr/sbin
/build/x86-generic/usr/lib/debug/usr/sbin/modem-manager.debug
/build/x86-generic/usr/sbin
/build/x86-generic/usr/sbin/modem-manager
> > --
> > Chromium OS discuss mailing list: chromium-...@chromium.org
> > View archives, change email options, or unsubscribe:
> > http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en
> >
>
> --
> Chromium OS Developers mailing list: chromiu...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
However the screen stuck at black at booting, just after the big blue
point disappeared.
Then I press "Ctrl+Alt+F2" to login with "chronos" user.
Then I run "/usr/sbin/modem-manager --debug"
I got:
** Message: ModemManager (version 0.4) starting...
** (modem-manager:2052) WARNING **: Could not acquire the
org.freedesktop.ModemManager service.
Message: 'Connection ":1.37" is not allowed to own the service
"org.freedesktop.ModemManager" due to security policies in the
configuration file'
I'd like to know where is the "configuration file" ?
And I will be appreciate if you can show a way how to develop/debug
ModemManager plugins in chrOS.
On 12月13日, 下午10时37分, David Rochberg <rochb...@chromium.org> wrote:> here<http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/using...>).
> We turned off installation of modemmanager for the CR-48 launch because we
> don't use it on the CR-48 hardware. We plan to put it back in to generic
> builds once we get some dependencies straightened out.
>
> You can install modmmanager on a one-time basis by starting a dev
> server (instructions
> Then, on your target device, run gmerge modemmanager This should install
> modemmanager on the device; it's a one-time thing---if you reimage the
> device, you need to redo this.
>
> If you want to have modemmanager build every time you rebuild your image,
> you can a dependency on modemmanager to the chromeos ebuild:
>
> Add a line
> net-misc/modemmanager
> to an RDEPEND clause in
>
> trunk/src/third_party/chromiumos-overlay/chromeos-base/chromeos/chromeos-0.-0.1.ebuild
>
> -david