vincentm77 wrote:Thanks Doktor for your answer.
- Code: Select all
lspcidrake -v
wl : Realtek Semiconductor Co., Ltd.|RTL8723BE PCIe Wireless Network Adapter [NETWORK_OTHER] (vendor:10ec device:b723 subv:17aa subd:b728)
I tried to boot the Cauldron LiveDVD and managed to get the RTL8723 adapter to work, though the connection kept being interrupted...
Please next time use code tags as explained in
ftp://ftp5.gwdg.de/pub/linux/mandriva/m ... e_tags.ogvApart from that, it seems for the Realtek RTL8723 the wrong driver is loaded. wl is used for Broadcom devices, check
http://wireless.kernel.org/en/users/Drivers/b43 (especially the bottom parts and supported devices list).
Seems to me you need one of those
http://wireless.kernel.org/en/users/Drivers/rtl819x and it seem this one, which seems only supported from kernel 3.15 and above:
rtl8723be is a PCI-E driver for RTL8723BE devices (3.15+).
Could you please post the output as root of
- Code: Select all
journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211|rtl"