Advertisement
Guest User

Untitled

a guest
Aug 27th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.11 KB | None | 0 0
  1. kd9kck@hambook:~$ pa-info
  2. ________________
  3. > pulseaudio_ps_do
  4. kd9kck 831 0.0 0.3 517072 7000 ? Ssl Aug14 0:09 /usr/bin/pulseaudio --daemonize=no --log-target=journal
  5. kd9kck 1086 2.9 3.7 17233396 74968 ? Sl Aug14 536:50 /opt/google/chrome-remote-desktop/chrome-remote-desktop-host --host-config=- --audio-pipe-name=/home/kd9kck/.config/chrome-remote-desktop/pulseaudio#6aa63275cd/fifo_output --server-supports-exact-resize --ssh-auth-sockname=/tmp/chromoting.kd9kck.ssh_auth_sock --signal-parent
  6. kd9kck 57145 0.0 0.0 3312 736 pts/1 S+ 14:33 0:00 grep pulseaudio
  7. ________________
  8. > which pulseaudio
  9. /usr/bin/pulseaudio
  10. ________________
  11. > pidof pulseaudio
  12. 831
  13. ________________
  14. > pulseaudio --version
  15. pulseaudio 13.99.1
  16. ________________
  17. > pactl info
  18. Connection failure: Connection refused
  19. pa_context_connect() failed: Connection refused
  20. ________________
  21. > pactl list
  22. Connection failure: Connection refused
  23. pa_context_connect() failed: Connection refused
  24. ________________
  25. > cat /etc/pulse/daemon.conf
  26. # This file is part of PulseAudio.
  27. #
  28. # PulseAudio is free software; you can redistribute it and/or modify
  29. # it under the terms of the GNU Lesser General Public License as published by
  30. # the Free Software Foundation; either version 2 of the License, or
  31. # (at your option) any later version.
  32. #
  33. # PulseAudio is distributed in the hope that it will be useful, but
  34. # WITHOUT ANY WARRANTY; without even the implied warranty of
  35. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  36. # General Public License for more details.
  37. #
  38. # You should have received a copy of the GNU Lesser General Public License
  39. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  40.  
  41. ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
  42. ## more information. Default values are commented out. Use either ; or # for
  43. ## commenting.
  44.  
  45. ; daemonize = no
  46. ; fail = yes
  47. ; allow-module-loading = yes
  48. ; allow-exit = yes
  49. ; use-pid-file = yes
  50. ; system-instance = no
  51. ; local-server-type = user
  52. ; enable-shm = yes
  53. ; enable-memfd = yes
  54. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  55. ; lock-memory = no
  56. ; cpu-limit = no
  57.  
  58. ; high-priority = yes
  59. ; nice-level = -11
  60.  
  61. ; realtime-scheduling = yes
  62. ; realtime-priority = 5
  63.  
  64. ; exit-idle-time = 20
  65. ; scache-idle-time = 20
  66.  
  67. ; dl-search-path = (depends on architecture)
  68.  
  69. ; load-default-script-file = yes
  70. ; default-script-file = /etc/pulse/default.pa
  71.  
  72. ; log-target = auto
  73. ; log-level = notice
  74. ; log-meta = no
  75. ; log-time = no
  76. ; log-backtrace = 0
  77.  
  78. ; resample-method = speex-float-1
  79. ; avoid-resampling = false
  80. ; enable-remixing = yes
  81. ; remixing-use-all-sink-channels = yes
  82. ; remixing-produce-lfe = no
  83. ; remixing-consume-lfe = no
  84. ; lfe-crossover-freq = 0
  85.  
  86. ; flat-volumes = no
  87.  
  88. ; rescue-streams = yes
  89.  
  90. ; rlimit-fsize = -1
  91. ; rlimit-data = -1
  92. ; rlimit-stack = -1
  93. ; rlimit-core = -1
  94. ; rlimit-as = -1
  95. ; rlimit-rss = -1
  96. ; rlimit-nproc = -1
  97. ; rlimit-nofile = 256
  98. ; rlimit-memlock = -1
  99. ; rlimit-locks = -1
  100. ; rlimit-sigpending = -1
  101. ; rlimit-msgqueue = -1
  102. ; rlimit-nice = 31
  103. ; rlimit-rtprio = 9
  104. ; rlimit-rttime = 200000
  105.  
  106. ; default-sample-format = s16le
  107. ; default-sample-rate = 44100
  108. ; alternate-sample-rate = 48000
  109. ; default-sample-channels = 2
  110. ; default-channel-map = front-left,front-right
  111.  
  112. ; default-fragments = 4
  113. ; default-fragment-size-msec = 25
  114.  
  115. ; enable-deferred-volume = yes
  116. deferred-volume-safety-margin-usec = 1
  117. ; deferred-volume-extra-delay-usec = 0
  118. ________________
  119. > cat /etc/pulse/client.conf
  120. # This file is part of PulseAudio.
  121. #
  122. # PulseAudio is free software; you can redistribute it and/or modify
  123. # it under the terms of the GNU Lesser General Public License as published by
  124. # the Free Software Foundation; either version 2 of the License, or
  125. # (at your option) any later version.
  126. #
  127. # PulseAudio is distributed in the hope that it will be useful, but
  128. # WITHOUT ANY WARRANTY; without even the implied warranty of
  129. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  130. # General Public License for more details.
  131. #
  132. # You should have received a copy of the GNU Lesser General Public License
  133. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  134.  
  135. ## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
  136. ## more information. Default values are commented out. Use either ; or # for
  137. ## commenting.
  138.  
  139. ; default-sink =
  140. ; default-source =
  141. ; default-server =
  142. ; default-dbus-server =
  143.  
  144. ; autospawn = yes
  145. ; daemon-binary = /usr/bin/pulseaudio
  146. ; extra-arguments = --log-target=syslog
  147.  
  148. ; cookie-file =
  149.  
  150. ; enable-shm = yes
  151. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  152.  
  153. ; auto-connect-localhost = no
  154. ; auto-connect-display = no
  155. ________________
  156. > cat /etc/pulse/default.pa
  157. #!/usr/bin/pulseaudio -nF
  158. #
  159. # This file is part of PulseAudio.
  160. #
  161. # PulseAudio is free software; you can redistribute it and/or modify it
  162. # under the terms of the GNU Lesser General Public License as published by
  163. # the Free Software Foundation; either version 2 of the License, or
  164. # (at your option) any later version.
  165. #
  166. # PulseAudio is distributed in the hope that it will be useful, but
  167. # WITHOUT ANY WARRANTY; without even the implied warranty of
  168. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  169. # General Public License for more details.
  170. #
  171. # You should have received a copy of the GNU Lesser General Public License
  172. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  173.  
  174. # This startup script is used only if PulseAudio is started per-user
  175. # (i.e. not in system mode)
  176.  
  177. .fail
  178.  
  179. ### Automatically restore the volume of streams and devices
  180. load-module module-device-restore
  181. load-module module-stream-restore
  182. load-module module-card-restore
  183.  
  184. ### Automatically augment property information from .desktop files
  185. ### stored in /usr/share/application
  186. load-module module-augment-properties
  187.  
  188. ### Should be after module-*-restore but before module-*-detect
  189. load-module module-switch-on-port-available
  190.  
  191. ### Use hot-plugged devices like Bluetooth or USB automatically (LP: #1702794)
  192. .ifexists module-switch-on-connect.so
  193. load-module module-switch-on-connect
  194. .endif
  195.  
  196. ### Load audio drivers statically
  197. ### (it's probably better to not load these drivers manually, but instead
  198. ### use module-udev-detect -- see below -- for doing this automatically)
  199. #load-module module-alsa-sink
  200. #load-module module-alsa-source device=hw:1,0
  201. #load-module module-oss device="/dev/dsp" sink_name=output source_name=input
  202. #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
  203. #load-module module-null-sink
  204. #load-module module-pipe-sink
  205.  
  206. ### Automatically load driver modules depending on the hardware available
  207. .ifexists module-udev-detect.so
  208. load-module module-udev-detect
  209. .else
  210. ### Use the static hardware detection module (for systems that lack udev support)
  211. load-module module-detect
  212. .endif
  213.  
  214. ### Automatically connect sink and source if JACK server is present
  215. .ifexists module-jackdbus-detect.so
  216. .nofail
  217. load-module module-jackdbus-detect channels=2
  218. .fail
  219. .endif
  220.  
  221. ### Automatically load driver modules for Bluetooth hardware
  222. .ifexists module-bluetooth-policy.so
  223. load-module module-bluetooth-policy
  224. .endif
  225.  
  226. .ifexists module-bluetooth-discover.so
  227. load-module module-bluetooth-discover
  228. .endif
  229.  
  230. ### Load several protocols
  231. .ifexists module-esound-protocol-unix.so
  232. load-module module-esound-protocol-unix
  233. .endif
  234. load-module module-native-protocol-unix
  235.  
  236. ### Network access (may be configured with paprefs, so leave this commented
  237. ### here if you plan to use paprefs)
  238. #load-module module-esound-protocol-tcp
  239. #load-module module-native-protocol-tcp
  240. #load-module module-zeroconf-publish
  241.  
  242. ### Load the RTP receiver module (also configured via paprefs, see above)
  243. #load-module module-rtp-recv
  244.  
  245. ### Load the RTP sender module (also configured via paprefs, see above)
  246. #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
  247. #load-module module-rtp-send source=rtp.monitor
  248.  
  249. ### Load additional modules from GSettings. This can be configured with the paprefs tool.
  250. ### Please keep in mind that the modules configured by paprefs might conflict with manually
  251. ### loaded modules.
  252. .ifexists module-gsettings.so
  253. .nofail
  254. load-module module-gsettings
  255. .fail
  256. .endif
  257.  
  258.  
  259. ### Automatically restore the default sink/source when changed by the user
  260. ### during runtime
  261. ### NOTE: This should be loaded as early as possible so that subsequent modules
  262. ### that look up the default sink/source get the right value
  263. load-module module-default-device-restore
  264.  
  265. ### Make sure we always have a sink around, even if it is a null sink.
  266. load-module module-always-sink
  267.  
  268. ### Honour intended role device property
  269. load-module module-intended-roles
  270.  
  271. ### Automatically suspend sinks/sources that become idle for too long
  272. load-module module-suspend-on-idle
  273.  
  274. ### If autoexit on idle is enabled we want to make sure we only quit
  275. ### when no local session needs us anymore.
  276. .ifexists module-console-kit.so
  277. load-module module-console-kit
  278. .endif
  279. .ifexists module-systemd-login.so
  280. load-module module-systemd-login
  281. .endif
  282.  
  283. ### Enable positioned event sounds
  284. load-module module-position-event-sounds
  285.  
  286. ### Cork music/video streams when a phone stream is active
  287. load-module module-role-cork
  288.  
  289. ### Block audio recording for snap confined packages unless they have
  290. ### the "pulseaudio" or "audio-record" interfaces plugged.
  291. .ifexists module-snap-policy.so
  292. load-module module-snap-policy
  293. .endif
  294.  
  295. ### Modules to allow autoloading of filters (such as echo cancellation)
  296. ### on demand. module-filter-heuristics tries to determine what filters
  297. ### make sense, and module-filter-apply does the heavy-lifting of
  298. ### loading modules and rerouting streams.
  299. load-module module-filter-heuristics
  300. load-module module-filter-apply
  301.  
  302. ### Make some devices default
  303. #set-default-sink output
  304. #set-default-source input
  305. ________________
  306. > cat /etc/pulse/system.pa
  307. #!/usr/bin/pulseaudio -nF
  308. #
  309. # This file is part of PulseAudio.
  310. #
  311. # PulseAudio is free software; you can redistribute it and/or modify it
  312. # under the terms of the GNU Lesser General Public License as published by
  313. # the Free Software Foundation; either version 2 of the License, or
  314. # (at your option) any later version.
  315. #
  316. # PulseAudio is distributed in the hope that it will be useful, but
  317. # WITHOUT ANY WARRANTY; without even the implied warranty of
  318. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  319. # General Public License for more details.
  320. #
  321. # You should have received a copy of the GNU Lesser General Public License
  322. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  323.  
  324. # This startup script is used only if PulseAudio is started in system
  325. # mode.
  326.  
  327. ### Automatically restore the volume of streams and devices
  328. load-module module-device-restore
  329. load-module module-stream-restore
  330. load-module module-card-restore
  331.  
  332. ### Automatically load driver modules depending on the hardware available
  333. .ifexists module-udev-detect.so
  334. load-module module-udev-detect
  335. .else
  336. ### Use the static hardware detection module (for systems that lack udev/hal support)
  337. load-module module-detect
  338. .endif
  339.  
  340. ### Load several protocols
  341. .ifexists module-esound-protocol-unix.so
  342. load-module module-esound-protocol-unix
  343. .endif
  344. load-module module-native-protocol-unix
  345.  
  346. ### Automatically restore the default sink/source when changed by the user
  347. ### during runtime
  348. ### NOTE: This should be loaded as early as possible so that subsequent modules
  349. ### that look up the default sink/source get the right value
  350. load-module module-default-device-restore
  351.  
  352. ### Make sure we always have a sink around, even if it is a null sink.
  353. load-module module-always-sink
  354.  
  355. ### Automatically suspend sinks/sources that become idle for too long
  356. load-module module-suspend-on-idle
  357.  
  358. ### Enable positioned event sounds
  359. load-module module-position-event-sounds
  360. ________________
  361. > ls -alt /dev/snd/*
  362. crw-rw----+ 1 root audio 116, 2 Aug 27 14:33 /dev/snd/pcmC1D0p
  363. crw-rw----+ 1 root audio 116, 3 Aug 27 14:26 /dev/snd/pcmC1D0c
  364. crw-rw----+ 1 root audio 116, 5 Aug 24 23:03 /dev/snd/pcmC0D0p
  365. crw-rw----+ 1 root audio 116, 6 Aug 24 23:03 /dev/snd/pcmC0D0c
  366. crw-rw----+ 1 root audio 116, 4 Aug 17 05:55 /dev/snd/controlC1
  367. crw-rw----+ 1 root audio 116, 7 Aug 14 22:04 /dev/snd/hwC0D0
  368. crw-rw----+ 1 root audio 116, 8 Aug 14 22:04 /dev/snd/controlC0
  369. crw-rw----+ 1 root audio 116, 1 Aug 14 22:04 /dev/snd/seq
  370. crw-rw----+ 1 root audio 116, 33 Aug 14 22:04 /dev/snd/timer
  371.  
  372. /dev/snd/by-id:
  373. total 0
  374. drwxr-xr-x 2 root root 60 Aug 17 05:55 .
  375. drwxr-xr-x 4 root root 260 Aug 17 05:55 ..
  376. lrwxrwxrwx 1 root root 12 Aug 17 05:55 usb-C-Media_Electronics_Inc._USB_Audio_Device-00 -> ../controlC1
  377.  
  378. /dev/snd/by-path:
  379. total 0
  380. drwxr-xr-x 2 root root 80 Aug 17 05:55 .
  381. drwxr-xr-x 4 root root 260 Aug 17 05:55 ..
  382. lrwxrwxrwx 1 root root 12 Aug 17 05:55 pci-0000:00:1d.7-usb-0:4.1:1.0 -> ../controlC1
  383. lrwxrwxrwx 1 root root 12 Aug 14 22:04 pci-0000:00:1b.0 -> ../controlC0
  384. ________________
  385. > lsof /dev/snd/*
  386. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
  387. pulseaudi 831 kd9kck 16u CHR 116,8 0t0 500 /dev/snd/controlC0
  388. pulseaudi 831 kd9kck 23u CHR 116,8 0t0 500 /dev/snd/controlC0
  389. pulseaudi 831 kd9kck 28u CHR 116,8 0t0 500 /dev/snd/controlC0
  390. pulseaudi 831 kd9kck 34u CHR 116,4 0t0 543 /dev/snd/controlC1
  391. pulseaudi 831 kd9kck 40u CHR 116,4 0t0 543 /dev/snd/controlC1
  392. wsjtx 57084 kd9kck mem CHR 116,2 541 /dev/snd/pcmC1D0p
  393. wsjtx 57084 kd9kck mem CHR 116,3 542 /dev/snd/pcmC1D0c
  394. wsjtx 57084 kd9kck 16r CHR 116,33 0t0 411 /dev/snd/timer
  395. wsjtx 57084 kd9kck 20r CHR 116,33 0t0 411 /dev/snd/timer
  396. wsjtx 57084 kd9kck 23u CHR 116,3 0t0 542 /dev/snd/pcmC1D0c
  397. wsjtx 57084 kd9kck 25u CHR 116,2 0t0 541 /dev/snd/pcmC1D0p
  398. ________________
  399. > jacks_do
  400. card=0
  401. numid=21,iface=CARD,name='Headphone Jack'
  402. ; type=BOOLEAN,access=r-------,values=1
  403. : values=off
  404. numid=19,iface=CARD,name='Internal Mic Phantom Jack'
  405. ; type=BOOLEAN,access=r-------,values=1
  406. : values=on
  407. numid=20,iface=CARD,name='Mic Jack'
  408. ; type=BOOLEAN,access=r-------,values=1
  409. : values=off
  410. numid=22,iface=CARD,name='Speaker Phantom Jack'
  411. ; type=BOOLEAN,access=r-------,values=1
  412. : values=on
  413. card=1
  414. ________________
  415. > aplay -L
  416. surround21
  417. 2.1 Surround output to Front and Subwoofer speakers
  418. surround40
  419. 4.0 Surround output to Front and Rear speakers
  420. surround41
  421. 4.1 Surround output to Front, Rear and Subwoofer speakers
  422. surround50
  423. 5.0 Surround output to Front, Center and Rear speakers
  424. surround51
  425. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  426. surround71
  427. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  428. null
  429. Discard all samples (playback) or generate zero samples (capture)
  430. samplerate
  431. Rate Converter Plugin Using Samplerate Library
  432. speexrate
  433. Rate Converter Plugin Using Speex Resampler
  434. jack
  435. JACK Audio Connection Kit
  436. oss
  437. Open Sound System
  438. pulse
  439. PulseAudio Sound Server
  440. upmix
  441. Plugin for channel upmix (4,6,8)
  442. vdownmix
  443. Plugin for channel downmix (stereo) with a simple spacialization
  444. default:CARD=Intel
  445. HDA Intel, ALC269VB Analog
  446. Default Audio Device
  447. sysdefault:CARD=Intel
  448. HDA Intel, ALC269VB Analog
  449. Default Audio Device
  450. front:CARD=Intel,DEV=0
  451. HDA Intel, ALC269VB Analog
  452. Front speakers
  453. surround21:CARD=Intel,DEV=0
  454. HDA Intel, ALC269VB Analog
  455. 2.1 Surround output to Front and Subwoofer speakers
  456. surround40:CARD=Intel,DEV=0
  457. HDA Intel, ALC269VB Analog
  458. 4.0 Surround output to Front and Rear speakers
  459. surround41:CARD=Intel,DEV=0
  460. HDA Intel, ALC269VB Analog
  461. 4.1 Surround output to Front, Rear and Subwoofer speakers
  462. surround50:CARD=Intel,DEV=0
  463. HDA Intel, ALC269VB Analog
  464. 5.0 Surround output to Front, Center and Rear speakers
  465. surround51:CARD=Intel,DEV=0
  466. HDA Intel, ALC269VB Analog
  467. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  468. surround71:CARD=Intel,DEV=0
  469. HDA Intel, ALC269VB Analog
  470. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  471. dmix:CARD=Intel,DEV=0
  472. HDA Intel, ALC269VB Analog
  473. Direct sample mixing device
  474. dsnoop:CARD=Intel,DEV=0
  475. HDA Intel, ALC269VB Analog
  476. Direct sample snooping device
  477. hw:CARD=Intel,DEV=0
  478. HDA Intel, ALC269VB Analog
  479. Direct hardware device without any conversions
  480. plughw:CARD=Intel,DEV=0
  481. HDA Intel, ALC269VB Analog
  482. Hardware device with all software conversions
  483. usbstream:CARD=Intel
  484. HDA Intel
  485. USB Stream Output
  486. default:CARD=Device
  487. USB Audio Device, USB Audio
  488. Default Audio Device
  489. sysdefault:CARD=Device
  490. USB Audio Device, USB Audio
  491. Default Audio Device
  492. front:CARD=Device,DEV=0
  493. USB Audio Device, USB Audio
  494. Front speakers
  495. surround21:CARD=Device,DEV=0
  496. USB Audio Device, USB Audio
  497. 2.1 Surround output to Front and Subwoofer speakers
  498. surround40:CARD=Device,DEV=0
  499. USB Audio Device, USB Audio
  500. 4.0 Surround output to Front and Rear speakers
  501. surround41:CARD=Device,DEV=0
  502. USB Audio Device, USB Audio
  503. 4.1 Surround output to Front, Rear and Subwoofer speakers
  504. surround50:CARD=Device,DEV=0
  505. USB Audio Device, USB Audio
  506. 5.0 Surround output to Front, Center and Rear speakers
  507. surround51:CARD=Device,DEV=0
  508. USB Audio Device, USB Audio
  509. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  510. surround71:CARD=Device,DEV=0
  511. USB Audio Device, USB Audio
  512. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  513. iec958:CARD=Device,DEV=0
  514. USB Audio Device, USB Audio
  515. IEC958 (S/PDIF) Digital Audio Output
  516. dmix:CARD=Device,DEV=0
  517. USB Audio Device, USB Audio
  518. Direct sample mixing device
  519. dsnoop:CARD=Device,DEV=0
  520. USB Audio Device, USB Audio
  521. Direct sample snooping device
  522. hw:CARD=Device,DEV=0
  523. USB Audio Device, USB Audio
  524. Direct hardware device without any conversions
  525. plughw:CARD=Device,DEV=0
  526. USB Audio Device, USB Audio
  527. Hardware device with all software conversions
  528. usbstream:CARD=Device
  529. USB Audio Device
  530. USB Stream Output
  531. ________________
  532. > arecord -L
  533. surround21
  534. 2.1 Surround output to Front and Subwoofer speakers
  535. surround40
  536. 4.0 Surround output to Front and Rear speakers
  537. surround41
  538. 4.1 Surround output to Front, Rear and Subwoofer speakers
  539. surround50
  540. 5.0 Surround output to Front, Center and Rear speakers
  541. surround51
  542. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  543. surround71
  544. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  545. null
  546. Discard all samples (playback) or generate zero samples (capture)
  547. samplerate
  548. Rate Converter Plugin Using Samplerate Library
  549. speexrate
  550. Rate Converter Plugin Using Speex Resampler
  551. jack
  552. JACK Audio Connection Kit
  553. oss
  554. Open Sound System
  555. pulse
  556. PulseAudio Sound Server
  557. upmix
  558. Plugin for channel upmix (4,6,8)
  559. vdownmix
  560. Plugin for channel downmix (stereo) with a simple spacialization
  561. default:CARD=Intel
  562. HDA Intel, ALC269VB Analog
  563. Default Audio Device
  564. sysdefault:CARD=Intel
  565. HDA Intel, ALC269VB Analog
  566. Default Audio Device
  567. front:CARD=Intel,DEV=0
  568. HDA Intel, ALC269VB Analog
  569. Front speakers
  570. dmix:CARD=Intel,DEV=0
  571. HDA Intel, ALC269VB Analog
  572. Direct sample mixing device
  573. dsnoop:CARD=Intel,DEV=0
  574. HDA Intel, ALC269VB Analog
  575. Direct sample snooping device
  576. hw:CARD=Intel,DEV=0
  577. HDA Intel, ALC269VB Analog
  578. Direct hardware device without any conversions
  579. plughw:CARD=Intel,DEV=0
  580. HDA Intel, ALC269VB Analog
  581. Hardware device with all software conversions
  582. usbstream:CARD=Intel
  583. HDA Intel
  584. USB Stream Output
  585. default:CARD=Device
  586. USB Audio Device, USB Audio
  587. Default Audio Device
  588. sysdefault:CARD=Device
  589. USB Audio Device, USB Audio
  590. Default Audio Device
  591. front:CARD=Device,DEV=0
  592. USB Audio Device, USB Audio
  593. Front speakers
  594. surround21:CARD=Device,DEV=0
  595. USB Audio Device, USB Audio
  596. 2.1 Surround output to Front and Subwoofer speakers
  597. surround40:CARD=Device,DEV=0
  598. USB Audio Device, USB Audio
  599. 4.0 Surround output to Front and Rear speakers
  600. surround41:CARD=Device,DEV=0
  601. USB Audio Device, USB Audio
  602. 4.1 Surround output to Front, Rear and Subwoofer speakers
  603. surround50:CARD=Device,DEV=0
  604. USB Audio Device, USB Audio
  605. 5.0 Surround output to Front, Center and Rear speakers
  606. surround51:CARD=Device,DEV=0
  607. USB Audio Device, USB Audio
  608. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  609. surround71:CARD=Device,DEV=0
  610. USB Audio Device, USB Audio
  611. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  612. iec958:CARD=Device,DEV=0
  613. USB Audio Device, USB Audio
  614. IEC958 (S/PDIF) Digital Audio Output
  615. dmix:CARD=Device,DEV=0
  616. USB Audio Device, USB Audio
  617. Direct sample mixing device
  618. dsnoop:CARD=Device,DEV=0
  619. USB Audio Device, USB Audio
  620. Direct sample snooping device
  621. hw:CARD=Device,DEV=0
  622. USB Audio Device, USB Audio
  623. Direct hardware device without any conversions
  624. plughw:CARD=Device,DEV=0
  625. USB Audio Device, USB Audio
  626. Hardware device with all software conversions
  627. usbstream:CARD=Device
  628. USB Audio Device
  629. USB Stream Output
  630. ________________
  631. > alsa_info_do
  632. upload=true&script=true&cardinfo=
  633. !!################################
  634. !!ALSA Information Script v 0.4.64
  635. !!################################
  636.  
  637. !!Script ran on: Fri Aug 27 19:33:47 UTC 2021
  638.  
  639.  
  640. !!Linux Distribution
  641. !!------------------
  642.  
  643. Ubuntu 20.04.2 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS" NAME="Ubuntu" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.2 LTS" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=focal
  644.  
  645.  
  646. !!DMI Information
  647. !!---------------
  648.  
  649. Manufacturer: Acer
  650. Product Name: AOD257
  651. Product Version: V1.04
  652. Firmware Version: V1.04
  653. Board Vendor: Acer
  654. Board Name: JE06_PT
  655.  
  656.  
  657. !!ACPI Device Status Information
  658. !!---------------
  659.  
  660. /sys/bus/acpi/devices/PNP0103:00/status 15
  661. /sys/bus/acpi/devices/PNP0303:00/status 15
  662. /sys/bus/acpi/devices/PNP0C09:00/status 15
  663. /sys/bus/acpi/devices/PNP0C0A:00/status 31
  664. /sys/bus/acpi/devices/PNP0C0F:00/status 9
  665. /sys/bus/acpi/devices/PNP0C0F:01/status 9
  666. /sys/bus/acpi/devices/PNP0C0F:02/status 9
  667. /sys/bus/acpi/devices/PNP0C0F:03/status 9
  668. /sys/bus/acpi/devices/PNP0C0F:04/status 9
  669. /sys/bus/acpi/devices/PNP0C0F:05/status 9
  670. /sys/bus/acpi/devices/PNP0C0F:06/status 9
  671. /sys/bus/acpi/devices/PNP0C0F:07/status 9
  672. /sys/bus/acpi/devices/SYN1B20:00/status 15
  673.  
  674.  
  675. !!Kernel Information
  676. !!------------------
  677.  
  678. Kernel release: 5.11.0-25-generic
  679. Operating System: GNU/Linux
  680. Architecture: x86_64
  681. Processor: x86_64
  682. SMP Enabled: Yes
  683.  
  684.  
  685. !!ALSA Version
  686. !!------------
  687.  
  688. Driver version: k5.11.0-25-generic
  689. Library version: 1.2.2
  690. Utilities version: 1.2.2
  691.  
  692.  
  693. !!Loaded ALSA modules
  694. !!-------------------
  695.  
  696. snd_hda_intel
  697. snd_usb_audio
  698.  
  699.  
  700. !!Sound Servers on this system
  701. !!----------------------------
  702.  
  703. Pulseaudio:
  704. Installed - Yes (/usr/bin/pulseaudio)
  705. Running - Yes
  706.  
  707.  
  708. !!Soundcards recognised by ALSA
  709. !!-----------------------------
  710.  
  711. 0 [Intel ]: HDA-Intel - HDA Intel
  712. HDA Intel at 0x96200000 irq 29
  713. 1 [Device ]: USB-Audio - USB Audio Device
  714. C-Media Electronics Inc. USB Audio Device at usb-0000:00:1d.7-4.1, full speed
  715.  
  716.  
  717. !!PCI Soundcards installed in the system
  718. !!--------------------------------------
  719.  
  720. 00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 02)
  721. Subsystem: Acer Incorporated [ALI] NM10/ICH7 Family High Definition Audio Controller [1025:0590]
  722.  
  723.  
  724. !!Modprobe options (Sound related)
  725. !!--------------------------------
  726.  
  727. snd_pcsp: index=-2
  728. snd_usb_audio: index=-2
  729. snd_atiixp_modem: index=-2
  730. snd_intel8x0m: index=-2
  731. snd_via82xx_modem: index=-2
  732. snd_atiixp_modem: index=-2
  733. snd_intel8x0m: index=-2
  734. snd_via82xx_modem: index=-2
  735. snd_usb_audio: index=-2
  736. snd_usb_caiaq: index=-2
  737. snd_usb_ua101: index=-2
  738. snd_usb_us122l: index=-2
  739. snd_usb_usx2y: index=-2
  740. snd_cmipci: mpu_port=0x330 fm_port=0x388
  741. snd_pcsp: index=-2
  742. snd_usb_audio: index=-2
  743.  
  744.  
  745. !!Loaded sound module options
  746. !!---------------------------
  747.  
  748. !!Module: snd_hda_intel
  749. align_buffer_size : -1
  750. bdl_pos_adj : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  751. beep_mode : N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
  752. dmic_detect : Y
  753. enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
  754. enable_msi : -1
  755. id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  756. index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  757. jackpoll_ms : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  758. model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  759. patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  760. pm_blacklist : Y
  761. position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  762. power_save : 1
  763. power_save_controller : Y
  764. probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  765. probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  766. single_cmd : -1
  767. snoop : -1
  768.  
  769. !!Module: snd_usb_audio
  770. autoclock : Y
  771. delayed_register : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  772. device_setup : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  773. enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
  774. id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  775. ignore_ctl_error : N
  776. implicit_fb : N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
  777. index : -2,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  778. pid : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  779. quirk_alias : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  780. skip_validation : N
  781. use_vmalloc : Y
  782. vid : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  783.  
  784.  
  785. !!HDA-Intel Codec information
  786. !!---------------------------
  787. --startcollapse--
  788.  
  789. Codec: Realtek ALC269VB
  790. Address: 0
  791. AFG Function Id: 0x1 (unsol 1)
  792. Vendor Id: 0x10ec0269
  793. Subsystem Id: 0x10250590
  794. Revision Id: 0x100100
  795. No Modem Function Group found
  796. Default PCM:
  797. rates [0x560]: 44100 48000 96000 192000
  798. bits [0xe]: 16 20 24
  799. formats [0x1]: PCM
  800. Default Amp-In caps: N/A
  801. Default Amp-Out caps: N/A
  802. State of AFG node 0x01:
  803. Power states: D0 D1 D2 D3 CLKSTOP EPSS
  804. Power: setting=D0, actual=D0
  805. GPIO: io=2, o=0, i=0, unsolicited=1, wake=0
  806. IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  807. IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  808. Node 0x02 [Audio Output] wcaps 0x1d: Stereo Amp-Out
  809. Control: name="Headphone Playback Volume", index=0, device=0
  810. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  811. Device: name="ALC269VB Analog", type="Audio", device=0
  812. Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  813. Amp-Out vals: [0x00 0x00]
  814. Converter: stream=0, channel=0
  815. PCM:
  816. rates [0x560]: 44100 48000 96000 192000
  817. bits [0xe]: 16 20 24
  818. formats [0x1]: PCM
  819. Node 0x03 [Audio Output] wcaps 0x1d: Stereo Amp-Out
  820. Control: name="Speaker Playback Volume", index=0, device=0
  821. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  822. Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  823. Amp-Out vals: [0x3c 0x3c]
  824. Converter: stream=0, channel=0
  825. PCM:
  826. rates [0x560]: 44100 48000 96000 192000
  827. bits [0xe]: 16 20 24
  828. formats [0x1]: PCM
  829. Node 0x04 [Vendor Defined Widget] wcaps 0xf00000: Mono
  830. Node 0x05 [Vendor Defined Widget] wcaps 0xf00000: Mono
  831. Node 0x06 [Audio Output] wcaps 0x211: Stereo Digital
  832. Converter: stream=0, channel=0
  833. Digital:
  834. Digital category: 0x0
  835. IEC Coding Type: 0x0
  836. PCM:
  837. rates [0x5e0]: 44100 48000 88200 96000 192000
  838. bits [0xe]: 16 20 24
  839. formats [0x1]: PCM
  840. Node 0x07 [Vendor Defined Widget] wcaps 0xf00000: Mono
  841. Node 0x08 [Audio Input] wcaps 0x10011b: Stereo Amp-In
  842. Control: name="Capture Volume", index=0, device=0
  843. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  844. Control: name="Capture Switch", index=0, device=0
  845. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  846. Device: name="ALC269VB Analog", type="Audio", device=0
  847. Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
  848. Amp-In vals: [0x13 0x13]
  849. Converter: stream=0, channel=0
  850. SDI-Select: 0
  851. PCM:
  852. rates [0x560]: 44100 48000 96000 192000
  853. bits [0xe]: 16 20 24
  854. formats [0x1]: PCM
  855. Connection: 1
  856. 0x23
  857. Node 0x09 [Audio Input] wcaps 0x10011b: Stereo Amp-In
  858. Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
  859. Amp-In vals: [0x8b 0x8b]
  860. Converter: stream=0, channel=0
  861. SDI-Select: 0
  862. PCM:
  863. rates [0x560]: 44100 48000 96000 192000
  864. bits [0xe]: 16 20 24
  865. formats [0x1]: PCM
  866. Connection: 1
  867. 0x22
  868. Node 0x0a [Vendor Defined Widget] wcaps 0xf00000: Mono
  869. Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  870. Control: name="Internal Mic Playback Volume", index=0, device=0
  871. ControlAmp: chs=3, dir=In, idx=3, ofs=0
  872. Control: name="Internal Mic Playback Switch", index=0, device=0
  873. ControlAmp: chs=3, dir=In, idx=3, ofs=0
  874. Control: name="Mic Playback Volume", index=0, device=0
  875. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  876. Control: name="Mic Playback Switch", index=0, device=0
  877. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  878. Control: name="Beep Playback Volume", index=0, device=0
  879. ControlAmp: chs=3, dir=In, idx=4, ofs=0
  880. Control: name="Beep Playback Switch", index=0, device=0
  881. ControlAmp: chs=3, dir=In, idx=4, ofs=0
  882. Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
  883. Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  884. Connection: 5
  885. 0x18 0x19 0x1a 0x1b 0x1d
  886. Node 0x0c [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  887. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  888. Amp-In vals: [0x00 0x00] [0x80 0x80]
  889. Connection: 2
  890. 0x02 0x0b
  891. Node 0x0d [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  892. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  893. Amp-In vals: [0x00 0x00] [0x80 0x80]
  894. Connection: 2
  895. 0x03 0x0b
  896. Node 0x0e [Vendor Defined Widget] wcaps 0xf00000: Mono
  897. Node 0x0f [Audio Mixer] wcaps 0x20010a: Mono Amp-In
  898. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  899. Amp-In vals: [0x00] [0x80]
  900. Connection: 2
  901. 0x02 0x0b
  902. Node 0x10 [Vendor Defined Widget] wcaps 0xf00000: Mono
  903. Node 0x11 [Vendor Defined Widget] wcaps 0xf00000: Mono
  904. Node 0x12 [Pin Complex] wcaps 0x40000b: Stereo Amp-In
  905. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
  906. Amp-In vals: [0x00 0x00]
  907. Pincap 0x00000020: IN
  908. Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
  909. Conn = 1/8, Color = Black
  910. DefAssociation = 0xf, Sequence = 0x0
  911. Misc = NO_PRESENCE
  912. Pin-ctls: 0x00:
  913. Node 0x13 [Vendor Defined Widget] wcaps 0xf00000: Mono
  914. Node 0x14 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
  915. Control: name="Speaker Playback Switch", index=0, device=0
  916. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  917. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  918. Amp-Out vals: [0x00 0x00]
  919. Pincap 0x00010014: OUT EAPD Detect
  920. EAPD 0x2: EAPD
  921. Pin Default 0x99130110: [Fixed] Speaker at Int ATAPI
  922. Conn = ATAPI, Color = Unknown
  923. DefAssociation = 0x1, Sequence = 0x0
  924. Misc = NO_PRESENCE
  925. Pin-ctls: 0x40: OUT
  926. Unsolicited: tag=00, enabled=0
  927. Connection: 2
  928. 0x0c 0x0d*
  929. Node 0x15 [Vendor Defined Widget] wcaps 0xf00000: Mono
  930. Node 0x16 [Vendor Defined Widget] wcaps 0xf00000: Mono
  931. Node 0x17 [Pin Complex] wcaps 0x40010c: Mono Amp-Out
  932. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  933. Amp-Out vals: [0x80]
  934. Pincap 0x00000010: OUT
  935. Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
  936. Conn = 1/8, Color = Black
  937. DefAssociation = 0xf, Sequence = 0x0
  938. Misc = NO_PRESENCE
  939. Pin-ctls: 0x00:
  940. Connection: 1
  941. 0x0f
  942. Node 0x18 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
  943. Control: name="Mic Boost Volume", index=0, device=0
  944. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  945. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
  946. Amp-In vals: [0x00 0x00]
  947. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  948. Amp-Out vals: [0x80 0x80]
  949. Pincap 0x00001734: IN OUT Detect
  950. Vref caps: HIZ 50 GRD 80
  951. Pin Default 0x03a19820: [Jack] Mic at Ext Left
  952. Conn = 1/8, Color = Pink
  953. DefAssociation = 0x2, Sequence = 0x0
  954. Pin-ctls: 0x24: IN VREF_80
  955. Unsolicited: tag=02, enabled=1
  956. Connection: 1
  957. 0x0d
  958. Node 0x19 [Pin Complex] wcaps 0x40008b: Stereo Amp-In
  959. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
  960. Amp-In vals: [0x00 0x00]
  961. Pincap 0x00001724: IN Detect
  962. Vref caps: HIZ 50 GRD 80
  963. Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
  964. Conn = 1/8, Color = Black
  965. DefAssociation = 0xf, Sequence = 0x0
  966. Misc = NO_PRESENCE
  967. Pin-ctls: 0x20: IN VREF_HIZ
  968. Unsolicited: tag=00, enabled=0
  969. Node 0x1a [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
  970. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
  971. Amp-In vals: [0x00 0x00]
  972. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  973. Amp-Out vals: [0x80 0x80]
  974. Pincap 0x0000003c: IN OUT HP Detect
  975. Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
  976. Conn = 1/8, Color = Black
  977. DefAssociation = 0xf, Sequence = 0x0
  978. Misc = NO_PRESENCE
  979. Pin-ctls: 0x20: IN
  980. Unsolicited: tag=00, enabled=0
  981. Connection: 2
  982. 0x0c* 0x0d
  983. Node 0x1b [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
  984. Control: name="Internal Mic Boost Volume", index=0, device=0
  985. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  986. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
  987. Amp-In vals: [0x00 0x00]
  988. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  989. Amp-Out vals: [0x80 0x80]
  990. Pincap 0x00000034: IN OUT Detect
  991. Pin Default 0x99a30930: [Fixed] Mic at Int ATAPI
  992. Conn = ATAPI, Color = Unknown
  993. DefAssociation = 0x3, Sequence = 0x0
  994. Misc = NO_PRESENCE
  995. Pin-ctls: 0x20: IN
  996. Unsolicited: tag=00, enabled=0
  997. Connection: 2
  998. 0x0c* 0x0d
  999. Node 0x1c [Vendor Defined Widget] wcaps 0xf00000: Mono
  1000. Node 0x1d [Pin Complex] wcaps 0x400000: Mono
  1001. Pincap 0x00000020: IN
  1002. Pin Default 0x598301f0: [N/A] Line In at Int ATAPI
  1003. Conn = ATAPI, Color = Unknown
  1004. DefAssociation = 0xf, Sequence = 0x0
  1005. Misc = NO_PRESENCE
  1006. Pin-ctls: 0x20: IN
  1007. Node 0x1e [Pin Complex] wcaps 0x400381: Stereo Digital
  1008. Pincap 0x00000014: OUT Detect
  1009. Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
  1010. Conn = 1/8, Color = Black
  1011. DefAssociation = 0xf, Sequence = 0x0
  1012. Misc = NO_PRESENCE
  1013. Pin-ctls: 0x40: OUT
  1014. Unsolicited: tag=00, enabled=0
  1015. Connection: 1
  1016. 0x06
  1017. Node 0x1f [Vendor Defined Widget] wcaps 0xf00000: Mono
  1018. Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
  1019. Processing caps: benign=0, ncoeff=25
  1020. Node 0x21 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
  1021. Control: name="Headphone Playback Switch", index=0, device=0
  1022. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1023. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1024. Amp-Out vals: [0x80 0x80]
  1025. Pincap 0x0000001c: OUT HP Detect
  1026. Pin Default 0x0321101f: [Jack] HP Out at Ext Left
  1027. Conn = 1/8, Color = Black
  1028. DefAssociation = 0x1, Sequence = 0xf
  1029. Pin-ctls: 0xc0: OUT HP
  1030. Unsolicited: tag=01, enabled=1
  1031. Connection: 2
  1032. 0x0c* 0x0d
  1033. Node 0x22 [Audio Selector] wcaps 0x30010b: Stereo Amp-In
  1034. Amp-In caps: N/A
  1035. Amp-In vals: [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00]
  1036. Connection: 7
  1037. 0x18* 0x19 0x1a 0x1b 0x1d 0x0b 0x12
  1038. Node 0x23 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  1039. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1040. Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80]
  1041. Connection: 6
  1042. 0x18 0x19 0x1a 0x1b 0x1d 0x0b
  1043. --endcollapse--
  1044.  
  1045.  
  1046. !!USB Mixer information
  1047. !!---------------------
  1048. --startcollapse--
  1049.  
  1050. USB Mixer: usb_id=0x0d8c0014, ctrlif=0, ctlerr=0
  1051. Card: C-Media Electronics Inc. USB Audio Device at usb-0000:00:1d.7-4.1, full speed
  1052. Unit: 9
  1053. Control: name="Speaker Playback Volume", index=0
  1054. Info: id=9, control=2, cmask=0x3, channels=2, type="S16"
  1055. Volume: min=-9472, max=0, dBmin=-3700, dBmax=0
  1056. Unit: 9
  1057. Control: name="Speaker Playback Switch", index=0
  1058. Info: id=9, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
  1059. Volume: min=0, max=1, dBmin=0, dBmax=0
  1060. Unit: 10
  1061. Control: name="Auto Gain Control", index=0
  1062. Info: id=10, control=7, cmask=0x0, channels=1, type="BOOLEAN"
  1063. Volume: min=0, max=1, dBmin=0, dBmax=0
  1064. Unit: 10
  1065. Control: name="Mic Capture Volume", index=0
  1066. Info: id=10, control=2, cmask=0x0, channels=1, type="S16"
  1067. Volume: min=-3072, max=5888, dBmin=-1200, dBmax=2300
  1068. Unit: 10
  1069. Control: name="Mic Capture Switch", index=0
  1070. Info: id=10, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
  1071. Volume: min=0, max=1, dBmin=0, dBmax=0
  1072. Unit: 13
  1073. Control: name="Mic Playback Volume", index=0
  1074. Info: id=13, control=2, cmask=0x0, channels=1, type="S16"
  1075. Volume: min=-5888, max=2048, dBmin=-2300, dBmax=800
  1076. Unit: 13
  1077. Control: name="Mic Playback Switch", index=0
  1078. Info: id=13, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
  1079. Volume: min=0, max=1, dBmin=0, dBmax=0
  1080. --endcollapse--
  1081.  
  1082.  
  1083. !!ALSA Device nodes
  1084. !!-----------------
  1085.  
  1086. crw-rw----+ 1 root audio 116, 8 Aug 14 22:04 /dev/snd/controlC0
  1087. crw-rw----+ 1 root audio 116, 4 Aug 17 05:55 /dev/snd/controlC1
  1088. crw-rw----+ 1 root audio 116, 7 Aug 14 22:04 /dev/snd/hwC0D0
  1089. crw-rw----+ 1 root audio 116, 6 Aug 24 23:03 /dev/snd/pcmC0D0c
  1090. crw-rw----+ 1 root audio 116, 5 Aug 24 23:03 /dev/snd/pcmC0D0p
  1091. crw-rw----+ 1 root audio 116, 3 Aug 27 14:26 /dev/snd/pcmC1D0c
  1092. crw-rw----+ 1 root audio 116, 2 Aug 27 14:33 /dev/snd/pcmC1D0p
  1093. crw-rw----+ 1 root audio 116, 1 Aug 14 22:04 /dev/snd/seq
  1094. crw-rw----+ 1 root audio 116, 33 Aug 14 22:04 /dev/snd/timer
  1095.  
  1096. /dev/snd/by-id:
  1097. total 0
  1098. drwxr-xr-x 2 root root 60 Aug 17 05:55 .
  1099. drwxr-xr-x 4 root root 260 Aug 17 05:55 ..
  1100. lrwxrwxrwx 1 root root 12 Aug 17 05:55 usb-C-Media_Electronics_Inc._USB_Audio_Device-00 -> ../controlC1
  1101.  
  1102. /dev/snd/by-path:
  1103. total 0
  1104. drwxr-xr-x 2 root root 80 Aug 17 05:55 .
  1105. drwxr-xr-x 4 root root 260 Aug 17 05:55 ..
  1106. lrwxrwxrwx 1 root root 12 Aug 14 22:04 pci-0000:00:1b.0 -> ../controlC0
  1107. lrwxrwxrwx 1 root root 12 Aug 17 05:55 pci-0000:00:1d.7-usb-0:4.1:1.0 -> ../controlC1
  1108.  
  1109.  
  1110. !!Aplay/Arecord output
  1111. !!--------------------
  1112.  
  1113. APLAY
  1114.  
  1115. **** List of PLAYBACK Hardware Devices ****
  1116. card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
  1117. Subdevices: 1/1
  1118. Subdevice #0: subdevice #0
  1119. card 1: Device [USB Audio Device], device 0: USB Audio [USB Audio]
  1120. Subdevices: 0/1
  1121. Subdevice #0: subdevice #0
  1122.  
  1123. ARECORD
  1124.  
  1125. **** List of CAPTURE Hardware Devices ****
  1126. card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
  1127. Subdevices: 1/1
  1128. Subdevice #0: subdevice #0
  1129. card 1: Device [USB Audio Device], device 0: USB Audio [USB Audio]
  1130. Subdevices: 0/1
  1131. Subdevice #0: subdevice #0
  1132.  
  1133. !!Amixer output
  1134. !!-------------
  1135.  
  1136. !!-------Mixer controls for card Intel
  1137.  
  1138. Card hw:0 'Intel'/'HDA Intel at 0x96200000 irq 29'
  1139. Mixer name : 'Realtek ALC269VB'
  1140. Components : 'HDA:10ec0269,10250590,00100100'
  1141. Controls : 26
  1142. Simple ctrls : 13
  1143. Simple mixer control 'Master',0
  1144. Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  1145. Playback channels: Mono
  1146. Limits: Playback 0 - 87
  1147. Mono: Playback 60 [69%] [-20.25dB] [on]
  1148. Simple mixer control 'Headphone',0
  1149. Capabilities: pvolume pswitch
  1150. Playback channels: Front Left - Front Right
  1151. Limits: Playback 0 - 87
  1152. Mono:
  1153. Front Left: Playback 0 [0%] [-65.25dB] [off]
  1154. Front Right: Playback 0 [0%] [-65.25dB] [off]
  1155. Simple mixer control 'Speaker',0
  1156. Capabilities: pvolume pswitch
  1157. Playback channels: Front Left - Front Right
  1158. Limits: Playback 0 - 87
  1159. Mono:
  1160. Front Left: Playback 87 [100%] [0.00dB] [on]
  1161. Front Right: Playback 87 [100%] [0.00dB] [on]
  1162. Simple mixer control 'PCM',0
  1163. Capabilities: pvolume
  1164. Playback channels: Front Left - Front Right
  1165. Limits: Playback 0 - 255
  1166. Mono:
  1167. Front Left: Playback 255 [100%] [0.00dB]
  1168. Front Right: Playback 255 [100%] [0.00dB]
  1169. Simple mixer control 'Mic',0
  1170. Capabilities: pvolume pswitch
  1171. Playback channels: Front Left - Front Right
  1172. Limits: Playback 0 - 31
  1173. Mono:
  1174. Front Left: Playback 0 [0%] [-34.50dB] [off]
  1175. Front Right: Playback 0 [0%] [-34.50dB] [off]
  1176. Simple mixer control 'Mic Boost',0
  1177. Capabilities: volume
  1178. Playback channels: Front Left - Front Right
  1179. Capture channels: Front Left - Front Right
  1180. Limits: 0 - 3
  1181. Front Left: 0 [0%] [0.00dB]
  1182. Front Right: 0 [0%] [0.00dB]
  1183. Simple mixer control 'Beep',0
  1184. Capabilities: pvolume pswitch
  1185. Playback channels: Front Left - Front Right
  1186. Limits: Playback 0 - 31
  1187. Mono:
  1188. Front Left: Playback 0 [0%] [-34.50dB] [off]
  1189. Front Right: Playback 0 [0%] [-34.50dB] [off]
  1190. Simple mixer control 'Capture',0
  1191. Capabilities: cvolume cswitch
  1192. Capture channels: Front Left - Front Right
  1193. Limits: Capture 0 - 31
  1194. Front Left: Capture 19 [61%] [12.00dB] [on]
  1195. Front Right: Capture 19 [61%] [12.00dB] [on]
  1196. Simple mixer control 'Auto-Mute Mode',0
  1197. Capabilities: enum
  1198. Items: 'Disabled' 'Enabled'
  1199. Item0: 'Enabled'
  1200. Simple mixer control 'Digital',0
  1201. Capabilities: cvolume
  1202. Capture channels: Front Left - Front Right
  1203. Limits: Capture 0 - 120
  1204. Front Left: Capture 60 [50%] [0.00dB]
  1205. Front Right: Capture 60 [50%] [0.00dB]
  1206. Simple mixer control 'Internal Mic',0
  1207. Capabilities: pvolume pswitch
  1208. Playback channels: Front Left - Front Right
  1209. Limits: Playback 0 - 31
  1210. Mono:
  1211. Front Left: Playback 0 [0%] [-34.50dB] [off]
  1212. Front Right: Playback 0 [0%] [-34.50dB] [off]
  1213. Simple mixer control 'Internal Mic Boost',0
  1214. Capabilities: volume
  1215. Playback channels: Front Left - Front Right
  1216. Capture channels: Front Left - Front Right
  1217. Limits: 0 - 3
  1218. Front Left: 0 [0%] [0.00dB]
  1219. Front Right: 0 [0%] [0.00dB]
  1220. Simple mixer control 'Loopback Mixing',0
  1221. Capabilities: enum
  1222. Items: 'Disabled' 'Enabled'
  1223. Item0: 'Disabled'
  1224.  
  1225. !!-------Mixer controls for card Device
  1226.  
  1227. Card hw:1 'Device'/'C-Media Electronics Inc. USB Audio Device at usb-0000:00:1d.7-4.1, full speed'
  1228. Mixer name : 'USB Mixer'
  1229. Components : 'USB0d8c:0014'
  1230. Controls : 9
  1231. Simple ctrls : 3
  1232. Simple mixer control 'Speaker',0
  1233. Capabilities: pvolume pswitch pswitch-joined
  1234. Playback channels: Front Left - Front Right
  1235. Limits: Playback 0 - 37
  1236. Mono:
  1237. Front Left: Playback 37 [100%] [0.00dB] [on]
  1238. Front Right: Playback 37 [100%] [0.00dB] [on]
  1239. Simple mixer control 'Mic',0
  1240. Capabilities: pvolume pvolume-joined cvolume cvolume-joined pswitch pswitch-joined cswitch cswitch-joined
  1241. Playback channels: Mono
  1242. Capture channels: Mono
  1243. Limits: Playback 0 - 31 Capture 0 - 35
  1244. Mono: Playback 16 [52%] [-7.00dB] [off] Capture 12 [34%] [0.00dB] [on]
  1245. Simple mixer control 'Auto Gain Control',0
  1246. Capabilities: pswitch pswitch-joined
  1247. Playback channels: Mono
  1248. Mono: Playback [on]
  1249.  
  1250.  
  1251. !!Alsactl output
  1252. !!--------------
  1253.  
  1254. --startcollapse--
  1255. state.Intel {
  1256. control.1 {
  1257. iface MIXER
  1258. name 'Headphone Playback Volume'
  1259. value.0 0
  1260. value.1 0
  1261. comment {
  1262. access 'read write'
  1263. type INTEGER
  1264. count 2
  1265. range '0 - 87'
  1266. dbmin -6525
  1267. dbmax 0
  1268. dbvalue.0 -6525
  1269. dbvalue.1 -6525
  1270. }
  1271. }
  1272. control.2 {
  1273. iface MIXER
  1274. name 'Headphone Playback Switch'
  1275. value.0 false
  1276. value.1 false
  1277. comment {
  1278. access 'read write'
  1279. type BOOLEAN
  1280. count 2
  1281. }
  1282. }
  1283. control.3 {
  1284. iface MIXER
  1285. name 'Speaker Playback Volume'
  1286. value.0 87
  1287. value.1 87
  1288. comment {
  1289. access 'read write'
  1290. type INTEGER
  1291. count 2
  1292. range '0 - 87'
  1293. dbmin -6525
  1294. dbmax 0
  1295. dbvalue.0 0
  1296. dbvalue.1 0
  1297. }
  1298. }
  1299. control.4 {
  1300. iface MIXER
  1301. name 'Speaker Playback Switch'
  1302. value.0 true
  1303. value.1 true
  1304. comment {
  1305. access 'read write'
  1306. type BOOLEAN
  1307. count 2
  1308. }
  1309. }
  1310. control.5 {
  1311. iface MIXER
  1312. name 'Loopback Mixing'
  1313. value Disabled
  1314. comment {
  1315. access 'read write'
  1316. type ENUMERATED
  1317. count 1
  1318. item.0 Disabled
  1319. item.1 Enabled
  1320. }
  1321. }
  1322. control.6 {
  1323. iface MIXER
  1324. name 'Internal Mic Playback Volume'
  1325. value.0 0
  1326. value.1 0
  1327. comment {
  1328. access 'read write'
  1329. type INTEGER
  1330. count 2
  1331. range '0 - 31'
  1332. dbmin -3450
  1333. dbmax 1200
  1334. dbvalue.0 -3450
  1335. dbvalue.1 -3450
  1336. }
  1337. }
  1338. control.7 {
  1339. iface MIXER
  1340. name 'Internal Mic Playback Switch'
  1341. value.0 false
  1342. value.1 false
  1343. comment {
  1344. access 'read write'
  1345. type BOOLEAN
  1346. count 2
  1347. }
  1348. }
  1349. control.8 {
  1350. iface MIXER
  1351. name 'Mic Playback Volume'
  1352. value.0 0
  1353. value.1 0
  1354. comment {
  1355. access 'read write'
  1356. type INTEGER
  1357. count 2
  1358. range '0 - 31'
  1359. dbmin -3450
  1360. dbmax 1200
  1361. dbvalue.0 -3450
  1362. dbvalue.1 -3450
  1363. }
  1364. }
  1365. control.9 {
  1366. iface MIXER
  1367. name 'Mic Playback Switch'
  1368. value.0 false
  1369. value.1 false
  1370. comment {
  1371. access 'read write'
  1372. type BOOLEAN
  1373. count 2
  1374. }
  1375. }
  1376. control.10 {
  1377. iface MIXER
  1378. name 'Auto-Mute Mode'
  1379. value Enabled
  1380. comment {
  1381. access 'read write'
  1382. type ENUMERATED
  1383. count 1
  1384. item.0 Disabled
  1385. item.1 Enabled
  1386. }
  1387. }
  1388. control.11 {
  1389. iface MIXER
  1390. name 'Capture Volume'
  1391. value.0 19
  1392. value.1 19
  1393. comment {
  1394. access 'read write'
  1395. type INTEGER
  1396. count 2
  1397. range '0 - 31'
  1398. dbmin -1650
  1399. dbmax 3000
  1400. dbvalue.0 1200
  1401. dbvalue.1 1200
  1402. }
  1403. }
  1404. control.12 {
  1405. iface MIXER
  1406. name 'Capture Switch'
  1407. value.0 true
  1408. value.1 true
  1409. comment {
  1410. access 'read write'
  1411. type BOOLEAN
  1412. count 2
  1413. }
  1414. }
  1415. control.13 {
  1416. iface MIXER
  1417. name 'Internal Mic Boost Volume'
  1418. value.0 0
  1419. value.1 0
  1420. comment {
  1421. access 'read write'
  1422. type INTEGER
  1423. count 2
  1424. range '0 - 3'
  1425. dbmin 0
  1426. dbmax 3600
  1427. dbvalue.0 0
  1428. dbvalue.1 0
  1429. }
  1430. }
  1431. control.14 {
  1432. iface MIXER
  1433. name 'Mic Boost Volume'
  1434. value.0 0
  1435. value.1 0
  1436. comment {
  1437. access 'read write'
  1438. type INTEGER
  1439. count 2
  1440. range '0 - 3'
  1441. dbmin 0
  1442. dbmax 3600
  1443. dbvalue.0 0
  1444. dbvalue.1 0
  1445. }
  1446. }
  1447. control.15 {
  1448. iface MIXER
  1449. name 'Beep Playback Volume'
  1450. value.0 0
  1451. value.1 0
  1452. comment {
  1453. access 'read write'
  1454. type INTEGER
  1455. count 2
  1456. range '0 - 31'
  1457. dbmin -3450
  1458. dbmax 1200
  1459. dbvalue.0 -3450
  1460. dbvalue.1 -3450
  1461. }
  1462. }
  1463. control.16 {
  1464. iface MIXER
  1465. name 'Beep Playback Switch'
  1466. value.0 false
  1467. value.1 false
  1468. comment {
  1469. access 'read write'
  1470. type BOOLEAN
  1471. count 2
  1472. }
  1473. }
  1474. control.17 {
  1475. iface MIXER
  1476. name 'Master Playback Volume'
  1477. value 60
  1478. comment {
  1479. access 'read write'
  1480. type INTEGER
  1481. count 1
  1482. range '0 - 87'
  1483. dbmin -6525
  1484. dbmax 0
  1485. dbvalue.0 -2025
  1486. }
  1487. }
  1488. control.18 {
  1489. iface MIXER
  1490. name 'Master Playback Switch'
  1491. value true
  1492. comment {
  1493. access 'read write'
  1494. type BOOLEAN
  1495. count 1
  1496. }
  1497. }
  1498. control.19 {
  1499. iface CARD
  1500. name 'Internal Mic Phantom Jack'
  1501. value true
  1502. comment {
  1503. access read
  1504. type BOOLEAN
  1505. count 1
  1506. }
  1507. }
  1508. control.20 {
  1509. iface CARD
  1510. name 'Mic Jack'
  1511. value false
  1512. comment {
  1513. access read
  1514. type BOOLEAN
  1515. count 1
  1516. }
  1517. }
  1518. control.21 {
  1519. iface CARD
  1520. name 'Headphone Jack'
  1521. value false
  1522. comment {
  1523. access read
  1524. type BOOLEAN
  1525. count 1
  1526. }
  1527. }
  1528. control.22 {
  1529. iface CARD
  1530. name 'Speaker Phantom Jack'
  1531. value true
  1532. comment {
  1533. access read
  1534. type BOOLEAN
  1535. count 1
  1536. }
  1537. }
  1538. control.23 {
  1539. iface PCM
  1540. name 'Playback Channel Map'
  1541. value.0 0
  1542. value.1 0
  1543. comment {
  1544. access read
  1545. type INTEGER
  1546. count 2
  1547. range '0 - 36'
  1548. }
  1549. }
  1550. control.24 {
  1551. iface PCM
  1552. name 'Capture Channel Map'
  1553. value.0 0
  1554. value.1 0
  1555. comment {
  1556. access read
  1557. type INTEGER
  1558. count 2
  1559. range '0 - 36'
  1560. }
  1561. }
  1562. control.25 {
  1563. iface MIXER
  1564. name 'PCM Playback Volume'
  1565. value.0 255
  1566. value.1 255
  1567. comment {
  1568. access 'read write user'
  1569. type INTEGER
  1570. count 2
  1571. range '0 - 255'
  1572. tlv '0000000100000008ffffec1400000014'
  1573. dbmin -5100
  1574. dbmax 0
  1575. dbvalue.0 0
  1576. dbvalue.1 0
  1577. }
  1578. }
  1579. control.26 {
  1580. iface MIXER
  1581. name 'Digital Capture Volume'
  1582. value.0 60
  1583. value.1 60
  1584. comment {
  1585. access 'read write user'
  1586. type INTEGER
  1587. count 2
  1588. range '0 - 120'
  1589. tlv '0000000100000008fffff44800000032'
  1590. dbmin -3000
  1591. dbmax 3000
  1592. dbvalue.0 0
  1593. dbvalue.1 0
  1594. }
  1595. }
  1596. }
  1597. state.Device {
  1598. control.1 {
  1599. iface PCM
  1600. name 'Playback Channel Map'
  1601. value.0 3
  1602. value.1 4
  1603. comment {
  1604. access read
  1605. type INTEGER
  1606. count 2
  1607. range '0 - 36'
  1608. }
  1609. }
  1610. control.2 {
  1611. iface PCM
  1612. name 'Capture Channel Map'
  1613. value 2
  1614. comment {
  1615. access read
  1616. type INTEGER
  1617. count 1
  1618. range '0 - 36'
  1619. }
  1620. }
  1621. control.3 {
  1622. iface MIXER
  1623. name 'Mic Playback Switch'
  1624. value false
  1625. comment {
  1626. access 'read write'
  1627. type BOOLEAN
  1628. count 1
  1629. }
  1630. }
  1631. control.4 {
  1632. iface MIXER
  1633. name 'Mic Playback Volume'
  1634. value 16
  1635. comment {
  1636. access 'read write'
  1637. type INTEGER
  1638. count 1
  1639. range '0 - 31'
  1640. dbmin -9999999
  1641. dbmax 800
  1642. dbvalue.0 -700
  1643. }
  1644. }
  1645. control.5 {
  1646. iface MIXER
  1647. name 'Speaker Playback Switch'
  1648. value true
  1649. comment {
  1650. access 'read write'
  1651. type BOOLEAN
  1652. count 1
  1653. }
  1654. }
  1655. control.6 {
  1656. iface MIXER
  1657. name 'Speaker Playback Volume'
  1658. value.0 37
  1659. value.1 37
  1660. comment {
  1661. access 'read write'
  1662. type INTEGER
  1663. count 2
  1664. range '0 - 37'
  1665. dbmin -9999999
  1666. dbmax 0
  1667. dbvalue.0 0
  1668. dbvalue.1 0
  1669. }
  1670. }
  1671. control.7 {
  1672. iface MIXER
  1673. name 'Mic Capture Switch'
  1674. value true
  1675. comment {
  1676. access 'read write'
  1677. type BOOLEAN
  1678. count 1
  1679. }
  1680. }
  1681. control.8 {
  1682. iface MIXER
  1683. name 'Mic Capture Volume'
  1684. value 12
  1685. comment {
  1686. access 'read write'
  1687. type INTEGER
  1688. count 1
  1689. range '0 - 35'
  1690. dbmin -1200
  1691. dbmax 2300
  1692. dbvalue.0 0
  1693. }
  1694. }
  1695. control.9 {
  1696. iface MIXER
  1697. name 'Auto Gain Control'
  1698. value true
  1699. comment {
  1700. access 'read write'
  1701. type BOOLEAN
  1702. count 1
  1703. }
  1704. }
  1705. }
  1706. --endcollapse--
  1707.  
  1708.  
  1709. !!All Loaded Modules
  1710. !!------------------
  1711.  
  1712. ac97_bus
  1713. acer_wmi
  1714. at24
  1715. ath
  1716. ath9k
  1717. ath9k_common
  1718. ath9k_hw
  1719. autofs4
  1720. blake2b_generic
  1721. btrfs
  1722. ccm
  1723. cec
  1724. cfg80211
  1725. coretemp
  1726. cpuid
  1727. drm
  1728. drm_kms_helper
  1729. fb_sys_fops
  1730. ftdi_sio
  1731. hfs
  1732. hfsplus
  1733. hid
  1734. hid_generic
  1735. i2c_algo_bit
  1736. i2c_i801
  1737. i2c_smbus
  1738. i915
  1739. input_leds
  1740. ip_tables
  1741. jfs
  1742. joydev
  1743. ledtrig_audio
  1744. libarc4
  1745. libcrc32c
  1746. lp
  1747. lpc_ich
  1748. mac80211
  1749. mac_hid
  1750. mc
  1751. minix
  1752. mmc_block
  1753. msdos
  1754. nls_iso8859_1
  1755. ntfs
  1756. parport
  1757. parport_pc
  1758. pata_acpi
  1759. pl2303
  1760. ppdev
  1761. psmouse
  1762. qnx4
  1763. r8169
  1764. raid6_pq
  1765. rc_core
  1766. realtek
  1767. rtsx_pci
  1768. rtsx_pci_sdmmc
  1769. sch_fq_codel
  1770. serio_raw
  1771. snd
  1772. snd_compress
  1773. snd_hda_codec
  1774. snd_hda_codec_generic
  1775. snd_hda_codec_realtek
  1776. snd_hda_core
  1777. snd_hda_intel
  1778. snd_hwdep
  1779. snd_intel_dspcfg
  1780. snd_pcm
  1781. snd_pcm_dmaengine
  1782. snd_rawmidi
  1783. snd_seq
  1784. snd_seq_device
  1785. snd_seq_midi
  1786. snd_seq_midi_event
  1787. snd_soc_core
  1788. snd_timer
  1789. snd_usb_audio
  1790. snd_usbmidi_lib
  1791. soundcore
  1792. soundwire_bus
  1793. soundwire_cadence
  1794. soundwire_generic_allocation
  1795. soundwire_intel
  1796. sparse_keymap
  1797. syscopyarea
  1798. sysfillrect
  1799. sysimgblt
  1800. ufs
  1801. usbhid
  1802. usbserial
  1803. uvcvideo
  1804. video
  1805. videobuf2_common
  1806. videobuf2_memops
  1807. videobuf2_v4l2
  1808. videobuf2_vmalloc
  1809. videodev
  1810. wmi
  1811. wmi_bmof
  1812. x_tables
  1813. xfs
  1814. xor
  1815.  
  1816.  
  1817. !!Sysfs Files
  1818. !!-----------
  1819.  
  1820. /sys/class/sound/hwC0D0/init_pin_configs:
  1821. 0x12 0x411111f0
  1822. 0x14 0x99130110
  1823. 0x17 0x411111f0
  1824. 0x18 0x03a19820
  1825. 0x19 0x411111f0
  1826. 0x1a 0x411111f0
  1827. 0x1b 0x99a30930
  1828. 0x1d 0x598301f0
  1829. 0x1e 0x411111f0
  1830. 0x21 0x0321101f
  1831.  
  1832. /sys/class/sound/hwC0D0/driver_pin_configs:
  1833.  
  1834. /sys/class/sound/hwC0D0/user_pin_configs:
  1835.  
  1836. /sys/class/sound/hwC0D0/init_verbs:
  1837.  
  1838. /sys/class/sound/hwC0D0/hints:
  1839.  
  1840.  
  1841. !!ALSA/HDA dmesg
  1842. !!--------------
  1843.  
  1844. [ 0.343713] ACPI: Added _OSI(Linux-Dell-Video)
  1845. [ 0.343717] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  1846. [ 0.343722] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
  1847. --
  1848. [ 28.506677] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffff9ccec0860000, irq=17
  1849. [ 29.217615] usbcore: registered new interface driver snd-usb-audio
  1850. [ 31.126771] uvcvideo: Found UVC 1.00 device WebCam (0402:7675)
  1851. --
  1852. [ 32.243883] ath9k 0000:02:00.0 wlp2s0: renamed from wlan0
  1853. [ 34.566118] snd_hda_codec_realtek hdaudioC0D0: ALC269VB: SKU not ready 0x598301f0
  1854. [ 34.566678] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  1855. [ 34.566700] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  1856. [ 34.566713] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  1857. [ 34.566726] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
  1858. [ 34.566735] snd_hda_codec_realtek hdaudioC0D0: inputs:
  1859. [ 34.566744] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x1b
  1860. [ 34.566755] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
  1861. [ 34.584471] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
  1862. [ 34.584792] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
  1863. [ 57.571129] audit: type=1400 audit(1628996680.320:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=566 comm="apparmor_parser"
  1864.  
  1865.  
  1866.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement