ich habe da ein Problem mit der WLAN-Karte (ASUS PCE-N10) in Verbindung mit Jessie, was ich seit geraumer Zeit nicht zu lösen im Stande bin. Ich habe schon rausgefunden, dass es wahrscheinlich an dem Chipsatz rtl8192ce liegt. Hier eine Problembeschreibung: Das Netzwerk ist total lahm, funktioniert dann wieder gut und ist dann wieder lahm. Zum Wegrennen.
Ein ping zum Router bringt
Code: Alles auswählen
PING 192.168.178.1 (192.168.178.1) 56(84) bytes of data.
64 bytes from 192.168.178.1: icmp_seq=1 ttl=64 time=1.78 ms
64 bytes from 192.168.178.1: icmp_seq=2 ttl=64 time=1.00 ms
64 bytes from 192.168.178.1: icmp_seq=3 ttl=64 time=3.45 ms
64 bytes from 192.168.178.1: icmp_seq=4 ttl=64 time=9.28 ms
64 bytes from 192.168.178.1: icmp_seq=5 ttl=64 time=1.18 ms
64 bytes from 192.168.178.1: icmp_seq=6 ttl=64 time=1.56 ms
64 bytes from 192.168.178.1: icmp_seq=7 ttl=64 time=399 ms
64 bytes from 192.168.178.1: icmp_seq=19 ttl=64 time=524 ms
64 bytes from 192.168.178.1: icmp_seq=20 ttl=64 time=0.941 ms
64 bytes from 192.168.178.1: icmp_seq=21 ttl=64 time=0.942 ms
64 bytes from 192.168.178.1: icmp_seq=22 ttl=64 time=0.990 ms
64 bytes from 192.168.178.1: icmp_seq=23 ttl=64 time=3.97 ms
64 bytes from 192.168.178.1: icmp_seq=24 ttl=64 time=1.00 ms
64 bytes from 192.168.178.1: icmp_seq=25 ttl=64 time=6.13 ms
64 bytes from 192.168.178.1: icmp_seq=26 ttl=64 time=2.70 ms
64 bytes from 192.168.178.1: icmp_seq=27 ttl=64 time=6.82 ms
64 bytes from 192.168.178.1: icmp_seq=28 ttl=64 time=0.993 ms
64 bytes from 192.168.178.1: icmp_seq=29 ttl=64 time=1.83 ms
^C
--- 192.168.178.1 ping statistics ---
29 packets transmitted, 18 received, 37% packet loss, time 28107ms
rtt min/avg/max/mdev = 0.941/53.803/524.127/145.795 ms
modinfo rtl8192ce bringt das
Code: Alles auswählen
filename: /lib/modules/3.16.0-4-amd64/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko
firmware: rtlwifi/rtl8192cfwU_B.bin
firmware: rtlwifi/rtl8192cfwU.bin
firmware: rtlwifi/rtl8192cfw.bin
description: Realtek 8192C/8188C 802.11n PCI wireless
license: GPL
author: Larry Finger <Larry.Finger@lwfinger.net>
author: Realtek WlanFAE <wlanfae@realtek.com>
author: lizhaoming <chaoming_li@realsil.com.cn>
alias: pci:v000010ECd00008176sv*sd*bc*sc*i*
alias: pci:v000010ECd00008177sv*sd*bc*sc*i*
alias: pci:v000010ECd00008178sv*sd*bc*sc*i*
alias: pci:v000010ECd00008191sv*sd*bc*sc*i*
depends: rtlwifi,rtl_pci,rtl8192c-common,mac80211
intree: Y
vermagic: 3.16.0-4-amd64 SMP mod_unload modversions
parm: swenc:Set to 1 for software crypto (default 0)
(bool)
parm: ips:Set to 0 to not use link power save (default 1)
(bool)
parm: swlps:Set to 1 to use SW control power save (default 0)
(bool)
parm: fwlps:Set to 1 to use FW control power save (default 1)
(bool)
parm: debug:Set debug level (0-5) (default 0) (int)
Code: Alles auswählen
PCI: 10EC:8176 Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter
PCI: 10EC:8177 Realtek Semiconductor Co., Ltd. RTL8191CE PCIe Wireless Network Adapter
PCI: 10EC:8178 Realtek Semiconductor Co., Ltd. RTL8192CE PCIe Wireless Network Adapter
PCI: 10EC:8191 Realtek Semiconductor Co., Ltd. RTL8192CE PCIe Wireless Network Adapter
Es ist auch Linux-Firmware mit der Karte mitgeliefert, aber es gibt wie es aussieht sehr unterschiedliche Meinungen, was die Verwendung betrifft. Wie steht man hier dazu?
Beste Grüße,
Robert