[Bug 608060] New: No working driver for RTL8191SEvA Wireless LAN Controller
http://bugzilla.novell.com/show_bug.cgi?id=608060 http://bugzilla.novell.com/show_bug.cgi?id=608060#c0 Summary: No working driver for RTL8191SEvA Wireless LAN Controller Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: andi@opensuse-id.org QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (compatible; Konqueror/4.4; Linux) KHTML/4.4.3 (like Gecko) SUSE Not only in openSUSE 11.3 Milestone(s) but also openSUSE 11.2. This WLAN controller did not work on both openSUSE versions. This is a ASUS EEEPC 1201T: http://www.asus.com/product.aspx?P_ID=ls15lhnDPup9y6Uh
lspci | grep Network 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8191SEvA Wireless LAN Controller (rev 10)
Running ATM openSUSE 11.3 Milestone #7:
uname -r 2.6.34-8-desktop
The current (working) driver that has been verified is r8192se from: http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&ProdID=230&DownTypeID=3&GetDown=false&Downloads=true Works well but can not be turn-on/off through rf-kill (Fn+F2). This is the log while pressing Fn+F2: May 22 10:24:37 oS-ID kernel: [ 6107.792241] eeepc_wmi: Unknown key 88 pressed Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=608060 http://bugzilla.novell.com/show_bug.cgi?id=608060#c1 --- Comment #1 from Andi Sugandi <andi@opensuse-id.org> 2010-05-22 03:34:51 UTC --- Apology, not mention the driver:
lsmod | grep r8192se r8192se_pci 518728 0
-- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=608060 https://bugzilla.novell.com/show_bug.cgi?id=608060#c2 Brandon Philips <bphilips@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |bphilips@novell.com InfoProvider| |andi@opensuse-id.org --- Comment #2 from Brandon Philips <bphilips@novell.com> 2011-02-16 18:22:09 UTC --- Can you test the Kernel of the Day? I think the new open source rtlwifi driver should work for you. http://en.opensuse.org/openSUSE:Kernel_of_the_day -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=608060 https://bugzilla.novell.com/show_bug.cgi?id=608060#c3 Andi Sugandi <andi@opensuse-id.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |andi@opensuse-id.org InfoProvider|andi@opensuse-id.org | --- Comment #3 from Andi Sugandi <andi@opensuse-id.org> 2011-02-22 09:05:53 UTC --- I think this new rtlwifi driver did not work well with my chipset (or I missed something here?): $ more /etc/SuSE-release openSUSE 11.3 (x86_64) VERSION = 11.3 $ zypper lr -d | grep KOTD 5 | KOTD | KOTD | Yes | Yes | 98 | rpm-md | http://download.opensuse.org/repositories/Kernel:/HEAD/openSUSE_11.3/ $ uname -r 2.6.38-rc5-11-desktop $ find /lib/modules/2.6.38-rc5-11-desktop/ -type f -iname *.ko | grep rtl /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/net/wireless/rtl818x/rtl8180/rtl8180.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/net/usb/rtl8150.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/staging/rtl8187se/r8187se.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/staging/rtl8712/r8712u.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/staging/rtl8192u/r8192u_usb.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/staging/rtl8192e/r8192e_pci.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/platform/x86/ibm_rtl.ko /lib/modules/2.6.38-rc5-11-desktop/kernel/drivers/tty/serial/uartlite.ko $ su -c 'modprobe rtlwifi rtl8192ce rtl8180 rtl8187' $ lsmod | grep rtl rtl8180 40424 0 rtl8187 61105 0 eeprom_93cx6 12725 2 rtl8180,rtl8187 rtl8192ce 135016 0 rtlwifi 93113 1 rtl8192ce mac80211 309236 4 rtl8180,rtl8187,rtl8192ce,rtlwifi cfg80211 185835 4 rtl8180,rtl8187,rtlwifi,mac80211 $ su -c 'iwconfig' Password: lo no wireless extensions. eth0 no wireless extensions. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=608060 https://bugzilla.novell.com/show_bug.cgi?id=608060#c4 --- Comment #4 from Brandon Philips <bphilips@novell.com> 2011-03-01 00:06:23 UTC --- What is the output of lspci -vvv -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=608060 https://bugzilla.novell.com/show_bug.cgi?id=608060#c Brandon Philips <bphilips@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |andi@opensuse-id.org -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=608060 https://bugzilla.novell.com/show_bug.cgi?id=608060#c5 Andi Sugandi <andi@opensuse-id.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|andi@opensuse-id.org | --- Comment #5 from Andi Sugandi <andi@opensuse-id.org> 2011-03-02 09:20:59 UTC --- Created an attachment (id=417014) --> (http://bugzilla.novell.com/attachment.cgi?id=417014) lspci -vvv -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=608060 https://bugzilla.novell.com/show_bug.cgi?id=608060#c6 Brandon Philips <bphilips@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |UPSTREAM AssignedTo|kernel-maintainers@forge.pr |jbohac@novell.com |ovo.novell.com | --- Comment #6 from Brandon Philips <bphilips@novell.com> 2011-03-04 18:03:35 UTC --- Andi- Oops, sorry. The rtlwifi driver mentions your device but doesn't actually add it to the device list. You can try to force it by doing this: modprobe rtlwifi echo "10ec 8171" > /sys/bus/pci/drivers/rtlwifi/new_id But, this is unlikely to work and might crash your system. You will need to work with upstream to see if they can help. You can find the developer mailing list here: http://linuxwireless.org/en/developers Sorry, closing as UPSTREAM. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=608060 https://bugzilla.novell.com/show_bug.cgi?id=608060#c7 Andi Sugandi <andi@opensuse-id.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED --- Comment #7 from Andi Sugandi <andi@opensuse-id.org> 2011-06-09 05:33:34 UTC --- As it is told in openSUSE-kernel list[0], this bug will be set to RESOLVED - UPSTREAM. Thank you very much. [0] http://lists.opensuse.org/opensuse-kernel/2011-06/msg00008.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com