http://bugs.winehq.org/show_bug.cgi?id=26672
Summary: Wine does not create drive letters for auto-mounted CD's Product: Wine Version: 1.3.17 Platform: x86 OS/Version: Linux Status: NEW Keywords: hardware Severity: normal Priority: P2 Component: mountmgr.sys AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com
Steps to reproduce: 1. Insert a CD, and verify that it's mounted automatically. 2. Start winecfg, and select the Drives tab.
Expected behavior: The CD shows up on the Drives tab.
Actual behavior: Only C: and Z: show up on the Drives tab.
I'm using a multilib wine (wine64 and wine32 installed at the same time), and my prefix is a 64-bit prefix. My config.log from wine64 has the following lines:
#define HAVE_DBUS_DBUS_H 1 #define HAVE_HAL_LIBHAL_H 1 #define SONAME_LIBHAL "libhal.so.1"
I take this to mean that it was configured with HAL support.
My distribution is Debian squeeze.
http://bugs.winehq.org/show_bug.cgi?id=26672
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2011-04-06 16:32:35 CDT --- Try a WINEDEBUG=mountmgr.
http://bugs.winehq.org/show_bug.cgi?id=26672
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #2 from Dan Kegel dank@kegel.com 2011-04-06 19:21:53 CDT --- Another related symptom:
1. Insert a CD, verify it's mounted automatically. 2. Try to install from it with wine d:setup
Expected: setup runs Actual: wine says "What drive D?"
http://bugs.winehq.org/show_bug.cgi?id=26672
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=26672
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2011-04-12 17:30:47 CDT --- Created an attachment (id=34073) --> (http://bugs.winehq.org/attachment.cgi?id=34073) log of running winecfg in a new prefix with +mountmgr
Interesting bit seems to be
warn:mountmgr:hal_thread HAL context init failed: (null)
for small values of "interesting".
http://bugs.winehq.org/show_bug.cgi?id=26672
Rafał Mużyło galtgendo@o2.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |galtgendo@o2.pl
--- Comment #4 from Rafał Mużyło galtgendo@o2.pl 2011-04-21 16:41:17 CDT --- (In reply to comment #3)
Interesting bit seems to be
warn:mountmgr:hal_thread HAL context init failed: (null)
for small values of "interesting".
Wild guess: hald isn't running, cause neither Gnome, nor KDE, nor xfce use it anymore.
http://bugs.winehq.org/show_bug.cgi?id=26672
--- Comment #5 from Vincent Povirk madewokherd@gmail.com 2011-04-21 17:45:21 CDT --- Yep, turns out HAL isn't even installed, though libhal is.
http://bugs.winehq.org/show_bug.cgi?id=26672
--- Comment #6 from Rafał Mużyło galtgendo@o2.pl 2011-04-21 18:15:49 CDT --- (In reply to comment #5)
Yep, turns out HAL isn't even installed, though libhal is.
It being installed is just half of the way - hald needs to be running and it runs as a specialized privileged user.
As I said, rarely anything recent needs it anymore, so distros tend to purge it.
http://bugs.winehq.org/show_bug.cgi?id=26672
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine does not create drive |Winecfg should update the |letters for auto-mounted |drives tab, when a drive |CD's |letter changes
--- Comment #7 from Detlef Riekenberg wine.dev@web.de 2011-07-08 16:53:47 CDT --- Automount a CD without libhal is bug #21713.
When a new drive letter arrive, there should be send a WM_WININICHANGE or a different broadcast / notification message and winecfg should update the drives tab.
A drives update works in a filemanager, but failed in winecfg
http://bugs.winehq.org/show_bug.cgi?id=26672
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #8 from Vincent Povirk madewokherd@gmail.com 2012-10-02 15:49:04 CDT --- This is working as of 1.5.14, I'll assume it's a duplicate of 21713.
*** This bug has been marked as a duplicate of bug 21713 ***
http://bugs.winehq.org/show_bug.cgi?id=26672
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Austin English austinenglish@gmail.com 2012-10-09 13:23:13 CDT --- Closing.