Bug 202473 - RTS525A PCI does not work with SDXC I A2 cards
Summary: RTS525A PCI does not work with SDXC I A2 cards
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: MMC/SD (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_mmc-sd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-31 10:28 UTC by Pablo Catalina
Modified: 2022-08-10 10:17 UTC (History)
24 users (show)

See Also:
Kernel Version: 4.20.5
Subsystem:
Regression: No
Bisected commit-id:


Attachments
dmesg.log (41.57 KB, text/plain)
2020-04-25 14:55 UTC, Roman Podrezov
Details
SDXC card working.png (44.56 KB, image/png)
2020-04-26 09:47 UTC, Roman Podrezov
Details
sdxc test on 5.5.6 (129.46 KB, image/jpeg)
2020-04-26 10:05 UTC, Roman Podrezov
Details
syslog_04_27.log (2.43 MB, text/plain)
2020-04-27 03:01 UTC, Roman Podrezov
Details

Description Pablo Catalina 2019-01-31 10:28:48 UTC
Hi,

I have a "RTS525A PCI Express Card Reader" on a Lenovo P52. But when I try to use a new SanDisk Extreme MicroSD SDXC-I U3 A2 V30 64GB but I got the following errors when I plug it:

[177480.196874] mmc0: error -110 whilst initialising SD card
[177481.524827] mmc0: error -110 whilst initialising SD card
[177482.852774] mmc0: error -110 whilst initialising SD card


I tried to load the module rtsx_pci with msi_en enabled and disabled (1 , 0), but I got the same errors.

I also tried with other microSDs and works fine (tested with a SanDisk MicroSD HC - (8 GB).


How can I help you to fix the bug and improve the driver to allow this type of MicroSDs?



More info:

# lspci -nnk|grep -A2 RTS525A
70:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
	Subsystem: Lenovo RTS525A PCI Express Card Reader [17aa:225f]
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci


# dmesg | grep -E "rtsx|mmc|70:00"
[    0.620592] pci 0000:70:00.0: [10ec:525a] type 00 class 0xff0000
[    0.620625] pci 0000:70:00.0: reg 0x14: [mem 0xa4200000-0xa4200fff]
[    0.620799] pci 0000:70:00.0: supports D1 D2
[    0.620801] pci 0000:70:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.119656] rtsx_pci 0000:70:00.0: enabling device (0000 -> 0002)
## -> I plugged the 8GB MicroSD HC
[176220.181308] mmc0: new high speed SDHC card at address aaaa
[176220.185188] mmcblk0: mmc0:aaaa SU08G 7.40 GiB 
[176220.186021]  mmcblk0: p1
## -> I removed the card
[176417.207106] mmc0: card aaaa removed
## -> I plugged the 64GB MicroSD SDXC-I A2 U3
[176436.567225] mmc0: error -110 whilst initialising SD card
[176437.895242] mmc0: error -110 whilst initialising SD card
[176439.224191] mmc0: error -110 whilst initialising SD card
## -> I removed the driver and loaded with rtsx_pci msi_en=1
## -> I plugged the 64GB MicroSD SDXC-I A2 U3
[176711.345217] mmc0: error -110 whilst initialising SD card
[176712.673249] mmc0: error -110 whilst initialising SD card
[176714.001234] mmc0: error -110 whilst initialising SD card
## -> I removed the driver and loaded with rtsx_pci msi_en=0
## -> I plugged the 64GB MicroSD SDXC-I A2 U3
[177461.469600] mmc0: error -110 whilst initialising SD card
[177462.797547] mmc0: error -110 whilst initialising SD card
[177464.125494] mmc0: error -110 whilst initialising SD card


I have the MicroSD working fine on Android 9.0 (Moto X4 - Kernel 4.4.153)
Comment 1 Dillo0 2019-03-28 06:16:11 UTC
This error also occurs on my system which uses the RealTek RTS5227 PCIe SD card reader (supported with the same kernel module-rtsx_pci) and a Sandisk Extreme MicroSDXC UHS-I 128GB A2 card

#lspci -nnk
6e:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader [10ec:522a] (rev 01)
	Subsystem: Intel Corporation Device [8086:2074]
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci

dmesg output when A2 card is inserted:
[23863.414681] mmc0: error -110 whilst initialising SD card
[23864.722666] mmc0: error -110 whilst initialising SD card
[23866.030690] mmc0: error -110 whilst initialising SD card

I also have two of the past generations of Sandisk Extreme MicroSDXC UHS-I cards, one rated A1 and one without any A rating. When I insert an A1 rated card (Sandisk Extreme MicroSDXC UHS-I 128GB A1), it works perfectly, and dmesg output is:
[24010.109678] mmc0: cannot verify signal voltage switch
[24010.234697] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[24010.248891] mmcblk0: mmc0:aaaa AFGCF 119 GiB 
[24010.251858]  mmcblk0: p1 p2 p3

When I insert a card with no A ratings (Sandisk Extreme MicroSDXC UHS-I 64GB), the version released directly before the A1 card above, it also works perfectly and I get the following dmesg output:
[24138.409785] mmc0: cannot verify signal voltage switch
[24138.531927] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[24138.533781] mmcblk0: mmc0:aaaa AFGCE 59.5 GiB 
[24138.534978]  mmcblk0: p1 p2 p3

I also tested this device under different kernel versions. I get identical results in:
openSUSE Leap 15.0 kernel 4.12.13-lp150.12.48-default x86-64 and prior
openSUSE Tumbleweed kernel 5.0.3-1-default x86-64 and prior

I have also tested my Sandisk Extreme A2 rated card in a different reader. It works properly using a Transcend TS-RDF5K USB 3.0 card reader (supported with the USB mass storage kernel module).

Finally, I tested the A2 card in the built in card slot on a Raspberry Pi 3B running openSUSE aarch64 (ARM64) with the following kernels and it works properly:
openSUSE Leap 15.0 kernel 4.12.14-lp150.12.48-default aarch64
openSUSE Tumbleweed kernel 4.20.13-1-default aarch64

On the Raspberry Pi 3B, it's connected directly to the SDIO bus on the SOC, and is supported by the kernel module sdhost_bcm2835

Let me know if there is additional information I can provide.
Comment 2 Václav Skála 2019-04-09 08:02:41 UTC
Possibly duplicate of bug https://bugzilla.kernel.org/show_bug.cgi?id=93201.
Comment 3 Stéphane 2019-05-29 15:53:06 UTC
Hi,

I've got a similar bug with an RTS525A.

"mmc0: error -110 whilst initialising SD card"

PC: Dell XPS 9570, 2018

OS: Ubuntu 19.04, Linux 5.0.0-15-generic

SD CARD: SanDisk 128Go SDXC V30, U3, 95 mb/s

(The card works fine with Windows 10)

I also tried with a Samsung 64 Go SD, U1, which work really fine with both OS.

This is my log extract:

[ 4402.943821] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
[ 4402.955685] mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
[ 4402.968446] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 4403.071711] mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
[ 4403.071729] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 4403.175826] mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
[ 4403.175845] mmc0: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
[ 4403.177565] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 4403.178130] mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
[ 4403.179905] mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
[ 4403.181463] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 4403.182327] mmc0: req done (CMD8): 0: 000001aa 00000000 00000000 00000000
[ 4403.182344] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 4403.283543] mmc0: req failed (CMD5): -110, retrying...
[ 4403.387842] mmc0: req failed (CMD5): -110, retrying...
[ 4403.491844] mmc0: req failed (CMD5): -110, retrying...
[ 4403.595659] mmc0: req done (CMD5): -110: 00000000 00000000 00000000 00000000
[ 4403.595679] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4403.596518] mmc0: req done (CMD55): 0: 00400120 00000000 00000000 00000000
[ 4403.596534] mmc0: starting CMD41 arg 00000000 flags 000000e1
[ 4403.597328] mmc0: req done (CMD41): 0: 00ff8080 00000000 00000000 00000000
[ 4403.597347] mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
[ 4403.600073] mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 7 width 1 timing 0
[ 4403.615747] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
[ 4403.627719] mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
[ 4403.639721] mmc0: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 7 width 1 timing 0
[ 4403.641077] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 4403.641506] mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
[ 4403.642842] mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
[ 4403.644158] mmc0: starting CMD8 arg 000000aa flags 000002f5
[ 4403.747838] mmc0: req done (CMD8): -110: 00000000 00000000 00000000 00000000
[ 4403.747856] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4403.748682] mmc0: req done (CMD55): 0: 00c00120 00000000 00000000 00000000
[ 4403.748700] mmc0: starting CMD41 arg 11000080 flags 000000e1
[ 4403.851751] mmc0: req done (CMD41): -110: 00000000 00000000 00000000 00000000
[ 4403.851770] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4403.955752] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
[ 4403.955771] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4404.059857] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
[ 4404.059875] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4404.163867] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
[ 4404.163885] mmc0: error -110 whilst initialising SD card
[ 4404.163893] mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 7 width 1 timing 0
[ 4404.164132] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 4404.267869] mmc0: req done (CMD1): -110: 00000000 00000000 00000000 00000000
[ 4404.267888] mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
[ 4404.269670] mmc0: mmc_rescan_try_freq: trying to init card at 300000 Hz
[ 4404.269677] mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
[ 4404.283848] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
[ 4404.295751] mmc0: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
[ 4404.307750] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 4404.411875] mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
[ 4404.411893] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 4404.515737] mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
[ 4404.515745] mmc0: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
[ 4404.517111] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 4404.517485] mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
[ 4404.518771] mmc0: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
[ 4404.520135] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 4404.520767] mmc0: req done (CMD8): 0: 000001aa 00000000 00000000 00000000
[ 4404.520770] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 4404.623791] mmc0: req failed (CMD5): -110, retrying...
[ 4404.727897] mmc0: req failed (CMD5): -110, retrying...
[ 4404.831844] mmc0: req failed (CMD5): -110, retrying...
[ 4404.935951] mmc0: req done (CMD5): -110: 00000000 00000000 00000000 00000000
[ 4404.935970] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4404.936778] mmc0: req done (CMD55): 0: 00400120 00000000 00000000 00000000
[ 4404.936794] mmc0: starting CMD41 arg 00000000 flags 000000e1
[ 4404.937609] mmc0: req done (CMD41): 0: 00ff8080 00000000 00000000 00000000
[ 4404.937627] mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
[ 4404.940376] mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 7 width 1 timing 0
[ 4404.956039] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
[ 4404.967778] mmc0: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
[ 4404.979779] mmc0: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 7 width 1 timing 0
[ 4404.981158] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 4404.981719] mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
[ 4404.983070] mmc0: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
[ 4404.984462] mmc0: starting CMD8 arg 000000aa flags 000002f5
[ 4405.087904] mmc0: req done (CMD8): -110: 00000000 00000000 00000000 00000000
[ 4405.087923] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4405.088748] mmc0: req done (CMD55): 0: 00c00120 00000000 00000000 00000000
[ 4405.088767] mmc0: starting CMD41 arg 11000080 flags 000000e1
[ 4405.192753] mmc0: req done (CMD41): -110: 00000000 00000000 00000000 00000000
[ 4405.192771] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4405.295589] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
[ 4405.295607] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4405.399915] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
[ 4405.399934] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4405.503928] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
[ 4405.503945] mmc0: error -110 whilst initialising SD card
[ 4405.503953] mmc0: clock 300000Hz busmode 1 powermode 2 cs 0 Vdd 7 width 1 timing 0
[ 4405.504167] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 4405.607930] mmc0: req done (CMD1): -110: 00000000 00000000 00000000 00000000
[ 4405.607948] mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
[ 4405.609685] mmc0: mmc_rescan_try_freq: trying to init card at 250000 Hz
[ 4405.609692] mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
[ 4405.623906] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
[ 4405.635806] mmc0: clock 250000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
[ 4405.647811] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 4405.751930] mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
[ 4405.751949] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 4405.855942] mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
[ 4405.855961] mmc0: clock 250000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
[ 4405.857662] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 4405.858203] mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
[ 4405.859770] mmc0: clock 250000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
[ 4405.861269] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 4405.862098] mmc0: req done (CMD8): 0: 000001aa 00000000 00000000 00000000
[ 4405.862116] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 4405.963950] mmc0: req failed (CMD5): -110, retrying...
[ 4406.067859] mmc0: req failed (CMD5): -110, retrying...
[ 4406.171905] mmc0: req failed (CMD5): -110, retrying...
[ 4406.275956] mmc0: req done (CMD5): -110: 00000000 00000000 00000000 00000000
[ 4406.275976] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4406.276790] mmc0: req done (CMD55): 0: 00400120 00000000 00000000 00000000
[ 4406.276806] mmc0: starting CMD41 arg 00000000 flags 000000e1
[ 4406.277620] mmc0: req done (CMD41): 0: 00ff8080 00000000 00000000 00000000
[ 4406.277638] mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
[ 4406.280433] mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 7 width 1 timing 0
[ 4406.295730] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
[ 4406.307743] mmc0: clock 250000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
[ 4406.320453] mmc0: clock 250000Hz busmode 2 powermode 2 cs 1 Vdd 7 width 1 timing 0
[ 4406.321825] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 4406.322363] mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
[ 4406.323724] mmc0: clock 250000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
[ 4406.325121] mmc0: starting CMD8 arg 000000aa flags 000002f5
[ 4406.427864] mmc0: req done (CMD8): -110: 00000000 00000000 00000000 00000000
[ 4406.427884] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4406.428550] mmc0: req done (CMD55): 0: 00c00120 00000000 00000000 00000000
[ 4406.428564] mmc0: starting CMD41 arg 11000080 flags 000000e1
[ 4406.531970] mmc0: req done (CMD41): -110: 00000000 00000000 00000000 00000000
[ 4406.531988] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4406.635872] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
[ 4406.635890] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4406.739865] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
[ 4406.739883] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4406.843983] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
[ 4406.844001] mmc0: error -110 whilst initialising SD card
[ 4406.844010] mmc0: clock 250000Hz busmode 1 powermode 2 cs 0 Vdd 7 width 1 timing 0
[ 4406.844224] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 4406.947988] mmc0: req done (CMD1): -110: 00000000 00000000 00000000 00000000
[ 4406.948006] mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0


I hope it can help.


I have few different 'req done' messages:

[ 4406.739883] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4406.843983] mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000

[ 4403.181463] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 4403.182327] mmc0: req done (CMD8): 0: 000001aa 00000000 00000000 00000000

[ 4406.275976] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 4406.276790] mmc0: req done (CMD55): 0: 00400120 00000000 00000000 00000000

[ 4406.276806] mmc0: starting CMD41 arg 00000000 flags 000000e1
[ 4406.277620] mmc0: req done (CMD41): 0: 00ff8080 00000000 00000000 00000000
Comment 4 Anton Gubarkov 2019-05-29 18:18:50 UTC
Here is the log from my Lenovo P52 with Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)


мая 29 21:16:02 PF16W6Y2 kernel: mmc0: mmc_rescan_try_freq: trying to init card at 400000 Hz
мая 29 21:16:02 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
мая 29 21:16:02 PF16W6Y2 kernel: rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD52 arg 00000c00 flags 00000195
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD52 arg 80000c08 flags 00000195
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD0 arg 00000000 flags 000000c0
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD8 arg 000001aa flags 000002f5
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD8): 0: 000001aa 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD5 arg 00000000 flags 000002e1
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req failed (CMD5): -110, retrying...
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req failed (CMD5): -110, retrying...
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req failed (CMD5): -110, retrying...
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD5): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD55): 0: 00400120 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD41 arg 00000000 flags 000000e1
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD41): 0: 00ff8080 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:03 PF16W6Y2 kernel: rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 7 width 1 timing 0
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD0 arg 00000000 flags 000000c0
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD8 arg 000000aa flags 000002f5
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD8): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD55): 0: 00c00120 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD41 arg 11000080 flags 000000e1
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: req done (CMD41): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:03 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: error -110 whilst initialising SD card
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD1 arg 00000000 flags 000000e1
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD1): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: mmc_rescan_try_freq: trying to init card at 300000 Hz
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
мая 29 21:16:04 PF16W6Y2 kernel: rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD52 arg 00000c00 flags 00000195
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD52 arg 80000c08 flags 00000195
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD0 arg 00000000 flags 000000c0
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD8 arg 000001aa flags 000002f5
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD8): 0: 000001aa 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD5 arg 00000000 flags 000002e1
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req failed (CMD5): -110, retrying...
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req failed (CMD5): -110, retrying...
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req failed (CMD5): -110, retrying...
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD5): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD55): 0: 00400120 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: starting CMD41 arg 00000000 flags 000000e1
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: req done (CMD41): 0: 00ff8080 00000000 00000000 00000000
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
мая 29 21:16:04 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:04 PF16W6Y2 kernel: rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: clock 300000Hz busmode 2 powermode 2 cs 1 Vdd 7 width 1 timing 0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD0 arg 00000000 flags 000000c0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: clock 300000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD8 arg 000000aa flags 000002f5
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD8): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD55): 0: 00c00120 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD41 arg 11000080 flags 000000e1
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD41): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: error -110 whilst initialising SD card
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: clock 300000Hz busmode 1 powermode 2 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD1 arg 00000000 flags 000000e1
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD1): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: mmc_rescan_try_freq: trying to init card at 250000 Hz
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 1 timing 0
мая 29 21:16:05 PF16W6Y2 kernel: rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: clock 250000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD52 arg 00000c00 flags 00000195
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD52 arg 80000c08 flags 00000195
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: clock 250000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 1 timing 0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD0 arg 00000000 flags 000000c0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: clock 250000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 1 timing 0
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD8 arg 000001aa flags 000002f5
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req done (CMD8): 0: 000001aa 00000000 00000000 00000000
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: starting CMD5 arg 00000000 flags 000002e1
мая 29 21:16:05 PF16W6Y2 kernel: mmc0: req failed (CMD5): -110, retrying...
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req failed (CMD5): -110, retrying...
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req failed (CMD5): -110, retrying...
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD5): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD55): 0: 00400120 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD41 arg 00000000 flags 000000e1
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD41): 0: 00ff8080 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:06 PF16W6Y2 kernel: rtsx_pci_sdmmc rtsx_pci_sdmmc.0: Initial signal voltage of 3.3v
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: clock 250000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: clock 250000Hz busmode 2 powermode 2 cs 1 Vdd 7 width 1 timing 0
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD0 arg 00000000 flags 000000c0
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD0): 0: 00000000 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: clock 250000Hz busmode 2 powermode 2 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD8 arg 000000aa flags 000002f5
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD8): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD55): 0: 00c00120 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD41 arg 11000080 flags 000000e1
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD41): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD55 arg 00000000 flags 000000f5
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD55): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: error -110 whilst initialising SD card
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: clock 250000Hz busmode 1 powermode 2 cs 0 Vdd 7 width 1 timing 0
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: starting CMD1 arg 00000000 flags 000000e1
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: req done (CMD1): -110: 00000000 00000000 00000000 00000000
мая 29 21:16:06 PF16W6Y2 kernel: mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
Comment 5 Sean Clayton 2019-07-29 16:59:59 UTC
I’d like to confirm this is also happening to me on my Surface Go. The external card reader works fine, slower and smaller cards work in the internal slot but a 256 gb ScanDisk SDXC card does not work, giving the errors listed above. Would love to know a workaround or a actionable item I can take.
Comment 6 kernelorg 2019-08-06 19:14:37 UTC
I can also confirm the same error with a Dell Latitude 11 5175 using the same card reader - Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01).

