I have a problem with wi-fi adapter. They are not found! My laptop is HP-Pavilion-15-cw0xxx with Windows 10. In Windows 10 wifi works very well! I did following:
lspci -knn | grep Net -A2 
01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:b822]
    Subsystem: Hewlett-Packard Company Device [103c:831b]
    Kernel modules: **r8822be**, wl, rtl8822be
ilya@ilya-HP-Pavilion-Laptop-15-cw0xxx:~$ sudo lshw -c network  
[sudo] password for ilya: 
  *-network UNCLAIMED       
       description: Network controller
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
       resources: ioport:f000(size=256) memory:fea00000-fea0ffff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eno1
       version: 15
       serial: b4:b6:86:ea:93:36
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=**r8169** driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.0.102 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:46 ioport:e000(size=256) memory:fe904000-fe904fff memory:fe900000-fe903fff
Also I add wl, rtl8822be in blacklist and do following:
echo -e "blacklist r8822be\n\# blacklist wl\nblacklist rtl8822be" | sudo tee /etc/modprobe.d/test_ban.conf
Also, I even switch off secure boot, but it doesn't help.
I am a biginner user of Ubuntu. Do you have any advices or solutions of my proplems?
Best regars, Ilia
 
     
    