It looks like the card reader is in an abnormal state;
- Code: Select all
lspci | grep Card
3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
I am guessing these relate to Realtek Semiconductor;
- Code: Select all
lsmod | grep rts
rtsx_pci_sdmmc 32768 0
mmc_core 188416 1 rtsx_pci_sdmmc
rtsx_pci 106496 1 rtsx_pci_sdmmc
Checking /var/log/apt/history.log for this mornings upgrade shows package pci.ids:amd64 (0.0~2020.09.21-1, 0.0~2020.10.25-1)
Could a change in the PCI ID's file cause the SD card reader to break?
I tried;
- Code: Select all
sudo update-pciids
[sudo] password for martin:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 262k 100 262k 0 0 628k 0 --:--:-- --:--:-- --:--:-- 627k
Done.
but this has made no difference I can see.
Can anyone recommend a trouble-shooting method?