Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 46

Thread: Unsupported wireless device RTL8822BE on Ubuntu 16.04

  1. #11
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    Quote Originally Posted by johndough2 View Post
    Hi

    OK. Enough egg on my face for an omelette, but I still tried. Looking around Google I found

    Opensuse has drivers for the BT part of 8822 so perhaps when I get in front of me laptop I can post a link, in the hope that the WiFi part becomes available.
    To paraphrase Tennyson, 'tis better to have tried and failed than never to have tried at all.

    In my post #6 above, I opine that the wireless driver is now available; we only need to original poster to compile it and report.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #12
    Join Date
    May 2014
    Location
    /home
    Beans
    10,943
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    I actually found the github source code while browsing the Arch Linux forums and a poster said the module works but didn't state what kernel was being used https://bbs.archlinux.org/viewtopic.php?id=227376

  3. #13
    Join Date
    Jun 2017
    Beans
    23

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    Sorry for the late reply.

    Indeed this works out. I retreated to use a wifi USB meanwhile. Finally, feel relieved.

  4. #14
    Join Date
    Jun 2017
    Beans
    23

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    After some check, I discover that the connection only lasts for the first minute. During that minute or so, I can connect to google. After so, the WiFi label shows connected with full strength although network is not reachable.
    I am using PrivateInternetAccess and KillSwitch is disabled so I don't think it is relevant. I have two user accounts. One of them has its home directory encrypted. WiFi does not work in both accounts.

    Meanwhile, there is new update in lshw

    Code:
     sudo lshw -C network
           *-generic                      description: Wireless interface
           product: Illegal Vendor ID
           vendor: Illegal Vendor ID
           physical id: 0
           bus info: pci@0000:04:00.0
           logical name: wlp4s0
           version: ff
           serial: 28:56:5a:2b:97:c9
           width: 32 bits
           clock: 66MHz
           capabilities: bus_master vga_palette cap_list ethernet physical wireless
           configuration: broadcast=yes driver=rtl8822be driverversion=4.10.0-041000-generic firmware=N/A latency=255 link=no maxlatency=255 mingnt=255 multicast=yes wireless=IEEE 802.11
           resources: irq:129 ioport:d000(size=256) memory:ec100000-ec10ffff
      *-network
           description: Ethernet interface
           product: Ethernet Connection (4) I219-V
           vendor: Intel Corporation
           physical id: 1f.6
           bus info: pci@0000:00:1f.6
           logical name: enp0s31f6
           version: 21
           serial: 54:e1:ad:1f:de:57
           size: 1Gbit/s
           capacity: 1Gbit/s
           width: 32 bits
           clock: 33MHz
           capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=0.1-4 ip=192.168.1.108 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
           resources: irq:122 memory:ec200000-ec21ffff

  5. #15
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    Any clues in the log?
    Code:
    cat /var/log/syslog | grep -i -e wlp -e dns
    If the output is null or sparse, also try:
    Code:
    cat /var/log/syslog.1 | grep -i -e wlp -e dns
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #16
    Join Date
    Jun 2017
    Beans
    23

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    Code:
    cat /var/log/syslog.1 | grep -i -e wlp -e dns
    gives the following response -

    Code:
    Jul 17 15:57:33 simon-ThinkPad-T470 NetworkManager[11778]: <warn>  [1500278253.1037] device (wlp4s0): re-acquiring supplicant interface (#5).Jul 17 15:57:33 simon-ThinkPad-T470 wpa_supplicant[1332]: Could not set interface wlp4s0 flags (UP): Operation not permitted
    Jul 17 15:57:33 simon-ThinkPad-T470 wpa_supplicant[1332]: nl80211: Could not set interface 'wlp4s0' UP
    Jul 17 15:57:33 simon-ThinkPad-T470 wpa_supplicant[1332]: nl80211: deinit ifname=wlp4s0 disabled_11b_rates=0
    Jul 17 15:57:33 simon-ThinkPad-T470 wpa_supplicant[1332]: Could not set interface wlp4s0 flags (UP): Operation not permitted
    Jul 17 15:57:33 simon-ThinkPad-T470 wpa_supplicant[1332]: WEXT: Could not set interface 'wlp4s0' UP
    Jul 17 15:57:33 simon-ThinkPad-T470 wpa_supplicant[1332]: wlp4s0: Failed to initialize driver interface
    Jul 17 15:57:33 simon-ThinkPad-T470 NetworkManager[11778]: <error> [1500278253.1057] sup-iface[0x25924b0,wlp4s0]: error adding interface: wpa_supplicant couldn't grab this interface.
    Jul 17 15:57:33 simon-ThinkPad-T470 NetworkManager[11778]: <info>  [1500278253.1058] device (wlp4s0): supplicant interface state: starting -> down
    Jul 17 15:57:33 simon-ThinkPad-T470 NetworkManager[11778]: <info>  [1500278253.1058] device (wlp4s0): supplicant interface keeps failing, giving up

  7. #17
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,971
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    I cannot compile the github driver here, so no statement on this.

    On the Realtek HP I only find the Win drivers:

    http://www.realtek.com.tw/downloads/...&GetDown=false

    Maybe trying Ndiswrapper?!

    Edit: Please also show

    Code:
    dmesg | grep rtl

  8. #18
    Join Date
    Jun 2017
    Beans
    23

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    Thanks everyone. I am happy to provide more information.

    Code:
    dmesg | grep rtl
    [   10.318128] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822[   10.318129] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
    [   10.320606] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
    [   10.405202] rtlwifi: loading out-of-tree module taints kernel.
    [   10.405269] rtlwifi: module verification failed: signature and/or required key missing - tainting kernel
    [   10.470724] rtl8822be 0000:04:00.0: enabling device (0000 -> 0003)
    [   10.489713] rtl8822be: Using firmware rtlwifi/rtl8822befw.bin
    [   10.499464] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    [   10.499675] rtlwifi: rtlwifi: wireless switch is on
    [   10.746909] rtl8822be 0000:04:00.0 wlp4s0: renamed from wlan0
    [ 3008.799399] rtlwifi: rtlwifi: wireless switch is on
    [ 3009.773620] rtl8822be: halmac_init_hal failed
    [ 3010.001657] rtl8822be: halmac_init_hal failed
    [ 3010.001944] rtl8822be: halmac_init_hal failed
    [ 3019.988006] rtl8822be: halmac_init_hal failed
    [ 3019.988257] rtl8822be: halmac_init_hal failed
    [ 3029.998833] rtl8822be: halmac_init_hal failed
    [ 3029.999391] rtl8822be: halmac_init_hal failed
    [ 3039.999510] rtl8822be: halmac_init_hal failed
    [ 3040.000196] rtl8822be: halmac_init_hal failed
    [ 3049.992280] rtl8822be: halmac_init_hal failed
    [ 3049.992899] rtl8822be: halmac_init_hal failed
    [ 3059.998034] rtl8822be: halmac_init_hal failed
    [ 3059.998694] rtl8822be: halmac_init_hal failed
    [ 6202.726505] rtlwifi: rtlwifi: wireless switch is on
    [ 6203.729052] rtl8822be: halmac_init_hal failed
    [ 6203.959058] rtl8822be: halmac_init_hal failed
    [ 6203.959999] rtl8822be: halmac_init_hal failed
    [ 6213.990747] rtl8822be: halmac_init_hal failed
    [ 6213.991615] rtl8822be: halmac_init_hal failed
    [ 6223.993583] rtl8822be: halmac_init_hal failed
    [ 6223.994306] rtl8822be: halmac_init_hal failed
    [ 6233.989168] rtl8822be: halmac_init_hal failed
    [ 6233.989489] rtl8822be: halmac_init_hal failed
    [ 6243.995984] rtl8822be: halmac_init_hal failed
    [ 6243.996557] rtl8822be: halmac_init_hal failed
    [ 6253.992773] rtl8822be: halmac_init_hal failed
    [ 6253.993057] rtl8822be: halmac_init_hal failed
    [ 6595.104277] rtlwifi: rtlwifi: wireless switch is on
    [ 6596.054786] rtl8822be: halmac_init_hal failed
    [ 6596.287311] rtl8822be: halmac_init_hal failed
    [ 6596.287590] rtl8822be: halmac_init_hal failed
    [ 6606.997956] rtl8822be: halmac_init_hal failed
    [ 6606.998330] rtl8822be: halmac_init_hal failed
    [ 6617.000266] rtl8822be: halmac_init_hal failed
    [ 6617.000537] rtl8822be: halmac_init_hal failed
    [ 6627.004098] rtl8822be: halmac_init_hal failed
    [ 6627.004700] rtl8822be: halmac_init_hal failed
    [ 6636.996901] rtl8822be: halmac_init_hal failed
    [ 6636.997200] rtl8822be: halmac_init_hal failed
    [ 6646.996878] rtl8822be: halmac_init_hal failed
    [ 6646.997632] rtl8822be: halmac_init_hal failed

  9. #19
    Join Date
    May 2014
    Location
    /home
    Beans
    10,943
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    What does
    Code:
    lspci -nn
    Show as part of your last results for lshw showed illegal vendor ID

  10. #20
    Join Date
    Jun 2017
    Beans
    23

    Re: Unsupported wireless device RTL8822BE on Ubuntu 16.04

    Code:
    lscpi -nn
    00:00.0 Host bridge [0600]: Intel Corporation Device [8086:5904] (rev 02)00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5916] (rev 02)
    00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
    00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
    00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI [8086:9d3a] (rev 21)
    00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:9d10] (rev f1)
    00:1c.6 PCI bridge [0604]: Intel Corporation Device [8086:9d16] (rev f1)
    00:1d.0 PCI bridge [0604]: Intel Corporation Device [8086:9d18] (rev f1)
    00:1d.2 PCI bridge [0604]: Intel Corporation Device [8086:9d1a] (rev f1)
    00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:9d58] (rev 21)
    00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
    00:1f.3 Audio device [0403]: Intel Corporation Device [8086:9d71] (rev 21)
    00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
    00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (4) I219-V [8086:15d8] (rev 21)
    04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:b822]
    3e:00.0 Non-Volatile memory controller [0108]: Toshiba America Info Systems Device [1179:0115] (rev 01)

Page 2 of 5 FirstFirst 1234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •