I made some more tests. I made a checksum of a large file (~2GB), copied it to the SD card, unmounted (to clear the buffers), mounted again, calculated the checksum, and it didn't match. So there's definitely an issue with errors while writing, errors while reading, or both.
I did the same thing on Windows 10: coped a file to an SD card, restarted to make sure buffers are cleared, read the file back again, calculated the checksum. The checksum matched.
So it seems to be a problem specific to Linux. Not sure where to go next.
Precision 5750. I have the same problem under Ubuntu 20.04 kernel 5.10.0-1038-oem. I tried Zorin OS 16 with kernel 5.11.0-27-generic and have no problem anymore. Does anybody know how to apply any patch to Ubuntu 20.04 kernel?
ubuntero
5 Posts
1
October 9th, 2021 14:00
The issue seems to be resolved after kernel upgrade to 5.10.0-1049-oem
likeadeer
1 Message
0
June 25th, 2020 20:00
I'm having a similar issue on Ubuntu 20.04; from lspci:
6c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5260 PCI Express Card Reader (rev 01)
automaciej
8 Posts
0
July 4th, 2020 12:00
Right, my device is:
It looks exactly like yours.
So I guess it's a problem with the driver?
Some more debugging information for the record.
lspci
and dmesg:
This was with Linux kernel version 5.6.0-2-amd64 #1 SMP Debian 5.6.14-2 (2020-06-09) (from uname -a).
automaciej
8 Posts
0
September 27th, 2020 02:00
I made some more tests. I made a checksum of a large file (~2GB), copied it to the SD card, unmounted (to clear the buffers), mounted again, calculated the checksum, and it didn't match. So there's definitely an issue with errors while writing, errors while reading, or both.
I did the same thing on Windows 10: coped a file to an SD card, restarted to make sure buffers are cleared, read the file back again, calculated the checksum. The checksum matched.
So it seems to be a problem specific to Linux. Not sure where to go next.
ubuntero
5 Posts
0
August 31st, 2021 15:00
Precision 5750. I have the same problem under Ubuntu 20.04 kernel 5.10.0-1038-oem. I tried Zorin OS 16 with kernel 5.11.0-27-generic and have no problem anymore. Does anybody know how to apply any patch to Ubuntu 20.04 kernel?
automaciej
8 Posts
0
September 1st, 2021 00:00
Good to know I'm not the only person seeing this problem! Also, knowing that it worked fine with Linux 5.11 is great news!
About your patch, have you seen this news piece? It mentions Ubuntu 20.04.3 with Linux 5.11.
ubuntero
5 Posts
0
September 1st, 2021 07:00
I should add that the Card Reader works perfectly with smaller size cards (2GB, 8GB). The problem appears when I insert high speed SDXC 128 GB card.
ubuntero
5 Posts
0
September 1st, 2021 08:00
I m already on Ubuntu LTS 20.04.1. I wonder, how could I upgrade to newest Ubuntu LTS release point 20.04.3. When I execute:
I receive
ubuntero
5 Posts
1
September 3rd, 2021 16:00
I further investigated the issue - I can see that on some Ubuntu kernels SDXC card works, and on others does not work.
1. Ubuntu 20.04.1 kernel 5.4.0-42-generic - card is auto mounted
2. Ubuntu 20.04.3 kernel 5.11.0-27-generic - card cannot be mounted
3. Ubuntu 20.04.1 kernel 5.10.-1038-oem (original ver for Precision 5750) - card cannot be mounted