Firstly, I like to reply to Henk’s question. Basically MTS USB modem has advantage that it is also a USB storage device beside MODEM. It would be clear in later part of my reply.
Next, Johest, I am pasting here the following info.
A. “hal-device” command in root prompt:
hal-device |more
0: udi = ‘/org/freedesktop/Hal/devices/storage_serial_ZTE_USB_Storage_FFF1_0_0’
linux.hotplug_type = 3 (0x3) (int)
storage.partitioning_scheme = ‘’ (string)
info.interfaces = { ‘org.freedesktop.Hal.Device.Storage.Removable’ } (string list)
info.product = ‘USB Storage FFF1’ (string)
info.udi = ‘/org/freedesktop/Hal/devices/storage_serial_ZTE_USB_Storage_FFF1_0_0’ (string)
block.device = ‘/dev/sdb’ (string)
block.major = 8 (0x8) (int)
block.minor = 16 (0x10) (int)
block.is_volume = false (bool)
storage.bus = ‘usb’ (string)
storage.no_partitions_hint = false (bool)
storage.media_check_enabled = true (bool)
storage.automount_enabled_hint = true (bool)
storage.drive_type = ‘disk’ (string)
storage.model = ‘USB Storage FFF1’ (string)
storage.vendor = ‘ZTE’ (string)
storage.serial = ‘ZTE_USB_Storage_FFF1-0:0’ (string)
block.storage_device = ‘/org/freedesktop/Hal/devices/storage_serial_ZTE_USB_Storage_FFF1_0_0’ (string)
storage.firmware_version = ‘2.31’ (string)
storage.originating_device = ‘/org/freedesktop/Hal/devices/usb_device_19d2_fff1_noserial_if5’ (string)
storage.removable.media_available = false (bool)
storage.removable = true (bool)
storage.size = 0 (0x0) (uint64)
storage.hotpluggable = true (bool)
storage.requires_eject = false (bool)
storage.removable.support_async_notification = false (bool)
storage.lun = 0 (0x0) (int)
info.addons = { ‘hald-addon-storage’ } (string list)
linux.sysfs_path = ‘/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.5/host6/target6:0:0/6:0:0:0/block/sdb’ (string)
info.parent = ‘/org/freedesktop/Hal/devices/usb_device_19d2_fff1_noserial_if5_scsi_host_0_scsi_device_lun0’ (string)
info.category = ‘storage’ (string)
info.capabilities = { ‘storage’, ‘block’ } (string list)
info.vendor = ‘ZTE’ (string)
I have only pasted concerned info. It clears doubt why I need to mount storage. Beside this the device contains installation RPM for use in SUSE linux.
Next I am inserting dmesg info:
1528.364849] usb 2-1.2: new full speed USB device using ehci_hcd and address 10
1528.458444] usb 2-1.2: New USB device found, idVendor=19d2, idProduct=fff5
1528.458451] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
1528.458456] usb 2-1.2: Product: USB Storage
1528.458459] usb 2-1.2: Manufacturer: ZTE, Incorporated
1528.458463] usb 2-1.2: SerialNumber: 000000000002
1528.459262] scsi7 : usb-storage 2-1.2:1.0
1529.186995] usb 2-1.2: USB disconnect, address 10
1530.410773] usb 2-1.2: new full speed USB device using ehci_hcd and address 11
1530.505382] usb 2-1.2: New USB device found, idVendor=19d2, idProduct=fff1
1530.505389] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
1530.505394] usb 2-1.2: Product: ZTE CDMA Tech
1530.505397] usb 2-1.2: Manufacturer: ZTE, Incorporated
1530.506425] option 2-1.2:1.0: GSM modem (1-port) converter detected
1530.506561] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB0
1530.506985] option 2-1.2:1.1: GSM modem (1-port) converter detected
1530.507113] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB1
1530.507619] option 2-1.2:1.2: GSM modem (1-port) converter detected
1530.507733] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB2
1530.508107] option 2-1.2:1.3: GSM modem (1-port) converter detected
1530.508213] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB3
1530.508598] option 2-1.2:1.4: GSM modem (1-port) converter detected
1530.508709] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB4
1530.509048] scsi8 : usb-storage 2-1.2:1.5
1531.509840] scsi 8:0:0:0: Direct-Access ZTE USB Storage FFF1 2.31 PQ: 0 ANSI: 2
1531.510004] sd 8:0:0:0: Attached scsi generic sg2 type 0
1531.515945] sd 8:0:0:0: [sdb] Attached SCSI removable disk
This clearly shows existence of modem and disk.
Now lastly I am pasting the info obtained from “lsusb”:
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020
Bus 001 Device 003: ID 0c45:640f Microdia
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:0020
Bus 002 Device 003: ID 04fc:0538 Sunplus Technology Co., Ltd
Bus 002 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 002 Device 005: ID 413c:8157 Dell Computer Corp. Integrated Keyboard
Bus 002 Device 006: ID 413c:8158 Dell Computer Corp. Integrated Touchpad / Trackstick
Bus 002 Device 007: ID 413c:8156 Dell Computer Corp. Wireless 370 Bluetooth Mini-card
Bus 002 Device 009: ID 19d2:fff1 ONDA Communication S.p.A.
Here 19d2:fff1 is the required USB device.
I hope I have established valid points to consider MTS USB MODEM as a storage device too. I tried with /dev/modem, but in vain.