Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37

Thread: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

  1. #11
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    Hello? Can someone help please?

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

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    What results for
    Code:
    modinfo rtl8723bu
    For bluetooth do
    Code:
    cd /lib/modules/4.15.0-20-generic/kernel/drivers/bluetooth/
    sudo mv btusb.ko btusb.ko.bak
    sudo wget https://www.dropbox.com/s/uoovkbe7chgh00p/btusb.ko
    Reboot and see if bluetooth works
    Last edited by jeremy31; May 13th, 2018 at 09:18 PM.

  3. #13
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    Quote Originally Posted by jeremy31 View Post
    What results for
    Code:
    modinfo rtl8723bu
    modinfo: ERROR: Module rtl8723bu not found.

    Quote Originally Posted by jeremy31 View Post
    For bluetooth do
    [code]cd /lib/modules/4.15.0-20-generic/kernel/drivers/bluetooth/
    sudo mv btusb.ko btusb.ko.bak
    mv: cannot stat 'btusb.ko': No such file or directory

    Not working either.

  4. #14
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    What about
    Code:
    modinfo 8723bu
    Did you run the third command for the bluetooth after
    Code:
    cd /lib/modules/4.15.0-20-generic/kernel/drivers/bluetooth/

  5. #15
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    Quote Originally Posted by jeremy31 View Post
    What about
    Code:
    modinfo 8723bu
    Code:
    filename:       /lib/modules/4.15.0-20-generic/kernel/drivers/net/wireless/8723bu.ko
    version:        v4.3.6.11_12942.20141204_BTCOEX20140507-4E40
    author:         Realtek Semiconductor Corp.
    description:    Realtek Wireless Lan Driver
    license:        GPL
    srcversion:     E503D6BFCA3F30554C0034F
    alias:          usb:v7392pA611d*dc*dsc*dp*icFFiscFFipFFin*
    alias:          usb:v0BDApB720d*dc*dsc*dp*icFFiscFFipFFin*
    depends:        cfg80211
    retpoline:      Y
    name:           8723bu
    vermagic:       4.15.0-20-generic SMP mod_unload 
    parm:           rtw_ips_mode:The default IPS mode (int)
    parm:           rtw_usb_rxagg_mode:int
    parm:           rtw_btcoex_enable:Enable BT co-existence mechanism (int)
    parm:           rtw_ant_num:Antenna number setting (int)
    parm:           rtw_qos_opt_enable:int
    parm:           ifname:The default name to allocate for first interface (charp)
    parm:           if2name:The default name to allocate for second interface (charp)
    parm:           rtw_initmac:charp
    parm:           rtw_channel_plan:int
    parm:           rtw_special_rf_path:int
    parm:           rtw_chip_version:int
    parm:           rtw_rfintfs:int
    parm:           rtw_lbkmode:int
    parm:           rtw_network_mode:int
    parm:           rtw_channel:int
    parm:           rtw_mp_mode:int
    parm:           rtw_wmm_enable:int
    parm:           rtw_vrtl_carrier_sense:int
    parm:           rtw_vcs_type:int
    parm:           rtw_busy_thresh:int
    parm:           rtw_ht_enable:int
    parm:           rtw_bw_mode:int
    parm:           rtw_ampdu_enable:int
    parm:           rtw_rx_stbc:int
    parm:           rtw_ampdu_amsdu:int
    parm:           rtw_lowrate_two_xmit:int
    parm:           rtw_rf_config:int
    parm:           rtw_power_mgnt:int
    parm:           rtw_smart_ps:int
    parm:           rtw_low_power:int
    parm:           rtw_wifi_spec:int
    parm:           rtw_antdiv_cfg:int
    parm:           rtw_antdiv_type:int
    parm:           rtw_enusbss:int
    parm:           rtw_hwpdn_mode:int
    parm:           rtw_hwpwrp_detect:int
    parm:           rtw_hw_wps_pbc:int
    parm:           rtw_max_roaming_times:The max roaming times to try (uint)
    parm:           rtw_mc2u_disable:int
    parm:           rtw_80211d:Enable 802.11d mechanism (int)
    parm:           rtw_notch_filter:0:Disable, 1:Enable, 2:Enable only for P2P (uint)
    parm:           rtw_hiq_filter:0:allow all, 1:allow special, 2:deny all (uint)
    parm:           rtw_adaptivity_en:0:disable, 1:enable, 2:auto (uint)
    parm:           rtw_adaptivity_mode:0:normal, 1:carrier sense (uint)
    parm:           rtw_tx_pwr_lmt_enable:0:Disable, 1:Enable, 2: Depend on efuse (int)
    parm:           rtw_tx_pwr_by_rate:0:Disable, 1:Enable, 2: Depend on efuse (int)
    parm:           rtw_phy_file_path:The path of phy parameter (charp)
    parm:           rtw_load_phy_file:PHY File Bit Map (int)
    parm:           rtw_decrypt_phy_file:Enable Decrypt PHY File (int)

    Quote Originally Posted by jeremy31 View Post
    Did you run the third command for the bluetooth after
    Code:
    cd /lib/modules/4.15.0-20-generic/kernel/drivers/bluetooth/
    This came out:
    Code:
    --2018-05-14 17:17:03--  https://www.dropbox.com/s/uoovkbe7chgh00p/btusb.ko
    Resolving www.dropbox.com (www.dropbox.com)... 2620:100:6022:1::a27d:4201, 162.125.66.1
    Connecting to www.dropbox.com (www.dropbox.com)|2620:100:6022:1::a27d:4201|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://dl.dropboxusercontent.com/content_link/yJjNZUixLei6nR7kXgLONTkMLlWCvsVelTJAOMLpZiMlzBw8LmXdQ25DGfh6AL6n/file [following]
    --2018-05-14 17:17:03--  https://dl.dropboxusercontent.com/content_link/yJjNZUixLei6nR7kXgLONTkMLlWCvsVelTJAOMLpZiMlzBw8LmXdQ25DGfh6AL6n/file
    Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 2620:100:6022:6::a27d:4206, 162.125.66.6
    Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|2620:100:6022:6::a27d:4206|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 73664 (72K) [application/octet-stream]
    Saving to: ‘btusb.ko’
    
    btusb.ko                 100%[==================================>]  71,94K  --.-KB/s    in 0,02s   
    
    2018-05-14 17:17:05 (2,83 MB/s) - ‘btusb.ko’ saved [73664/73664]

  6. #16
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    To fix the 2 interface issue
    Code:
    sudo sed -i 's/EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE/#EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE/' ~/rtl8723bu/Makefile
    cd rtl8723bu
    make clean
    make
    sudo make install
    Reboot

  7. #17
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    Quote Originally Posted by jeremy31 View Post
    To fix the 2 interface issue
    Code:
    sudo sed -i 's/EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE/#EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE/' ~/rtl8723bu/Makefile
    cd rtl8723bu
    make clean
    make
    sudo make install
    Reboot
    Wifi now has only one option and connected successfully and Bluetooth has been activated...but still cannot connect to any device. Phone, Handset. Anything.

  8. #18
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    Ok, lets add to the wifi so it won't have to be compiled after every new kernel
    Code:
    sudo apt install dkms
    sudo dkms add ./rtl8723bu
    What are the results for
    Code:
    dmesg | egrep -i 'blue|firm'

  9. #19
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    Quote Originally Posted by jeremy31 View Post
    Ok, lets add to the wifi so it won't have to be compiled after every new kernel
    Code:
    sudo apt install dkms
    sudo dkms add ./rtl8723bu
    What are the results for
    Code:
    dmesg | egrep -i 'blue|firm'
    Here:
    Code:
    [    2.565125] usb 2-1.6: Product: Edimax Wi-Fi N150 Bluetooth4.0 USB Adapter
    [   18.077227] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [   18.494565] Bluetooth: Core ver 2.22
    [   18.494582] Bluetooth: HCI device and connection manager initialized
    [   18.494585] Bluetooth: HCI socket layer initialized
    [   18.494586] Bluetooth: L2CAP socket layer initialized
    [   18.494591] Bluetooth: SCO socket layer initialized
    [   18.819763] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
    [   18.819764] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_config.bin
    [   18.820081] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
    [   18.820082] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
    [   18.821757] Bluetooth: hci0: rom_version status=0 version=1
    [   18.821760] Bluetooth: hci0: cfg_sz 0, total size 22496
    [   25.547226] audit: type=1400 audit(1526317844.763:75): apparmor="DENIED" operation="create" profile="snap.bluez.bluez" pid=2129 comm="bluetoothd" family="bluetooth" sock_type="raw" protocol=1 requested_mask="create" denied_mask="create"
    [   25.547393] audit: type=1400 audit(1526317844.763:76): apparmor="DENIED" operation="connect" profile="snap.bluez.bluez" name="/run/dbus/system_bus_socket" pid=2129 comm="bluetoothd" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
    [   25.548100] audit: type=1400 audit(1526317844.767:77): apparmor="DENIED" operation="connect" profile="snap.bluez.obex" name="/run/dbus/system_bus_socket" pid=2130 comm="obexd" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
    [   25.857294] audit: type=1400 audit(1526317845.075:78): apparmor="DENIED" operation="connect" profile="snap.bluez.obex" name="/run/dbus/system_bus_socket" pid=2162 comm="obexd" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
    [   25.857717] audit: type=1400 audit(1526317845.075:79): apparmor="DENIED" operation="create" profile="snap.bluez.bluez" pid=2163 comm="bluetoothd" family="bluetooth" sock_type="raw" protocol=1 requested_mask="create" denied_mask="create"
    [   25.857861] audit: type=1400 audit(1526317845.075:80): apparmor="DENIED" operation="connect" profile="snap.bluez.bluez" name="/run/dbus/system_bus_socket" pid=2163 comm="bluetoothd" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
    [   26.103749] audit: type=1400 audit(1526317845.319:81): apparmor="DENIED" operation="connect" profile="snap.bluez.obex" name="/run/dbus/system_bus_socket" pid=2193 comm="obexd" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
    [   26.104137] audit: type=1400 audit(1526317845.323:82): apparmor="DENIED" operation="create" profile="snap.bluez.bluez" pid=2192 comm="bluetoothd" family="bluetooth" sock_type="raw" protocol=1 requested_mask="create" denied_mask="create"
    [   26.104272] audit: type=1400 audit(1526317845.323:83): apparmor="DENIED" operation="connect" profile="snap.bluez.bluez" name="/run/dbus/system_bus_socket" pid=2192 comm="bluetoothd" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0

  10. #20
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu 18.04: Edimax EW-7611ULB WiFi/Bluetooth USB not working

    Did you install a bluez snap package, if you did, remove it

Page 2 of 4 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
  •