blob: 19c102aa12fe617a4c93aa2cdfad2f91a0594c12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
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>
|