[vmplayer] Failed to open device "/dev/vmci":

Applications, problèmes de configuration réseau
gael
yeomen
Messages : 255
Inscription : dim. 31 oct. 2010, 02:07

[vmplayer] Failed to open device "/dev/vmci":

Message par gael »

bonjour,
j'essaie d'installer vmware player. J'ai téléchargé la dernière version sur leur site internet

Code : Tout sélectionner

chmod +x VMware-Player-6.0.0-1295980.x86_64.txt 
./VMware-Player-6.0.0-1295980.x86_64.txt
pacman -Syu vmware-patch
pacman -Syu vmware-tools
vmplayer se lance, je peux ajouter ma machine virtuelle mais au démarrage de celle-ci j'ai ce message

Code : Tout sélectionner

Failed to open device "/dev/vmci": Aucun fichier ou dossier de ce type
Please make sure that the kernel module 'vmci' is loaded.
Module DevicePowerOn power on failed.
Failed to start the virtual machine.
du coup j'ai fait ça

Code : Tout sélectionner

 vmware-modconfig --console --install-all
mais à la fin de la compilation j'ai ce problème

Code : Tout sélectionner

Starting VMware services:
   Virtual machine monitor                                             done
   Virtual machine communication interface                            failed
   VM communication interface socket family                           failed
   Blocking file system                                                done
   Virtual ethernet                                                    done
   VMware Authentication Daemon                                        done
Unable to start services

Code : Tout sélectionner

/etc/init.d/vmware start
Starting VMware services:
   Virtual machine monitor                                             done
   Virtual machine communication interface                            failed
   VM communication interface socket family                           failed
   Blocking file system                                                done
   Virtual ethernet                                                    done
   VMware Authentication Daemon                                        done

Code : Tout sélectionner

2013-10-22T11:46:31.432+01:00| vthread-3| I120: Obtaining info using the running kernel.
2013-10-22T11:46:31.432+01:00| vthread-3| I120: Created new pathsHash.
2013-10-22T11:46:31.432+01:00| vthread-3| I120: Setting header path for 3.11.6-1-ARCH to "/lib/modules/3.11.6-1-ARCH/build/include".
2013-10-22T11:46:31.432+01:00| vthread-3| I120: Validating path "/lib/modules/3.11.6-1-ARCH/build/include" for kernel release "3.11.6-1-ARCH".
2013-10-22T11:46:31.432+01:00| vthread-3| I120: using /sbin/gcc for preprocess check
2013-10-22T11:46:31.441+01:00| vthread-3| I120: Preprocessed UTS_RELEASE, got value "3.11.6-1-ARCH".
2013-10-22T11:46:31.441+01:00| vthread-3| I120: The header path "/lib/modules/3.11.6-1-ARCH/build/include" for the kernel "3.11.6-1-ARCH" is valid.  Whoohoo!
2013-10-22T11:46:31.493+01:00| vthread-3| I120: Reading in info for the vmmon module.
2013-10-22T11:46:31.493+01:00| vthread-3| I120: Reading in info for the vmnet module.
2013-10-22T11:46:31.493+01:00| vthread-3| I120: Reading in info for the vmblock module.
2013-10-22T11:46:31.493+01:00| vthread-3| I120: Reading in info for the vmci module.
2013-10-22T11:46:31.493+01:00| vthread-3| I120: Reading in info for the vsock module.
2013-10-22T11:46:31.493+01:00| vthread-3| I120: Setting vsock to depend on vmci.
2013-10-22T11:46:31.493+01:00| vthread-3| I120: Invoking modinfo on "vmmon".
2013-10-22T11:46:31.496+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
2013-10-22T11:46:31.496+01:00| vthread-3| I120: Invoking modinfo on "vmnet".
2013-10-22T11:46:31.498+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
2013-10-22T11:46:31.498+01:00| vthread-3| I120: Invoking modinfo on "vmblock".
2013-10-22T11:46:31.500+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 256.
2013-10-22T11:46:31.500+01:00| vthread-3| I120: Invoking modinfo on "vmci".
2013-10-22T11:46:31.502+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
2013-10-22T11:46:31.502+01:00| vthread-3| I120: Invoking modinfo on "vsock".
2013-10-22T11:46:31.505+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.

que faire ?
merci pour votre aide :)
Jutsu
newbie
Messages : 2
Inscription : dim. 04 août 2013, 13:36

Re: [vmplayer] Failed to open device "/dev/vmci":

Message par Jutsu »

Bonjour,

J'ai eu le même problème, réglé en chargeant manuellement le module vmci :

modprobe vmci //pour faire un essai

Pour le chargé automatiquement :
crée le fichier /etc/modules-load.d/vmplayer-vmci.conf
en y mettant le nom du module à charger : vmci
Répondre