Ubuntu 24.04, 24.10 の設定

Phased updates を無効にする

いつからか、apt full-upgrade を実行しても更新されないパッケージがあり、パッケージ名を手動で指定して更新していたのだが、Phased updates という仕組みが原因のようだ。 https://blog.n-z.jp/blog/2022-04-28-phased-updates.html にあるように、root で

echo 'APT::Get::Always-Include-Phased-Updates "true";' | tee /etc/apt/apt.conf.d/99-Phased-Updates

として無効にした。

Fujitsu LIFEBOOK WU-X/H1 でマイクが動かない

Fujitsu LIFEBOOK WU-X/H1 に Ubuntu をインストールして使っていたのだが、23.10 のときは問題なく動いていたマイクが 24.04 に更新すると動かなくなった。

Fujitsu WU4/H1 での同様な問題が https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/2053289 が報告されていた。 https://github.com/thesofproject/linux/issues/2460#issuecomment-779212719 の方法で解決できた。 https://github.com/thesofproject/linux/files/5981682/sof-hda-generic-2ch-pdm1.zip に含まれている sof-hda-generic-2ch-pdm1.tplg を /lib/firmware/intel/sof-tplg/sof-hda-generic-2ch.tplg にコピーすれば良い。root で

cp sof-hda-generic-2ch-pdm1.tplg /lib/firmware/intel/sof-tplg/sof-hda-generic-2ch.tplg

とする。

参考

Tags of current page

,