You are not logged in.

#1 2007-11-20 17:12:41

skorpan
Member
Registered: 2007-11-09
Posts: 81

Network extension undetected after a while

Hello. I'm using an HP 6510b and I have IPW3945 installed (correctly, it seems), but there seems to be just one (very annoying problem) with it. For some reason, after about one or two hours of work the network extension gets undetected. This is the output from dmesg:

ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.2.2d
ipw3945: Copyright(c) 2003-2006 Intel Corporation
ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
ipw3945: Error sending cmd #07 to daemon: time out after 500ms.
ipw3945: Error sending SCAN_ABORT_CMD: time out after 500ms.
ipw3945: Error sending cmd #08 to daemon: time out after 500ms.
ipw3945: Error sending ADD_STA: time out after 500ms.
ipw3945: Error sending SCAN_ABORT_CMD: time out after 500ms.

Then iwconfig tells me that neither lo, nor eth0, nor eth1 (my wireless card) has no wireless extension. I'm not sure whether it's after some certain amount of time that this happens, but it happens everytime and the only way to fix it seems to be a reboot. Below are the relevant parts of my /etc/rc.conf file. Any help is highly appreciated!

# -----------------------------------------------------------------------
# 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=(tg3 ipw3945 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"

lo="lo 127.0.0.1"
eth0="dhcp"
#eth1="dhcp"
#INTERFACES=(lo eth0 eth1)
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)
#
# 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=(template)

#
# -----------------------------------------------------------------------
# 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 ipw3945d network netfs crond keytouch sensors alsa httpd mysqld gdm)

Offline

Board footer

Powered by FluxBB