SD card is SanDisk Extreme Pro MicroSD SDXC-I U3 A2 V30 64GB. All other SDs work fine and this card works with an external reader.

Error:

[   83.263337] mmc0: error -110 whilst initialising SD card
[   84.590299] mmc0: error -110 whilst initialising SD card
[   85.918313] mmc0: error -110 whilst initialising SD card
[  587.417055] mmc0: error -110 whilst initialising SD card
Comment 7 yoshi.mxlinux 2019-08-07 20:29:47 UTC
Same with RTS5229 and SanDisk 64GB Extreme microSDXC UHS-I - C10, U3, V30, 4K, A2, (SDSQXA2-064G-GN6MA) 

Kernel version 4.19.0.1, 4.19.0.5 and 4.20.12


$ lspci
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
	Subsystem: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader
	Flags: bus master, fast devsel, latency 0, IRQ 128
	Memory at 91200000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Device Serial Number 00-00-00-01-00-4c-e0-00
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci

$ dmesg
[  622.574219] rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
[  704.256310] mmc1: error -110 whilst initialising SD card
[  705.568275] mmc1: error -110 whilst initialising SD card
[  706.880152] mmc1: error -110 whilst initialising SD card


Other Card like Sandisc Ultra 64 Gb work without problems with  rtsx_pci

compiled the module rts5229 from the Realtek webpage (source needs some modifications to compile) but card is not detected when plugged while system running.
To trigger detection I did: "sudo mount /dev/sda <mountpoint>"
That triggers detection of the card and automount.
But additional troubles with LUKS unmount and occasional crashes of the rts5229 driver make it unusable.

Pls fix rtsx_pci
Comment 8 Philip Langdale 2019-08-08 01:37:21 UTC
I did some quick investigation and the problem is related to the fact that the driver sets MMC_CAP2_FULL_PWR_CYCLE. If I remove this cap, my A2 card works fine. This cap is set unconditionally in the driver and was added back in 2014 (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=517bf80fe74494e2d7f185c107085cde11f0e9a4).

Obviously, the handling of the cap is in the core mmc code, and I took a look through, and I believe the only thing it changes is how initial voltage selection works (there are two places in the true-mmc-card path too, but these should not be relevant for SD cards).

That means the implementation of mmc_select_voltage() differs, but for a fancy card like we're discussing here, the ultimate voltage selection is done using a UHS specific mechanism that isn't affected by this flag, so you do end up at the right voltage. I haven't had the time to debug all the way through the core code so I don't know exactly which part is failing.

So anyway, if you're in a position to rebuild your kernel (or at least the driver - it's one file with no weird dependencies, so an out-of-tree compile is trivial), the fix/workaround is simple.
Comment 9 Philip Langdale 2019-08-09 00:07:48 UTC
I was asked out of band what cards I tested with. I don't have my full collection with me right now, but I tested with a Sandisk 400GB U3 A2 (that requires the modification to work) and a couple of old ones. a 32GB Class 4 SDHC and a very old 256MB plain old SD. The old ones work with or without the modification.

Caveats: My machine only has a microSD reader, so I could not test any full size cards, and importantly, couldn't test any true-mmc cards. In terms of SD card types, I don't have any almost-modern cards (SDR50/DDR50 cards) here so did not test that. I also don't know whether this change breaks non-UHS voltage switching. These old cards can (or only) operate at 3.3V so we wouldn't notice if switching failed.
Comment 10 Stéphane 2019-08-10 21:44:40 UTC
Hi,

Thank you very much for this workaround ! I've tried it with my Dell XPS laptop and it work.

I comment the line in rtsx_pci.c file:

// mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE;

Then compiled my kernel and it work successfully as predicted with my SanDisk 128 U3 sd card that failed before.

I've got theses messages from dmesg command with the modification:

[   15.573684] pci 0000:01:00.0: Refused to change power state, currently in D3
[   60.656538] mmc0: cannot verify signal voltage switch
[   60.784308] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[   60.808589] mmcblk0: mmc0:aaaa SR128 119 GiB 
[   60.810889]  mmcblk0: p1

I hope that a real fix will be possible in mmc_core in the future, thank again for identifying this issue.
Comment 11 Sean Clayton 2019-08-16 07:49:40 UTC
Philip! You have saved me so much frustration. With this workaround I was able to use my surface go to dual boot ubuntu by building a custom kernel with the great details put forward by Stéphane. There have been no problems (yet) and I would love to get back in the standard Kernel Stream. Kindest Regards.
Comment 12 Kete Tefid 2019-08-16 09:52:37 UTC
The mentioned workaround did not work for me. I tested it on a Thinkpad P52. I clearly remember that this used to work without any tweaking and a new kernel has provoked the problem but I do not remember which one.
Comment 13 Philip Langdale 2019-08-16 18:00:29 UTC
I sent a patch to the mailing list for consideration, but no response yet.

https://patchwork.kernel.org/patch/11088719/
Comment 14 Jerónimo Borque 2019-08-19 02:16:56 UTC
Added your patch to Fedora's 30 kernel 5.2.9 and tested with many different SD cards.
The patch fixed the issue using a SanDisk Extreme 32Gb U1 micro sd card with the Realtek RTS522A PCI Express Card Reader in my PC.
No issues seen with other SD card types and sizes from various vendors.
Thank you!
Comment 15 Philip Langdale 2019-08-29 15:17:27 UTC
Here's the final patch: https://patchwork.kernel.org/patch/11116271/

Ultimate conclusion is that the card is sort-of-out-of-spec because it sets a flag that isn't really defined in the SD spec, but the mmc subsystem should be explicitly ignoring that flag, but wasn't. Now it does.
Comment 16 Stéphane 2019-08-29 19:33:25 UTC
I reversed the workaround and tested the new patch : it work perfectly ! Thank you very much for your time on this issue.
 
I hope it will be include soon to the kernel.

