#issues connecting to generic marvo controller via bluetooth

156 messages ยท Page 1 of 1 (latest)

coarse bear
#
Attempting to connect to 00:26:5C:AD:5B:89
[CHG] Device 00:26:5C:AD:5B:89 Connected: yes
[Wireless Controller]# Failed to connect: org.bluez.Error.Failed br-connection-create-socket```

i honestly dont know what else to say
formal crystal
#

@viscid badger

viscid badger
haughty chasmBOT
#

killertofus received a thank you cookie!

viscid badger
#

sudo dmesg | grep -i bluetooth
run this please

formal crystal
#

@coarse bear

formal crystal
coarse bear
# viscid badger sudo dmesg | grep -i bluetooth run this please
[    2.167995] usb 3-3: Product: TP-Link Bluetooth USB Adapter
[    8.499974] Bluetooth: Core ver 2.22
[    8.499998] NET: Registered PF_BLUETOOTH protocol family
[    8.500000] Bluetooth: HCI device and connection manager initialized
[    8.500004] Bluetooth: HCI socket layer initialized
[    8.500007] Bluetooth: L2CAP socket layer initialized
[    8.500012] Bluetooth: SCO socket layer initialized
[    8.533232] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[    8.534229] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    8.534237] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[    8.535724] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[    8.536005] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[    8.586566] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.586570] Bluetooth: BNEP filters: protocol multicast
[    8.586574] Bluetooth: BNEP socket layer initialized
[    8.684233] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[    8.751479] Bluetooth: MGMT ver 1.22
[   11.601520] Bluetooth: RFCOMM TTY layer initialized
[   11.601528] Bluetooth: RFCOMM socket layer initialized
[   11.601531] Bluetooth: RFCOMM ver 1.11
[rusk@rusk-pc ~]$ 
viscid badger
#

are u using pipewire or pulse

coarse bear
viscid badger
#

sudo pacman -S pipewire pipewire-pulse pipewire-alsa pipewire-jack pipewire-media-session wireplumber bluez bluez-utils

#

can u do this for me

coarse bear
#

alright

viscid badger
#

tell me if packages are being reinstalled

coarse bear
#

should i reboot afterwards

viscid badger
#

or if new packages are being installed

#

ideally yeh

coarse bear
#
[sudo] password for rusk: 
warning: pipewire-1:1.2.3-1 is up to date -- reinstalling
warning: pipewire-pulse-1:1.2.3-1 is up to date -- reinstalling
warning: pipewire-alsa-1:1.2.3-1 is up to date -- reinstalling
warning: pipewire-jack-1:1.2.3-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: pipewire-media-session-1:0.4.2-3 and wireplumber-0.5.6-1 are in conflict
[rusk@rusk-pc ~]$ 
coarse bear
# coarse bear ```[rusk@rusk-pc ~]$ sudo pacman -S pipewire pipewire-pulse pipewire-alsa pipewi...

without media sesh

warning: pipewire-1:1.2.3-1 is up to date -- reinstalling
warning: pipewire-pulse-1:1.2.3-1 is up to date -- reinstalling
warning: pipewire-alsa-1:1.2.3-1 is up to date -- reinstalling
warning: pipewire-jack-1:1.2.3-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (8)           Old Version  New Version  Net Change  Download Size

extra/libwireplumber  0.5.5-1      0.5.6-1        0,01 MiB       0,26 MiB
extra/bluez           5.77-1       5.78-1         0,01 MiB       0,55 MiB
extra/bluez-utils     5.77-1       5.78-1         0,03 MiB       0,92 MiB
extra/pipewire        1:1.2.3-1    1:1.2.3-1      0,00 MiB               
extra/pipewire-alsa   1:1.2.3-1    1:1.2.3-1      0,00 MiB               
extra/pipewire-jack   1:1.2.3-1    1:1.2.3-1      0,00 MiB               
extra/pipewire-pulse  1:1.2.3-1    1:1.2.3-1      0,00 MiB               
extra/wireplumber     0.5.5-1      0.5.6-1        0,00 MiB       0,22 MiB

Total Download Size:    1,95 MiB
Total Installed Size:  11,17 MiB
Net Upgrade Size:       0,06 MiB

:: Proceed with installation? [Y/n] 
viscid badger
#

did u reinstall?

coarse bear
#

still doesnt work tho

viscid badger
#

can u do rfkill list

#

0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

coarse bear
viscid badger
#

cat /etc/bluetooth/main.conf

viscid badger
#

#ControllerMode = dual where it says this replace with ControllerMode = bredr

#

and then do
bluetoothctl
power off
power on
agent on
scan on

coarse bear
#

nvm it found it

#

took like an extra minute idk why

viscid badger
#

it doesnt like you

coarse bear
#

๐Ÿ˜ญ

#

its connecting

viscid badger
#

it connected>

coarse bear
#

nah

#

same error

viscid badger
#

i hate life

coarse bear
#

real

#

[bluetooth]# [NEW] Device 00:26:5C:AD:5B:89 Wireless Controller
[bluetooth]# [CHG] Device 00:26:5C:AD:5B:89 Connected: yes
[Wireless Controller]# [CHG] Device 00:26:5C:AD:5B:89 WakeAllowed: yes
[Wireless Controller]# [CHG] Device 00:26:5C:AD:5B:89 Connected: no

