View previous topic :: View next topic |
Author |
Message |
ssss25 n00b
Joined: 03 Feb 2006 Posts: 73
|
Posted: Sat Feb 18, 2006 5:42 am Post subject: Where is vmmon? |
|
|
Where can I install vmmon support for vmware from? I looked at kernel menu without luck.. It's a huge menu though and I may have missed it? any help? |
|
Back to top |
|
|
JeliJami Veteran
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
Posted: Sat Feb 18, 2006 5:59 am Post subject: |
|
|
the vmmon module is build by the vmware-config.pl script
have you run it?
I know you have to enable some options in the kernel, but I'm at some other PC right now.
If it doesn't work out with vmware-config.pl, let me know. _________________ Unanswered Post Initiative | Search | FAQ
Former username: davjel
Last edited by JeliJami on Sat Feb 18, 2006 6:52 am; edited 1 time in total |
|
Back to top |
|
|
sloof3 Tux's lil' helper
Joined: 09 Sep 2004 Posts: 75
|
Posted: Sat Feb 18, 2006 5:59 am Post subject: |
|
|
It's part of the vmware package. As root type: vmware-config
If your lucky it will work. |
|
Back to top |
|
|
ssss25 n00b
Joined: 03 Feb 2006 Posts: 73
|
Posted: Sat Feb 18, 2006 8:58 pm Post subject: |
|
|
I did run the config for vmware and vmware wouldn't run at all without running that confg script. The script was ok. Now VMWARE runs but if I start any virual machine it says:
Code: |
Could not open /dev/vmmon
no such file or directory...
Please make sure that the Kernel module "vmmon" is loaded.
That is what lead me to think it's the kernel..
|
THanks. |
|
Back to top |
|
|
sloof3 Tux's lil' helper
Joined: 09 Sep 2004 Posts: 75
|
Posted: Sat Feb 18, 2006 9:53 pm Post subject: |
|
|
Is the vmmon module loaded? Type: "lsmod" and post the output here.
-sloof3 |
|
Back to top |
|
|
ssss25 n00b
Joined: 03 Feb 2006 Posts: 73
|
Posted: Sat Feb 18, 2006 11:31 pm Post subject: |
|
|
I guess not
But how do I load it?
Quote: |
Module Size Used by
i2c_viapro 7824 0
dvb_ttpci 94376 14
dvb_core 76328 1 dvb_ttpci
l64781 7940 1 dvb_ttpci
saa7146_vv 45824 1 dvb_ttpci
video_buf 18180 1 saa7146_vv
saa7146 15624 2 dvb_ttpci,saa7146_vv
ves1820 6532 1 dvb_ttpci
stv0299 11656 1 dvb_ttpci
tda8083 6788 1 dvb_ttpci
stv0297 9088 1 dvb_ttpci
sp8870 8076 1 dvb_ttpci
firmware_class 9088 2 dvb_ttpci,sp8870
ves1x93 7300 1 dvb_ttpci
ttpci_eeprom 3328 1 dvb_ttpci
i2c_core 18944 10 i2c_viapro,dvb_ttpci,l64781,ves1820,stv0299,tda8083,stv0297,sp8870,ves1x93,ttpci_eeprom
|
Thanks... |
|
Back to top |
|
|
sloof3 Tux's lil' helper
Joined: 09 Sep 2004 Posts: 75
|
Posted: Sun Feb 19, 2006 2:06 am Post subject: |
|
|
/etc/init.d/vmware start
As root.
Then you should see vmmon and a few other modules starting with vm loaded.
Currently this is all I see:
vmnet 34468 11
vmmon 106348 6
-sloof3 |
|
Back to top |
|
|
ssss25 n00b
Joined: 03 Feb 2006 Posts: 73
|
Posted: Sun Feb 19, 2006 3:30 am Post subject: |
|
|
Thanks. That seems to have fixed the issue. I guess I should add this to my local.start or default runlevel... I would have think the config should have added this.
THanks |
|
Back to top |
|
|
ssss25 n00b
Joined: 03 Feb 2006 Posts: 73
|
Posted: Sun Feb 19, 2006 5:28 pm Post subject: |
|
|
Working great
Now I do have a small issue...
I want to allow VMWARE to access a Partition, when I add a hard drive to /dev/sda, it tells me that IU don't have access...
I added my user to the disk group since /dev/sda is in the disk group, but still. Root can do it.. how can I allow a user to access /dev/sda?
Thanks. |
|
Back to top |
|
|
sloof3 Tux's lil' helper
Joined: 09 Sep 2004 Posts: 75
|
Posted: Sun Feb 19, 2006 6:19 pm Post subject: |
|
|
Start a new thread about that since I don't know the answer.
-sloof3 |
|
Back to top |
|
|
|