Cheers
Comment 17 ufospoke 2019-09-01 18:56:35 UTC
(In reply to Jerónimo Borque from comment #14)
> Added your patch to Fedora's 30 kernel 5.2.9 and tested with many different
> SD cards.

I confirm that on Fedora 30 with kernel 5.2.9 it works! but apparently also with kernel 5.2.5 (for my ScanDisk Extreme SDXC I  U1 64 Gb card). My card reader is Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader on DELL XPS15 9550.
Comment 18 Matt Price 2019-09-16 13:39:59 UTC
I am not currently in a position to patch my kernel, and am not that familiar with patchwork -- has the patch been submitted upstream & is there any prospect of it getting accepted?
Comment 19 Philip Langdale 2019-09-16 15:38:21 UTC
The patch was merged into 5.3 and all the active stable branches, so you can get it right now. Unfortunately, I can't lose this bug report.
Comment 20 Matt Price 2019-09-17 21:49:37 UTC
@Phillip thanks for the info, looks like 5.3 will make its way to Arch shortly, hopefully it will fix my issue too!
Comment 21 Roman Podrezov 2020-04-11 13:28:17 UTC
I have the same problem on RTS522A with hp probook430g5 laptop:

[ 1889.177540] mmc0: cannot verify signal voltage switch
[ 1889.488219] mmc0: error -110 whilst initialising SD card


03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)

SD card is QUMO MicroSDXC Card 64GB UHS-I SD 3.0 Compatible and this card was tested on other PC with other OS and works fine.

Problem appears with installed kernel 5.3.0-46-generic on Ubuntu 19.10. Also, I tested other card (Kingston 16GB microSDHC), it works fine with this kernel/driver/cardreader.

I have no skill to compile driver or to apply patch to kernel. And as far I understand, my kernel already contains that bugfix, but problem, probably, still exists.
Comment 22 lacksfish 2020-04-19 13:18:32 UTC
I can confirm this issue is newly occurring  on Ubuntu 19.10 on kernel 5.3.0-46
I am using a 400GB SanDisk Ultra SDXC class10 A1

It stopped working after an update to 19.10, which included a kernel update. Something must've changed, which broke it.
This card was working fine non-stop beforehand.

Details:

$ uname -r
5.3.0-46-generic

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 19.10
Release:	19.10
Codename:	eoan

$ lspci -nnk
...
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
	Subsystem: Lenovo ThinkPad X1 Carbon 5th Gen [17aa:224f]
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci
...

What can I do to fix this? Downgrade kernel? Wait for an update? I kinda need this card to work to continue working ...
Comment 23 lacksfish 2020-04-20 06:23:26 UTC
FWIW, downgrading the kernel to 5.0.0-38-generic did *not* help
Comment 24 Dillo0 2020-04-20 13:26:21 UTC
I was able to test this on Ubuntu 19.10 Eoan Ermine, and the Sandisk Extreme UHS-I A1 microSDXC 128 GB card and the Sandisk Extreme UHS-I A2 microSDXC 128 GB card, and it still works on my system with the RTS5227. Initially this problem was specific to the A2 cards. The A1 cards used to work fine.

Is it possible for either of you to test this when running a different distro and kernel? You could install Linux on a USB stick and test it there. OpenSUSE Tumbleweed is on the 5.6 kernel, and everything works on my machine when I run that. That would help rule out problems with newer kernels and see if it's a distro-related issue.
Comment 25 ufospoke 2020-04-20 16:16:42 UTC
I just tested with ScanDisk Extreme U1 64 Gb (one that did not work some years ago) and it works fine with Fedora 30 and kernels 5.3.14 and 5.5.10.
Comment 26 Dillo0 2020-04-20 16:43:38 UTC
I did tests with the following: Sandisk Extreme UHS-I A1 microSDXC 128 GB card and the Sandisk Extreme UHS-I A2 microSDXC 128 GB card (one of which did not work before this was fixed, and I can confirm that it works fine with the following:

openSUSE Leap 15.1 kernel-default-4.12.14-lp151.28.44.1.x86_64 (patch was backported into this older kernel)
openSUSE Leap 15.2 (beta) kernel-default-5.3.18-lp152.10.4.x86_64
openSUSE Tumbleweed kernel-default-5.6.4-1.2.x86_64

# lspci -nnk
6e:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader [10ec:522a] (rev 01)
	Subsystem: Intel Corporation Device [8086:2074]
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci
Comment 27 lacksfish 2020-04-21 08:41:52 UTC
I am so sorry for the confusion. It turns out my SDXC card is most likely defective, surprisingly exactly since the update to Ubuntu 19.10 ...


Thanks for the reply and the help, I highly appreciate it! I have returned the card, as it is only 8 months old... It's just so strange to be working exactly until the update to 19.10. What gives.

Hope all is well and stay safe, stay home :)
Comment 28 Roman Podrezov 2020-04-25 14:55:56 UTC
Created attachment 288725 [details]
dmesg.log
Comment 29 Dillo0 2020-04-25 16:10:55 UTC
(In reply to Roman Podrezov from comment #28)
> Created attachment 288725 [details]
> dmesg.log

Hello Roman,
Could you test the card in your system with a different card reader first to see if the card itself is working? Once you do that and the card is still working, see if you can run another Linux distribution on your computer temporarily with a newer kernel (Possibly on a thumbdrive) to see if the card reader can read your card. Keep us posted!
Comment 30 Roman Podrezov 2020-04-26 09:47:04 UTC
Created attachment 288731 [details]
SDXC card working.png

I used qemu_kvm to pass cardreader device to guest windows. And it works well. I can create and write files. So, I made conclusion that hardware is ok both cardreader and card.
Comment 31 Roman Podrezov 2020-04-26 10:05:21 UTC
Created attachment 288733 [details]
sdxc test on 5.5.6

Hello Dillo0,

Also, I tried archlinux bootable usb flashdrive with 5.5.6 kernel version. The issue has been reproduced.

dmesg.log, that I have sent previously, was achieved using 5.3.18 kernel local debug build on ubuntu 19.10. But I'm not sure exactly about this version, because uname output is as follows:

roman@probook430:~/mmc_debug/linux-source-5.3.0$ uname -a
Linux probook430 5.3.18 #3 SMP Sat Apr 25 21:01:13 +07 2020 x86_64 x86_64 x86_64 GNU/Linux

but source folder name differs from that version. So, I'm litlle bit confused about the version. Anyway it's not lesser than 5.3.0-46.

I can carry out additional experiments, if needed.

Best regars,
Roman.
Comment 32 Roman Podrezov 2020-04-27 03:01:38 UTC
Created attachment 288753 [details]
syslog_04_27.log

Hello,

Somehow card was detected today, when it was being inserted long time and I woke up laptop from standby mode. I don't know exact reason, maybe syslog can help to analyze this. But after ejecting and inserting, the card wasn't detected again.

Best regards,
Roman.
Comment 33 malte.roc 2020-07-31 06:02:57 UTC
ThinkPad T440
OS: Fedora 32
Kernel: 5.7.10-201
card reader: Realtek RTS5227 PCI Express Card Reader (rev 01)
sd card: Intenso micro SDHC UHS-I class 10 32GB

With my setup the card works, when the card is plugged in during system boot.
When the card is plugged in after the boot process has completed it fails with:

Jul 31 07:53:41 kernel: mmc0: problem reading SD Status register
Jul 31 07:53:41 kernel: mmc0: error -110 whilst initialising SD card
Jul 31 07:53:42 kernel: mmc0: problem reading SD Status register
Jul 31 07:53:43 kernel: mmc0: error -110 whilst initialising SD card
Jul 31 07:53:44 kernel: mmc0: problem reading SD Status register
Jul 31 07:53:44 kernel: mmc0: error -110 whilst initialising SD card

workaround:
sudo modprobe -r rtsx_pci_sdmmc && sudo modprobe rtsx_pci_sdmmc

Jul 31 08:01:15 kernel: mmc0: cannot verify signal voltage switch
Jul 31 08:01:16 kernel: mmc0: new ultra high speed SDR104 SDHC card at address 0001
Jul 31 08:01:16 kernel: mmcblk0: mmc0:0001 00000 29.8 GiB
Jul 31 08:01:16 kernel:  mmcblk0:

This does not work when the module is reloaded while the card is removed.


Kind regards
Comment 34 constantine.karnacevych@gmail.com 2020-09-18 08:32:59 UTC
> 
> workaround:
> sudo modprobe -r rtsx_pci_sdmmc && sudo modprobe rtsx_pci_sdmmc
> 
> Jul 31 08:01:15 kernel: mmc0: cannot verify signal voltage switch
> Jul 31 08:01:16 kernel: mmc0: new ultra high speed SDR104 SDHC card at
> address 0001
> Jul 31 08:01:16 kernel: mmcblk0: mmc0:0001 00000 29.8 GiB
> Jul 31 08:01:16 kernel:  mmcblk0:
> 
> This does not work when the module is reloaded while the card is removed.


this doesn't work on my Fedora 31 even if SD card is plugged

any plans when it's supposed to be resolved?
Comment 35 constantine.karnacevych@gmail.com 2020-12-12 16:57:17 UTC
still exists:

# lspci -nnk|grep -A2 RTS525A
3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
Subsystem: Dell Device [1028:0819]
Kernel driver in use: rtsx_pci

#  dmesg | grep -E "rtsx|mmc|3b:00"
[    0.436806] pci 0000:3b:00.0: [10ec:525a] type 00 class 0xff0000
[    0.436829] pci 0000:3b:00.0: reg 0x14: [mem 0xed200000-0xed200fff]
[    0.436932] pci 0000:3b:00.0: supports D1 D2
[    0.436933] pci 0000:3b:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.720685] rtsx_pci 0000:3b:00.0: enabling device (0000 -> 0002)
[  778.142955] mmc0: cannot verify signal voltage switch
[  778.579197] mmc0: error -110 whilst initialising SD card
[  779.914517] mmc0: cannot verify signal voltage switch
[  780.347174] mmc0: error -110 whilst initialising SD card
[  781.656704] mmc0: cannot verify signal voltage switch
[  782.091207] mmc0: error -110 whilst initialising SD card

