I have never noticed this with my wireless connection. I tried to disable it in kcontrol but it always ends up showing as enabled... anyhow, I decided to go lan to try out a Debian stable live CD and left it running on lan ever since. I get these connection drop outs that force me to restart networking e.g., "sudo /etc/init.d/networking restart"... that temporarily fixes it.
its becoming a major pain to have to do this several times an hour at worse. Someone in #kubuntu told me to checkout syslog and luckily I did check it in ksyslog because right then the internet connection dropped on me and this is exactly what the log caught right in front of my eyes.
this is what happened when the connection dropped
this is what happened after running sudo /etc/init.d/networking restart
eth1 is my wired ethernet connection and wlan0 is my wireless card. when opening up kcontrol > network settings > , I can disable wlan0 till I turn blue in the face but later it'll just show up as enabled anyhow. Perhaps its the cause of this issue and if so, how can I permanently disable it?
any help is greatly appreciated!
its becoming a major pain to have to do this several times an hour at worse. Someone in #kubuntu told me to checkout syslog and luckily I did check it in ksyslog because right then the internet connection dropped on me and this is exactly what the log caught right in front of my eyes.
this is what happened when the connection dropped
Code:
01/17/2008 06:02:07 PM box kernel [424400.205102] wlan0: No ProbeResp from current AP 00:11:95:71:54:a8 - assume out of range 01/17/2008 06:02:21 PM box kernel [424414.917041] eth1: link down 01/17/2008 06:02:28 PM box kernel [424421.477058] eth1: link up, 100Mbps, full-duplex, lpa 0x41E1 01/17/2008 06:02:36 PM box kernel [424429.101554] eth1: link down 01/17/2008 06:02:37 PM box kernel [424430.797723] eth1: link up, 100Mbps, full-duplex, lpa 0x41E1 01/17/2008 06:02:39 PM box kernel [424432.133679] wlan0: No STA entry for own AP 00:11:95:71:54:a8 01/17/2008 06:03:11 PM box kernel [424464.062252] wlan0: No STA entry for own AP 00:11:95:71:54:a8
Code:
01/17/2008 06:03:41 PM box avahi-daemon[6448] Interface eth1.IPv4 no longer relevant for mDNS. 01/17/2008 06:03:41 PM box avahi-daemon[6448] Interface wlan0.IPv4 no longer relevant for mDNS. 01/17/2008 06:03:41 PM box avahi-daemon[6448] Joining mDNS multicast group on interface eth1.IPv4 with address 192.168.0.104. 01/17/2008 06:03:41 PM box avahi-daemon[6448] Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.101. 01/17/2008 06:03:41 PM box avahi-daemon[6448] Leaving mDNS multicast group on interface eth1.IPv4 with address 192.168.0.104. 01/17/2008 06:03:41 PM box avahi-daemon[6448] Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.101. 01/17/2008 06:03:41 PM box avahi-daemon[6448] New relevant interface eth1.IPv4 for mDNS. 01/17/2008 06:03:41 PM box avahi-daemon[6448] New relevant interface wlan0.IPv4 for mDNS. 01/17/2008 06:03:41 PM box avahi-daemon[6448] Registering new address record for 192.168.0.101 on wlan0.IPv4. 01/17/2008 06:03:41 PM box avahi-daemon[6448] Registering new address record for 192.168.0.104 on eth1.IPv4. 01/17/2008 06:03:41 PM box avahi-daemon[6448] Withdrawing address record for 192.168.0.101 on wlan0. 01/17/2008 06:03:41 PM box avahi-daemon[6448] Withdrawing address record for 192.168.0.104 on eth1. 01/17/2008 06:03:41 PM box kernel [424494.522707] wlan0: Initial auth_alg=0 01/17/2008 06:03:41 PM box kernel [424494.522714] wlan0: authenticate with AP 00:11:95:71:54:a8 01/17/2008 06:03:41 PM box kernel [424494.524173] wlan0: RX authentication from 00:11:95:71:54:a8 (alg=0 transaction=2 status=0) 01/17/2008 06:03:41 PM box kernel [424494.524187] wlan0: authenticated 01/17/2008 06:03:41 PM box kernel [424494.524190] wlan0: associate with AP 00:11:95:71:54:a8 01/17/2008 06:03:41 PM box kernel [424494.526423] wlan0: RX AssocResp from 00:11:95:71:54:a8 (capab=0x431 status=0 aid=2) 01/17/2008 06:03:41 PM box kernel [424494.526429] wlan0: associated 01/17/2008 06:03:41 PM box kernel [424494.796849] eth1: link up, 100Mbps, full-duplex, lpa 0x41E1 01/17/2008 06:03:42 PM box ntpdate[24078] step time server 91.189.94.4 offset 0.064695 sec 01/17/2008 06:03:43 PM box ntpdate[24033] step time server 91.189.94.4 offset 0.000063 sec
any help is greatly appreciated!
Comment