You are not logged in.
no adapter is used laptop accepts micro SD directly
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme0n1 259:0 0 476.9G 0 disk
├─nvme0n1p1 259:1 0 512M 0 part /boot
├─nvme0n1p2 259:2 0 11G 0 part [SWAP]
└─nvme0n1p3 259:3 0 465.4G 0 part /lspci -k
....
00:14.5 SD Host controller: Intel Corporation Ice Lake-LP SD Controller (rev 30)
DeviceName: Card Reader
Subsystem: Intel Corporation Ice Lake-LP SD Controller
Kernel driver in use: sdhci-pci
....sudo dmesg
.......
[623313.626991] mmc0: card aaaa removed
[623568.261876] mmc0: new ultra high speed SDR104 SDXC card at address aaaaLast edited by shaked (2023-06-02 16:54:06)
Offline
If you updated recently make sure your running and installed kernel matches so that modules can get loaded as necessary
pacman -Q linux; uname -ashouldn't differ in their version.
Offline
thats it!
thank you
the running kernel was 6.3.1
and the installed was 6.3.2
what made you suspect it was the problem?
Offline
It's the problem for this kind of issue in the vast majority of cases this comes up, because of the divergence the old kernel can't load new modules it needs to properly initialize a given device (they get removed when the kernel updates and replaced with the new ones from the new kernel) btw, neither of these is current were at 6.3.5 by now.
Offline