Just like the title says. I had it working with the compiled drivers from the realtek website, but it would not connect on boot. I would have to hard-disable the wireless adapter, restart it, and then it would load. Needless to say, this caused some problems with my mounted network shares.
So, I decided to give the steps in this thread a try(after uninstalling the previous realtek drivers):
After following these steps to the letter, I get no wireless. Here are the figures:
lspci -v:
08:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
Subsystem: Realtek Semiconductor Co., Ltd. Device 8212
Flags: bus master, fast devsel, latency 0, IRQ 17
I/O ports at 2000 [size=256]
Memory at c1000000 (64-bit, non-prefetchable) [size=16]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 01-91-81-fe-ff-4c-e0-00
Kernel driver in use: rtl8192ce
Looks good so far…
modinfo rtl8192ce:
filename: /lib/modules/3.4.6-2.10-desktop/updates/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>
srcversion: F0A3FDF47EDC31753283919
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,rtl8192c-common,compat,mac80211
vermagic: 3.4.6-2.10-desktop SMP preempt 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)
I believe this is indicating that the drivers from malcolmlewis are in effect. I’m not sure if the powersave parms at the bottom have anything to do with this issue. I can’t change these with a conf file in /etc/modprobe.d as I could with the old driver.
ifconfig:
eth0 Link encap:Ethernet HWaddr 00:26:6C:0E:83:0B
inet addr:10.0.0.6 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::226:6cff:fe0e:830b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5237 errors:0 dropped:0 overruns:0 frame:0
TX packets:5428 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:1824095 (1.7 Mb) TX bytes:536128 (523.5 Kb)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2282 errors:0 dropped:0 overruns:0 frame:0
TX packets:2282 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:204875 (200.0 Kb) TX bytes:204875 (200.0 Kb)
iwconfig:
openSUSE-laptop:~ # iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
This makes me believe I’m overlooking something really simple. The driver seems to be installed correctly, but network manager isn’t showing anything for wireless, and neither are ifconfig or iwconfig.
Please let me know if I can provide any more information to help resolve this.[/size][/size]