Wireless in desktop geeft "limited access" @ random momenten

Pagina: 1
Acties:

  • Flapmo
  • Registratie: April 2000
  • Laatst online: 16:55

Flapmo

and back is gigi!

Topicstarter
Ik heb KPN glasvezel met een Experia Box:
Afbeeldingslocatie: http://kpn-customer.custhelp.com/rnt/rnw/img/enduser/2742_07.gif

Ik heb verscheidene laptops in huis en deze ondervinden geen problemen wbt het wireless netwerk. Nu heb ik echter een PCI wireless kaart in mijn desktop gestoken en hier ondervind ik wat problemen. Op random momenten switched mijn wireless ineens naar "limited access" met als gevolg dat ik pas weer kan internetten als ik even disconnect->connect naar mijn wireless netwerk.

Een ipconfig /all op het moment van d/c laat niet veel zien:
code:
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
C:\Users\bastijn>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : BASTIJN-PC
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : lan

Wireless LAN adapter Wireless Network Connection 2:

   Connection-specific DNS Suffix  . : lan
   Description . . . . . . . . . . . : Atheros AR922X Wireless Network Adapter
   Physical Address. . . . . . . . . : 6C-FD-B9-32-B4-8A
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::d567:fc45:da45:fb0b%15(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.2.50(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Wednesday, October 05, 2011 18:10:10
   Lease Expires . . . . . . . . . . : Thursday, October 06, 2011 19:35:26
   Default Gateway . . . . . . . . . : 192.168.2.254
   DHCP Server . . . . . . . . . . . : 192.168.2.254
   DHCPv6 IAID . . . . . . . . . . . : 376241593
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-13-FF-5D-A7-00-21-85-3C-3A-CF

   DNS Servers . . . . . . . . . . . : 192.168.2.254
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Local Area Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) 82562V-2 10/100 Network Connecti
on
   Physical Address. . . . . . . . . : 00-21-85-3C-3A-CF
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.lan:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : lan
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{2312F701-1D1F-41C3-9874-8450B50368C1}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:0:5ef5:79fd:cf3:2ab8:aba9:8f97(Prefe
rred)
   Link-local IPv6 Address . . . . . : fe80::cf3:2ab8:aba9:8f97%12(Preferred)
   Default Gateway . . . . . . . . . : ::
   NetBIOS over Tcpip. . . . . . . . : Disabled

C:\Users\bastijn>


Vaak gebeurd het tijdens het bekijken van videos in browser (flash), maar het is lastig te testen. Het gebeurd soms pas na een paar uur, dan weer na enkele minuten. Pings naar google, eerst op werkende connectie (werkend ip test):

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\bastijn>ping www.google.com

Pinging www.l.google.com [74.125.77.104] with 32 bytes of data:
Reply from 74.125.77.104: bytes=32 time=11ms TTL=56
Reply from 74.125.77.104: bytes=32 time=10ms TTL=56
Reply from 74.125.77.104: bytes=32 time=11ms TTL=56
Reply from 74.125.77.104: bytes=32 time=10ms TTL=56

Ping statistics for 74.125.77.104:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 10ms, Maximum = 11ms, Average = 10ms


En dan tijdens een "limited access":
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
C:\Users\bastijn>ping www.google.com

Pinging www.l.google.com [74.125.77.104] with 32 bytes of data:
Request timed out.
Request timed out.

Ping statistics for 74.125.77.104:
    Packets: Sent = 2, Received = 0, Lost = 2 (100% loss),
Control-C
^C
C:\Users\bastijn>ping 74.125.77.104

Pinging 74.125.77.104 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 74.125.77.104:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Users\bastijn>


Het is dus geen DNS probleem. Wat zijn andere idee-en? Ik heb zitten denken aan een power save mode waarin mijn wireless kaart uitgezet wordt. Maar ik heb nog wel connectie (limited access) dus dit lijkt niet het geval.

"The purpose of computing is insight, not numbers." -- Richard Hamming


  • xares
  • Registratie: Januari 2007
  • Laatst online: 20-02 18:15
Probeer eens de nieuwste driver te installeren van je netwerkkaart.

  • Flapmo
  • Registratie: April 2000
  • Laatst online: 16:55

Flapmo

and back is gigi!

Topicstarter
Gedaan, nu wordt het weer even afwachten :).

//edit dag later:

So far so good. Bleek dat ik nog geen drivers had geinstalleerd omdat het een plug&play was. Nu had windows de verkeerde drivers ervoor gevonden (zag een andere kaart daardoor). Dit werkte wel maar gaf de problemen vermoed ik. Tot nadere update zijn de problemen dus verholpen :).

[ Voor 77% gewijzigd door Flapmo op 06-10-2011 10:06 ]

"The purpose of computing is insight, not numbers." -- Richard Hamming