Jump to content

bog lee

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by bog lee

  1. Is the rtl8723bs combo wlan/bluethoot chip supported in the latest release (Armbian_5.67_Aml-s9xxx_Ubuntu_bionic_default_4.19.6_desktop_20181207)?

    As for me only the wlan component is working on my Mnini M8S. It looks like the bluetooth hardware isn't recognised at all.

     

    I'm thinking my problem could be related either to the chip's driver or my problem with dtb.img during installation. I've tried to install an alternative driver from https://github.com/lwfinger/rtl8723bs_bt, but it didn't make any difference.  As for the dtb.img; I couldn't use my android's dtb as it caused the installer to fail straight after the reboot. dtb is OK as md5sum is exactly the same as the one provided at the 150balbes' git repo.  The only way to successfully install the image was possible after hardcoding path to the dtb.img in uEnv.ini, also I had to use /boot/dtb/generic meson-gxbb-p200.dtb as my board is p200. Any other way of picking up dtb such as directly from android or placing any dtb.img in /boot failed (btw. is this expected behaviour or a bug?).

     

    Looking through this thread, I noticed that ppl managed to get it going for earlier releases by compiling kernel, but I'm hopping this isn't needed any longer.

    Anyone has an idea/tips how to go about troubleshooting this problem?

    ~$ ls -l /lib/firmware/rtlwifi/rtl8723b*
    -rw-rw-r-- 1 root root 31762 Dec  6 15:17 /lib/firmware/rtlwifi/rtl8723befw_36.bin
    -rw-rw-r-- 1 root root 30746 Dec  6 15:17 /lib/firmware/rtlwifi/rtl8723befw.bin
    -rw-rw-r-- 1 root root 20886 Dec  6 15:17 /lib/firmware/rtlwifi/rtl8723bs_ap_wowlan.bin
    -rw-rw-r-- 1 root root  9120 Dec  6 15:17 /lib/firmware/rtlwifi/rtl8723bs_bt.bin
    -rw-rw-r-- 1 root root 32108 Dec  6 15:17 /lib/firmware/rtlwifi/rtl8723bs_nic.bin
    -rw-rw-r-- 1 root root 26398 Dec  6 15:17 /lib/firmware/rtlwifi/rtl8723bs_wowlan.bin
    -rw-rw-r-- 1 root root 20886 Dec  6 15:17 /lib/firmware/rtlwifi/rtl8723bu_ap_wowlan.bin
    -rw-rw-r-- 1 root root 32108 Dec  6 15:17 /lib/firmware/rtlwifi/rtl8723bu_nic.bin
    -rw-rw-r-- 1 root root 26398 Dec  6 15:17 /lib/firmware/rtlwifi/rtl8723bu_wowlan.bin
    ~$ ls -l /lib/firmware/rtlbt/rtl8723b*
    -rw-rw-r-- 1 root root    68 Dec  6 15:17 /lib/firmware/rtlbt/rtl8723b_config
    -rw-rw-r-- 1 root root    59 Dec  6 15:17 /lib/firmware/rtlbt/rtl8723b_config_2Ant_S0
    -rw-rw-r-- 1 root root 46236 Dec  6 15:17 /lib/firmware/rtlbt/rtl8723b_fw
    -rw-rw-r-- 1 root root    75 Dec  6 15:17 /lib/firmware/rtlbt/rtl8723b_VQ0_config
    -rw-rw-r-- 1 root root 46236 Dec  6 15:17 /lib/firmware/rtlbt/rtl8723b_VQ0_fw
    dmesg |grep -i  rtl8723
    [   11.866677] RTL8723BS: module init start
    [   11.866684] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
    [   11.866686] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
    [   11.901275] RTL8723BS: rtw_ndev_init(wlan0)
    [   11.903075] RTL8723BS: module init ret =0
    [   41.537342] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
    [   44.909176] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
    [   53.105718] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
    [   61.697665] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
    [   70.641023] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
    [   86.997712] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
    [   96.489400] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
    [   97.048558] RTL8723BS: start auth
    [   97.068551] RTL8723BS: auth success, start assoc
    [   97.088588] RTL8723BS: rtw_cfg80211_indicate_connect(wlan0) BSS not found !!
    [   97.088601] RTL8723BS: assoc success
    [   98.385865] RTL8723BS: send eapol packet
    [   98.397271] RTL8723BS: send eapol packet
    [   98.397598] RTL8723BS: set pairwise key camid:4, addr:d0:65:ca:8d:b4:92, kid:                      0, type:AES
    [   98.398611] RTL8723BS: set group key camid:5, addr:d0:65:ca:8d:b4:92, kid:1,                       type:AES
    dmesg  |grep -i bluetooth
    [  144.696817] Bluetooth: Core ver 2.22
    [  144.696822] Bluetooth: Starting self testing
    [  144.712600] Bluetooth: ECDH test passed in 15399 usecs
    [  144.715301] Bluetooth: SMP test passed in 2588 usecs
    [  144.715310] Bluetooth: Finished self testing
    [  144.715388] Bluetooth: HCI device and connection manager initialized
    [  144.715399] Bluetooth: HCI socket layer initialized
    [  144.715404] Bluetooth: L2CAP socket layer initialized
    [  144.715423] Bluetooth: SCO socket layer initialized

     

    ~$ lsmod
    Module                  Size  Used by
    bluetooth             544768  0
    ecdh_generic           24576  1 bluetooth
    zstd                   16384  4
    zram                   24576  5
    zsmalloc               24576  1 zram
    nls_ascii              16384  1
    r8723bs               581632  0
    cfg80211              348160  1 r8723bs
    rfkill                 28672  4 bluetooth,cfg80211
    meson_rng              16384  0
    rng_core               16384  1 meson_rng
    meson_ir               16384  0
    rc_core                49152  2 meson_ir
    meson_gxbb_wdt         16384  0
    pwm_meson              16384  1
    ao_cec                 16384  0
    scpi_hwmon             16384  0
    sch_fq_codel           20480  6
    ip_tables              28672  0
    x_tables               36864  1 ip_tables
    ipv6                  487424  28
    crc_ccitt              16384  1 ipv6
    ~$ hcitool dev
    Devices:

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines