hi,
i have fedora 8 and want to use WS-806 CDMA usb modem to connect to the internet but doesn't work i read a tutorial and this is what i did:
First i loaded the cdc_acm module and add to the /rc.d/rc.local to load at boot next i did /sbin/lsusb:
Bus 002 Device 004: ID 04f2:b016 Chicony Electronics Co., Ltd
Bus 002 Device 003: ID 0951:1607 Kingston Technology
Bus 002 Device 001: ID 0000:0000
Bus 007 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 002: ID 10c4:ea60 Cygnal Integrated Products, Inc.
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 002: ID 08ff:2580 AuthenTec, Inc.
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
this is the usb port with which the usb modem is attached:
Bus 005 Device 002: ID 10c4:ea60 Cygnal Integrated Products, Inc.
then i created a file Cygnal_Integrated.options and put it in the /etc/modprobe.d to laod at boot time, this is the file contents:
alias usb:v10C4pEA60* usbserial
options usbserial vendor=0x10c4 product=0xea60
after reboot i did:
dmesg | grep usb:
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
usb usb1: configuration #1 chosen from 1 choice
usb usb2: configuration #1 chosen from 1 choice
usb usb3: configuration #1 chosen from 1 choice
usb usb4: configuration #1 chosen from 1 choice
usb usb5: configuration #1 chosen from 1 choice
usb usb6: configuration #1 chosen from 1 choice
usb usb7: configuration #1 chosen from 1 choice
usb 2-4: new high speed USB device using ehci_hcd and address 3
usb 2-4: configuration #1 chosen from 1 choice
usb 2-5: new high speed USB device using ehci_hcd and address 4
usb 2-5: configuration #1 chosen from 1 choice
usb 4-1: new full speed USB device using uhci_hcd and address 2
usb 4-1: configuration #1 chosen from 1 choice
usb 5-1: new full speed USB device using uhci_hcd and address 2
usb 5-1: configuration #1 chosen from 1 choice
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usbcore: registered new interface driver usb-storage
usb-storage: device scan complete
usbcore: registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbserial_generic 5-1:1.0: generic converter detected
usb 5-1: generic converter now attached to ttyUSB0
usbcore: registered new interface driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
usbcore: registered new interface driver cdc_acm
drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters
But after all that the wvdialconf didn't get connect to the modem and this is the errors:
#wvdialconf wvdial.conf
Editing `wvdial.conf'.
Scanning your serial ports for a modem.
Modem Port Scan<*1>: S0 S1 S2 S3
WvModem<*1>: Cannot get information for serial port.
ttyUSB0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyUSB0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
any one can help please?