You are not logged in.

#1 2007-07-16 15:40:37

Raffo
Member
Registered: 2007-07-13
Posts: 37

[Solved] Knetworkmanager not working

I guys. I installed knetworkmanager followind the wiki but It doesn't work. If i start it and I click it in the tray it says "No network device found". My connection (eth0) is working fine but if I start the pc without the cable plugged and I plug it in after a while it is not able to activate the connection? What should I do?

/etc/rc.conf:

DAEMONS=(syslog-ng !network !ifplugd dbus hal netfs !crond alsa dhcdbd networkmanager kdm)

Last edited by Raffo (2007-07-17 17:10:43)

Offline

#2 2007-07-16 16:42:13

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: [Solved] Knetworkmanager not working

Can you show us the MODULES and NETWORKING array in your rc.conf as well?


thayer williams ~ cinderwick.ca

Offline

#3 2007-07-17 08:27:42

Raffo
Member
Registered: 2007-07-13
Posts: 37

Re: [Solved] Knetworkmanager not working

thayer.w wrote:

Can you show us the MODULES and NETWORKING array in your rc.conf as well?

Of course:

# HARDWARE
# -----------------------------------------------------------------------
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by udev
MOD_BLACKLIST=()
#
# Modules to load at boot-up (in this order)
#   - prefix a module with a ! to blacklist it
#
MODULES=(8139cp 8139too mii slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-hwdep snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-mpu401-uart snd-mpu401 snd-ac97-codec snd-emu10k1 soundcore snd-util-mem)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="ganondorf"
#
# 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
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo !eth0)
#
# 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)

Offline

#4 2007-07-17 17:10:28

Raffo
Member
Registered: 2007-07-13
Posts: 37

Re: [Solved] Knetworkmanager not working

Solved by myself, I forgot to add the user to the network group.

Offline

Board footer

Powered by FluxBB