Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

usb modeswitch

Status
Not open for further replies.

ady2012

MIS
Jun 6, 2010
108
0
0
US
I have downloaded usb-modeswitch-1.2.5.tar.gz and compiled it on Ubuntu lucid and Oneric.
The result below here:
loading usb_modeswitch
Looking for target devices ...
found matching product ID
adding device
Found devices in target mode or class (1)
Looking for default devices ...
found matching product ID
adding device
Found device in default mode, class or configuration (1)
Accessing device 003 on bus 003 ...
Getting the current device configuration ...
OK, got current device configuration (1)
Using interface number 0
Using endpoints 0x05 (out) and 0x84 (in)
Inquiring device details; driver will be detached ...
Looking for active driver ...
OK, driver found ("usb-storage")
OK, driver "usb-storage" detached

SCSI inquiry data (for identification)
-------------------------
Vendor String: Virtual
Model String: CD-ROM
Revision String: 2.31
-------------------------

USB description data (for identification)
-------------------------
Manufacturer: TCT Holding Ltd.
Product: USB MMC Storage
Serial No.: 000000000002
-------------------------
Warning: no switching method given.
-> Run lsusb to note any changes. Bye.

modprobe usbserial vendor=0x1bbb product=0x011f

root@supriady-netbook:/# ls /dev/ttyUSB*
/dev/ttyUSB0
root@supriady-netbook:/# ls /dev/ttyUSB*
/dev/ttyUSB0
root@supriady-netbook:/# cd /
root@supriady-netbook:/# wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
--> Sending: ATQ0
--> Re-Sending: ATZ
--> Modem not responding.

df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb1 7.0G 3.0G 3.7G 45% /
none 971M 296K 970M 1% /dev
none 1002M 320K 1002M 1% /dev/shm
none 1002M 72K 1002M 1% /var/run
none 1002M 0 1002M 0% /var/lock
none 1002M 0 1002M 0% /lib/init/rw
df: `/media/EVDO Drivers': No such file or directory
I have change 40-usb-modeswitch.rules file in /etc/udev/rules.d/ from ATTR/ATTRS to SYSFS and added product and vendor id to /etc/usb_modeswitch.conf. Anyone can help me to solve this problem?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top