diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-August/008424.html')
-rw-r--r-- | zarb-ml/mageia-discuss/2012-August/008424.html | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-August/008424.html b/zarb-ml/mageia-discuss/2012-August/008424.html new file mode 100644 index 000000000..b1bd7456a --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-August/008424.html @@ -0,0 +1,168 @@ +<!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%20Getting%20Disconnected&In-Reply-To=%3CCAJWAV%2BGr5Q%2BSH%2B0LPP8MTFBK2pnVXKMu%3DnJGryEE0K45NMcVbQ%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008423.html"> + <LINK REL="Next" HREF="008427.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected</H1> + <B>RICHARD WALKER</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%20Getting%20Disconnected&In-Reply-To=%3CCAJWAV%2BGr5Q%2BSH%2B0LPP8MTFBK2pnVXKMu%3DnJGryEE0K45NMcVbQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected">richard.j.walker at ntlworld.com + </A><BR> + <I>Fri Aug 10 10:58:45 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008423.html">[Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected +</A></li> + <LI>Next message: <A HREF="008427.html">[Mageia-discuss] Randomised game position (was: Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8424">[ date ]</a> + <a href="thread.html#8424">[ thread ]</a> + <a href="subject.html#8424">[ subject ]</a> + <a href="author.html#8424">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Shlomi, + +I have another solution - works for me - but not necessarily +recommended for the world. I use Mandriva 2008.1 on my laptop. Never +had much in the way of keeping that connected. I occasionally have to +pop the pcmcia wifi to get it to connect first time, but it usually +(90% of the time) stays connected around the house. + +In contrast, I built a Mageia 2 Dell Inspiron laptop a few weeks ago +and it is the devil's own job to keep connected and re-connect after +it drops. Range to wifi gateway? I tested if at around 4feet - often +drops connection after only a few hours or minutes (depending on ... +temperature? Humidity? Day of the week?). + +To change the subject from a problem which possibly has a solution to +one which (so far as I can tell) hasn't; I see you have had an +interest in computer games of the timewasting solo variety; can I +interest you in a puzzle which has troubled me for decades? + +Do you know those little plastic squares with 24 alphabet tiles in a +5x5 grid? The idea is to push the tiles around until you have them in +alphabetic order left to right, top to bottom, with an empty square in +the bottom right corner. + +Back in the mid-eighties I wrote a version of this game for my +Sinclair QL. I stored the tiles in a one-dimension array where they +were initially shuffled. + +I discovered, after much trial and error, that the chances of being +able to solve the puzzle after shuffling is almost exactly 1 in 2. The +problem is that 50% of shuffles results in an order where, by the +rules of tile movement, two adjacent tiles must be exchanged - and +that is not possible. + +Any ideas how to test the shuffled result to determine if such a +transposition exists _without_ solving the game? + +Just a thought. + +Richard + +On 10/08/2012, Shlomi Fish <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">shlomif at shlomifish.org</A>> wrote: +><i> Hi all, +</I>><i> +</I>><i> my Mageia 2 Wireless LAN (Wifi) Connection keeps getting disconnected. I +</I>><i> tried running this script as root: +</I>><i> +</I>><i> <<<< +</I>><i> #!/bin/bash +</I>><i> IP="10.0.0.138" +</I>><i> # IP="192.168.1.1" +</I>><i> while true ; do +</I>><i> if ! ping -c 4 "$IP" ; then +</I>><i> service network restart +</I>><i> # /etc/init.d/networkmanager restart +</I>><i> sleep 10 +</I>><i> fi +</I>><i> sleep 5 +</I>><i> done +</I>>>>>><i> +</I>><i> +</I>><i> It helps a lot, but sometimes one of the programs gets wedged as well, +</I>><i> and I need to run "pkill -9 ifplugd" as well. Is there any way to tell +</I>><i> NetworkManager, netapplet, or whatever the flavour of the day is to +</I>><i> start the connection again promptly after a disconnect? +</I>><i> +</I>><i> My laptop's specs are: +</I>><i> +</I>><i> <<<< +</I>><i> I also have an Acer Aspire 5738DZG laptop with the following specs: +</I>><i> +</I>><i> Intel Pentium(R) Dual-Core CPU T4300 @ 2.10GHz. (x86-64). +</I>><i> ATI Mobility Radeon™ HD 4570 (r700) +</I>><i> 15.6" 3D HD LCD Screen. +</I>><i> 3 GB Memory +</I>><i> 320 GB Hard Disk Drive. +</I>><i> “DVD Super Multi DL drive” +</I>><i> Acer Nplify™ 802.11b/g/n. +</I>>>>>><i> +</I>><i> +</I>><i> I'd rather not have to baby sit it all the time. +</I>><i> +</I>><i> Regards, +</I>><i> +</I>><i> Shlomi Fish +</I>><i> +</I>><i> -- +</I>><i> ----------------------------------------------------------------- +</I>><i> Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +</I>><i> "Humanity" - Parody of Modern Life - <A HREF="http://shlom.in/humanity">http://shlom.in/humanity</A> +</I>><i> +</I>><i> Chuck Norris was never a newbie! He will kill anyone who implies otherwise. +</I>><i> In +</I>><i> a very not newbie-like manner. +</I>><i> +</I>><i> Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</I>><i> +</I></PRE> + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008423.html">[Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected +</A></li> + <LI>Next message: <A HREF="008427.html">[Mageia-discuss] Randomised game position (was: Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8424">[ date ]</a> + <a href="thread.html#8424">[ thread ]</a> + <a href="subject.html#8424">[ subject ]</a> + <a href="author.html#8424">[ 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> |