TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
如果在开启 VMware 虚拟机时遇到报错: Could not open /dev/vmmon: ?????????. Please make sure that the kernel module `vmmon' is loaded. 解决办法: sudo pacman -S linux612-headers # 对应版本的 linux-headers sudo modprobe vmmon (建议把 linux-headers 标记为手动安装 sudo pacman -D --asexplicit linux612-headers,免得又被清理孤包杀了) #Linux