Advertisement
Guest User

Untitled

a guest
Apr 25th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. * Restoring Mixer Levels ...
  2. alsactl: unrecognized option '---'
  3. Usage: alsactl <options> command
  4.  
  5. global options:
  6. -h,--help this help
  7. -d,--debug debug mode
  8. -v,--version print version of this program
  9.  
  10. Available state options:
  11. -f,--file # configuration file (default /var/lib/alsa/asound.state)
  12. -l,--lock use file locking to serialize concurrent access
  13. -L,--no-lock do not use file locking to serialize concurrent access
  14. -O,--lock-state-file # state lock file path (default /var/lock/asound.state.lock)
  15. -F,--force try to restore the matching controls as much as possible
  16. (default mode)
  17. -g,--ignore ignore 'No soundcards found' error
  18. -P,--pedantic do not restore mismatching controls (old default)
  19. -I,--no-init-fallback
  20. don't initialize even if restore fails
  21. -r,--runstate # save restore and init state to this file (only errors)
  22. default settings is 'no file set'
  23. -R,--remove remove runstate file at first, otherwise append errors
  24. -p,--period # store period in seconds for the daemon command
  25. -e,--pid-file # pathname for the process id (daemon mode)
  26.  
  27. Available init options:
  28. -E,--env #=# set environment variable for init phase (NAME=VALUE)
  29. -i,--initfile # main configuration file for init phase
  30. (default /usr/share/alsa/init/00main)
  31. -b,--background run daemon in background
  32. -s,--syslog use syslog for messages
  33. -n,--nice # set the process priority (see 'man nice')
  34. -c,--sched-idle set the process scheduling policy to idle (SCHED_IDLE)
  35.  
  36. Available commands:
  37. store <card> save current driver setup for one or each soundcards
  38. to configuration file
  39. restore <card> load current driver setup for one or each soundcards
  40. from configuration file
  41. nrestore <card> like restore, but notify the daemon to rescan soundcards
  42. init <card> initialize driver to a default state
  43. daemon <card> store state periodically for one or each soundcards
  44. rdaemon <card> like daemon but do the state restore at first
  45. kill <cmd> notify daemon to quit, rescan or save_and_quit
  46. monitor <card> monitor control events
  47. * Errors while restoring defaults, ignoring
  48. [ ok ]
  49. * Starting dbus ...
  50. [ ok ]
  51. * Starting elogind ...
  52. [ ok ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement