Whenever I insert/remove SD card, my ubuntu doesn't recognize those behaviors automatically. I have to run lspci
command to manually tell ubuntu about the hardware change.
I want to make my ubuntu automatically detect the SD card. (auto-detecting the hardware change, not auto-mounting the file system)
Here is the detailed steps to use SD card on my ubuntu:
- Insert SD card to the computer. No new messages on
dmesg
. - Run
lspci
command on terminal. Then the new messages appear ondmesg
. - Mount the SD card and do something. When finished, unmount the SD card.
- Remove SD card physically from the computer.
dmesg
says nothing about this detachment. - Run
lspci
command again. Thendmesg
saysmmc0: card aaaa removed
.
Some additional information:
- I'm using ubuntu 18.04.3 LTS with RTS5227 card reader.
- No problem with mount, read, write and unmount.
Any suggestions appreciated.