http://bugs.winehq.org/show_bug.cgi?id=10571 Summary: scsi controller IDs mapped to wrong ASPI IDs Product: Wine Version: 0.9.48. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs(a)winehq.org ReportedBy: wbreyha(a)gmx.net Hi! The builtin wnaspi32.dll seems to number SCSI Port IDs 0,1,2,4,8,0x10,.... (like the native linux controller IDs), instead of 0,1,2,3,4,5..... (as required by ASPI as far as I was told). So every device connected to a SCSI Port ID larger then 2 is not visible to applications. At least on my machine I see this numbering in the HKLM/Hardware/DEVICEMAP/Scsi/ tree. "Scsi Port x" where x=0,1,2,4,8,..... I tried to run "Easy CD-CA Extractor" and my DVD-Drive is connected to controller id 4 (which should be 3 in ASPI aspects). Copying the whole tree from "Scsi Target 4" to "Scsi Target 3" worked. The developer of "Easy CD-DA Extractor" told me that ASPI requires a 0,1,2,3,4,5,... numbering. Regards, Wolfgang Breyha -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.