我试图在 Fedora 28 上访问 SD 卡,但没有任何成功。系统信息如下:
$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 28 (Twenty Eight)
Release: 28
Codename: TwentyEight
Run Code Online (Sandbox Code Playgroud)
我无法使用两个不同的读卡器访问不同的 SD 卡。尽管在 macOS 和 Windows 上都可以访问,但它们都没有显示在 Nautilus 文件浏览器、桌面或其他明显的地方。
系统根据lsusb
输出识别读卡器:
$ lsusb -v
# some other USB devices
Bus 001 Device 005: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x058f Alcor Micro Corp.
idProduct 0x6362 …
Run Code Online (Sandbox Code Playgroud)