Linux에서는 소리가 나지 않습니다.

Linux에서는 소리가 나지 않습니다.

그래서 내 Linux 배포판에서는 사운드가 작동했습니다. 저는 Qubes OS, Tails, Fedora를 사용합니다. 이전에는 모두 소리가 있었지만 재설치 후에도 어떤 이유로 손실되었습니다. Qubes OS의 Pavucontrol은 유일한 출력 장치로 "가상 출력"을 제공합니다. Tails의 사운드 관리자가 나에게 같은 오류를 표시했습니다. 처음에는 BIOS 구성을 재설정하기 전에 HDMI Unplugged 오류가 발생했습니다. 여러분이 터미널 출력을 좋아한다는 것을 알고 있으므로 여기에 몇 가지가 있습니다. 다음 명령은 Debian 기반 Tails 내에서 실행됩니다.

amnesia@amnesia:~$ speaker-test 

speaker-test 1.1.3

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 192 to 2097152
Period size range from 64 to 699051
Using max buffer size 2097152
Periods = 4
was set period_size = 524288
was set buffer_size = 2097152
0 - Front Left
^Z
[2]+  Stopped                 speaker-test

또 다른 명령:

amnesia@amnesia:~$ ps -C pulseaudio
  PID TTY          TIME CMD
  7801 ?        00:00:00 pulseaudio
  8678 ?        00:00:00 pulseaudio

그리고 하나 더:

amnesia@amnesia:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

내 하드웨어 정보는 다음과 같습니다.

amnesia@amnesia:~$ lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    2
Core(s) per socket:    2
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 78
Model name:            Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
Stepping:              3
CPU MHz:               625.634
CPU max MHz:           2800.0000
CPU min MHz:           400.0000
BogoMIPS:              4800.00
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              3072K
NUMA node0 CPU(s):     0-3
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch epb intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp

dmesg출력 덤프: https://pastebin.com/NF8yE8u0

lspci 출력:

amnesia@amnesia:~$ (lspci -nn | grep -i audio)
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d70] (rev 21)

lsusb 출력:

Bus 002 Device 002: ID 8086:0a66 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 2a94:5241  
Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 006: ID 1058:0740 Western Digital Technologies, Inc. My Passport Essential (WDBACY)
Bus 001 Device 002: ID 048d:1176 Integrated Technology Express, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

추가 정보: 이것은 노트북입니다. 내장 스피커에서 소리가 나지 않고 헤드폰이 감지되지 않으며 소리가 출력되지 않습니다.

연구를 통해 수집한 바에 따르면 운영 체제가 사운드 카드를 인식하지 못하는데 이상하게도 배포판이 세 개일 때 이런 일이 발생합니다. 나는 모든 사람의 제안을 듣고 싶습니다.

관련 정보