Wifi Abbrueche und System Crash

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Guiste
Beiträge: 123
Registriert: 20.03.2014 10:51:45

Wifi Abbrueche und System Crash

Beitrag von Guiste » 29.09.2016 14:18:17

Hi,

ich hab vor kurzem Debian Stretch installiert neben Windows 8 und hab jetzt 2 Probleme:

1. Die wifi Verbindung wird staendig unterbrochen, das nervt insbesondere, wenn man mit ssh verbunden ist und staendig rausgeworfen wird, schaetze das ist mal wieder ein Firmware Problem? Als ich noch Debian Jessie neben Windows installiert hatte, hatte ich das Problem nicht.
2. Ich hatte gerade einen Crash, also der PC ist in irgendeinen Modus gegangen und danach ins Loginmenue hat aber saemtliche Fenster geschlossen, also als wenn er neu gebootet haette. Den Fehler hatte ich davor auch schon, als ich noch Jessie neben Windows installiert hatte.

Ein paar logs und outputs mal hier

Code: Alles auswählen

unname -a
Linux Stefan 4.6.0-1-amd64 #1 SMP Debian 4.6.4-1 (2016-07-18) x86_64 GNU/Linux

Code: Alles auswählen

dmesg
http://nopaste.debianforum.de/39523

Code: Alles auswählen

$iwlconfig
lo        no wireless extensions.

wlp2s0    IEEE 802.11abgn  ESSID:"EasyBox-290501"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: 94:4A:0C:32:CC:0C   
          Bit Rate=86.7 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=55/70  Signal level=-55 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:52   Missed beacon:0

Code: Alles auswählen

$lspci -n
00:02.0 0300: 8086:0a16 (rev 09)
00:03.0 0403: 8086:0a0c (rev 09)
00:14.0 0c03: 8086:9c31 (rev 04)
00:16.0 0780: 8086:9c3a (rev 04)
00:1b.0 0403: 8086:9c20 (rev 04)
00:1c.0 0604: 8086:9c10 (rev e4)
00:1c.2 0604: 8086:9c14 (rev e4)
00:1c.3 0604: 8086:9c16 (rev e4)
00:1d.0 0c03: 8086:9c26 (rev 04)
00:1f.0 0601: 8086:9c43 (rev 04)
00:1f.2 0106: 8086:9c03 (rev 04)
00:1f.3 0c05: 8086:9c22 (rev 04)
02:00.0 0280: 8086:08b1 (rev 73)
03:00.0 ff00: 10ec:5227 (rev 01)

rendegast
Beiträge: 15041
Registriert: 27.02.2006 16:50:33
Lizenz eigener Beiträge: MIT Lizenz

Re: Wifi Abbrueche und System Crash

Beitrag von rendegast » 08.10.2016 15:04:08

Bit Rate=86.7 Mb/s Tx-Power=20 dBm

Link Quality=55/70 Signal level=-55 dBm
55/70 sieht eigentlich gut aus,
8MB/s (trotz firmware iwlwifi-7260-17.ucode) scheint verwunderlich.
[ 10.794517] wlp2s0: authenticate with 94:4a:0c:32:cc:0c
...
[ 304.296092] wlp2s0: authenticate with 94:4a:0c:32:cc:0e
Zwei AP!
Irgendeine Meshing-Technik o.ä.? ZBsp. der (eine) WLAN-Router in einem speziellen "Zweinetz"-Modus?


[ 1531.833795] wlp2s0: Limiting TX power to 17 (23 - 6) dBm as advertised by 94:4a:0c:32:cc:0e
( Diese Anweisung gibt nach Deinem dmesg nur der "...:0e"! )
Vielleicht mal mit den iwlwifi-Optionen spielen?

Code: Alles auswählen

parm:           11n_disable:disable 11n functionality, bitmap: 1: full, 2: disable agg TX, 4: disable agg RX, 8 enable agg TX (uint)
parm:           amsdu_size:amsdu size 0:4K 1:8K 2:12K (default 0) (int)
parm:           antenna_coupling:specify antenna coupling in dB (default: 0 dB) (int)
parm:           bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
parm:           d0i3_disable:disable d0i3 functionality (default: Y) (bool)
parm:           d0i3_timeout:Timeout to D0i3 entry when idle (ms) (uint)
parm:           disable_11ac:Disable VHT capabilities (default: false) (bool)
parm:           fw_monitor:firmware monitor - to debug FW (default: false - needs lots of memory) (bool)
parm:           fw_restart:restart firmware in case of error (default true) (bool)
parm:           lar_disable:disable LAR functionality (default: N) (bool)
parm:           led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
parm:           nvm_file:NVM file name (charp)
parm:           power_level:default power save level (range from 1 - 5, default: 1) (int)
parm:           power_save:enable WiFi power management (default: disable) (bool)
parm:           swcrypto:using crypto in software (default 0 [hardware]) (int)
parm:           uapsd_disable:disable U-APSD functionality bitmap 1: BSS 2: P2P Client (default: 3) (uint)
'd0i3'? '11ac'? 'power_level' / 'power_save'? 'swcrypto'? 'bt_coex'? ...


