我正在尝试访问插入了 64GB 卡的微型 SD 卡读卡器,但无法通过 Raspian 访问。
pi@raspberrypi:/ $ lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 3: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 4: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 480M
Raspberry Pi 上还连接了另一个 USB 驱动器,我可以访问它/dev/sda1
,
插入和拔出我知道这个设备连接在端口 3 和设备 6 上。
pi@raspberrypi:/ $ lsblk -t
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
sda 0 512 0 512 512 1 deadline 128 128 0B
`-sda1 0 512 0 512 512 1 deadline 128 128 0B
mmcblk0 0 512 0 512 512 0 deadline 128 128 0B
|-mmcblk0p1 0 512 0 512 512 0 deadline 128 128 0B
`-mmcblk0p2 0 512 0 512 512 0 deadline 128 128 0B
不确定在访问该设备之前是否需要安装该设备的驱动程序,或者我这里遗漏了什么?
答案1
树莓派有一个专用的 SD 控制器,与 USB 无关。可能这就是为什么您无法通过 USB 堆栈访问它的原因。