VirtualBox

Opened 16 years ago

Closed 13 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 Frank Mehnert, 15 years ago

Do you have the hal daemon running?

comment:2 by tenspd137, 15 years ago

Yes - the hald servic is running.

comment:3 by tenspd137, 15 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 Michael Thayer, 15 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!

comment:5 by Frank Mehnert, 13 years ago

Resolution: worksforme
Status: newclosed

No response, closing.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use