hi all i have problems configuring my cdrom-devices with winecfg. when i try to add it as d: with the mountpoint /media/cdrom0 and select to be a cdrom-device, click apply and restart winecfg it is shown as a disk-device. i also tried with different mountpoints and also the device /dev/hdd itselfs but it always ends in the same problem. Also the autoconfiguration thing does not work. It adds my cdrom-drive correctly with the correct mountpoint and selected it to be a cdrom-device but after restart of winecfg or running any other program that uses cdrom-drives the don't show up. did someone also have that problem, i don't get it done alone...
Gladiac Spark wrote:> hi all > i have problems configuring my cdrom-devices with winecfg. when i try > to add it as d: with the mountpoint /media/cdrom0 and select to be a > cdrom-device, click apply and restart winecfg it is shown as a > disk-device. i also tried with different mountpoints and also the > device /dev/hdd itselfs but it always ends in the same problem. Also > the autoconfiguration thing does not work. It adds my cdrom-drive > correctly with the correct mountpoint and selected it to be a > cdrom-device but after restart of winecfg or running any other program > that uses cdrom-drives the don't show up. did someone also have that > problem, i don't get it done alone...winecfg does not appear to correctly create the needed symbolic links. A cdrom drive should have two links, something like: d: -> /media/cdrom0 d:: -> /dev/cdrom0 Have you tried that combination?
hmmm, it does not work for me... here's my current config gladiac@blackshark:~/.wine/dosdevices$ ll total 0 lrwxrwxrwx 1 gladiac gladiac 10 2005-10-09 20:19 c: -> ../drive_c lrwxrwxrwx 1 gladiac gladiac 13 2005-10-09 20:33 d: -> /home/gladiac lrwxrwxrwx 1 gladiac gladiac 11 2005-10-09 20:33 e: -> /win/system lrwxrwxrwx 1 gladiac gladiac 14 2005-10-09 20:33 f: -> /win/storage_1 lrwxrwxrwx 1 gladiac gladiac 14 2005-10-09 20:33 g: -> /win/storage_2 lrwxrwxrwx 1 gladiac gladiac 10 2005-10-09 20:33 h: -> /win/media lrwxrwxrwx 1 gladiac gladiac 13 2005-10-09 20:33 i: -> /media/cdrom0 lrwxrwxrwx 1 gladiac gladiac 8 2005-10-09 20:39 i:: -> /dev/hdd lrwxrwxrwx 1 gladiac gladiac 13 2005-10-09 20:33 j: -> /media/cdrom1 lrwxrwxrwx 1 gladiac gladiac 8 2005-10-09 20:39 j:: -> /dev/hdc lrwxrwxrwx 1 gladiac gladiac 14 2005-10-09 20:33 k: -> /media/floppy0 lrwxrwxrwx 1 gladiac gladiac 15 2005-10-09 20:33 l: -> /media/usbstick lrwxrwxrwx 1 gladiac gladiac 1 2005-10-09 20:19 z: -> / Am I wrong setting i:: to hdd and j:: to hdc 'cause i don't have something like /dev/cdrom0? any ideas? On 10/8/05, Christian Lachner <gladiac.lists@gmail.com> wrote:> uh, didn't know to do it that way. thanx for the help :D > > On 10/8/05, Duane Clark <dclark@akamail.com> wrote: > > Gladiac Spark wrote: > > > hi all > > > i have problems configuring my cdrom-devices with winecfg. when i try > > > to add it as d: with the mountpoint /media/cdrom0 and select to be a > > > cdrom-device, click apply and restart winecfg it is shown as a > > > disk-device. i also tried with different mountpoints and also the > > > device /dev/hdd itselfs but it always ends in the same problem. Also > > > the autoconfiguration thing does not work. It adds my cdrom-drive > > > correctly with the correct mountpoint and selected it to be a > > > cdrom-device but after restart of winecfg or running any other program > > > that uses cdrom-drives the don't show up. did someone also have that > > > problem, i don't get it done alone... > > > > winecfg does not appear to correctly create the needed symbolic links. A > > cdrom drive should have two links, something like: > > > > d: -> /media/cdrom0 > > d:: -> /dev/cdrom0 > > > > Have you tried that combination? > > > > > > _______________________________________________ > > wine-users mailing list > > wine-users@winehq.org > > http://www.winehq.org/mailman/listinfo/wine-users > > >
Gladiac Spark wrote:> hi all > i have problems configuring my cdrom-devices with winecfg. when i try > to add it as d: with the mountpoint /media/cdrom0 and select to be a > cdrom-device, click apply and restart winecfg it is shown as a > disk-device. i also tried with different mountpoints and also the > device /dev/hdd itselfs but it always ends in the same problem. Also > the autoconfiguration thing does not work. It adds my cdrom-drive > correctly with the correct mountpoint and selected it to be a > cdrom-device but after restart of winecfg or running any other program > that uses cdrom-drives the don't show up. did someone also have that > problem, i don't get it done alone...What version of Wine are you using? The registry branch that stores whether a drive is an hd or a cdrom was marked as volatile a while back, so it was never saved between invocations of Wine. This caused the setting to be lost as soon as winecfg was closed. Try it with a current version of Wine, and quite possibly a fresh configuration (ie. a new .wine directory). Failing that, post what you have in your registry under HKLM/Software/Wine/drives (I have a key with name "D:", type "REG_SZ", and data "cdrom"). Hope that helps, Aneurin Price