Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wireless lan disconnects randomly
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
xordan
Tux's lil' helper
Tux's lil' helper


Joined: 30 Aug 2004
Posts: 148

PostPosted: Mon Aug 30, 2004 5:32 pm    Post subject: wireless lan disconnects randomly Reply with quote

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
View user's profile Send private message
nielchiano
Veteran
Veteran


Joined: 11 Nov 2003
Posts: 1287
Location: 50N 3E

PostPosted: Tue Aug 31, 2004 5:57 pm    Post subject: Re: wireless lan disconnects randomly Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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