Raspberry Pi OS のアップデート(9月)
$ sudo apt-get update 取得:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB] 取得:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB] ヒット:3 http://pipplware.pplware.pt/pipplware/dists/buster/main/binary ./ InRelease 取得:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [378 kB] 取得:5 http://raspbian.raspberrypi.org/raspbian buster/main Sources [11.3 MB] 取得:6 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB] 24.8 MB を 33秒 で取得しました (757 kB/s) パッケージリストを読み込んでいます... 完了 N: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
Raspberry Pi OS のバージョンが上がり、buster は old stable になりました。でも、当面、このサーバは buster のままです。
$ sudo apt-get upgrade -y ・ ・ $ sudo reboot
再起動後に確認すると、カーネルのバージョンは変わりませんが、CDEmu の vhba カーネルモジュールはロードされませんでした。
$ sudo depmod -a $ sudo reboot
これで vhba がロードされるようになりました。
ディスカッション
コメント一覧
まだ、コメントがありません