You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because after we use the script to obtain the code, a "dev_base_lock undeclared" code error occurs during compilation. Let's solve this code error problem.
#Switch root user
cd /tmp/patch-vmware/vmware-host-modules/vmnet-only
vim vmnetInt.h
Because after we use the script to obtain the code, a "dev_base_lock undeclared" code error occurs during compilation. Let's solve this code error problem.
#Switch root user
cd /tmp/patch-vmware/vmware-host-modules/vmnet-only
vim vmnetInt.h
#define read_lock_list() read_lock(&dev_base_lock)
#define read_unlock_list() read_unlock(&dev_base_lock)
change
#define read_lock_list() rcu_read_lock()
#define read_unlock_list() rcu_read_unlock()
cd /tmp/patch-vmware/vmware-host-modules
make
make install
modprobe vmmon vmnet
#Now start vmware
The text was updated successfully, but these errors were encountered: