Hello,

I can not get my bluetooth to discover my xbox core wireless controller. I’m running a dual boot with a Windows 10 install. There are no issues connecting to bluetooth on windows. I am also able to connect the controller to a laptop running Fedora 29 KDE.

I have already upgraded the firmware of the controller. I have installed xpadneo.

I have tried installing xone-dkms and xboxdrv-stable-git, neither of those worked. I have since uninstalled those to avoid any conflict with xpadneo.

Bluetoothctl sees other bluetooth devices, but never shows the MAC of the controller when I start a scan and put the controller in pairing mode. I verified that it has LE enabled.

Waiting to connect to bluetoothd...[bluetooth]# hci0 new_settings: powered bondable ssp br/edr le secure-conn cis-central cis-peripheral 

My bluetooth device is an RZ608 (MediaTek MT7921K), which is using the kernel driver to work.

What am I missing that could potentially keep my Arch Linux desktop from even seeing the broadcasted MAC of the controller in order to even start the connection process?

EDIT:

So, the issue is definitely Bluez. I can see the controller broadcasting if I use bettercap and run the command ‘ble.recon on’. Still haven’t found a good solution, though.

Tried switching to the arch lts kernel. Didn’t make a difference. Tried forcing bluetoothctl to only use le and scan le. No devices.

Tried adding the changes to /etc/bluetooth/main.conf and restarting the bluetooth service (and rebooting the computer)

Privacy = device
JustWorksRepairing = always
Class = 0x000100
FastConnectable = true

No changes in behavior.

I know it’s not a driver issue, because bettercap could see the bluetooth devices. BlueZ must have a bug or something.

    • greyjedi@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      Yeah, at this rate I’m probably just going to get a USB wireless adapter since it’s not playing nice with my bluetooth

    • greyjedi@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      I updated the firmware on Sunday, before even attempting to connect it to bluetooth

  • ramble81@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    4 months ago

    Double check your model number on your controller. It’s possible you ended up with one that doesn’t have Bluetooth. That happened with me and I had to swap which controller I was using with my Xbox and which one I was using with my computer.

    • specseaweed@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      He said he could connect to windows and fedora thru bluetooth.

      I was having the same problem last night trying to connect an controller thru bluetoothctl on Mint.

    • greyjedi@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 months ago

      It has bluetooth. I’m able to connect it to bluetooth on Windows 10 with the same computer and was able to connect it to a Fedora 39 KDE laptop via bluetooth, as well.

      I suspect the issue is the Linux driver for the MediaTek MT7921K or the bluetooth configuration on my arch linux system needs to be adjusted somehow