# uname -a
Linux xxxxxx 5.9.13-200.fc33.x86_64 #1 SMP Tue Dec 8 15:42:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

SanDisk Ultra 64Gb SDXC

exfat-fuse and utils are installed
Comment 36 constantine.karnacevych@gmail.com 2020-12-12 20:57:40 UTC
also with Apacer 32Gb SDHC I get

[15212.850447] mmc0: problem reading SD Status register
[15213.274360] mmc0: error -110 whilst initialising SD card
[15214.306408] mmc0: problem reading SD Status register
[15214.722417] mmc0: error -110 whilst initialising SD card
[15215.754471] mmc0: problem reading SD Status register
[15216.170343] mmc0: error -110 whilst initialising SD card
Comment 37 yoshi.mxlinux 2020-12-26 18:54:11 UTC
There is a patch for this problem.
Has to do with a bit the SD Card sets which should be ignored by the driver but isn't.

https://patchwork.kernel.org/project/linux-mmc/patch/20190827081043.15443-1-ulf.hansson@linaro.org/

I manually patched the driver a year ago (after returning 2 SDHC cards...) and it works fine.
Comment 38 constantine.karnacevych@gmail.com 2020-12-27 02:12:48 UTC
(In reply to yoshi.mxlinux from comment #37)
> There is a patch for this problem.
> Has to do with a bit the SD Card sets which should be ignored by the driver
> but isn't.
> 
> https://patchwork.kernel.org/project/linux-mmc/patch/20190827081043.15443-1-
> ulf.hansson@linaro.org/
> 
> I manually patched the driver a year ago (after returning 2 SDHC cards...)
> and it works fine.

isn't it added to the latest version? looks like the patch has been accepted
Comment 39 yoshi.mxlinux 2020-12-27 18:27:15 UTC
Don't know what the latest version is - or since which version it is included. 
I tend to use the stable kernel version of MX-Linux and my current (the manually patched) version is  4.20.12-antix.1-amd64-smp
The MX19 ahs (advanced hardware support) version MIGHT be patched - but it's a general problem of the driver and not distribution specific.
So one can upgrade the kernel and see if it is supported - or if one want's to stay "stable" the patch can be performed on the running kernel.
It's just a few lines of code...
Comment 40 constantine.karnacevych@gmail.com 2020-12-28 22:00:35 UTC
any tips how to rebuild and load that single module on Fedora 33?
Comment 41 Lance G. 2022-08-09 11:37:50 UTC
I seem to have this exact issue on a Surface Go 2 with a RTS522A. I tested both 200GB Sandisk A1 SDXC and 400GB Sandisk A1 SDXC cards.  They give nothing but I/O errors and I can't format them or anything with a Arch Linux system running 5.18.7. The same cards tested in an external SD card reader work fine and even in different built in SD card readers on different laptops. 

Below is a dmesg output from when I tried to run the SD card at boot with /home installed to it.

[ 2510.866863] mmc1: cannot verify signal voltage switch
[ 2510.983204] I/O error, dev mmcblk1, sector 2682960 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2510.983686] I/O error, dev mmcblk1, sector 2682856 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2510.984135] I/O error, dev mmcblk1, sector 2682840 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2510.984552] I/O error, dev mmcblk1, sector 2682816 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2510.984973] I/O error, dev mmcblk1, sector 2682760 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2510.985396] I/O error, dev mmcblk1, sector 2682648 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2510.985813] I/O error, dev mmcblk1, sector 2682560 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2510.986258] I/O error, dev mmcblk1, sector 2682536 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2510.986277] F2FS-fs (dm-3): Issue discard(330965, 330965, 1) failed, ret: -5
[ 2510.986285] F2FS-fs (dm-3): Issue discard(330968, 330968, 1) failed, ret: -5
[ 2510.986289] F2FS-fs (dm-3): Issue discard(330979, 330979, 1) failed, ret: -5
[ 2510.986293] F2FS-fs (dm-3): Issue discard(330993, 330993, 1) failed, ret: -5
[ 2510.986297] F2FS-fs (dm-3): Issue discard(331000, 331000, 1) failed, ret: -5
[ 2510.986301] F2FS-fs (dm-3): Issue discard(331003, 331003, 1) failed, ret: -5
[ 2510.986303] F2FS-fs (dm-3): Issue discard(331005, 331005, 1) failed, ret: -5
[ 2510.986306] F2FS-fs (dm-3): Issue discard(331018, 331018, 2) failed, ret: -5
[ 2510.986974] I/O error, dev mmcblk1, sector 2683504 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2510.987511] I/O error, dev mmcblk1, sector 2683448 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2511.039053] F2FS-fs (dm-3): Issue discard(331023, 331023, 1) failed, ret: -5
[ 2511.039064] F2FS-fs (dm-3): Issue discard(331036, 331036, 1) failed, ret: -5
[ 2515.986544] blk_print_req_error: 742 callbacks suppressed
[ 2515.986549] I/O error, dev mmcblk1, sector 3314664 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2515.987089] I/O error, dev mmcblk1, sector 3314472 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2515.987518] I/O error, dev mmcblk1, sector 3314448 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2515.987938] I/O error, dev mmcblk1, sector 3314296 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2515.988359] I/O error, dev mmcblk1, sector 3314256 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2515.988781] I/O error, dev mmcblk1, sector 3313872 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2515.989211] I/O error, dev mmcblk1, sector 3313800 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2515.989667] I/O error, dev mmcblk1, sector 3313784 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2516.039108] __remove_discard_cmd: 742 callbacks suppressed
[ 2516.039115] F2FS-fs (dm-3): Issue discard(409871, 409871, 1) failed, ret: -5
[ 2516.039122] F2FS-fs (dm-3): Issue discard(409873, 409873, 1) failed, ret: -5
[ 2516.039127] F2FS-fs (dm-3): Issue discard(409882, 409882, 1) failed, ret: -5
[ 2516.039130] F2FS-fs (dm-3): Issue discard(409930, 409930, 1) failed, ret: -5
[ 2516.039132] F2FS-fs (dm-3): Issue discard(409935, 409935, 1) failed, ret: -5
[ 2516.039135] F2FS-fs (dm-3): Issue discard(409954, 409954, 1) failed, ret: -5
[ 2516.039137] F2FS-fs (dm-3): Issue discard(409957, 409957, 1) failed, ret: -5
[ 2516.039139] F2FS-fs (dm-3): Issue discard(409981, 409981, 1) failed, ret: -5
[ 2516.039824] I/O error, dev mmcblk1, sector 3315216 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2516.040265] I/O error, dev mmcblk1, sector 3315152 op 0x3:(DISCARD) flags 0x0 phys_seg 1 prio class 0
[ 2516.092471] F2FS-fs (dm-3): Issue discard(410004, 410004, 1) failed, ret: -5
[ 2516.092481] F2FS-fs (dm-3): Issue discard(410011, 410011, 1) failed, ret: -5
[ 2527.757770] audit: type=1334 audit(1659710768.467:225): prog-id=44 op=LOAD
[ 2527.896727] F2FS-fs (dm-3): inconsistent node block, nid:66382, node_footer[nid:2099813213,ino:2099970266,ofs:122253331,cpver:7062275693236644327,blkaddr:1411278803]
[ 2527.900417] F2FS-fs (dm-3): inconsistent node block, nid:66606, node_footer[nid:2804065790,ino:2396276946,ofs:301355298,cpver:14865739161891134649,blkaddr:3108242889]
[ 2527.903203] F2FS-fs (dm-3): inconsistent node block, nid:66612, node_footer[nid:706265757,ino:1235149000,ofs:505276059,cpver:11601367953593344602,blkaddr:1508277097]
[ 2527.903708] F2FS-fs (dm-3): inconsistent node block, nid:66660, node_footer[nid:3011063206,ino:1732396078,ofs:97513934,cpver:5979253922840530299,blkaddr:3109868169]
[ 2527.916663] F2FS-fs (dm-3): inconsistent node block, nid:66606, node_footer[nid:2804065790,ino:2396276946,ofs:301355298,cpver:14865739161891134649,blkaddr:3108242889]
[ 2527.917260] F2FS-fs (dm-3): inconsistent node block, nid:66418, node_footer[nid:1690516461,ino:4160338496,ofs:64993579,cpver:13860116885743738656,blkaddr:1348253318]
[ 2527.917715] F2FS-fs (dm-3): inconsistent node block, nid:66418, node_footer[nid:1690516461,ino:4160338496,ofs:64993579,cpver:13860116885743738656,blkaddr:1348253318]
[ 2527.987559] F2FS-fs (dm-3): inconsistent node block, nid:66547, node_footer[nid:3385275818,ino:2648156850,ofs:10899881,cpver:17900142666694002603,blkaddr:1325954677]
[ 2528.000392] F2FS-fs (dm-3): inconsistent node block, nid:66547, node_footer[nid:3385275818,ino:2648156850,ofs:10899881,cpver:17900142666694002603,blkaddr:1325954677]
[ 2528.346212] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.347790] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.348076] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.348359] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.348642] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.348921] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.349200] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.351561] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.351847] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.352115] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.352377] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.352652] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.352954] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2528.535078] F2FS-fs (dm-3): inconsistent node block, nid:66540, node_footer[nid:1601783743,ino:2521124290,ofs:208941915,cpver:3012737438333471651,blkaddr:3107762609]
[ 2528.545865] F2FS-fs (dm-3): inconsistent node block, nid:66382, node_footer[nid:2099813213,ino:2099970266,ofs:122253331,cpver:7062275693236644327,blkaddr:1411278803]
[ 2528.546838] F2FS-fs (dm-3): inconsistent node block, nid:66606, node_footer[nid:2804065790,ino:2396276946,ofs:301355298,cpver:14865739161891134649,blkaddr:3108242889]
[ 2528.547509] F2FS-fs (dm-3): inconsistent node block, nid:66612, node_footer[nid:706265757,ino:1235149000,ofs:505276059,cpver:11601367953593344602,blkaddr:1508277097]
[ 2528.547835] F2FS-fs (dm-3): inconsistent node block, nid:66660, node_footer[nid:3011063206,ino:1732396078,ofs:97513934,cpver:5979253922840530299,blkaddr:3109868169]
[ 2528.555453] F2FS-fs (dm-3): inconsistent node block, nid:66606, node_footer[nid:2804065790,ino:2396276946,ofs:301355298,cpver:14865739161891134649,blkaddr:3108242889]
[ 2528.555823] F2FS-fs (dm-3): inconsistent node block, nid:66418, node_footer[nid:1690516461,ino:4160338496,ofs:64993579,cpver:13860116885743738656,blkaddr:1348253318]
[ 2528.556240] F2FS-fs (dm-3): inconsistent node block, nid:66418, node_footer[nid:1690516461,ino:4160338496,ofs:64993579,cpver:13860116885743738656,blkaddr:1348253318]
[ 2528.804483] F2FS-fs (dm-3): inconsistent node block, nid:65029, node_footer[nid:1888713175,ino:1465033586,ofs:532548431,cpver:5267215921135983547,blkaddr:1323117376]
[ 2528.878418] F2FS-fs (dm-3): inconsistent node block, nid:64846, node_footer[nid:1756434015,ino:3767153002,ofs:510548154,cpver:16013498134962688177,blkaddr:178643950]
[ 2528.891500] F2FS-fs (dm-3): inconsistent node block, nid:65134, node_footer[nid:1363810136,ino:2358055086,ofs:29431329,cpver:14983297010857350304,blkaddr:2381226167]
[ 2528.913742] F2FS-fs (dm-3): inconsistent node block, nid:65152, node_footer[nid:3488880403,ino:2531458722,ofs:216545902,cpver:11985705727632661172,blkaddr:1656313261]
[ 2528.914333] F2FS-fs (dm-3): inconsistent node block, nid:66310, node_footer[nid:1411749032,ino:892351324,ofs:330383722,cpver:12123438750037815600,blkaddr:3873603915]
[ 2528.921597] F2FS-fs (dm-3): inconsistent node block, nid:65134, node_footer[nid:1363810136,ino:2358055086,ofs:29431329,cpver:14983297010857350304,blkaddr:2381226167]
[ 2528.921961] F2FS-fs (dm-3): inconsistent node block, nid:64887, node_footer[nid:2161909129,ino:679366967,ofs:215477589,cpver:2593028435580357631,blkaddr:120135324]
[ 2528.922338] F2FS-fs (dm-3): inconsistent node block, nid:64887, node_footer[nid:2161909129,ino:679366967,ofs:215477589,cpver:2593028435580357631,blkaddr:120135324]
[ 2529.316467] F2FS-fs (dm-3): inconsistent node block, nid:64892, node_footer[nid:245368521,ino:3071545974,ofs:351285798,cpver:458048643761150109,blkaddr:3359164361]
[ 2529.494430] F2FS-fs (dm-3): inconsistent node block, nid:65029, node_footer[nid:1888713175,ino:1465033586,ofs:532548431,cpver:5267215921135983547,blkaddr:1323117376]
[ 2529.506829] F2FS-fs (dm-3): inconsistent node block, nid:64846, node_footer[nid:1756434015,ino:3767153002,ofs:510548154,cpver:16013498134962688177,blkaddr:178643950]
[ 2529.507826] F2FS-fs (dm-3): inconsistent node block, nid:65134, node_footer[nid:1363810136,ino:2358055086,ofs:29431329,cpver:14983297010857350304,blkaddr:2381226167]
[ 2529.508487] F2FS-fs (dm-3): inconsistent node block, nid:65152, node_footer[nid:3488880403,ino:2531458722,ofs:216545902,cpver:11985705727632661172,blkaddr:1656313261]
[ 2529.509045] F2FS-fs (dm-3): inconsistent node block, nid:66310, node_footer[nid:1411749032,ino:892351324,ofs:330383722,cpver:12123438750037815600,blkaddr:3873603915]
[ 2529.513645] F2FS-fs (dm-3): inconsistent node block, nid:65134, node_footer[nid:1363810136,ino:2358055086,ofs:29431329,cpver:14983297010857350304,blkaddr:2381226167]
[ 2529.514104] F2FS-fs (dm-3): inconsistent node block, nid:64887, node_footer[nid:2161909129,ino:679366967,ofs:215477589,cpver:2593028435580357631,blkaddr:120135324]
[ 2529.514488] F2FS-fs (dm-3): inconsistent node block, nid:64887, node_footer[nid:2161909129,ino:679366967,ofs:215477589,cpver:2593028435580357631,blkaddr:120135324]
[ 2530.160784] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.161103] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.161372] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.161641] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.161909] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.162174] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.162441] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.163001] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.163280] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.163548] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.163813] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.164080] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.164345] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.212806] F2FS-fs (dm-3): inconsistent node block, nid:66540, node_footer[nid:1601783743,ino:2521124290,ofs:208941915,cpver:3012737438333471651,blkaddr:3107762609]
[ 2530.222297] F2FS-fs (dm-3): inconsistent node block, nid:66382, node_footer[nid:2099813213,ino:2099970266,ofs:122253331,cpver:7062275693236644327,blkaddr:1411278803]
[ 2530.223333] F2FS-fs (dm-3): inconsistent node block, nid:66606, node_footer[nid:2804065790,ino:2396276946,ofs:301355298,cpver:14865739161891134649,blkaddr:3108242889]
[ 2530.224024] F2FS-fs (dm-3): inconsistent node block, nid:66612, node_footer[nid:706265757,ino:1235149000,ofs:505276059,cpver:11601367953593344602,blkaddr:1508277097]
[ 2530.224359] F2FS-fs (dm-3): inconsistent node block, nid:66660, node_footer[nid:3011063206,ino:1732396078,ofs:97513934,cpver:5979253922840530299,blkaddr:3109868169]
[ 2530.229999] F2FS-fs (dm-3): inconsistent node block, nid:66606, node_footer[nid:2804065790,ino:2396276946,ofs:301355298,cpver:14865739161891134649,blkaddr:3108242889]
[ 2530.230418] F2FS-fs (dm-3): inconsistent node block, nid:66418, node_footer[nid:1690516461,ino:4160338496,ofs:64993579,cpver:13860116885743738656,blkaddr:1348253318]
[ 2530.230820] F2FS-fs (dm-3): inconsistent node block, nid:66418, node_footer[nid:1690516461,ino:4160338496,ofs:64993579,cpver:13860116885743738656,blkaddr:1348253318]
[ 2530.308554] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.308895] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.309164] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.309473] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.309789] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.310085] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.310355] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.310896] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.311172] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.311434] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.311695] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.311959] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.312232] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.910111] F2FS-fs (dm-3): inconsistent node block, nid:65029, node_footer[nid:1888713175,ino:1465033586,ofs:532548431,cpver:5267215921135983547,blkaddr:1323117376]
[ 2530.951897] F2FS-fs (dm-3): inconsistent node block, nid:127044, node_footer[nid:1497002258,ino:3709429784,ofs:308769334,cpver:13964396311244571392,blkaddr:674207586]
[ 2530.952177] F2FS-fs (dm-3): inconsistent node block, nid:127044, node_footer[nid:1497002258,ino:3709429784,ofs:308769334,cpver:13964396311244571392,blkaddr:674207586]
[ 2530.973730] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.974099] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.974369] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.974631] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.974894] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.975167] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.975428] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.975799] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.976066] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.976331] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.976590] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.976848] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2530.977117] F2FS-fs (dm-3): inconsistent node block, nid:64787, node_footer[nid:2604755105,ino:844243680,ofs:378608501,cpver:2468694718571366142,blkaddr:4016076351]
[ 2531.070479] F2FS-fs (dm-3): inconsistent node block, nid:66540, node_footer[nid:1601783743,ino:2521124290,ofs:208941915,cpver:3012737438333471651,blkaddr:3107762609]
[ 2531.753402] F2FS-fs (dm-3): inconsistent node block, nid:186593, node_footer[nid:3396956434,ino:2615995628,ofs:502769407,cpver:17550419205673951786,blkaddr:973270086]
[ 2531.753855] F2FS-fs (dm-3): inconsistent node block, nid:186593, node_footer[nid:3396956434,ino:2615995628,ofs:502769407,cpver:17550419205673951786,blkaddr:973270086]
[ 2532.152099] audit: type=1701 audit(1659710772.860:226): auid=1000 uid=1000 gid=1000 ses=4 pid=5758 comm="fossilize_repla" exe="/home/ransu/.local/share/Steam/ubuntu12_64/fossilize_replay" sig=11 res=1
[ 2532.979050] audit: type=1701 audit(1659710773.687:227): auid=1000 uid=1000 gid=1000 ses=4 pid=5759 comm="reaper" exe="/home/ransu/.local/share/Steam/ubuntu12_32/reaper" sig=11 res=1
[ 2533.118147] F2FS-fs (dm-3): inconsistent node block, nid:90413, node_footer[nid:3835447553,ino:4074990200,ofs:473730121,cpver:12695924926228617239,blkaddr:1449494099]
[ 2533.118445] F2FS-fs (dm-3): inconsistent node block, nid:90413, node_footer[nid:3835447553,ino:4074990200,ofs:473730121,cpver:12695924926228617239,blkaddr:1449494099]
[ 2533.118782] F2FS-fs (dm-3): inconsistent node block, nid:90413, node_footer[nid:3835447553,ino:4074990200,ofs:473730121,cpver:12695924926228617239,blkaddr:1449494099]
[ 2533.119287] F2FS-fs (dm-3): inconsistent node block, nid:186588, node_footer[nid:636593950,ino:3624167533,ofs:264291560,cpver:1599468688997447963,blkaddr:2315557169]
[ 2533.119621] F2FS-fs (dm-3): inconsistent node block, nid:186588, node_footer[nid:636593950,ino:3624167533,ofs:264291560,cpver:1599468688997447963,blkaddr:2315557169]
[ 2533.119922] F2FS-fs (dm-3): inconsistent node block, nid:186588, node_footer[nid:636593950,ino:3624167533,ofs:264291560,cpver:1599468688997447963,blkaddr:2315557169]
[ 2533.120234] F2FS-fs (dm-3): inconsistent node block, nid:186589, node_footer[nid:579225257,ino:3340965494,ofs:247340772,cpver:9182602029028276124,blkaddr:4222490679]
[ 2533.120518] F2FS-fs (dm-3): inconsistent node block, nid:186589, node_footer[nid:579225257,ino:3340965494,ofs:247340772,cpver:9182602029028276124,blkaddr:4222490679]
[ 2533.120841] F2FS-fs (dm-3): inconsistent node block, nid:186589, node_footer[nid:579225257,ino:3340965494,ofs:247340772,cpver:9182602029028276124,blkaddr:4222490679]
[ 2533.121179] F2FS-fs (dm-3): inconsistent node block, nid:186590, node_footer[nid:2004999958,ino:496955091,ofs:307605491,cpver:10612686919430580855,blkaddr:3299316709]
[ 2533.121442] F2FS-fs (dm-3): inconsistent node block, nid:186590, node_footer[nid:2004999958,ino:496955091,ofs:307605491,cpver:10612686919430580855,blkaddr:3299316709]
[ 2533.121747] F2FS-fs (dm-3): inconsistent node block, nid:186590, node_footer[nid:2004999958,ino:496955091,ofs:307605491,cpver:10612686919430580855,blkaddr:3299316709]
[ 2533.122484] F2FS-fs (dm-3): inconsistent node block, nid:122459, node_footer[nid:291476087,ino:1257202022,ofs:6885764,cpver:1910156508002993726,blkaddr:4262407103]
[ 2533.150540] F2FS-fs (dm-3): inconsistent node block, nid:122465, node_footer[nid:3977330460,ino:654285822,ofs:292182178,cpver:2664099032543836022,blkaddr:4071416213]
[ 2533.505059] F2FS-fs (dm-3): inconsistent node block, nid:122776, node_footer[nid:1883229697,ino:2380887361,ofs:268560839,cpver:699292797814525181,blkaddr:60092694]
[ 2533.573442] F2FS-fs (dm-3): inconsistent node block, nid:122793, node_footer[nid:3221171980,ino:3898003412,ofs:414069553,cpver:16467522882925648555,blkaddr:3157993228]
[ 2534.210767] F2FS-fs (dm-3): inconsistent node block, nid:123721, node_footer[nid:471175145,ino:1795691255,ofs:398540374,cpver:5942616365323129282,blkaddr:3236060078]
[ 2534.467622] F2FS-fs (dm-3): inconsistent node block, nid:124587, node_footer[nid:560141460,ino:2898609516,ofs:279359471,cpver:17971404825841165195,blkaddr:2440076187]
[ 2534.654656] F2FS-fs (dm-3): inconsistent node block, nid:124564, node_footer[nid:235578881,ino:1134436247,ofs:11408154,cpver:3444438928235490430,blkaddr:919279167]
[ 2534.657129] F2FS-fs (dm-3): inconsistent node block, nid:124595, node_footer[nid:9690294,ino:2245241036,ofs:13551577,cpver:607516763672116514,blkaddr:1880391735]
[ 2534.657469] F2FS-fs (dm-3): inconsistent node block, nid:124595, node_footer[nid:9690294,ino:2245241036,ofs:13551577,cpver:607516763672116514,blkaddr:1880391735]
[ 2534.657853] F2FS-fs (dm-3): inconsistent node block, nid:124595, node_footer[nid:9690294,ino:2245241036,ofs:13551577,cpver:607516763672116514,blkaddr:1880391735]
[ 2534.658231] F2FS-fs (dm-3): inconsistent node block, nid:124595, node_footer[nid:9690294,ino:2245241036,ofs:13551577,cpver:607516763672116514,blkaddr:1880391735]
[ 2534.660587] F2FS-fs (dm-3): inconsistent node block, nid:124595, node_footer[nid:9690294,ino:2245241036,ofs:13551577,cpver:607516763672116514,blkaddr:1880391735]
[ 2534.661061] F2FS-fs (dm-3): inconsistent node block, nid:124597, node_footer[nid:4038221115,ino:245583471,ofs:504369387,cpver:10358479089608663188,blkaddr:2600028137]
[ 2534.661385] F2FS-fs (dm-3): inconsistent node block, nid:124597, node_footer[nid:4038221115,ino:245583471,ofs:504369387,cpver:10358479089608663188,blkaddr:2600028137]
[ 2534.661732] F2FS-fs (dm-3): inconsistent node block, nid:124597, node_footer[nid:4038221115,ino:245583471,ofs:504369387,cpver:10358479089608663188,blkaddr:2600028137]
[ 2534.662045] F2FS-fs (dm-3): inconsistent node block, nid:124597, node_footer[nid:4038221115,ino:245583471,ofs:504369387,cpver:10358479089608663188,blkaddr:2600028137]
[ 2534.663068] F2FS-fs (dm-3): inconsistent node block, nid:124597, node_footer[nid:4038221115,ino:245583471,ofs:504369387,cpver:10358479089608663188,blkaddr:2600028137]
[ 2534.663989] F2FS-fs (dm-3): inconsistent node block, nid:124598, node_footer[nid:2159413095,ino:470932049,ofs:482797858,cpver:11621699581254089211,blkaddr:4152552342]
[ 2534.669897] F2FS-fs (dm-3): inconsistent node block, nid:82108, node_footer[nid:2159323369,ino:768499305,ofs:528360831,cpver:1861998147131458408,blkaddr:3687209832]
[ 2534.670150] F2FS-fs (dm-3): inconsistent node block, nid:82108, node_footer[nid:2159323369,ino:768499305,ofs:528360831,cpver:1861998147131458408,blkaddr:3687209832]
[ 2534.670433] F2FS-fs (dm-3): inconsistent node block, nid:82108, node_footer[nid:2159323369,ino:768499305,ofs:528360831,cpver:1861998147131458408,blkaddr:3687209832]
[ 2534.706151] F2FS-fs (dm-3): inconsistent node block, nid:123726, node_footer[nid:685673418,ino:2182006599,ofs:51195741,cpver:5677793602138055032,blkaddr:1103954964]
[ 2534.717986] F2FS-fs (dm-3): inconsistent node block, nid:82817, node_footer[nid:62891708,ino:2927203012,ofs:376405730,cpver:14062056160256413736,blkaddr:3636577966]
[ 2534.719665] F2FS-fs (dm-3): inconsistent node block, nid:82817, node_footer[nid:62891708,ino:2927203012,ofs:376405730,cpver:14062056160256413736,blkaddr:3636577966]
[ 2534.721371] F2FS-fs (dm-3): inconsistent node block, nid:82817, node_footer[nid:62891708,ino:2927203012,ofs:376405730,cpver:14062056160256413736,blkaddr:3636577966]
[ 2534.797852] F2FS-fs (dm-3): inconsistent node block, nid:124566, node_footer[nid:1078599991,ino:2334879497,ofs:524093863,cpver:15968305947036020938,blkaddr:314416421]
[ 2535.393585] F2FS-fs (dm-3): inconsistent node block, nid:125658, node_footer[nid:4188159247,ino:3216993640,ofs:479447843,cpver:7613352427816435833,blkaddr:1639246848]
[ 2535.639965] F2FS-fs (dm-3): inconsistent node block, nid:125654, node_footer[nid:809954512,ino:3324289065,ofs:248215423,cpver:11598021739993496037,blkaddr:1213648677]
[ 2535.678317] F2FS-fs (dm-3): inconsistent node block, nid:125450, node_footer[nid:1801975758,ino:967577177,ofs:310584434,cpver:2878736226284376509,blkaddr:237601420]
[ 2535.719358] F2FS-fs (dm-3): inconsistent node block, nid:125656, node_footer[nid:463295885,ino:1051952212,ofs:4259727,cpver:1964125528678167516,blkaddr:1746982250]
[ 2535.756637] F2FS-fs (dm-3): inconsistent node block, nid:122798, node_footer[nid:2576866157,ino:2438646731,ofs:154922043,cpver:2025736756872782934,blkaddr:1712865258]
[ 2535.757662] F2FS-fs (dm-3): inconsistent node block, nid:122799, node_footer[nid:1858718366,ino:2052433237,ofs:474243614,cpver:659234603205411845,blkaddr:2664621074]
[ 2535.760113] F2FS-fs (dm-3): inconsistent node block, nid:125667, node_footer[nid:2897197503,ino:3556578349,ofs:272580762,cpver:14976998524541066049,blkaddr:1578179821]
[ 2535.760543] F2FS-fs (dm-3): inconsistent node block, nid:125668, node_footer[nid:3575902192,ino:1371601096,ofs:89373239,cpver:727826280108249778,blkaddr:3594157387]
[ 2535.760924] F2FS-fs (dm-3): inconsistent node block, nid:125669, node_footer[nid:705181194,ino:1797807634,ofs:524045466,cpver:9046737301225012272,blkaddr:819781989]
[ 2535.761382] F2FS-fs (dm-3): inconsistent node block, nid:125670, node_footer[nid:1463623996,ino:1906170535,ofs:534173877,cpver:8737244374089137027,blkaddr:3365759473]
[ 2535.761718] F2FS-fs (dm-3): inconsistent node block, nid:125671, node_footer[nid:555530557,ino:109759276,ofs:434120900,cpver:4438630960647591115,blkaddr:3184188234]
[ 2535.762078] F2FS-fs (dm-3): inconsistent node block, nid:125672, node_footer[nid:3448614072,ino:2501922363,ofs:47244387,cpver:1517163398880984465,blkaddr:184536112]
[ 2535.762415] F2FS-fs (dm-3): inconsistent node block, nid:125673, node_footer[nid:1747722431,ino:2245999807,ofs:227004435,cpver:1593444987549689785,blkaddr:4291059700]
[ 2535.762744] F2FS-fs (dm-3): inconsistent node block, nid:125674, node_footer[nid:2107415355,ino:2922774133,ofs:225941124,cpver:1346442074979025295,blkaddr:2825267079]
[ 2535.763105] F2FS-fs (dm-3): inconsistent node block, nid:125665, node_footer[nid:2909747222,ino:472503173,ofs:248909283,cpver:7444439353678477263,blkaddr:2529664875]
[ 2535.763481] F2FS-fs (dm-3): inconsistent node block, nid:125666, node_footer[nid:2878367170,ino:1535280909,ofs:197770587,cpver:14480946121100265519,blkaddr:540381415]
[ 2535.768347] F2FS-fs (dm-3): inconsistent node block, nid:125678, node_footer[nid:1875828313,ino:3995837874,ofs:492766847,cpver:506580404911701167,blkaddr:4210292988]
[ 2535.768764] F2FS-fs (dm-3): inconsistent node block, nid:125679, node_footer[nid:3271998136,ino:2616128386,ofs:46491218,cpver:11147900454331849597,blkaddr:3446620830]
[ 2535.769136] F2FS-fs (dm-3): inconsistent node block, nid:125680, node_footer[nid:3397929756,ino:1412752818,ofs:400239774,cpver:10374354611498044183,blkaddr:836986395]
[ 2535.769786] F2FS-fs (dm-3): inconsistent node block, nid:125681, node_footer[nid:2071569367,ino:118849771,ofs:168563306,cpver:5271614551353298109,blkaddr:1374753865]
[ 2535.770193] F2FS-fs (dm-3): inconsistent node block, nid:125682, node_footer[nid:480858671,ino:3047396209,ofs:57387906,cpver:2664682971157647125,blkaddr:2911847701]
[ 2535.770603] F2FS-fs (dm-3): inconsistent node block, nid:125683, node_footer[nid:4007110804,ino:2390385987,ofs:454302207,cpver:11867326205304283717,blkaddr:1962893026]
[ 2535.770980] F2FS-fs (dm-3): inconsistent node block, nid:125684, node_footer[nid:555481206,ino:391536754,ofs:496640290,cpver:13218244921551530946,blkaddr:2609641344]
[ 2535.771385] F2FS-fs (dm-3): inconsistent node block, nid:125685, node_footer[nid:721228340,ino:650552370,ofs:536171015,cpver:9001332144305351188,blkaddr:3615139655]
[ 2535.771779] F2FS-fs (dm-3): inconsistent node block, nid:125676, node_footer[nid:3385915800,ino:122060834,ofs:474384683,cpver:16490580148164650080,blkaddr:2200260142]
[ 2535.772180] F2FS-fs (dm-3): inconsistent node block, nid:125677, node_footer[nid:3356257460,ino:3463513579,ofs:255087742,cpver:5611638719023364557,blkaddr:927116254]
[ 2546.605447] audit: type=1701 audit(1659710787.317:228): auid=1000 uid=1000 gid=1000 ses=4 pid=3344 comm="CacheThread_Blo" exe="/home/ransu/.local/share/Steam/ubuntu12_64/steamwebhelper" sig=7 res=1
Comment 42 Lance G. 2022-08-10 10:14:54 UTC
I'm terribly sorry for the noise, the previously tested 200GB SanDisk card has completely failed in a read-only fail state. Leading the 200GB card unable to be formatted regardless of SD card reader and computer used. The 400GB SD card seems revived after a few passes using the SD Association's formatter tool but I'm not sure if I want to trust it in the Go 2 since I planned to store /home on it.

I've since decided to buy a new 512GB Samsung Evo Select A2 rated microSD card after researching online and noticing a lot of people had good success with Samsung cards and Realtek readers. I've currently have experienced no more I/O errors and I have my entire /home partition stored on it. 


TL;DR SD card failed, got a new one. New one works fine.
Comment 43 Lance G. 2022-08-10 10:17:24 UTC
I should add, I do see a lot of "cannot verify signal voltage switch" messages. Should I be concerned?

Note You need to log in before you can comment on or make changes to this bug.