You are not logged in.

#1 2008-09-08 08:29:31

Tenshu
Member
Registered: 2008-08-10
Posts: 5

NetworkManager doesn't work on gnome

Hi there,

I installed Gnome and everything works, but if i install NetworkManager and start it there isn't any tray icon.

If i kill nm-applet and then start it again i got this messgae/error:

** (nm-applet:2168): WARNING **: <WARN> hal_net_physdev_cb(): dbus returned an error.
(org.freedesktop.Hal.NoSuchProperty) No property net.physical_device on device with id /org/freedesktop/Hal/devices/net_(removed mac address)


** (nm-applet:2168): WARNING **: <WARN> hal_net_physdev_cb(): dbus returned an error.
(org.freedesktop.Hal.NoSuchProperty) No property net.physical_device on device with id /org/freedesktop/Hal/devices/net_(removed mac address)

Thanks in advance


Regards, Tenshu
My own Website

Offline

#2 2008-09-08 15:59:29

kclive18
Member
From: Columbus, Ohio, USA
Registered: 2008-05-08
Posts: 219

Re: NetworkManager doesn't work on gnome

Is your network device working (can you ping google.com, for example)?  Maybe you do not have the appropriate module loaded in /etc/rc.conf for your NIC or wireless card.


My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! tongue, OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686 cool
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor

Offline

#3 2008-09-08 16:20:01

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: NetworkManager doesn't work on gnome

or maybe you aren't in the right groups. could you paste the output of the command "groups"?


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2008-09-08 16:52:33

Tenshu
Member
Registered: 2008-08-10
Posts: 5

Re: NetworkManager doesn't work on gnome

Thanks for a quick answer.

@kclive18: Yes i'am connected to the internet (wired).

@wonder: I post my groups on the user and root account.

This is in my groups (user)

root adm tty disk kmem wheel ftp mail log locate dbus hal avahi network video audio optical storage camera power users gdm

This is in my groups (root)

root bin adm sys disk wheel log dbus hal

* edit: Never mind..

Last edited by Tenshu (2008-09-08 18:10:12)


Regards, Tenshu
My own Website

Offline

#5 2008-09-08 17:53:56

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: NetworkManager doesn't work on gnome

automaticaly


Give what you have. To someone, it may be better than you dare to think.

Offline

#6 2008-09-08 18:12:11

Tenshu
Member
Registered: 2008-08-10
Posts: 5

Re: NetworkManager doesn't work on gnome

Never mind wonder, but should there be more groups in de root or user?

I'm trying for days to get it work, but with no succes.

BTW, wicd is no option. I have always trouble connecting with my wireless network.

rc.conf

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Canada/Pacific"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(atl2 ath5k ath_hal ath_pci wlan snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="eeepc"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
#
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
eth0="dhcp"
INTERFACES=(lo !eth0 !ath0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)

# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng !network dbus hal dhcdbd networkmanager netfs
crond fam gdm portmap)

Last edited by Tenshu (2008-09-08 18:18:32)


Regards, Tenshu
My own Website

Offline

#7 2008-09-09 05:15:41

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: NetworkManager doesn't work on gnome

don't use root in desktop.
my user wonder is in this groups:
wheel dbus hal network video audio optical storage power users


Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2008-09-11 19:02:07

Tenshu
Member
Registered: 2008-08-10
Posts: 5

Re: NetworkManager doesn't work on gnome

Thanks, wonder it works now. big_smile

Next problems is.
How can i delete groups from a user?
If i delete a user from 'User Settings' when i close it and go back to de 'Uder Setting' the user does stil exist.

I have a test account and my main account. De test account has al good groups, but not de name i want to use. On the other hand my main account has not the good groups, zo there iw want to delete the unesasary groups.

Thanks in advance

Last edited by Tenshu (2008-09-11 19:02:19)


Regards, Tenshu
My own Website

Offline

#9 2008-09-12 05:42:33

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: NetworkManager doesn't work on gnome

gpasswd -a USER somegroup
this command will add USER to somegroup
gpasswd -d USER somegroup
this command will delete USER from somegroup


Give what you have. To someone, it may be better than you dare to think.

Offline

#10 2008-09-13 14:40:19

Tenshu
Member
Registered: 2008-08-10
Posts: 5

Re: NetworkManager doesn't work on gnome

Thanks, 

the last think is how can i delete a user completly with /home/username folder?


Regards, Tenshu
My own Website

Offline

#11 2008-09-13 14:52:46

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: NetworkManager doesn't work on gnome

userdel username

Will remove the user and prompt if you want to remove its home folder as well, if I remember correctly.


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#12 2008-09-15 09:02:52

zenlord
Member
From: Belgium
Registered: 2006-05-24
Posts: 1,221
Website

Re: NetworkManager doesn't work on gnome

I have had some problems with networkmanager recently also, although I had those problems in Debian and Ubuntu (in Arch I use netcfg or wicd). Just yesterday I installed Ubuntu for a friend of mine and I had to manually connect to his wireless network, because NM didn't get an IP-address. And upon shutdown, NM spat out some warnings and errors.

I don't trust that package anymore.

Offline

#13 2008-10-18 21:41:22

stepo
Member
Registered: 2008-10-18
Posts: 4

Re: NetworkManager doesn't work on gnome

Offline

Board footer

Powered by FluxBB