Hello.
My O.S. is CentOS-4.7-x86_64 and my hardware is Sun Ultra 40 M2 - AMD Opteron 64bits.
I installed the VirtualBox-2.2.0-45846-Linux_amd64.run (All distributions).
When I was reading the User_Guide Manual, on page-23, there is the following information:
... It creates /etc/udev/60-vboxdrv.rules, a description file for udev, if that is present, which makes the module accessible to anyone in the group vboxusers.
The problem is that I could not find out this files on my machine.
For the other distributions, Is it exist ?
If somebody will have this file, can you send it to me ?
Thank you so much.
Do you have the file /etc/udev/60-vboxdrv.rules ?
-
hank_se
- Posts: 101
- Joined: 16. Apr 2009, 11:36
- Primary OS: openSUSE
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: windows xp
Re: Do you have the file /etc/udev/60-vboxdrv.rules ?
You probably have the file /etc/udev/10-vboxdrv.rules, content is same so just copy that to /etc/udev/60-vboxdrv.rules.
-
Paula
- Posts: 8
- Joined: 7. Apr 2009, 18:23
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Windows XP Professional
Re: Do you have the file /etc/udev/60-vboxdrv.rules ?
Hello Hank_se.
Unfortunately, I don't have any file called "xx-vboxdrv.rules" on /etc/udev.
This is the problem.
Could you send it to me ?
Thank you so much.
Unfortunately, I don't have any file called "xx-vboxdrv.rules" on /etc/udev.
This is the problem.
Could you send it to me ?
Thank you so much.
-
hank_se
- Posts: 101
- Joined: 16. Apr 2009, 11:36
- Primary OS: openSUSE
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: windows xp
Re: Do you have the file /etc/udev/60-vboxdrv.rules ?
Btw shouldn't it be /etc/udev/rules.d/60-vboxdrv.rules, that's the location for OpenSUSE?
-
Paula
- Posts: 8
- Joined: 7. Apr 2009, 18:23
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Windows XP Professional
Re: Do you have the file /etc/udev/60-vboxdrv.rules ?
I don't know.
My O.S. is CentOS-4.7-x86-64 and on the User_Guide Manual the topic is "Installing on Linux hosts"
Nothing about linux distribution.
Anyway, thank you.
My O.S. is CentOS-4.7-x86-64 and on the User_Guide Manual the topic is "Installing on Linux hosts"
Nothing about linux distribution.
Anyway, thank you.
-
hank_se
- Posts: 101
- Joined: 16. Apr 2009, 11:36
- Primary OS: openSUSE
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: windows xp
Re: Do you have the file /etc/udev/60-vboxdrv.rules ?
Well can't you check that location /etc/udev/rules.d/?
Content of my file is this(plain text file):
KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
SUBSYSTEM=="usb_device", GROUP="vboxusers", MODE="0664"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="vboxusers", MODE="0664"
But that's for openSUSE 11.1, I'm not sure if it works for your system, but probably it does.
Content of my file is this(plain text file):
KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
SUBSYSTEM=="usb_device", GROUP="vboxusers", MODE="0664"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="vboxusers", MODE="0664"
But that's for openSUSE 11.1, I'm not sure if it works for your system, but probably it does.
-
Paula
- Posts: 8
- Joined: 7. Apr 2009, 18:23
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Windows XP Professional
Re: Do you have the file /etc/udev/60-vboxdrv.rules ?
You are correct.
The file 10-vboxdrv.rules is there /etc/udev/rules.d
The content is the same that you send to me.
Thank you so much for your help and attention.
The file 10-vboxdrv.rules is there /etc/udev/rules.d
The content is the same that you send to me.
Thank you so much for your help and attention.