Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLEXTOR - CD-R PX-W2410A does not support D8 #178

Open
smesgr9000 opened this issue Jul 31, 2024 · 17 comments
Open

PLEXTOR - CD-R PX-W2410A does not support D8 #178

smesgr9000 opened this issue Jul 31, 2024 · 17 comments

Comments

@smesgr9000
Copy link
Contributor

I shot myself a CD-R PX-W2410A but the device doesn't seem to support D8.

drive: PLEXTOR - CD-R PX-W2410A (revision level: 1.04, vendor specific: 04/25/02 19:00)

It either generates alot of

SCSI error (SC: CHECK CONDITION, SK: ILLEGAL REQUEST, ASC: INVALID FIELD IN CDB)

with C2 or without C2

SCSI error (SC: CHECK CONDITION, SK: ILLEGAL REQUEST, ASC: ILLEGAL MODE FOR THIS TRACK)

See attachments

it works fine with BE

drive configuration: GENERIC (read offset: +98, C2 shift: 294, pre-gap start: -75, read method: BE, sector order: DATA_C2_SUB)

drive_test.log
drive_test1.log

@superg
Copy link
Owner

superg commented Jul 31, 2024

Huh, this is an interesting information but from your log I see that leadin was read and it's read with D8.
Can you try to exclude C2 like this:
redumper --verbose --overwrite --drive-sector-order=DATA_SUB --image-name=drive_test
and see if it works?

@smesgr9000
Copy link
Contributor Author

smesgr9000 commented Aug 1, 2024

Isn't it what drive_test1.log is doing?

You could also combine plextor with BE. But this will yield wrong dumps.

@superg
Copy link
Owner

superg commented Aug 1, 2024

Ah, I haven't checked drive_test1.log.
That's weird, it can use D8 to get leadin but cannot to read data. Maybe something else at play here.

@smesgr9000
Copy link
Contributor Author

sorry took me some time.

I have tested this drive now:
Linux - LogiLink AU0028A USB-IDE-Adapter -> same issue
Windows 7 - LogiLink AU0028A USB-IDE-Adapter -> same issue
Linux - offbrand chinese JMB363 PCIe-IDE-Adapter -> same issue

@Deterous
Copy link
Contributor

Deterous commented Aug 9, 2024

I have tested this drive now: Linux - LogiLink AU0028A USB-IDE-Adapter -> same issue Windows 7 - LogiLink AU0028A USB-IDE-Adapter -> same issue Linux - offbrand chinese JMB363 PCIe-IDE-Adapter -> same issue

It may be an issue with your USB adaptor, which has caused issues with getting Plextors to work properly in the past.

@smesgr9000
Copy link
Contributor Author

smesgr9000 commented Aug 9, 2024

the JMB363 is no USB adapter It is as stated a PCIe card

@smesgr9000
Copy link
Contributor Author

smesgr9000 commented Aug 11, 2024

i tried to run the software on my old Sockel 7 system. But couldn't get redumper build on Debian 12/i386. cmake fails at the linker stage with out of memory (even through the build system has 16GB RAM and the linker never uses more than 1.5GB)

btw the AU0028A uses an IS611 which is as far as I know the gold standard for USB-IDE-Adapter.

@superg
Copy link
Owner

superg commented Aug 11, 2024

Doesn't precompiled 32bit version work?
I link statically, it should work anywhere.

@smesgr9000
Copy link
Contributor Author

I can't see any Linux precompiled 32bit versions.
Sadly Windows 98/ME is not supported by the Windows 32bit executable. I will try to install NT or XP on this machine if I have some time. Would be nice to know which Windows is the oldest I give a try. This system is from 1998, XP will already be hard to get going. Thus I tried a Linux distro first. Sadly I have no other IDE based system available at the moment.

@superg
Copy link
Owner

superg commented Aug 13, 2024

My bad, I misremember things, I thought that I build 32-bit linux binary, but it's only windows 32-bit build that I do.

@superg
Copy link
Owner

superg commented Aug 13, 2024

The earliest windows you can do is Windows 7 32-bit. Sadly XP will not work.

@smesgr9000
Copy link
Contributor Author

just keep you updated. I have tested the same usb-adapters with an PX-712A now and D8 is working there.

Still try to build a newer system with ide & W7.

@superg
Copy link
Owner

superg commented Aug 30, 2024

Ultimately I'll acquire that drive here to do some tests and investigate what's going on there. D8 available for lead-in but not available for the main channel is definitely weird, maybe it just requires some special options in SCSI read command.

@smesgr9000
Copy link
Contributor Author

i could borrow my drive, currently it is no use to me

@superg
Copy link
Owner

superg commented Aug 31, 2024

Yeah thanks for offering that but I don't currently have bandwidth to look into that, still have to complete more important features.
I'll keep that in mind.

@smesgr9000
Copy link
Contributor Author

CD-R PX-W1210A has the same issue. Which drives are actually known to work?

dump_241228_152956_sg0.log

@Deterous
Copy link
Contributor

http://wiki.redump.org/index.php?title=Optical_Disc_Drive_Compatibility:_CD
W1210A is not on the redump list, only W1210TS is (and it has limitations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants