Hello,
I got problem after installing opensuse Leap last week (i’m forgot the exactly date, just using it rotfl! ) that my internal wifi card un-detected, there so much tutorial about how to install wifi driver for opensuse, but it seems there’s nothing for the exactly Realtek driver that i need, so here’s some information:
I’m sure this 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01) one is my laptop wifi network card, how can i install that driver and running the wifi ?
For the additional information, i try to plug another realtek usb (it is TP-Link TL-WN725N) and the opensuse can detect automatically the network, hmm, it seems my wifi driver laptop isn’t supported ?
Before plug the usb wifi
rhony@opensuse-rhony:~> sudo lsusb
Bus 001 Device 002: ID 8087:8001 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 005: ID 5986:065e Acer, Inc
Bus 002 Device 004: ID 040b:2013 Weltrend Semiconductor
Bus 002 Device 007: ID 1d74:2204
Bus 002 Device 002: ID 0bda:b720 Realtek Semiconductor Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
After plug the usb here’s the output:
rhony@opensuse-rhony:~> sudo lsusb
Bus 001 Device 002: ID 8087:8001 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 005: ID 5986:065e Acer, Inc
Bus 002 Device 008: ID 0bda:8179 Realtek Semiconductor Corp.
Bus 002 Device 004: ID 040b:2013 Weltrend Semiconductor
Bus 002 Device 007: ID 1d74:2204
Bus 002 Device 002: ID 0bda:b720 Realtek Semiconductor Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Your internal wifi device appears to be attached to the USB subsystem.
Bus 002 Device 002: ID 0bda:b720 Realtek Semiconductor Corp
Here’s a Mint thread discussing the same wireless LAN hardware, and how to download, compile, and install the driver. This will need to be done every time the kernel is updated. You will need to install git first. Do that using
zypper in git
Then follow the instructions given in that thread or this page
git clone https://github.com/lwfinger/rtl8723bu
cd rtl8723bu
make
sudo make install
sudo modprobe -v 8723bu
I forgot to mention that you may need to install the “base development” pattern first (use YaST) and the ‘kernel-syms’ package before attempting to build the kernel module.
It works ! Thank you buddy, here is the steps that i’m doing :
From Yast
install “base development” and “kernel-syms” packages (i’m ignoring the dependencies warning) 1. (I’m already installed git) if not " zypper in git
" 1. git clone GitHub - lwfinger/rtl8723bu: Driver for RTL8723BU
cd rtlb88723bu
make
sudo make install
sudo modprobe -v 8723bu
After compiling the driver, all the wifi network around me are detected, to make it sure, i’m restarting my laptop, Fn+(wifi key) also works. Now the dream comes true.
Last question, so every time i got kernel updating, this driver must be compile again ?
Committed package “rtl8723bu” to home:Akoellh:Kernelmodules for 13.1, 13.2 and 42.1 (also with “Update”-repos containing the modules built against latest respective distro kernels).