viscid badger
#

journalctl --user -xe | grep pipewire

#

sudo systemctl restart bluetooth
systemctl --user restart pipewire

coarse bear
viscid badger
#

try connecting now

viscid badger
#

what controller is this

formal crystal
#

@viscid badger generic marvo controller

#

@coarse bear install the git version of bluez

viscid badger
#

ima let you deal with this

#

sorry but i gtg ๐Ÿ˜ฆ

coarse bear
#

bye bye

viscid badger
#

sorry i couldnt be of more help

coarse bear
coarse bear
#

i think im gonna cry

formal crystal
#

@coarse bear how did you install bluez-git?

coarse bear
formal crystal
#

@coarse bear you need to install python-pygments first

coarse bear
#

i tried pygments instead

#

silly me

#

if theres another hidden dependency im gonna be really upset

#

im gonna have a violent meltdown

#

because i cant understand what the error is

formal crystal
#

@coarse bear remove deprecated tool

coarse bear
formal crystal
coarse bear
#

they were sensational (trying to start them gave me an error)

coarse bear
#

cuz it looked silly to have 2 bluetooth icons

#

and the kde one does the same thing

#

i think

formal crystal
#

@coarse bear then remove/keep the one you want

#

bluetoothctl

coarse bear
#

yeah i removed blueman

formal crystal
#

default-agent

formal crystal
coarse bear
#

hold on bluez-git still installing

formal crystal
coarse bear
#

i gotta build it again

#

๐Ÿ˜ญ

formal crystal
formal crystal
#

@coarse bear are you dualbooting with windows?

formal crystal
#

@coarse bear psa remove the git version

coarse bear
formal crystal
#

@viscid badger this was the issue

coarse bear
#

so what is the fix

formal crystal
#

install bt-dualboot

coarse bear
#

alright

#

so do i install the normal bluez version again

formal crystal
coarse bear
coarse bear
#

i mean

viscid badger
#

Ohhh he's dual booting

coarse bear
#

bluez-utils and bluez-libs

formal crystal
formal crystal
#

sudo bt-dualboot -l

viscid badger
#

Nice lmao

#

I should have asked that sooner

formal crystal
#

@coarse bear all of this could of been avoided if you told us you were dualbooting

viscid badger
#

Good on you

coarse bear
#

i mean i did mention it working on windows

#

earlier

viscid badger
#

This is facts

#

I missed that part

#

I was switching between chats

coarse bear
#

yea fair

formal crystal
viscid badger
#

Good on you Mr Killer

formal crystal
haughty chasmBOT
#

imafilfthykeyboardtoucher received a thank you cookie!

viscid badger
#

Ok I fr gtg thank you for telling me what happened, I learned to ask that first

coarse bear
#

[rusk@rusk-pc ~]$ sudo bt-dualboot -l --win /run/media/rusk/6EB8C1EBB8C1B23F
ERROR: No Bluetooth devices found!
Check if your user have access to /var/lib/bluetooth and at least one device paired. Try use sudo.

#

do i just pair it

#

and then run the command again

formal crystal
#

@coarse bear don't do that

#

sudo bt-dualboot -l

formal crystal
coarse bear
formal crystal
coarse bear
#

[rusk@rusk-pc ~]$ sudo bt-dualboot -l
ERROR: None Windows locations found, use --win MOUNT to point actual Windows location

#

oh it works now that i mounted the windows location

#

but yeah its the same output

formal crystal
formal crystal
#

@coarse bear dmesg | grep -i blue

coarse bear
# formal crystal <@1143039379317719121> dmesg | grep -i blue

[rusk@rusk-pc ~]$ sudo dmesg | grep -i blue
[ 2.184589] usb 3-3: Product: TP-Link Bluetooth USB Adapter
[ 8.477342] Bluetooth: Core ver 2.22
[ 8.477367] NET: Registered PF_BLUETOOTH protocol family
[ 8.477369] Bluetooth: HCI device and connection manager initialized
[ 8.477372] Bluetooth: HCI socket layer initialized
[ 8.477374] Bluetooth: L2CAP socket layer initialized
[ 8.477377] Bluetooth: SCO socket layer initialized
[ 8.508475] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[ 8.509474] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 8.509479] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[ 8.511078] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[ 8.511423] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[ 8.616279] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 8.616283] Bluetooth: BNEP filters: protocol multicast
[ 8.616286] Bluetooth: BNEP socket layer initialized
[ 8.659480] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[ 8.726764] Bluetooth: MGMT ver 1.22
[ 11.592188] Bluetooth: RFCOMM TTY layer initialized
[ 11.592199] Bluetooth: RFCOMM socket layer initialized
[ 11.592203] Bluetooth: RFCOMM ver 1.11

formal crystal
coarse bear
#

which mac address do i get

#

for my adapter or for the device i wanna pair?

#

@formal crystal uhhh

#

the registries have no values

#

in that folder

#

i just paired it on windows and then did bt-dualboot

#

it still didnt work

#

it gave me the same error

#

now it says this

formal crystal
coarse bear