
Ubuntu日本語フォーラム

ログインしていません。
初めて投稿させていただきます。よろしくお願いします。
先日、ASUS E200HAにUbuntu 16.10をインストールしました。Windows10の環境はそのまま残し、デュアルブート環境にしてあります。
Googleなどで検索すると多くの方が同じPCにUbuntuを入れているのですが、音が出ないという症状が多く見受けられます。例によって私も音が出ません。
サウンド設定のサウンド出力先には「ダミー出力」と表示されており、PCIカードを調べてもUSBを調べてもデバイスが認識されていないように思えます。
(コマンドはGoogleで調べている間に出てきたものを使いました)
~$ lspci 00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 22) 00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers (rev 22) 00:0b.0 Signal processing controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller (rev 22) 00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 22) 00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 22) 00:1c.0 PCI bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #1 (rev 22) 00:1f.0 ISA bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU (rev 22) 01:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 30) ~$ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 13d3:3496 IMC Networks Bus 001 Device 002: ID 04f2:b54b Chicony Electronics Co., Ltd Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Windows10の環境では音は出ており、デバイスマネージャでドライバの存在を確認できました。
「サウンド、ビデオ、およびゲーム コントローラー」の項目に、「Conexant I2S Audio Codec」と「Intel SST Audio Device (WDM)」があり、後者は同名のデバイスが別項目「オーディオの入力および出力」に「スピーカー (Intel SST Audio Device (WDM))」「マイク (Intel SST Audio Device (WDM))」として表示されていました。
Conexant I2S Audio Codec のほうは、調べてみるとConexant社製のチップセットに対して使うものでした。
LinuxantというサイトでConexantチップセットに対するドライバが公開されていましたが、Linuxカーネル2.6.28-15、Ubuntu9.04用のものが最新となっており、使えません。
また、気になる点として dmesg コマンドで出したログから「SST」を検索すると、次のように表示されます。
~$ dmesg | grep -i sst [ 5.224019] intel_sst_acpi 808622A8:00: No matching machine driver found [ 5.824415] Modules linked in: ath10k_pci(+) ath10k_core ath mac80211 cfg80211 nls_iso8859_1 uvcvideo btusb videobuf2_vmalloc btrtl videobuf2_memops btbcm videobuf2_v4l2 btintel videobuf2_core bluetooth videodev media mei_txe mei lpc_ich shpchp snd_intel_sst_acpi snd_intel_sst_core snd_soc_sst_mfld_platform snd_soc_sst_match snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd dw_dmac dw_dmac_core intel_hid sparse_keymap soundcore i2c_designware_platform(+) i2c_designware_core pwm_lpss_platform 8250_dw int3403_thermal spi_pxa2xx_platform processor_thermal_device int3400_thermal parport_pc pwm_lpss tpm_crb mac_hid soc_button_array intel_soc_dts_iosf acpi_thermal_rel asus_wireless int3406_thermal dptf_power int340x_thermal_zone ~$ dmesg | grep -i i2s ~$
UbuntuというかLinux自体初心者で、あまりコマンドも知らないので、これ以上の調査と自己解決はできませんでした。
音を出すことは不可能でしょうか。
何かわかる方がいれば教えていただけると嬉しいです。よろしくお願いします。
オフライン