Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. parsec2284@PC:~$ cd /tmp && wget http://jackaudio.org/downloads/adevices.sh && bash ./adevices.sh
  2. --2015-06-03 15:52:15-- http://jackaudio.org/downloads/adevices.sh
  3. Resolving jackaudio.org (jackaudio.org)... 69.163.240.153
  4. Connecting to jackaudio.org (jackaudio.org)|69.163.240.153|:80... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 2249 (2.2K) [application/x-sh]
  7. Saving to: ‘adevices.sh’
  8.  
  9. adevices.sh 100%[=====================>] 2.20K --.-KB/s in 0s
  10.  
  11. 2015-06-03 15:52:15 (495 MB/s) - ‘adevices.sh’ saved [2249/2249]
  12.  
  13. ========================================
  14. Part I: ALSA
  15. Advanced Linux Sound Architecture Driver Version k3.19.0-18-lowlatency.
  16.  
  17. cat: /proc/asound/card0/id: No such file or directory
  18. Card 0 ():
  19.  
  20. Card 1 (USB):
  21. * Playback Device 0 (USB Audio):
  22. - Subdevice 0 (hw:USB,0,0):
  23. used by: jackdbus (PID 2343)
  24. access: MMAP_INTERLEAVED
  25. format: S32_LE
  26. subformat: STD
  27. channels: 2
  28. rate: 44100 (44100/1)
  29. period_size: 1024
  30. buffer_size: 2048
  31.  
  32. * Recording Device 0 (USB Audio):
  33. - Subdevice 0 (hw:USB,0,0):
  34. used by: jackdbus (PID 2343)
  35. access: MMAP_INTERLEAVED
  36. format: S32_LE
  37. subformat: STD
  38. channels: 2
  39. rate: 44100 (44100/1)
  40. period_size: 1024
  41. buffer_size: 2048
  42.  
  43. Card 2 (O25):
  44.  
  45. ========================================
  46. Part II: jack processes
  47. 2338 ? SLl 0:01 /usr/bin/qjackctl
  48. 2343 ? SLsl 0:00 /usr/bin/jackdbus auto
  49. ========================================
  50. Part III: jack-dbus config
  51. --- status
  52. started
  53. --- get selected driver
  54. alsa
  55. --- get driver parameters (type:isset:default:value)
  56. device: ALSA device name (str:set:hw:0:hw:USB)
  57. capture: Provide capture ports. Optionally set device (str:set:none:hw:USB)
  58. playback: Provide playback ports. Optionally set device (str:set:none:hw:USB)
  59. rate: Sample rate (uint:set:48000:44100)
  60. period: Frames per period (uint:set:1024:1024)
  61. nperiods: Number of periods of playback latency (uint:set:2:2)
  62. hwmon: Hardware monitoring, if available (bool:set:False:False)
  63. hwmeter: Hardware metering, if available (bool:set:False:False)
  64. duplex: Provide both capture and playback ports (bool:set:True:True)
  65. softmode: Soft-mode, no xrun handling (bool:set:False:False)
  66. monitor: Provide monitor ports for the output (bool:set:False:False)
  67. dither: Dithering mode (char:set:n:n)
  68. inchannels: Number of capture channels (defaults to hardware max) (uint:notset:0:0)
  69. outchannels: Number of playback channels (defaults to hardware max) (uint:notset:0:0)
  70. shorts: Try 16-bit samples before 32-bit (bool:set:False:False)
  71. input-latency: Extra input latency (frames) (uint:notset:0:0)
  72. output-latency: Extra output latency (frames) (uint:notset:0:0)
  73. midi-driver: ALSA MIDI driver (str:set:none:seq)
  74. --- get engine parameters (type:isset:default:value)
  75. driver: Driver to use (str:set:dummy:alsa)
  76. name: Server name to use. (str:set:default:Interface)
  77. realtime: Whether to use realtime mode. (bool:set:True:True)
  78. realtime-priority: Scheduler priority when running in realtime mode. (sint:notset:10:10)
  79. temporary: Exit once all clients have closed their connections. (bool:notset:False:False)
  80. verbose: Verbose mode. (bool:set:False:False)
  81. client-timeout: Client timeout limit in milliseconds. (sint:set:0:500)
  82. clock-source: Clocksource type : c(ycle) | h(pet) | s(ystem). (uint:notset:0:0)
  83. port-max: Maximum number of ports. (uint:notset:2048:2048)
  84. replace-registry: Replace shared memory registry. (bool:notset:False:False)
  85. sync: Use server synchronous mode. (bool:notset:False:False)
  86. self-connect-mode: Self connect mode. (char:notset: : )
  87. slave-drivers: Slave drivers to use (str:notset::)
  88. parsec2284@PC:/tmp$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement