Hello,
after months of trying to solve this on my own, I give up. I have a Thinkpad T530,
which has a Realtek wireless adapter, which works only intermittently, often
the connection freezes after minutes. /etc/init.d/network restart can fix it,
but not for long. Everything works smoothly under Windows.
dmesg tells
userif-3: sent link up event.<6>[14898.656098] wlan0: deauthenticating from 00:0c:e6:48:07:01 by local choice (reason=3)
Searching the web, there seems to be a history of problems with this card,
but I could not find any fix that really solved it. Here some background:
I’m running Suse 12.3, kernel 3.7.10-1.11-desktop.
lspci -nn
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8176] (rev 01)
lsmod | grep rtl
rtl8192ce 146497 0
rtlwifi 131616 1 rtl8192ce
mac80211 598150 2 rtl8192ce,rtlwifi
cfg80211 218484 2 rtlwifi,mac80211
thus, my first confusion: am I using the right driver module? If not - how do I configure
Suse to load the correct module?
It seems to me that things got worse after the latest kernel update (but that may
just be a subjective impression) to a point that I can’t work any more and
my colleagues with a Mac are just laughing their heads off.
The closest I get to a solution is downloading the latest driver from Realtek,
rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013
compiling and installing it,
modinfo rtl8192ce
filename: /lib/modules/3.7.10-1.11-desktop/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko
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>
srcversion: 8371CA3A9E899B11125FFDE
alias: pci:v000010ECd00008176svsdbcsci*
alias: pci:v000010ECd00008177svsdbcsci*
alias: pci:v000010ECd00008178svsdbcsci*
alias: pci:v000010ECd00008191svsdbcsci*
depends: rtlwifi,mac80211
vermagic: 3.7.10-1.11-desktop SMP preempt mod_unload modversions
parm: swlps:bool
parm: swenc:using hardware crypto (default 0 [hardware])
(bool)
parm: ips:using no link power save (default 1 is open)
(bool)
parm: fwlps:using linked fw control power save (default 1 is open)
(bool)
While this is at least not dropping off the wireless every minute, it is still very
bumpy and unreliable.
Thus, my second question: is it me, or is there some persisting problem
with the Realtek adaptor?
Any help much appreciated!
[NB - I’m using Suse since 19 years … this is the first time that I can not
get over a problem, hence the severe level of distress]