[ 0.000000] DMI: Dell Inc. Inspiron 7437/0698G0, BIOS A04 11/27/2013
BIOS-Upgrade des Rechners?
Es gäbe
A10 aus 201506
A09 aus 201410
mfg rendegast
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")

rendegast
Beiträge: 15041
Registriert: 27.02.2006 16:50:33
Lizenz eigener Beiträge: MIT Lizenz

Re: Wifi Abbrueche und System Crash

Beitrag von rendegast » 12.11.2016 12:21:05

Hat sich mittlerweile was getan?

Aus NoPaste-Eintrag39523
[ 1671.318083] wlp2s0: disconnect from AP 94:4a:0c:32:cc:0e for new auth to 94:4a:0c:32:cc:0c
[ 1671.320556] wlp2s0: authenticate with 94:4a:0c:32:cc:0c
<->
[ 3658.341736] wlp2s0: disconnect from AP 94:4a:0c:32:cc:0c for new auth to 94:4a:0c:32:cc:0e
[ 3658.344148] wlp2s0: authenticate with 94:4a:0c:32:cc:0e
Mehrere AP / Meshing?

Nur zur Separierung von obigem
ip link



Eine weitere Durchsicht

Code: Alles auswählen

$ cat 39523.txt | grep -i :..:..:..:  | egrep -o "\].*" | sort | uniq -c 
     10 ] ata2.00: ACPI cmd ef/10:09:00:00:00:b0 (SET FEATURES) succeeded
     13 ] wlp2s0: Limiting TX power to 17 (23 - 6) dBm as advertised by 94:4a:0c:32:cc:0e
      4 ] wlp2s0: Limiting TX power to 20 (23 - 3) dBm as advertised by 94:4a:0c:32:cc:0e
      1 ] wlp2s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 94:4a:0c:32:cc:0e
      5 ] wlp2s0: RX AssocResp from 94:4a:0c:32:cc:0c (capab=0x411 status=0 aid=1)
      8 ] wlp2s0: RX AssocResp from 94:4a:0c:32:cc:0c (capab=0x411 status=0 aid=2)
      1 ] wlp2s0: RX AssocResp from 94:4a:0c:32:cc:0c (capab=0x411 status=0 aid=3)
     12 ] wlp2s0: RX AssocResp from 94:4a:0c:32:cc:0e (capab=0x11 status=0 aid=1)
      2 ] wlp2s0: RX AssocResp from 94:4a:0c:32:cc:0e (capab=0x11 status=0 aid=2)
     14 ] wlp2s0: associate with 94:4a:0c:32:cc:0c (try 1/3)
     14 ] wlp2s0: associate with 94:4a:0c:32:cc:0e (try 1/3)
     14 ] wlp2s0: authenticate with 94:4a:0c:32:cc:0c
     14 ] wlp2s0: authenticate with 94:4a:0c:32:cc:0e
      2 ] wlp2s0: deauthenticating from 94:4a:0c:32:cc:0c by local choice (Reason: 3=DEAUTH_LEAVING)
      2 ] wlp2s0: deauthenticating from 94:4a:0c:32:cc:0e by local choice (Reason: 3=DEAUTH_LEAVING)
     11 ] wlp2s0: disconnect from AP 94:4a:0c:32:cc:0c for new auth to 94:4a:0c:32:cc:0e
     12 ] wlp2s0: disconnect from AP 94:4a:0c:32:cc:0e for new auth to 94:4a:0c:32:cc:0c
     14 ] wlp2s0: send auth to 94:4a:0c:32:cc:0c (try 1/3)
     14 ] wlp2s0: send auth to 94:4a:0c:32:cc:0e (try 1/3)
fällt mir auf:

Code: Alles auswählen

     13 ] wlp2s0: Limiting TX power to 17 (23 - 6) dBm as advertised by 94:4a:0c:32:cc:0e
      4 ] wlp2s0: Limiting TX power to 20 (23 - 3) dBm as advertised by 94:4a:0c:32:cc:0e
      1 ] wlp2s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 94:4a:0c:32:cc:0e
Diese Anweisungen kommen nur vom AP 94:4a:0c:32:cc:0e.
mfg rendegast
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")

Antworten