Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39

Thread: Bluetooth borked after 16.04 upgrade

  1. #21
    Join Date
    Oct 2007
    Location
    Titletown, USA
    Beans
    411
    Distro
    Xubuntu 17.04 Zesty Zapus

    Re: Bluetooth borked after 16.04 upgrade

    Quote Originally Posted by jeremy31 View Post
    Another way is to
    Code:
    echo mt7601u | sudo tee -a /etc/modules
    I tried that and it showed it was there, but it didn't work until I did this:

    Code:
    sudo modprobe mt7601u && dmesg | grep mt76
    I notice it says there's an eeprom error?

    Code:
    [ 1418.406905] mt7601u 5-2.4.1:1.0: Warning: unsupported EEPROM version 0d
    [ 1418.406913] mt7601u 5-2.4.1:1.0: EEPROM ver:0d fae:00

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

    Re: Bluetooth borked after 16.04 upgrade

    I wonder if that module is blacklisted somewhere?

    There are some module parameters for bluetooth and btusb. You can see them with
    Code:
    modinfo -p btusb
    modinfo -p bluetooth
    If you have set module parameters before just try the one that mention SCO

  3. #23
    Join Date
    Oct 2007
    Location
    Titletown, USA
    Beans
    411
    Distro
    Xubuntu 17.04 Zesty Zapus

    Re: Bluetooth borked after 16.04 upgrade

    Quote Originally Posted by jeremy31 View Post
    I wonder if that module is blacklisted somewhere?

    There are some module parameters for bluetooth and btusb. You can see them with
    Code:
    modinfo -p btusb
    modinfo -p bluetooth
    If you have set module parameters before just try the one that mention SCO
    I'm not sure I know what you want me to do so here's the output of that:

    Code:
    wolf@shaitan:~$ modinfo -p btusb
    disable_scofix:Disable fixup of wrong SCO buffer size (bool)
    force_scofix:Force fixup of wrong SCO buffers size (bool)
    reset:Send HCI reset command on initialization (bool)
    wolf@shaitan:~$ modinfo -p bluetooth
    disable_esco:Disable eSCO connection creation (bool)
    disable_ertm:Disable enhanced retransmission mode (bool)

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

    Re: Bluetooth borked after 16.04 upgrade

    A few things we can try with either bluetooth dongle since they have the same issue.
    Code:
    sudo modprobe -r btusb
    sudo modprobe btusb disable_scofix=Y
    Try using bluetooth for a while and see if the SCO messages are in the dmesg log

    And to see if you wireless module is blacklisted
    Code:
    grep [[:alnum:]] /etc/modprobe.d/* | grep mt7601u
    Last edited by jeremy31; May 3rd, 2016 at 10:48 PM.

  5. #25
    Join Date
    Oct 2007
    Location
    Titletown, USA
    Beans
    411
    Distro
    Xubuntu 17.04 Zesty Zapus

    Re: Bluetooth borked after 16.04 upgrade

    Quote Originally Posted by jeremy31 View Post

    Try using bluetooth for a while and see if the SCO messages are in the dmesg log
    I don't know how to do that.

    And to see if you wireless module is blacklisted
    Code:
    grep [[:alnum:]] /etc/modprobe.d/* | grep mt7601u
    OOUtput:
    Code:
    wolf@shaitan:~$ grep [[:alnum:]] /etc/modprobe.d/* | grep mt7601u
    /etc/modprobe.d/blacklist-mt7601u.conf:blacklist mt7601u
    wolf@shaitan:~$
    Is it blacklisted? Because when I woke up this morning it had connected to my router on it's own.

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

    Re: Bluetooth borked after 16.04 upgrade

    Code:
    sudo rm /etc/modprobe.d/blacklist-mt7601u.conf
    The module should load on its own

    And you can check for bluetooth errors
    Code:
    dmesg | grep -i bluetooth

  7. #27
    Join Date
    Oct 2007
    Location
    Titletown, USA
    Beans
    411
    Distro
    Xubuntu 17.04 Zesty Zapus

    Re: Bluetooth borked after 16.04 upgrade

    Ok this is the log, what am I looking for in here?
    Code:
    wolf@shaitan:~$ dmesg | grep -i bluetooth
    [   14.360284] Bluetooth: Core ver 2.21
    [   14.360324] Bluetooth: HCI device and connection manager initialized
    [   14.360850] Bluetooth: HCI socket layer initialized
    [   14.360860] Bluetooth: L2CAP socket layer initialized
    [   14.360876] Bluetooth: SCO socket layer initialized
    [   25.497829] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   25.497835] Bluetooth: BNEP filters: protocol multicast
    [   25.497843] Bluetooth: BNEP socket layer initialized
    [   59.735467] Bluetooth: RFCOMM TTY layer initialized
    [   59.735479] Bluetooth: RFCOMM socket layer initialized
    [   59.735487] Bluetooth: RFCOMM ver 1.11
    [31588.907929] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [31588.907943] Bluetooth: HIDP socket layer initialized
    [31588.910951] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0003/input/input13
    [31588.911897] hid-generic 0005:04E8:7021.0003: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [32269.486290] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0004/input/input14
    [32269.487863] hid-generic 0005:04E8:7021.0004: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [33165.791396] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0005/input/input15
    [33165.793649] hid-generic 0005:04E8:7021.0005: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [34833.916318] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0006/input/input16
    [34833.917588] hid-generic 0005:04E8:7021.0006: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [35463.877475] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0007/input/input17
    [35463.878090] hid-generic 0005:04E8:7021.0007: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [36501.039669] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0008/input/input18
    [36501.040630] hid-generic 0005:04E8:7021.0008: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [37625.574007] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0009/input/input19
    [37625.575320] hid-generic 0005:04E8:7021.0009: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [40237.294308] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.000A/input/input20
    [40237.294864] hid-generic 0005:04E8:7021.000A: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [40449.742926] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.000B/input/input21
    [40449.747514] hid-generic 0005:04E8:7021.000B: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [41468.911639] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.000C/input/input22
    [41468.912447] hid-generic 0005:04E8:7021.000C: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [41790.487210] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:43/0005:04E8:7021.000D/input/input23
    [41790.493326] hid-generic 0005:04E8:7021.000D: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [43429.174027] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.000E/input/input24
    [43429.177068] hid-generic 0005:04E8:7021.000E: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [43558.712519] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.000F/input/input25
    [43558.714614] hid-generic 0005:04E8:7021.000F: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [44314.149188] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0010/input/input26
    [44314.154186] hid-generic 0005:04E8:7021.0010: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [45403.627759] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0011/input/input27
    [45403.645864] hid-generic 0005:04E8:7021.0011: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [45432.111610] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:43/0005:04E8:7021.0012/input/input28
    [45432.116133] hid-generic 0005:04E8:7021.0012: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [46351.382944] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0013/input/input29
    [46351.391609] hid-generic 0005:04E8:7021.0013: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [46795.774407] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0014/input/input30
    [46795.778852] hid-generic 0005:04E8:7021.0014: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [51244.107710] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:40/0005:04E8:7021.0015/input/input31
    [51244.109338] hid-generic 0005:04E8:7021.0015: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    [58097.949398] input: Bluetooth Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/bluetooth/hci0/hci0:43/0005:04E8:7021.0016/input/input33
    [58097.950203] hid-generic 0005:04E8:7021.0016: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 00:15:83:12:13:fc
    wolf@shaitan:~$

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

    Re: Bluetooth borked after 16.04 upgrade

    I don't see any SCO errors anymore. Does the bluetooth keyboard work properly?

  9. #29
    Join Date
    Oct 2007
    Location
    Titletown, USA
    Beans
    411
    Distro
    Xubuntu 17.04 Zesty Zapus

    Re: Bluetooth borked after 16.04 upgrade

    Quote Originally Posted by jeremy31 View Post
    I don't see any SCO errors anymore. Does the bluetooth keyboard work properly?
    Both headphones connect, but they no longer say "connected" i Have to go into bluetooth or sound settings to confirm. The keyboard also connects, but the little battery status icon no longer appears in the panel. Also, I STILL don't have a bluetooth indicator on my panel when bluetooth is enabled and visible. But It works, so I'll take it. I probably should have waited for the point release, but I've never stuck with the LTS version before, I used to upgrade everytime a new release came out.

    Hey, is there a way I can disable HSP/HFP or force AD2P? Every now and again the headset wants to connect as a headset, and when I try to switch it it goes back to speakers. I have to open and close the sound dialog box for it to decide to work.
    Last edited by Evil Wayz; May 4th, 2016 at 10:32 PM.

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

    Re: Bluetooth borked after 16.04 upgrade

    The battery and bluetooth icons missing might be a cinnamon bug

    I haven't found a way to disable HSP/HFP in 16.04 yet but I haven't installed pavucontrol, a pulse audio control package either

    And if the change above helped
    Code:
    echo "options btusb disable_scofix=Y" | sudo tee /etc/modprobe.d/btusb.conf
    That way you won't have to
    Code:
    sudo modprobe -r btusb
    sudo modprobe btusb disable_scofix=Y
    After every reboot
    Last edited by jeremy31; May 4th, 2016 at 10:54 PM.

Page 3 of 4 FirstFirst 1234 LastLast

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
  •