good morning, nice comminity.
the context: I am learning how to setup these Sony headphones on FreeBSD using Blued.
the problem: these headphones notify me with a nice female voice whenever they connect or disconnect. At this moment, the headphones connect/disconnect continuously.
Please come with any help/ideas/etc, I am lost.
PS: do not hesitate to ask questions
best regards,
Dmitry
the context: I am learning how to setup these Sony headphones on FreeBSD using Blued.
the problem: these headphones notify me with a nice female voice whenever they connect or disconnect. At this moment, the headphones connect/disconnect continuously.
Please come with any help/ideas/etc, I am lost.
Bash:
# /boot/loader.conf
...
vkbd_load="yes"
ng_ubt_load="yes"
ng_l2cap_load="yes"
snd_dha_load="no"
snd_driver_load="yes"
cuse_load="yes"
Bash:
# /etc/rc.conf
kld_list="nvidia-modeset /boot/modules/ng_hci.ko"
linux_enable="yes"
hcsecd_enable="no"
bthidd_enable="no"
devd_enable="yes"
bluetooth_enable="yes"
blued_enable="yes"
virtual_oss_enable="yes"
virtual_oss_config="blued"
virtual_oss_blued="-T /dev/sndstat -S -a o, -4 -C 2 -c 2 -r 44100 -b 16 -s 1024 -R /dev/dsp -P /dev/bluetooth/70:26:05:89:6c:ce -d dsp -t vdsp.ctl"
sndiod_enable="yes"
snd_uaudio_enable="yes"
PS: do not hesitate to ask questions
best regards,
Dmitry