especially wrote:
我突然發現抓不到內建...(恕刪)
我的問題跟您類似,不知道您所謂的捉不到內建讀卡機是不是指"SD卡插入後沒反應"
我檢查硬體資訊(hwinfo),發現有偵測到讀卡機
54: udi = '/org/freedesktop/Hal/devices/usb_device_951_1606_146030377350'
usb_device.num_interfaces = 1 (0x1)
usb_device.linux.device_number = 2(0x2)
usb_device.device_class = 0 (0x0)
usb_device.serial = '146030377350'
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-5'
info.subsystem = 'usb_device'
usb_device.device_subclass = 0 (0x0)
usb_device.speed = 480.000
info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_1d_7'
usb_device.device_protocol = 0 (0x0)
info.vendor = 'Kingston Technology'
info.product = 'UB6225'
usb_device.version = 2.00000
usb_device.vendor_id = 2385 (0x951)
usb_device.is_self_powered = false
info.udi = '/org/freedesktop/Hal/devices/usb_device_951_1606_146030377350'
info.linux.driver = 'usb'
usb_device.product_id = 5638 (0x1606)
usb_device.can_wake_up = false
usb_device.vendor = 'Kingston Technology'
usb_device.bus_number = 1 (0x1)
linux.hotplug_type = 2 (0x2)
usb_device.product = 'UB6225'
linux.subsystem = 'usb'
linux.device_file = '/dev/bus/usb/001/002'
usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-5'
usb_device.device_revision_bcd = 256 (0x100)
usb_device.configuration_value = 1 (0x1)
usb_device.max_power = 498 (0x1f2)
usb_device.num_configurations = 1 (0x1)
usb_device.num_ports = 0 (0x0)
==========================================================
我覺得問題可能出在SD卡插進去之後的動作沒被正確處裡。
以下做了一點測試:
將SD插入內建讀卡機(ENE UB6225)
dmesg:
sd 2:0:0:0: [sdb] 7861248 512-byte hardware sectors (4025 MB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
sd 2:0:0:0: [sdb] Assuming drive cache: write through
mount -t vfat /dev/sdb/ /media/SD
dmesg:
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sdb.
將外接讀卡機插入USB插槽
dmesg:
usb 1-3: new high speed USB device using ehci_hcd and address 12
usb 1-3: configuration #1 chosen from 1 choice
scsi8 : SCSI emulation for USB Mass Storage devices
usb 1-3: New USB device found, idVendor=058f, idProduct=6366
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-3: Product: Mass Storage Device
usb 1-3: Manufacturer: Generic
usb 1-3: SerialNumber: 058F0O1111B1
usb-storage: device found at 12
usb-storage: waiting for device to settle before scanning
scsi 8:0:0:0: Direct-Access Multi Flash Reader 1.00 PQ: 0 ANSI: 0
sd 8:0:0:0: [sdc] Attached SCSI removable disk
sd 8:0:0:0: Attached scsi generic sg2 type 0
usb-storage: device scan complete
將SD卡插入外接讀卡機
dmesg:
sd 8:0:0:0: [sdc] 7861248 512-byte hardware sectors (4025 MB)
sd 8:0:0:0: [sdc] Write Protect is off
sd 8:0:0:0: [sdc] Mode Sense: 03 00 00 00
sd 8:0:0:0: [sdc] Assuming drive cache: write through
sd 8:0:0:0: [sdc] 7861248 512-byte hardware sectors (4025 MB)
sd 8:0:0:0: [sdc] Write Protect is off
sd 8:0:0:0: [sdc] Mode Sense: 03 00 00 00
sd 8:0:0:0: [sdc] Assuming drive cache: write through
sdc: sdc1
P.S.當SD卡插到外接讀卡機的時是可以正常使用的。
==========================================================
目前內建讀卡機還是不能正常運作 ^^"....希望有人可以解決這個問題。