Opened 16 years ago
Closed 14 years ago
#2490 closed defect (worksforme)
CD/DVD Rom not found in GUI
Reported by: | tenspd137 | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 2.0.2 |
Keywords: | GUI DVD CD Rom | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
Hi all. Recently I installed virtual box 2.0.2 on my Gentoo Linux (2.6.26) and noticed that the UI does not list my DVD/CDROM drives. Mine are listed as /dev/sr0 and /dev/sr1 with /dev/cdrom and /dev/dvd links as appropriate. When I go to the device menu and try to set it up to use either of these drives, the dropdown box does not list them. The workaround I use is to go into the Machines/<Machine>/<Machine>.xml file and change it so the DVDDrive lines are as follows:
<DVDDrive passthrough="true">
<HostDrive src="/dev/sr0"/>
</DVDDrive>
and for good measure, I change /dev/sr0 permisions to rwx for all.
Change History (5)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
When I turn off hald, it works as expected - it finds the cdrom. Is this a bug? Is there a workaround, because I am pretty sure hald needs to be on for a lot of other things that I have.
comment:4 by , 16 years ago
Perhaps you could try the command
$ hal-find-by-capability --capability storage.cdrom
with hald running, and for each of the entries produced by that command, run
$ lshal -u <entry>
That would be very helpful!
Do you have the
hal
daemon running?