[Bug 26672] New: Wine does not create drive letters for auto-mounted CD's
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(a)winehq.org ReportedBy: madewokherd(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> 2011-04-06 16:32:35 CDT --- Try a WINEDEBUG=mountmgr. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #2 from Dan Kegel <dank(a)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?" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 --- Comment #3 from Vincent Povirk <madewokherd(a)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". -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 Rafał Mużyło <galtgendo(a)o2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |galtgendo(a)o2.pl --- Comment #4 from Rafał Mużyło <galtgendo(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 --- Comment #5 from Vincent Povirk <madewokherd(a)gmail.com> 2011-04-21 17:45:21 CDT --- Yep, turns out HAL isn't even installed, though libhal is. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 --- Comment #6 from Rafał Mużyło <galtgendo(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 Detlef Riekenberg <wine.dev(a)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(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #8 from Vincent Povirk <madewokherd(a)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 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2012-10-09 13:23:13 CDT --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org