1. Check your USE flag to make sure it has these things:
bluetooth avahi connection-sharing dhclient autoipd dhcpcd dhclient gnutls nss resolvconfIf you are using the same USE flag with me: ( -* ) , just set it when emerge:
USE="bluetooth avahi connection-sharing dhclient autoipd dhcpcd dhclient gnutls nss resolvconf" emerge -Nav networkmanager2. Install nm-applet(with USE="-doc -debug bluetooth).
3. On this directory, edit all configuration files:
/etc/dbus-1/system.dreplace every line that contain user="root" with group="plugdev"
4. Add your user and root to group plugdev, add yourself to group netdev
5. Restart dbus, and volla, enjoy wireless networking.
*If you dont add root to group plugdev as step 4, sure you will the error:
Jul 15 21:13:26 tinytux dbus[14800]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed outI'm sure you know why ;)
Jul 15 21:13:26 tinytux NetworkManager: polkit_authority_get: Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.PolicyKit1 timed out
Jul 15 21:13:26 tinytux NetworkManager: nm_sysconfig_settings_init: failed to create PolicyKit authority.
No comments:
Post a Comment