diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-August/008423.html')
-rw-r--r-- | zarb-ml/mageia-discuss/2012-August/008423.html | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-August/008423.html b/zarb-ml/mageia-discuss/2012-August/008423.html new file mode 100644 index 000000000..19c102aa1 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-August/008423.html @@ -0,0 +1,122 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20Wireless%20LAN%20%28Wifi%29%20Connection%20Keeps%0A%09Getting%20Disconnected&In-Reply-To=%3C20120810110930.33d2d666%40lap.shlomifish.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008432.html"> + <LINK REL="Next" HREF="008424.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected</H1> + <B>Shlomi Fish</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20Wireless%20LAN%20%28Wifi%29%20Connection%20Keeps%0A%09Getting%20Disconnected&In-Reply-To=%3C20120810110930.33d2d666%40lap.shlomifish.org%3E" + TITLE="[Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected">shlomif at shlomifish.org + </A><BR> + <I>Fri Aug 10 10:09:30 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008432.html">[Mageia-discuss] Transcode ? +</A></li> + <LI>Next message: <A HREF="008424.html">[Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8423">[ date ]</a> + <a href="thread.html#8423">[ thread ]</a> + <a href="subject.html#8423">[ subject ]</a> + <a href="author.html#8423">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi all, + +my Mageia 2 Wireless LAN (Wifi) Connection keeps getting disconnected. I tried running this script as root: + +<<<< +#!/bin/bash +IP="10.0.0.138" +# IP="192.168.1.1" +while true ; do + if ! ping -c 4 "$IP" ; then + service network restart + # /etc/init.d/networkmanager restart + sleep 10 + fi + sleep 5 +done +>>>><i> +</I> +It helps a lot, but sometimes one of the programs gets wedged as well, +and I need to run "pkill -9 ifplugd" as well. Is there any way to tell +NetworkManager, netapplet, or whatever the flavour of the day is to +start the connection again promptly after a disconnect? + +My laptop's specs are: + +<<<< +I also have an Acer Aspire 5738DZG laptop with the following specs: + + Intel Pentium(R) Dual-Core CPU T4300 @ 2.10GHz. (x86-64). + ATI Mobility Radeon™ HD 4570 (r700) + 15.6" 3D HD LCD Screen. + 3 GB Memory + 320 GB Hard Disk Drive. + “DVD Super Multi DL drive” + Acer Nplify™ 802.11b/g/n. +>>>><i> +</I> +I'd rather not have to baby sit it all the time. + +Regards, + + Shlomi Fish + +-- +----------------------------------------------------------------- +Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +"Humanity" - Parody of Modern Life - <A HREF="http://shlom.in/humanity">http://shlom.in/humanity</A> + +Chuck Norris was never a newbie! He will kill anyone who implies otherwise. In +a very not newbie-like manner. + +Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</PRE> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008432.html">[Mageia-discuss] Transcode ? +</A></li> + <LI>Next message: <A HREF="008424.html">[Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8423">[ date ]</a> + <a href="thread.html#8423">[ thread ]</a> + <a href="subject.html#8423">[ subject ]</a> + <a href="author.html#8423">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |