質問編集履歴

2

TaichiYanagiyaさんの解決法を試した結果を追記

2022/09/19 13:46

投稿

melted-snow
melted-snow

スコア22

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,14 @@
21
21
  [snd_hda_macbookproのインストール・実行(Ubuntu)](https://askubuntu.com/questions/1254124/ubuntu-20-04-lts-no-sound-on-macbookpro)
22
22
  [/usr/share/wireplumber/main.lua.d/50-alsa-config.luaの書き換え、systemctlコマンドの実行(Fedora、動画)](https://www.youtube.com/watch?v=pgF90FFepcA)
23
23
  [alsamixerやpulseaudioコマンドをいじる(Ubuntu)](https://www.maketecheasier.com/fix-no-sound-issue-ubuntu/)
24
+
25
+ #### TaichiYanagiyaさんの解決法を試した結果
26
+ 1. Ubuntu Mainline Kernel Installerを使用して、Kernelを5.15.0.46.49->5.19.5にアップデート (5.19.6以上は表示されず)
27
+ 2. /etc/modprobe.d/alsa-base.conf に `options snd-hda-intel model=bullseye` を追記
28
+ 3. `bullseye`の部分を`warlock`, `warlock mlk`, `warlock mlk dual mic`, `cyborg`, `dolphin`, `odin`に入れ替え&再起動を繰り返す
29
+ 4. その際alsamixerでミュートを消す、各音量を上げるなども行う
30
+ 以上を行ってもダメでした
31
+ (ただし、`dolphin`のときのみ、設定->サウンド->出力デバイスの項目が「スピーカー-内部オーディオ」から「ライン出力-内部オーディオ」に変化しました)
24
32
 
25
33
  ### 補足情報(FW/ツールのバージョンなど)
26
34
 

1

lspci, lsmodの結果を追記

2022/09/19 02:08

投稿

melted-snow
melted-snow

スコア22

test CHANGED
File without changes
test CHANGED
@@ -30,3 +30,159 @@
30
30
  Etcher version: 1.7.9
31
31
  Fedora Media Writer version: 5.0.3
32
32
 
33
+ ```
34
+ $ lspci
35
+ 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 03)
36
+ 00:02.0 VGA compatible controller: Intel Corporation Iris Plus Graphics 640 (rev 06)
37
+ 00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
38
+ 00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
39
+ 00:15.2 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #2 (rev 21)
40
+ 00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
41
+ 00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
42
+ 00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
43
+ 00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
44
+ 00:1d.1 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #10 (rev f1)
45
+ 00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 (rev 21)
46
+ 00:1e.3 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #1 (rev 21)
47
+ 00:1f.0 ISA bridge: Intel Corporation Sunrise Point LPC Controller/eSPI Controller (rev 21)
48
+ 00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
49
+ 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
50
+ 00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
51
+ 01:00.0 Mass storage controller: Apple Inc. S3X NVMe Controller (rev 12)
52
+ 02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4350 802.11ac Wireless Network Adapter (rev 05)
53
+ 03:00.0 Multimedia controller: Broadcom Inc. and subsidiaries 720p FaceTime HD Camera
54
+ 04:00.0 PCI bridge: Intel Corporation DSL6540 Thunderbolt 3 Bridge [Alpine Ridge 4C 2015] (rev 02)
55
+ 05:00.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02)
56
+ 05:01.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02)
57
+ 05:02.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02)
58
+ 05:04.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02)
59
+ 06:00.0 System peripheral: Intel Corporation JHL6540 Thunderbolt 3 NHI (C step) [Alpine Ridge 4C 2016] (rev 02)
60
+ 07:00.0 USB controller: Intel Corporation JHL6540 Thunderbolt 3 USB Controller (C step) [Alpine Ridge 4C 2016] (rev 02)
61
+ ```
62
+
63
+ ```
64
+ $ lsmod
65
+ Module Size Used by
66
+ uinput 20480 0
67
+ rfcomm 90112 4
68
+ snd_seq_dummy 16384 0
69
+ snd_hrtimer 16384 1
70
+ nft_objref 16384 1
71
+ nf_conntrack_netbios_ns 16384 1
72
+ nf_conntrack_broadcast 16384 1 nf_conntrack_netbios_ns
73
+ nft_fib_inet 16384 1
74
+ nft_fib_ipv4 16384 1 nft_fib_inet
75
+ nft_fib_ipv6 16384 1 nft_fib_inet
76
+ nft_fib 16384 3 nft_fib_ipv6,nft_fib_ipv4,nft_fib_inet
77
+ nft_reject_inet 16384 6
78
+ nf_reject_ipv4 16384 1 nft_reject_inet
79
+ nf_reject_ipv6 20480 1 nft_reject_inet
80
+ nft_reject 16384 1 nft_reject_inet
81
+ nft_ct 20480 16
82
+ nft_chain_nat 16384 2
83
+ nf_nat 57344 1 nft_chain_nat
84
+ nf_conntrack 167936 4 nf_nat,nft_ct,nf_conntrack_netbios_ns,nf_conntrack_broadcast
85
+ nf_defrag_ipv6 24576 1 nf_conntrack
86
+ nf_defrag_ipv4 16384 1 nf_conntrack
87
+ ip_set 61440 0
88
+ nf_tables 278528 232 nft_ct,nft_reject_inet,nft_fib_ipv6,nft_objref,nft_fib_ipv4,nft_chain_nat,nft_reject,nft_fib,nft_fib_inet
89
+ nfnetlink 20480 3 nf_tables,ip_set
90
+ qrtr 45056 4
91
+ bnep 28672 2
92
+ sunrpc 655360 1
93
+ snd_soc_avs 139264 0
94
+ snd_soc_skl 176128 0
95
+ snd_soc_hdac_hda 24576 1 snd_soc_skl
96
+ snd_hda_ext_core 36864 3 snd_soc_avs,snd_soc_hdac_hda,snd_soc_skl
97
+ snd_soc_sst_ipc 20480 1 snd_soc_skl
98
+ snd_soc_sst_dsp 36864 1 snd_soc_skl
99
+ snd_soc_acpi_intel_match 69632 1 snd_soc_skl
100
+ snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_soc_skl
101
+ intel_rapl_msr 20480 0
102
+ intel_rapl_common 28672 1 intel_rapl_msr
103
+ snd_soc_core 344064 3 snd_soc_avs,snd_soc_hdac_hda,snd_soc_skl
104
+ intel_tcc_cooling 16384 0
105
+ x86_pkg_temp_thermal 20480 0
106
+ intel_powerclamp 20480 0
107
+ coretemp 20480 0
108
+ snd_hda_codec_hdmi 77824 1
109
+ kvm_intel 368640 0
110
+ snd_hda_codec_cs8409 36864 1
111
+ snd_hda_codec_generic 98304 1 snd_hda_codec_cs8409
112
+ snd_compress 28672 1 snd_soc_core
113
+ ac97_bus 16384 1 snd_soc_core
114
+ snd_pcm_dmaengine 16384 1 snd_soc_core
115
+ ledtrig_audio 16384 1 snd_hda_codec_generic
116
+ snd_hda_intel 57344 2
117
+ kvm 1085440 1 kvm_intel
118
+ snd_intel_dspcfg 32768 3 snd_soc_avs,snd_hda_intel,snd_soc_skl
119
+ nls_utf8 16384 1
120
+ snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg
121
+ hfsplus 126976 1
122
+ snd_hda_codec 176128 6 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_hda_codec_cs8409,snd_hda_intel,snd_soc_hdac_hda
123
+ irqbypass 16384 1 kvm
124
+ rapl 20480 0
125
+ snd_hda_core 110592 9 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_hda_codec_cs8409,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_hdac_hda,snd_soc_skl
126
+ iTCO_wdt 16384 0
127
+ intel_cstate 20480 0
128
+ intel_pmc_bxt 16384 1 iTCO_wdt
129
+ joydev 28672 0
130
+ iTCO_vendor_support 16384 1 iTCO_wdt
131
+ mei_hdcp 24576 0
132
+ mei_pxp 20480 0
133
+ applesmc 24576 0
134
+ brcmfmac 352256 0
135
+ intel_uncore 212992 0
136
+ snd_hwdep 16384 1 snd_hda_codec
137
+ snd_seq 90112 7 snd_seq_dummy
138
+ hci_uart 159744 0
139
+ brcmutil 16384 1 brcmfmac
140
+ snd_seq_device 16384 1 snd_seq
141
+ snd_pcm 151552 9 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_compress,snd_soc_core,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
142
+ cfg80211 1056768 1 brcmfmac
143
+ btqca 24576 1 hci_uart
144
+ snd_timer 49152 3 snd_seq,snd_hrtimer,snd_pcm
145
+ btrtl 28672 1 hci_uart
146
+ spi_pxa2xx_platform 36864 0
147
+ snd 114688 18 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_codec_cs8409,snd_hda_intel,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
148
+ i2c_i801 36864 0
149
+ pcspkr 16384 0
150
+ dw_dmac 16384 0
151
+ i2c_smbus 20480 1 i2c_i801
152
+ btbcm 20480 1 hci_uart
153
+ soundcore 16384 1 snd
154
+ mmc_core 196608 1 brcmfmac
155
+ btintel 49152 1 hci_uart
156
+ thunderbolt 360448 0
157
+ mei_me 45056 2
158
+ bluetooth 806912 36 btrtl,btqca,btintel,hci_uart,btbcm,bnep,rfcomm
159
+ mei 151552 5 mei_hdcp,mei_pxp,mei_me
160
+ intel_xhci_usb_role_switch 16384 0
161
+ idma64 20480 0
162
+ sbs 16384 0
163
+ rfkill 36864 8 bluetooth,cfg80211
164
+ sbshc 16384 1 sbs
165
+ acpi_als 20480 1
166
+ industrialio_triggered_buffer 16384 1 acpi_als
167
+ kfifo_buf 16384 1 industrialio_triggered_buffer
168
+ industrialio 106496 3 industrialio_triggered_buffer,acpi_als,kfifo_buf
169
+ apple_bl 20480 0
170
+ zram 32768 2
171
+ i915 2945024 7
172
+ crct10dif_pclmul 16384 1
173
+ crc32_pclmul 16384 0
174
+ drm_buddy 20480 1 i915
175
+ crc32c_intel 24576 3
176
+ drm_display_helper 172032 1 i915
177
+ ghash_clmulni_intel 16384 0
178
+ nvme 53248 3
179
+ cec 73728 2 drm_display_helper,i915
180
+ nvme_core 147456 4 nvme
181
+ ttm 90112 1 i915
182
+ applespi 49152 0
183
+ video 61440 1 i915
184
+ ip6_tables 36864 0
185
+ ip_tables 36864 0
186
+ fuse 172032 5
187
+ ```
188
+