BUFFALO カードリーダー/ライター MCR-6U/2
利用したハードウェア
利用したソフトウェア
BUFFALO カードリーダー/ライター MCR-6U/u2
本体 SL-C3000のUSBポートにPocket USBホスト ケーブルのミニB5ピンを挿して
BUFFALO MCR-6U/U2U をPocket USBホスト ケーブルのAタイプ/メスに挿入する。
[設定]-[システム情報]-[デバイス]-[USB]で
USB OHCI Root Hubの次に表示される情報を確認する。
USB
|- USB OHCI Root Hub
|- USB2.0 Hub Controller
|- MCR-6U/U2
Vendor: MelCo., Inc.
Product: MCR-6U/U2
Class: Mass-Storage
ID: 0411/0035
Driver: usb-storage |
モジュール usb-storage.o が自動的にロードされます。
Module Size Used by
usb-storage 103328 0 (unused)
usb_ohci_pxa27x 21696 0 (unused)
usbcore 63264 1 [usb-storage usb_ohci_pxa27x]
pxa_bi 24912 0 (unused)
storage_fd 100336 0 (unused)
usbdcore 35504 0 [pxa_bi storage_fd]
usbdmonitor 5488 0
usb-monitor 6496 0
sharp_mmcsd_m 41008 2 |
dmesgに表示されたメッセージは、
メッセージの最後に
usb.c: skipping descriptor 0x21
usb.c: skipped 1 class/vendor specific endpoint descriptors
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=3
usb.c: USB device number 3 default language ID 0x409
Manufacturer: MELCO INC.
Product: MCR-6U/U2
SerialNumber: 000000010D47
usb.c: unhandled interfaces on device
usb.c: USB device 3 (vend/prod 0x411/0x35) is not claimed by any active driver.
Length = 18
DescriptorType = 01
USB version = 2.00
Vendor:Product = 0411:0035
MaxPacketSize0 = 64
NumConfigurations = 1
Device version = 2.20
Device Class:SubClass:Protocol = 00:00:00
Per-interface classes
Configuration:
bLength = 9
bDescriptorType = 02
wTotalLength = 0027
bNumInterfaces = 01
bConfigurationValue = 01
iConfiguration = 00
bmAttributes = 80
MaxPower = 98mA
Interface: 0
Alternate Setting: 0
bLength = 9
bDescriptorType = 04
bInterfaceNumber = 00
bAlternateSetting = 00
bNumEndpoints = 02
bInterface Class:SubClass:Protocol = 08:06:50
iInterface = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 02 (out)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 01
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 82 (in)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 00
usb.c: kusbd: /sbin/hotplug add 3
hub.c: port 4, portstatus 100, change 0, 12 Mb/s
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
...
scsi0 : SCSI emulation for USB Mass Storage devices
...
Vendor: MELCO Model: CF CARD Reader Rev: 2.20
Type: Direct-Access ANSI SCSI revision: 02
...
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
...
SCSI device sda: 32000 512-byte hdwr sectors (16 MB)
...
sda: Write Protect is off
sda:<7>usb-storage: queuecommand() called
...
sda1
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
usb.c: usb-storage driver claimed interface c3ef46c0
USB Mass Storage support registered. |
CF → sda Smart Media → sdb Memory Stick → sdc SD → sdd に
割り当てられるので、CF 16MB の場合は、sda1 をマウントして使う。
# mkdir /mnt/usbcard
ファイル システムが EXT2 の場合
# mount -t ext2 /dev/sda1 /mnt/usbcard
ファイル システムが VFAT の場合
# mount -t vfat /dev/sda1 /mnt/usbcard
日本語のファイル名があるとき
# mount -t vfat -o iocharset=utf8,codepage=932 /dev/sda1 /mnt/usbcard |
LUNs のサポートされていないのでCFカードのみ利用可能。
CFカードの読み込みはバスパワーでは電力不足で読み込むことができないので
HUBに電源供給して接続すると読み込むことが可能になる。
USBホスト Top Page に戻る
更新日時:
2005/05/14 00:01:07
お問い合わせ:
本サイトに対する御意見・質問等はこのページからお願いします。