Wireless not staying connected, fan issue?

Mageia 1, fully up-to-date, wireless hardware is:
Driver loads okay:
The network sets up fine, manual configuration with a static IP. It seems to work just fine until it doesn't. To be more specific, some unknown random event causes the wireless to fail. Syslog shows this:
This log entry shows the tail end of me reconnecting the wireless at 8:51 a.m. this morning after I discovered that the backup of this machine had failed due to a broken pipe. Then at 10:03 p.m. tonight I had to reconnect it after I got in from work and discovered it not connected again. I'm not seeing any reason for the disconnect. Restarting the network fixed it with no issues.
Settings look kind of like this:
I don't see anything wrong with that, but I might not pick up on an error unless it was really, really obvious.
Is there some simple setting I've missed or screwed up somehow that make this a more stable network connection?
Thanks.
Mark
- Code: Select all
*-network
description: Network controller
product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
vendor: Broadcom Corporation
physical id: 2
bus info: pci@0000:05:02.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: bus_master
configuration: driver=b43-pci-bridge latency=32
resources: irq:23 memory:febfe000-febfffff
Driver loads okay:
- Code: Select all
lsmod|grep b43
b43 315646 0
mac80211 207987 1 b43
cfg80211 146623 2 b43,mac80211
ssb 51820 1 b43
mmc_core 79976 2 b43,ssb
pcmcia 51313 2 b43,ssb
rng_core 13100 1 b43
The network sets up fine, manual configuration with a static IP. It seems to work just fine until it doesn't. To be more specific, some unknown random event causes the wireless to fail. Syslog shows this:
- Code: Select all
Jan 5 08:51:25 pvr ifplugd(wlan0)[4733]: client: Reloading vnstatd configuration: [ OK ]#015
Jan 5 08:51:25 pvr ifplugd(wlan0)[4733]: Program executed successfully.
Jan 5 08:51:25 pvr kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jan 5 08:51:26 pvr ntpd[3339]: Deleting interface #17 wlan0, fe80::21c:10ff:fee5:38b4#123, interface stats: received=0, sent=0, dropped=0, active_time=446 s
ecs
Jan 5 08:51:26 pvr ntpd[3339]: Deleting interface #16 wlan0, 192.168.1.103#123, interface stats: received=15, sent=21, dropped=0, active_time=446 secs
Jan 5 10:00:03 pvr kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jan 5 10:00:03 pvr kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jan 5 10:00:03 pvr ifplugd(wlan0)[4221]: ifplugd 0.28 initializing.
Jan 5 10:00:03 pvr ifplugd(wlan0)[4221]: Using interface wlan0/00:1C:10:E5:38:B4 with driver <b43> (version: 2.6.38.8-desktop-9.mga)
Jan 5 10:00:03 pvr ifplugd(wlan0)[4221]: Using detection mode: SIOCETHTOOL
Jan 5 10:00:03 pvr ifplugd(wlan0)[4221]: Initialization complete, link beat not detected.
Jan 5 10:00:04 pvr kernel: wlan0: authenticate with 00:22:6b:52:3e:07 (try 1)
Jan 5 10:00:04 pvr kernel: wlan0: authenticated
Jan 5 10:00:04 pvr kernel: wlan0: associate with 00:22:6b:52:3e:07 (try 1)
Jan 5 10:00:04 pvr kernel: wlan0: RX AssocResp from 00:22:6b:52:3e:07 (capab=0x411 status=0 aid=1)
Jan 5 10:00:04 pvr kernel: wlan0: associated
Jan 5 10:00:04 pvr kernel: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jan 5 10:00:05 pvr ifplugd(wlan0)[4221]: Link beat detected.
Jan 5 10:00:06 pvr ifplugd(wlan0)[4221]: Executing '/etc/ifplugd/ifplugd.action wlan0 up'.
Jan 5 10:00:08 pvr ifplugd(wlan0)[4221]: client: ./network-functions: line 419: /usr/sbin/nscd: No such file or directory
Jan 5 10:00:09 pvr vnstatd[4661]: Monitoring: wlan0
Jan 5 10:00:09 pvr ifplugd(wlan0)[4221]: client: Starting vnstatd: #033[65G[#033[1;32m OK #033[0;39m]#015
Jan 5 10:00:09 pvr ifplugd(wlan0)[4221]: Program executed successfully.
Jan 5 10:00:10 pvr avahi-daemon[4849]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.103.
Jan 5 10:00:10 pvr avahi-daemon[4849]: New relevant interface wlan0.IPv4 for mDNS.
Jan 5 10:00:10 pvr avahi-daemon[4849]: Registering new address record for fe80::21c:10ff:fee5:38b4 on wlan0.*.
Jan 5 10:00:10 pvr avahi-daemon[4849]: Registering new address record for 192.168.1.103 on wlan0.IPv4.
This log entry shows the tail end of me reconnecting the wireless at 8:51 a.m. this morning after I discovered that the backup of this machine had failed due to a broken pipe. Then at 10:03 p.m. tonight I had to reconnect it after I got in from work and discovered it not connected again. I'm not seeing any reason for the disconnect. Restarting the network fixed it with no issues.
Settings look kind of like this:
- Code: Select all
/etc/sysconfig/network-scripts/wireless.d/cat adamslan
BOOTPROTO=static
IPADDR=192.168.xxx.xxx
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
METRIC=35
USERCTL=yes
DNS1=208.67.222.222
DNS2=208.67.222.220
RESOLV_MODS=no
WIRELESS_MODE=Managed
WIRELESS_ESSID=adamslan
WIRELESS_ENC_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
WIRELESS_ENC_MODE=restricted
IPV6INIT=no
IPV6TO4INIT=no
ACCOUNTING=yes
NM_CONTROLLED=yes
I don't see anything wrong with that, but I might not pick up on an error unless it was really, really obvious.
Is there some simple setting I've missed or screwed up somehow that make this a more stable network connection?
Thanks.
Mark