Re: Problem starting network manager Asus A6Q00Km laptop, ipw2200



Torsdag 13 juli 2006 23:16 skrev Timo Hoenig:
> Hi,
>
> On Thu, 2006-07-13 at 22:26 +0200, Anders Ellenshøj Andersen wrote:
> > I am running kernel 2.6.17 and I finally managed to get the driver to
> > load without errors.
> >
> > Now I try to get network manager running and I get this error:
>
> You do not get this by running NetworkManager but by running
> KNetworkManager.

Possibly.

> Your D-BUS configuration is not properly set up.  There should be some
> file called knetworkmanager.conf in /etc/dbus-1/system.d.  This file
> provides the policy for the D-BUS interface NetworkManagerInfo.

Here is what I have right now. These are from Debian unstable standard 
packages:

andersa asusa6q:/etc/dbus-1/system.d$ ls
bluez-hcid.conf  dhcdbd.conf  hal.conf  knetworkmanager.conf  
NetworkManager.conf  powersave.conf
andersa asusa6q:/etc/dbus-1/system.d$ cat knetworkmanager.conf
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd";>
<busconfig>
        <policy user="root">
                <allow own="org.freedesktop.NetworkManagerInfo"/>

                <allow send_destination="org.freedesktop.NetworkManagerInfo"/>
                <allow send_interface="org.freedesktop.NetworkManagerInfo"/>
        </policy>
        <policy at_console="true">
                <allow own="org.freedesktop.NetworkManagerInfo"/>

                <allow send_destination="org.freedesktop.NetworkManagerInfo"/>
                <allow send_interface="org.freedesktop.NetworkManagerInfo"/>
        </policy>
        <policy context="default">
                <deny own="org.freedesktop.NetworkManagerInfo"/>

                <deny send_destination="org.freedesktop.NetworkManagerInfo"/>
                <deny send_interface="org.freedesktop.NetworkManagerInfo"/>
        </policy>
</busconfig>



Anders


-- 
 - Debian GNU/Linux - KDE 3.5.2 - KMail 1.9.1 -



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]