8000 Erroneous speed on BD-R scan · Issue #1 · speed47/qpxtool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Erroneous speed on BD-R scan #1

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

Closed
speed47 opened this issue Sep 20, 2020 · 1 comment
Closed

Erroneous speed on BD-R scan #1

speed47 opened this issue Sep 20, 2020 · 1 comment

Comments

@speed47
Copy link
Owner
speed47 commented Sep 20, 2020
$ ./qscan -d F: -t errc
qScan 0.8.0 (C) 2007-2009  Gennady "ShultZ" Kozlov
qscan: using device 'F:': 'HL-DT-ST' 'BD-RE  WH16NS58 ' '1.V5'
ID: Supported write modes: Packet TAO SAO SAO/RAW SAO/16 SAO/96R SAO/96P RAW/16 RAW/96R RAW/96P LayerJump
qscan: Device not found in any plugin support list, trying to probe...
qscan: using plugin: LITEON
IM: ERRC data     : LDC BIS UNCR
Running BD Error Correction test at speed 12...

Testing 12219345 sectors: 0 - 12219344
          lba |        speed        |  LDC   BIS  |  UNCR
cur :   12288 | -477218.59 X -2147483648 kB/s |     0     0 |     0

This is the case because scan is done so fast than gettimeofday doesn't have an high-enough resolution to properly compute speed.
We should use clock_gettime instead.

@speed47
Copy link
Owner Author
speed47 commented Sep 20, 2020

Fixed version:

$ ./qscan -d F: -t errc
qScan 0.8.0 (C) 2007-2009  Gennady "ShultZ" Kozlov
qscan: using device 'F:': 'HL-DT-ST' 'BD-RE  WH16NS58 ' '1.V5'
ID: Supported write modes: Packet TAO SAO SAO/RAW SAO/16 SAO/96R SAO/96P RAW/16 RAW/96R RAW/96P LayerJump
qscan: Device not found in any plugin support list, trying to probe...
qscan: using plugin: LITEON
IM: ERRC data     : LDC BIS UNCR
Running BD Error Correction test at speed 12...

Testing 12219345 sectors: 0 - 12219344
          lba |        speed        |  LDC   BIS  |  UNCR
cur :   42848 |   4.99 X 22456 kB/s |     0     0 |     00

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

1 participant
0