asymingt / rts5139

Fix for RTS5129 USB MMC card reader on Linux 3.16+ kernels
62 stars 18 forks source link

Deformed Photos #25

Open tdockx opened 2 years ago

tdockx commented 2 years ago

Hey there,

First thanks for the development of this driver. I am using Debian 11.

All steps worked but I am facing a strange issue where all photos extracted from the SD card are malformed. I see artefacts in forms of lines or strange color overlay on some photos, not all.

The same SD card plugged into another SD card reader running Debian 11 same kernel version does not show any problems.

The computer having the defect is a Lenovo : Machine Type/:9010 Product Family: ideacentre 510A-15ARR

I was unsuccessful to find someone with the same problems. SD card is mounted as vFat in both system.

Thanks for any help.

asymingt commented 2 years ago

To isolate whether it's a driver or environment issue, run md5sum [file] on both machines and check that the checksum is the same. If that's the case, then the driver is not to blame. Otherwise, it might be a driver issue.

I don't use my Lenovo Yoga anymore, so I can't update or test this driver. I'm afraid somebody else might need to step in and help.

On Wed, Aug 24, 2022, 8:48 AM tdockx @.***> wrote:

Hey there,

First thanks for the development of this driver. I am using Debian 11.

All steps worked but I am facing a strange issue where all photos extracted from the SD card are malformed. I see artefacts in forms of lines or strange color overlay on some photos, not all.

The same SD card plugged into another SD card reader running Debian 11 same kernel version does not show any problems.

The computer having the defect is a Lenovo : Machine Type/:9010 Product Family: ideacentre 510A-15ARR

I was unsuccessful to find someone with the same problems. SD card is mounted as vFat in both system.

Thanks for any help.

— Reply to this email directly, view it on GitHub https://github.com/asymingt/rts5139/issues/25, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAJGJ56IMG7OYU6SSE4BS3V2YKYTANCNFSM57PGNXIA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tdockx commented 1 year ago

Hi @asymingt,

Thanks for your quick reply. I should have been more clear, the second SD card reader is from a different constructor, therefore not running the same driver. Only the system (Debian 11) and kernel release are identical. This was to eliminate the fact that it could come from the SD card itself, badly formatted or with other issues.

That said, I downloaded once more the package and re-installed it, but I have the same issues appearing on the pictures. I am doubting it comes from the driver and not a third party hub driver that might be in the middle of the play.

Very difficult to isolate the issue, it would be beautiful if it was simply "not working". Hoping someone has / had some related issues.

Thanks again.