0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VMware Workstation Player メモ

Last updated at Posted at 2021-02-20

VMware Workstation Player for Linux

カーネルモジュールのコンパイルダイアログで install ボタンを押下しても先に進まない

下記のメッセージのダイアログが表示され、通常は install ボタン押下 ⇒ rootパスワード 入力でカーネルモジュールのコンパイル & ロードが行われますが、何故か root パスワードの質問が無く、install ボタン押下⇒ダイアログ表示 の無限ループになることが稀によくあります。

VMware_Kernel_Module_Updater_Dialog.png

理由はよくわかりませんが、手動で vmware-modconfig コマンドを実行しカーネルモジュールのインストールを行うと解決します。

$ sudo vmware-modconfig --console --install-all
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?