View previous topic :: View next topic |
Author |
Message |
xordan Tux's lil' helper

Joined: 30 Aug 2004 Posts: 148
|
Posted: Mon Aug 30, 2004 5:32 pm Post subject: wireless lan disconnects randomly |
|
|
I've just finished installing gentoo, and everything went fine during ther install. My net worked fine throughout. When I boot into gentoo my card is detected and I can access the internet and my network. Then when I'm emerging a program, such as KDE, the download stops, and I seem to lose the connection. As soon as I reboot it works again, but then goes offline again a few minutes later. Here's the output when I do iwconfig after it goes offline:
eth0 IEEE 8-2.11-DS ESSID: "ACTIONTEC" Nickname:"Prism I"
Mode:Managed Frequency:2.437GHz Access Point: 00:20:E0:1E:76:DF
Bit Rate:2mb/s Tx-Power=15 dBm Sensitivity:1/3
Retry min limit:8 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:56/92 Signal level:-48 dBm Noise level:-144 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:1 Invalid misc:0 Missed Beacon:0
And ifconfig -a:
eth0 Link encap:Ethernet HWaddr 00:09:5B:40:9F:39
inet addr:192.168.0.7 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::209:5bff:fe40:9f39/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
EX packets:9704 errors:0 dropped:0 overruns:0 frame:0
TX packets:5107 errors:22 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14111064 (13.4 Mb) TX bytes:611922 (597.5 Kb)
Interrupt:19 Base address:0x1000 Memory:f0000000-0000fff
I think I setup everything correctly. I'm using dhcp, and I am connecting to a router. I couldn't find anything else in this forum that helps using the search.
Thanks. |
|
Back to top |
|
 |
nielchiano Veteran

Joined: 11 Nov 2003 Posts: 1287 Location: 50N 3E
|
Posted: Tue Aug 31, 2004 5:57 pm Post subject: Re: wireless lan disconnects randomly |
|
|
Just a guess: try watching this line:
Code: | Link Quality:56/92 Signal level:-48 dBm Noise level:-144 dBm |
if you see that sometimes the signal level is not much more than the noise level, your connection is weak and might fail. (NOTE: -48 > -144, so you're good here)
You could make a script that prints out the iwconfig blabla each second: Code: | while :; do
iwconfig
sleep 1
done |
(change sleep 1 to sleep WHATEVER to wait WHATEVER seconds between the calls) |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|