From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-discuss/2012-August/008423.html | 122 +++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 zarb-ml/mageia-discuss/2012-August/008423.html (limited to 'zarb-ml/mageia-discuss/2012-August/008423.html') 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 @@ + + + + [Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected + + + + + + + + + +

[Mageia-discuss] Mageia 2 Wireless LAN (Wifi) Connection Keeps Getting Disconnected

+ Shlomi Fish + shlomif at shlomifish.org +
+ Fri Aug 10 10:09:30 CEST 2012 +

+
+ +
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
+>>>>
+
+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'd rather not have to baby sit it all the time.
+
+Regards,
+
+	Shlomi Fish
+
+-- 
+-----------------------------------------------------------------
+Shlomi Fish       http://www.shlomifish.org/
+"Humanity" - Parody of Modern Life - http://shlom.in/humanity
+
+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 - http://shlom.in/reply .
+
+ + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-discuss +mailing list
+ -- cgit v1.2.1