On 24/11/2024 10:53, Ignas Lapėnas wrote: > Noticed that you're using bluetooth-service instead of > bluetooth-service-type in services: > This one should be because %desktop-services already contain the > definition for pulseaudio. You can find what services are enabled by > default in desktop.scm (gnu/services/desktop.scm) > Both are a possiblity for broken bluetooth by the looks of it. Wahay! Edited config.scm as shown below, and now not only does Bluetooth work, it actually starts at boot time. Thanks very much. $ rcsdiff -r1.3.1.2.2.7 config.scm =================================================================== RCS file: RCS/config.scm,v retrieving revision 1.3.1.2.2.7 diff -r1.3.1.2.2.7 config.scm 56c56 < (bluetooth-service #:auto-enable? #t) --- > (service bluetooth-service-type) 59d58 < (service pulseaudio-service-type)