You are not logged in.

#1 2007-05-24 22:34:03

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Problem with wireless network and stopping PC.

Hi, I have a new problem again T_T, well, I work as usually on my gnome desktop. If I don't use wireless network, I can work perfectly and without anyproblem. If I use wireless network, I can work perfectly except that, if I want to reboot or stop de PC, I can't do it until I press Ctrl + Alt + Backspace to stop X. When I do that, pc reboots or stop automatically as I ordered.

To connect, I use the comands ifconfig eth2 up, iwconfig eth2 essid etc..., dhcpcd eth2. What can I do to solve this problem? I can't work fine with this!

This is my 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"
# 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="es_ES.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="Madrid/Europe"
KEYMAP=es
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

#
# -----------------------------------------------------------------------
# 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=(ipw3945 8139too mii cpufreq_powersave cpufreq_userspace 
freq_table acpi_cpufreq asus_acpi) 
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="samantha"
#
# 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"
eth2="dhcp"
#"eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(lo eth0 eth2)
#
# 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-profiles
#
#NET_PROFILES=(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=(@alsa syslog-ng hal hwd cpudyn ipw3945d !network netfs gdm 
crond)


# End of file

And this is my hosts file:

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1        samantha.localdomain    samantha

# End of file

Greetings


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#2 2007-05-24 23:21:59

paul_au
Member
Registered: 2006-04-13
Posts: 38

Re: Problem with wireless network and stopping PC.

one suggestion is to maybe configure your /etc/conf.d/wireless file instead of having to manually bring up the eth2 interface. 
I doubt that will solve the issue howver.

Offline

#3 2007-05-25 06:04:19

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: Problem with wireless network and stopping PC.

I have solved the problem. I just have to activate the network daemon, and deactivate eth0 and eth2 interfaces. Can anyone tell me the reason about problem with stopping pc and network daemon? o_O'


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

Board footer

Powered by FluxBB