機能しないサウンドのデバッグ中に、[次へ]をクリックしました。
modprobe: FATAL: Module snd_hda_codec_conexant is in use.
しかし:
snd_hda_codec_conexant 20480 0
実行中のプロセスは次のとおりです。
$ pstree
systemd─┬─NetworkManager─┬─dhclient
│ ├─{gdbus}
│ └─{gmain}
├─agetty
├─bash
├─dbus-daemon
├─polkitd─┬─{gdbus}
│ └─{gmain}
├─rtkit-daemon───2*[{rtkit-daemon}]
├─3*[ssh-agent]
├─sshd─┬─sshd───sshd───bash───pstree
│ └─sshd───sshd───bash
├─systemd
├─systemd-journal
├─systemd-logind
├─systemd-udevd
└─wpa_supplicant
更新してみてください:
$ sound-reload
E: [pulseaudio] main.c: Failed to kill daemon: No such process
modprobe: FATAL: Module snd_hda_codec_conexant is in use.
modprobe: FATAL: Module snd_hda_codec_generic is in use.
modprobe: FATAL: Module snd_hda_codec is in use.
modprobe: FATAL: Module snd_hda_core is in use.
modprobe: FATAL: Module snd_hwdep is in use.
modprobe: FATAL: Module snd_pcm is in use.
modprobe: FATAL: Module snd_timer is in use.
modprobe: FATAL: Module snd is in use.
modprobe: FATAL: Module soundcore is in use.
snd_hda_codec_conexant 20480 0
snd_hda_codec_generic 69632 1 snd_hda_codec_conexant
snd_hda_codec 118784 2 snd_hda_codec_conexant,snd_hda_codec_generic
snd_hda_core 69632 3 snd_hda_codec_conexant,snd_hda_codec,snd_hda_codec_generic
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 94208 2 snd_hda_codec,snd_hda_core
snd_timer 32768 1 snd_pcm
snd 69632 6 snd_hwdep,snd_hda_codec_conexant,snd_hda_codec,snd_timer,snd_hda_codec_generic,snd_pcm
soundcore 16384 1 snd
これは、以前にサウンドが機能していたシステムからのものです。
システム:(ほぼ)新しくインストールされたLubuntu 16.04 32ビット。サウンドは機能することが知られていますが、Ubuntu 16.04ではテストされていません。
編集する
私は試しました/etc/modprobe.d/blacklist.conf
:
blacklist snd_hda_codec_conexant
blacklist snd_hda_codec_generic
これにより *_conexant はロードされませんが、*_generic はロードされ続けます。試しましたが、modprobe -r
まだ*_genericが使用中であると文句を言います。
編集2
だから私はこれが過去2年間に修正されたバグであることを願ってLubuntu 18.04にアップグレードしました。しかし、そうではありません。同じ問題が存在します。ブラックリストに登録されていても同様です。
編集3
Ubuntu 16.04 32ビットライブ画像を試してみました。同じ質問。今USBサウンドカードを購入しようとしています。これがうまくいくことを願っています。