Hello,

I had the exactly same problem, and this fixes it:

Those packages in system config:

                    "bluez-alsa"
                    "bluez"
                    "blueman"
                    "pulseaudio"


This service added

      (service bluetooth-service-type
          (bluetooth-configuration
              (auto-enable? #t)))


And this to modify-services

            (dbus-root-service-type config =>
                       (dbus-configuration (inherit config)
                                (services (list blueman))))

Milan




Reply via email to