Guest User

Untitled

a guest
Nov 17th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. sound.enable = true;
  2. hardware = {
  3. pulseaudio = {
  4. enable = true;
  5. package = pkgs.pulseaudioFull;
  6. extraModules = [ pkgs.pulseaudio-modules-bt ];
  7. };
  8. bluetooth = {
  9. enable = true;
  10. extraConfig = "
  11. [General]
  12. Enable=Source,Sink,Media,Socket
  13. ";
  14. };
  15. };
  16.  
  17. Nov 17 23:33:45 jon-laptop pulseaudio[4563]: E: [pulseaudio] bluez4-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.Manager" doesn't exist
  18. Nov 17 23:33:45 jon-laptop pulseaudio[4563]: E: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
Add Comment
Please, Sign In to add comment