LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 10-01-2010, 02:46 AM   #1
kkpal
Member
 
Registered: Oct 2007
Posts: 101

Rep: Reputation: 15
Unhappy ZTE AC2736 is not working


Hi all,

I am having ZTE AC2736 3G modem which is not working on fedora 13 (kernel version: 2.6.33). Vendor also provided me the driver(rpm file) but that is upto kernel 2.6.31.

So I installed usb_modeswitch and did some changes in usb_modeswitch.conf file.
************** usb_modeswitch.conf ****************
ZTE AC2736

DefaultVendor= 0x19d2
DefaultProduct= 0xfff5

TargetVendor= 0x19d2
TargetProduct= 0xfff1

MessageEndpoint=0x01
MessageContent="55534243123456782000000080000c8501 0101180101010101000000000000"
*****************************************************

And executed
usb_modeswitch -W -c /etc/usb_modeswitch.conf
this command changes device mode. So after runing this prduct id = 0xfff1.

And also load these modules:
modprobe usbserial vendor=0x19d2 product=0xfff1
modprobe ppp_generic
modprobe ppp_deflate
modprobe ppp_async

After that
wvdialconf
wvdial

But it is not working.

************** /etc/wvdial.conf ******************
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
Modem = /dev/ttyUSB0
Phone = #777
Username = *********
Password = *********
Baud = 9600
*******************************************************

****************/var/log/messages**********************
Oct 1 12:33:43 nivio-desktop kernel: [ 895.162024] usb 2-2: new full speed USB device using uhci_hcd and address 4
Oct 1 12:33:43 nivio-desktop kernel: [ 895.317060] usb 2-2: New USB device found, idVendor=19d2, idProduct=fff5
Oct 1 12:33:43 nivio-desktop kernel: [ 895.317076] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 1 12:33:43 nivio-desktop kernel: [ 895.317089] usb 2-2: Product: USB Storage
Oct 1 12:33:43 nivio-desktop kernel: [ 895.317099] usb 2-2: Manufacturer: ZTE, Incorporated
Oct 1 12:33:43 nivio-desktop kernel: [ 895.317109] usb 2-2: SerialNumber: 000000000002
Oct 1 12:33:43 nivio-desktop kernel: [ 895.320753] scsi6 : usb-storage 2-2:1.0
Oct 1 12:33:44 nivio-desktop kernel: [ 896.325150] scsi 6:0:0:0: CD-ROM ZTE USB Storage FFF1 2.31 PQ: 0 ANSI: 2
Oct 1 12:33:44 nivio-desktop kernel: [ 896.328161] scsi 6:0:0:1: Direct-Access ZTE USB Storage FFF1 2.31 PQ: 0 ANSI: 2
Oct 1 12:34:16 nivio-desktop acpid: client 492[501:501] has disconnected
Oct 1 12:34:16 nivio-desktop acpid: client connected from 492[501:501]
Oct 1 12:34:16 nivio-desktop acpid: 1 client rule loaded
Oct 1 12:34:20 nivio-desktop kernel: [ 932.458551] sr0: scsi-1 drive
Oct 1 12:34:20 nivio-desktop kernel: [ 932.459237] sr 6:0:0:0: Attached scsi generic sg1 type 5
Oct 1 12:34:20 nivio-desktop kernel: [ 932.459899] sd 6:0:0:1: Attached scsi generic sg2 type 0
Oct 1 12:34:20 nivio-desktop gvfs-gdu-volume-monitor[581]: GLIB WARNING ** libgdu - Couldn't call GetAll() to get properties for /org/freedesktop/UDisks/devices/sr0: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
Oct 1 12:34:20 nivio-desktop kernel: [ 932.488557] sd 6:0:0:1: [sdb] Attached SCSI removable disk
Oct 1 12:34:20 nivio-desktop kernel: [ 932.511718] usb 2-2: usbfs: process 1037 (usb_modeswitch) did not claim interface 0 before use
Oct 1 12:34:20 nivio-desktop gvfs-gdu-volume-monitor[581]: GLIB WARNING ** libgdu - Don't know how to handle device /dev/sdb
Oct 1 12:34:21 nivio-desktop kernel: [ 932.665049] usb 2-2: USB disconnect, address 4
Oct 1 12:34:22 nivio-desktop kernel: [ 933.989016] usb 2-2: new full speed USB device using uhci_hcd and address 5
Oct 1 12:34:22 nivio-desktop kernel: [ 934.189064] usb 2-2: New USB device found, idVendor=19d2, idProduct=fff1
Oct 1 12:34:22 nivio-desktop kernel: [ 934.189080] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 1 12:34:22 nivio-desktop kernel: [ 934.189093] usb 2-2: Product: ZTE CDMA Tech
Oct 1 12:34:22 nivio-desktop kernel: [ 934.189103] usb 2-2: Manufacturer: ZTE, Incorporated
Oct 1 12:34:22 nivio-desktop kernel: [ 934.194309] option 2-2:1.0: GSM modem (1-port) converter detected
Oct 1 12:34:22 nivio-desktop kernel: [ 934.194609] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB0
Oct 1 12:34:22 nivio-desktop kernel: [ 934.197307] option 2-2:1.1: GSM modem (1-port) converter detected
Oct 1 12:34:22 nivio-desktop kernel: [ 934.197591] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB1
Oct 1 12:34:22 nivio-desktop kernel: [ 934.199313] option 2-2:1.2: GSM modem (1-port) converter detected
Oct 1 12:34:22 nivio-desktop kernel: [ 934.199626] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB2
Oct 1 12:34:22 nivio-desktop kernel: [ 934.201650] option 2-2:1.3: GSM modem (1-port) converter detected
Oct 1 12:34:22 nivio-desktop kernel: [ 934.202478] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB3
Oct 1 12:34:22 nivio-desktop kernel: [ 934.204331] option 2-2:1.4: GSM modem (1-port) converter detected
Oct 1 12:34:22 nivio-desktop kernel: [ 934.204627] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB4
Oct 1 12:34:22 nivio-desktop kernel: [ 934.205864] scsi7 : usb-storage 2-2:1.5
Oct 1 12:34:23 nivio-desktop kernel: [ 935.211151] scsi 7:0:0:0: Direct-Access ZTE USB Storage FFF1 2.31 PQ: 0 ANSI: 2
Oct 1 12:34:23 nivio-desktop kernel: [ 935.214274] sd 7:0:0:0: Attached scsi generic sg1 type 0
Oct 1 12:34:23 nivio-desktop kernel: [ 935.220071] option: option_instat_callback: error -2
Oct 1 12:34:53 nivio-desktop kernel: [ 965.421434] option: option_instat_callback: error -108
Oct 1 12:34:53 nivio-desktop kernel: [ 965.421656] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
Oct 1 12:34:53 nivio-desktop kernel: [ 965.421714] option 2-2:1.0: device disconnected
Oct 1 12:34:53 nivio-desktop kernel: [ 965.421844] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
Oct 1 12:34:53 nivio-desktop kernel: [ 965.421894] option 2-2:1.1: device disconnected
Oct 1 12:34:53 nivio-desktop kernel: [ 965.422049] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
Oct 1 12:34:53 nivio-desktop kernel: [ 965.422106] option 2-2:1.2: device disconnected
Oct 1 12:34:53 nivio-desktop kernel: [ 965.422259] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
Oct 1 12:34:53 nivio-desktop kernel: [ 965.422319] option 2-2:1.3: device disconnected
Oct 1 12:34:53 nivio-desktop kernel: [ 965.433722] option1 ttyUSB4: GSM modem (1-port) converter now disconnected from ttyUSB4
Oct 1 12:34:53 nivio-desktop kernel: [ 965.433768] option 2-2:1.4: device disconnected
Oct 1 12:34:53 nivio-desktop kernel: [ 965.536022] usb 2-2: reset full speed USB device using uhci_hcd and address 5
Oct 1 12:34:54 nivio-desktop kernel: [ 965.668562] option 2-2:1.4: GSM modem (1-port) converter detected
Oct 1 12:34:54 nivio-desktop kernel: [ 965.668755] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB0
Oct 1 12:34:54 nivio-desktop kernel: [ 965.668844] option 2-2:1.3: GSM modem (1-port) converter detected
Oct 1 12:34:54 nivio-desktop kernel: [ 965.668956] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB1
Oct 1 12:34:54 nivio-desktop kernel: [ 965.669068] option 2-2:1.2: GSM modem (1-port) converter detected
Oct 1 12:34:54 nivio-desktop kernel: [ 965.669176] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB2
Oct 1 12:34:54 nivio-desktop kernel: [ 965.669263] option 2-2:1.1: GSM modem (1-port) converter detected
Oct 1 12:34:54 nivio-desktop kernel: [ 965.669376] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB3
Oct 1 12:34:54 nivio-desktop kernel: [ 965.669466] option 2-2:1.0: GSM modem (1-port) converter detected
Oct 1 12:34:54 nivio-desktop kernel: [ 965.669589] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB4
Oct 1 12:34:54 nivio-desktop kernel: [ 965.670439] option: option_instat_callback: error -2
Oct 1 12:34:54 nivio-desktop kernel: [ 965.773048] option: option_instat_callback: error -2
Oct 1 12:35:01 nivio-desktop pppd[1099]: pppd 2.4.4 started by root, uid 0
Oct 1 12:35:01 nivio-desktop pppd[1099]: Using interface ppp0
Oct 1 12:35:01 nivio-desktop pppd[1099]: Connect: ppp0 <--> /dev/ttyUSB4
Oct 1 12:35:01 nivio-desktop pppd[1099]: PAP authentication succeeded
Oct 1 12:35:02 nivio-desktop pppd[1099]: Failed to create /var/run/ppp/resolv.conf: No such file or directory
Oct 1 12:35:02 nivio-desktop pppd[1099]: local IP address 115.242.207.12
Oct 1 12:35:02 nivio-desktop pppd[1099]: remote IP address 220.224.141.145
Oct 1 12:35:02 nivio-desktop pppd[1099]: primary DNS address 202.138.103.190
Oct 1 12:35:02 nivio-desktop pppd[1099]: secondary DNS address 202.138.117.60
Oct 1 12:35:04 nivio-desktop kernel: [ 975.775168] option: option_instat_callback: error -108
Oct 1 12:35:04 nivio-desktop pppd[1099]: Modem hangup
Oct 1 12:35:04 nivio-desktop pppd[1099]: Connect time 0.1 minutes.
Oct 1 12:35:04 nivio-desktop pppd[1099]: Sent 0 bytes, received 0 bytes.
Oct 1 12:35:04 nivio-desktop pppd[1099]: Connection terminated.
Oct 1 12:35:04 nivio-desktop kernel: [ 975.776568] option1 ttyUSB4: GSM modem (1-port) converter now disconnected from ttyUSB4
Oct 1 12:35:04 nivio-desktop kernel: [ 975.776625] option 2-2:1.0: device disconnected
Oct 1 12:35:04 nivio-desktop kernel: [ 975.776798] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
Oct 1 12:35:04 nivio-desktop kernel: [ 975.776866] option 2-2:1.1: device disconnected
Oct 1 12:35:04 nivio-desktop kernel: [ 975.777087] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
Oct 1 12:35:04 nivio-desktop kernel: [ 975.777150] option 2-2:1.2: device disconnected
Oct 1 12:35:04 nivio-desktop kernel: [ 975.777312] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
Oct 1 12:35:04 nivio-desktop kernel: [ 975.777375] option 2-2:1.3: device disconnected
Oct 1 12:35:04 nivio-desktop kernel: [ 975.777540] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
Oct 1 12:35:04 nivio-desktop kernel: [ 975.777602] option 2-2:1.4: device disconnected
Oct 1 12:35:04 nivio-desktop pppd[1099]: Exit.
Oct 1 12:35:04 nivio-desktop kernel: [ 975.879032] usb 2-2: reset full speed USB device using uhci_hcd and address 5
Oct 1 12:35:04 nivio-desktop kernel: [ 976.011293] option 2-2:1.4: GSM modem (1-port) converter detected
Oct 1 12:35:04 nivio-desktop kernel: [ 976.011479] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB0
Oct 1 12:35:04 nivio-desktop kernel: [ 976.011568] option 2-2:1.3: GSM modem (1-port) converter detected
Oct 1 12:35:04 nivio-desktop kernel: [ 976.011672] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB1
Oct 1 12:35:04 nivio-desktop kernel: [ 976.011757] option 2-2:1.2: GSM modem (1-port) converter detected
Oct 1 12:35:04 nivio-desktop kernel: [ 976.011868] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB2
Oct 1 12:35:04 nivio-desktop kernel: [ 976.011956] option 2-2:1.1: GSM modem (1-port) converter detected
Oct 1 12:35:04 nivio-desktop kernel: [ 976.012144] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB3
Oct 1 12:35:04 nivio-desktop kernel: [ 976.012252] option 2-2:1.0: GSM modem (1-port) converter detected
Oct 1 12:35:04 nivio-desktop kernel: [ 976.012410] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB5
Oct 1 12:35:04 nivio-desktop kernel: [ 976.013172] option: option_instat_callback: error -2
Oct 1 12:35:04 nivio-desktop kernel: [ 976.066053] option: option_instat_callback: error -2
Oct 1 12:35:04 nivio-desktop kernel: [ 976.078063] sd 7:0:0:0: Device offlined - not ready after error recovery
Oct 1 12:35:04 nivio-desktop kernel: [ 976.078092] sd 7:0:0:0: rejecting I/O to offline device
Oct 1 12:35:04 nivio-desktop kernel: [ 976.078125] sd 7:0:0:0: [sdb] Attached SCSI removable disk
Oct 1 12:35:04 nivio-desktop kernel: [ 976.151038] option: option_instat_callback: error -2
Oct 1 12:35:22 nivio-desktop kernel: [ 994.173036] option: option_instat_callback: error -2
Oct 1 12:35:56 nivio-desktop kernel: [ 1027.968506] option: option_instat_callback: error -2
Oct 1 12:35:56 nivio-desktop kernel: [ 1028.420103] option: option_instat_callback: error -2
Oct 1 12:35:57 nivio-desktop kernel: [ 1029.420048] option: option_instat_callback: error -2
Oct 1 12:35:58 nivio-desktop kernel: [ 1029.820043] option: option_instat_callback: error -2
Oct 1 12:35:58 nivio-desktop kernel: [ 1029.905063] option: option_instat_callback: error -2
Oct 1 12:36:32 nivio-desktop kernel: [ 1063.695465] option: option_instat_callback: error -2
Oct 1 12:36:32 nivio-desktop kernel: [ 1064.420066] option: option_instat_callback: error -2
Oct 1 12:36:33 nivio-desktop kernel: [ 1065.420048] option: option_instat_callback: error -2
Oct 1 12:36:33 nivio-desktop kernel: [ 1065.539031] option: option_instat_callback: error -2
Oct 1 12:36:34 nivio-desktop kernel: [ 1065.628035] option: option_instat_callback: error -2
Oct 1 12:36:34 nivio-desktop kernel: [ 1066.277051] option: option_instat_callback: error -2
Oct 1 12:36:39 nivio-desktop kernel: [ 1070.824040] option: option_instat_callback: error -2
Oct 1 12:36:39 nivio-desktop kernel: [ 1071.422069] option: option_instat_callback: error -2
Oct 1 12:36:39 nivio-desktop kernel: [ 1071.511029] option: option_instat_callback: error -2
Oct 1 12:37:39 nivio-desktop kernel: [ 1131.424048] option: option_instat_callback: error -2
Oct 1 12:37:39 nivio-desktop kernel: [ 1131.512029] option: option_instat_callback: error -2
Oct 1 12:38:39 nivio-desktop kernel: [ 1191.421048] option: option_instat_callback: error -2
Oct 1 12:38:39 nivio-desktop kernel: [ 1191.518041] option: option_instat_callback: error -2
Oct 1 12:38:39 nivio-desktop pppd[1129]: pppd 2.4.4 started by root, uid 0
Oct 1 12:38:39 nivio-desktop pppd[1129]: Using interface ppp0
Oct 1 12:38:39 nivio-desktop pppd[1129]: Connect: ppp0 <--> /dev/ttyUSB5
Oct 1 12:38:40 nivio-desktop kernel: [ 1192.425050] option: option_instat_callback: error -2
Oct 1 12:38:43 nivio-desktop kernel: [ 1195.425053] option: option_instat_callback: error -2
Oct 1 12:38:46 nivio-desktop kernel: [ 1198.425052] option: option_instat_callback: error -2
Oct 1 12:38:49 nivio-desktop kernel: [ 1201.425050] option: option_instat_callback: error -2
Oct 1 12:38:52 nivio-desktop kernel: [ 1204.425052] option: option_instat_callback: error -2
Oct 1 12:38:55 nivio-desktop kernel: [ 1207.425053] option: option_instat_callback: error -2
Oct 1 12:38:58 nivio-desktop kernel: [ 1210.425051] option: option_instat_callback: error -2
Oct 1 12:39:01 nivio-desktop kernel: [ 1213.422055] option: option_instat_callback: error -2
Oct 1 12:39:04 nivio-desktop kernel: [ 1216.425051] option: option_instat_callback: error -2
Oct 1 12:39:07 nivio-desktop kernel: [ 1219.425050] option: option_instat_callback: error -2
Oct 1 12:39:09 nivio-desktop pppd[1129]: LCP: timeout sending Config-Requests
Oct 1 12:39:09 nivio-desktop pppd[1129]: Connection terminated.
Oct 1 12:39:09 nivio-desktop pppd[1129]: Modem hangup
Oct 1 12:39:10 nivio-desktop pppd[1129]: Exit.
Oct 1 12:39:10 nivio-desktop kernel: [ 1222.020044] option: option_instat_callback: error -2
Oct 1 12:39:10 nivio-desktop kernel: [ 1222.218042] option: option_instat_callback: error -2
Oct 1 12:39:10 nivio-desktop kernel: [ 1222.424042] option: option_instat_callback: error -2
Oct 1 12:39:10 nivio-desktop kernel: [ 1222.512030] option: option_instat_callback: error -2
Oct 1 12:39:16 nivio-desktop kernel: [ 1228.425052] option: option_instat_callback: error -2
Oct 1 12:39:17 nivio-desktop kernel: [ 1229.421046] option: option_instat_callback: error -2
Oct 1 12:39:19 nivio-desktop kernel: [ 1231.422054] option: option_instat_callback: error -2
Oct 1 12:39:20 nivio-desktop kernel: [ 1232.421048] option: option_instat_callback: error -2
Oct 1 12:39:22 nivio-desktop kernel: [ 1233.924045] option: option_instat_callback: error -2
Oct 1 12:39:22 nivio-desktop kernel: [ 1234.421049] option: option_instat_callback: error -2
Oct 1 12:39:23 nivio-desktop kernel: [ 1234.961037] option: option_instat_callback: error -2
Oct 1 12:39:23 nivio-desktop kernel: [ 1235.051054] option: option_instat_callback: error -2
Oct 1 12:39:23 nivio-desktop kernel: [ 1235.424053] option: option_instat_callback: error -2
Oct 1 12:39:24 nivio-desktop pppd[1130]: pppd 2.4.4 started by root, uid 0
Oct 1 12:39:24 nivio-desktop pppd[1130]: Using interface ppp0
Oct 1 12:39:24 nivio-desktop pppd[1130]: Connect: ppp0 <--> /dev/ttyUSB5
Oct 1 12:39:24 nivio-desktop kernel: [ 1236.421053] option: option_instat_callback: error -2
Oct 1 12:39:24 nivio-desktop kernel: [ 1236.509037] option: option_instat_callback: error -2
Oct 1 12:39:27 nivio-desktop kernel: [ 1239.421042] option: option_instat_callback: error -2
Oct 1 12:39:30 nivio-desktop kernel: [ 1242.424041] option: option_instat_callback: error -2
Oct 1 12:39:33 nivio-desktop kernel: [ 1245.421040] option: option_instat_callback: error -2
Oct 1 12:39:36 nivio-desktop kernel: [ 1248.422040] option: option_instat_callback: error -2
Oct 1 12:39:39 nivio-desktop pppd[1130]: Modem hangup
Oct 1 12:39:39 nivio-desktop pppd[1130]: Connection terminated.
Oct 1 12:39:39 nivio-desktop pppd[1130]: Exit.
Oct 1 12:39:40 nivio-desktop kernel: [ 1251.796050] option: option_instat_callback: error -2
Oct 1 12:39:40 nivio-desktop kernel: [ 1251.993035] option: option_instat_callback: error -2
Oct 1 12:39:40 nivio-desktop kernel: [ 1252.424068] option: option_instat_callback: error -2
Oct 1 12:39:50 nivio-desktop kernel: [ 1261.924043] option: option_instat_callback: error -2
Oct 1 12:39:50 nivio-desktop kernel: [ 1262.014056] option: option_instat_callback: error -2
Oct 1 12:39:50 nivio-desktop kernel: [ 1262.421045] option: option_instat_callback: error -2
Oct 1 12:39:51 nivio-desktop pppd[1131]: pppd 2.4.4 started by root, uid 0
Oct 1 12:39:51 nivio-desktop pppd[1131]: Using interface ppp0
Oct 1 12:39:51 nivio-desktop pppd[1131]: Connect: ppp0 <--> /dev/ttyUSB5
Oct 1 12:39:51 nivio-desktop pppd[1131]: PAP authentication succeeded
Oct 1 12:39:51 nivio-desktop pppd[1131]: Failed to create /var/run/ppp/resolv.conf: No such file or directory
Oct 1 12:39:51 nivio-desktop pppd[1131]: local IP address 115.242.207.12
Oct 1 12:39:51 nivio-desktop pppd[1131]: remote IP address 220.224.141.145
Oct 1 12:39:51 nivio-desktop pppd[1131]: primary DNS address 202.138.103.190
Oct 1 12:39:51 nivio-desktop pppd[1131]: secondary DNS address 202.138.117.60
Oct 1 12:39:51 nivio-desktop kernel: [ 1263.424056] option: option_instat_callback: error -2
Oct 1 12:39:51 nivio-desktop kernel: [ 1263.518024] option: option_instat_callback: error -2
Oct 1 12:40:06 nivio-desktop acpid: client 492[501:501] has disconnected
Oct 1 12:40:06 nivio-desktop acpid: client connected from 492[501:501]
Oct 1 12:40:06 nivio-desktop acpid: 1 client rule loaded
Oct 1 12:40:10 nivio-desktop pppd[1131]: Modem hangup
Oct 1 12:40:10 nivio-desktop pppd[1131]: Connect time 0.4 minutes.
Oct 1 12:40:10 nivio-desktop pppd[1131]: Sent 67 bytes, received 0 bytes.
Oct 1 12:40:10 nivio-desktop pppd[1131]: Connection terminated.
Oct 1 12:40:10 nivio-desktop pppd[1131]: Exit.
Oct 1 12:40:10 nivio-desktop kernel: [ 1282.158079] option: option_instat_callback: error -2
Oct 1 12:40:10 nivio-desktop kernel: [ 1282.341041] option: option_instat_callback: error -2
Oct 1 12:40:11 nivio-desktop kernel: [ 1283.421056] option: option_instat_callback: error -2
Oct 1 12:40:30 nivio-desktop kernel: [ 1301.710040] option: option_instat_callback: error -2
Oct 1 12:40:30 nivio-desktop kernel: [ 1301.802044] option: option_instat_callback: error -2
Oct 1 12:40:30 nivio-desktop kernel: [ 1302.424050] option: option_instat_callback: error -2
Oct 1 12:40:31 nivio-desktop pppd[1143]: pppd 2.4.4 started by root, uid 0
Oct 1 12:40:31 nivio-desktop pppd[1143]: Using interface ppp0
Oct 1 12:40:31 nivio-desktop pppd[1143]: Connect: ppp0 <--> /dev/ttyUSB5
Oct 1 12:40:31 nivio-desktop pppd[1143]: PAP authentication succeeded
Oct 1 12:40:31 nivio-desktop kernel: [ 1303.424055] option: option_instat_callback: error -2
Oct 1 12:40:31 nivio-desktop kernel: [ 1303.514041] option: option_instat_callback: error -2
Oct 1 12:40:35 nivio-desktop pppd[1143]: Modem hangup
Oct 1 12:40:35 nivio-desktop pppd[1143]: Connection terminated.
Oct 1 12:40:35 nivio-desktop pppd[1143]: Exit.
Oct 1 12:40:35 nivio-desktop kernel: [ 1307.117052] option: option_instat_callback: error -2
Oct 1 12:40:35 nivio-desktop kernel: [ 1307.299041] option: option_instat_callback: error -2
Oct 1 12:40:35 nivio-desktop kernel: [ 1307.424043] option: option_instat_callback: error -2
Oct 1 12:40:36 nivio-desktop kernel: [ 1308.421051] option: option_instat_callback: error -2
Oct 1 12:40:52 nivio-desktop kernel: [ 1324.548039] option: option_instat_callback: error -2
Oct 1 12:44:02 nivio-desktop kernel: [ 1514.207033] option: option_instat_callback: error -2
Oct 1 12:44:02 nivio-desktop kernel: [ 1514.424040] option: option_instat_callback: error -2
Oct 1 12:44:07 nivio-desktop acpid: client 492[501:501] has disconnected
Oct 1 12:44:07 nivio-desktop acpid: client connected from 492[501:501]
Oct 1 12:44:07 nivio-desktop acpid: 1 client rule loaded
Oct 1 12:44:08 nivio-desktop kernel: [ 1520.422067] option: option_instat_callback: error -2
Oct 1 12:44:09 nivio-desktop kernel: [ 1521.422044] option: option_instat_callback: error -2
Oct 1 12:44:10 nivio-desktop kernel: [ 1522.424046] option: option_instat_callback: error -2
Oct 1 12:44:11 nivio-desktop kernel: [ 1523.422057] option: option_instat_callback: error -2
Oct 1 12:44:12 nivio-desktop kernel: [ 1524.422047] option: option_instat_callback: error -2
Oct 1 12:44:14 nivio-desktop kernel: [ 1525.908044] option: option_instat_callback: error -2
Oct 1 12:44:14 nivio-desktop kernel: [ 1526.423329] option: option_instat_callback: error -2
Oct 1 12:44:15 nivio-desktop pppd[1161]: pppd 2.4.4 started by root, uid 0
Oct 1 12:44:15 nivio-desktop pppd[1161]: Using interface ppp0
Oct 1 12:44:15 nivio-desktop pppd[1161]: Connect: ppp0 <--> /dev/ttyUSB5
Oct 1 12:44:15 nivio-desktop kernel: [ 1527.424053] option: option_instat_callback: error -2
Oct 1 12:44:15 nivio-desktop kernel: [ 1527.512035] option: option_instat_callback: error -2
Oct 1 12:44:18 nivio-desktop kernel: [ 1530.424042] option: option_instat_callback: error -2
Oct 1 12:44:21 nivio-desktop kernel: [ 1533.424043] option: option_instat_callback: error -2
Oct 1 12:44:24 nivio-desktop kernel: [ 1536.424042] option: option_instat_callback: error -2
Oct 1 12:44:27 nivio-desktop kernel: [ 1539.421041] option: option_instat_callback: error -2
Oct 1 12:44:30 nivio-desktop kernel: [ 1542.424041] option: option_instat_callback: error -2
Oct 1 12:44:33 nivio-desktop kernel: [ 1545.424042] option: option_instat_callback: error -2
Oct 1 12:44:36 nivio-desktop kernel: [ 1548.424040] option: option_instat_callback: error -2
Oct 1 12:44:39 nivio-desktop pppd[1161]: Modem hangup
Oct 1 12:44:39 nivio-desktop pppd[1161]: Connection terminated.
Oct 1 12:44:39 nivio-desktop pppd[1161]: Exit.
Oct 1 12:44:40 nivio-desktop kernel: [ 1551.852049] option: option_instat_callback: error -2
Oct 1 12:44:40 nivio-desktop kernel: [ 1552.034042] option: option_instat_callback: error -2
Oct 1 12:44:40 nivio-desktop kernel: [ 1552.424045] option: option_instat_callback: error -2
Oct 1 12:44:45 nivio-desktop kernel: [ 1556.862043] option: option_instat_callback: error -2
Oct 1 12:44:45 nivio-desktop kernel: [ 1556.952063] option: option_instat_callback: error -2
Oct 1 12:44:45 nivio-desktop kernel: [ 1557.421075] option: option_instat_callback: error -2
Oct 1 12:44:46 nivio-desktop pppd[1162]: pppd 2.4.4 started by root, uid 0
Oct 1 12:44:46 nivio-desktop pppd[1162]: Using interface ppp0
Oct 1 12:44:46 nivio-desktop pppd[1162]: Connect: ppp0 <--> /dev/ttyUSB5
Oct 1 12:44:46 nivio-desktop pppd[1162]: PAP authentication succeeded
Oct 1 12:44:46 nivio-desktop pppd[1162]: Failed to create /var/run/ppp/resolv.conf: No such file or directory
Oct 1 12:44:46 nivio-desktop pppd[1162]: local IP address 115.242.207.12
Oct 1 12:44:46 nivio-desktop pppd[1162]: remote IP address 220.224.141.145
Oct 1 12:44:46 nivio-desktop pppd[1162]: primary DNS address 202.138.103.190
Oct 1 12:44:46 nivio-desktop pppd[1162]: secondary DNS address 202.138.117.60
Oct 1 12:44:46 nivio-desktop kernel: [ 1558.424052] option: option_instat_callback: error -2
Oct 1 12:44:46 nivio-desktop kernel: [ 1558.512043] option: option_instat_callback: error -2
Oct 1 12:46:24 nivio-desktop acpid: client 492[501:501] has disconnected
Oct 1 12:46:24 nivio-desktop acpid: client connected from 492[501:501]
Oct 1 12:46:24 nivio-desktop acpid: 1 client rule loaded
Oct 1 12:46:28 nivio-desktop pppd[1162]: Modem hangup
Oct 1 12:46:28 nivio-desktop pppd[1162]: Connect time 1.7 minutes.
Oct 1 12:46:28 nivio-desktop pppd[1162]: Sent 67 bytes, received 0 bytes.
Oct 1 12:46:28 nivio-desktop pppd[1162]: Connection terminated.
Oct 1 12:46:28 nivio-desktop pppd[1162]: Exit.
Oct 1 12:46:28 nivio-desktop kernel: [ 1660.236320] option: option_instat_callback: error -2
Oct 1 12:46:28 nivio-desktop kernel: [ 1660.422041] option: option_instat_callback: error -2
Oct 1 12:46:29 nivio-desktop kernel: [ 1661.424054] option: option_instat_callback: error -2
Oct 1 12:46:33 nivio-desktop kernel: [ 1664.696045] option: option_instat_callback: error -2
Oct 1 12:46:33 nivio-desktop kernel: [ 1664.788053] option: option_instat_callback: error -2
Oct 1 12:46:33 nivio-desktop kernel: [ 1665.424046] option: option_instat_callback: error -2
Oct 1 12:46:33 nivio-desktop kernel: [ 1665.512030] option: option_instat_callback: error -2
Oct 1 12:46:35 nivio-desktop kernel: [ 1666.688043] option: option_instat_callback: error -2
**************************************************************

*************** wvdial output ******************************
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
--> Sending: ATQ0
ATQ0
OK
--> Re-Sending: ATZ
ATZ
OK
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Fri Oct 1 12:44:15 2010
--> Pid of pppd: 1161
--> Using interface ppp0
--> pppd: [10]
--> pppd: [10]
--> pppd: [10]
--> pppd: [10]
--> Disconnecting at Fri Oct 1 12:44:40 2010
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Fri Oct 1 12:44:46 2010
--> Pid of pppd: 1162
--> Using interface ppp0
--> pppd: [10]
--> pppd: [10]
--> pppd: [10]
--> pppd: [10]
--> local IP address 115.242.207.12
--> pppd: [10]
--> remote IP address 220.224.141.145
--> pppd: [10]
--> primary DNS address 202.138.103.190
--> pppd: [10]
--> secondary DNS address 202.138.117.60
--> pppd: [10]
--> pppd: [10]
--> Connect time 1.7 minutes.
--> pppd: [10]
--> pppd: [10]
--> pppd: [10]
--> Disconnecting at Fri Oct 1 12:46:28 2010
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
Caught signal 2: Attempting to exit gracefully...
--> Disconnecting at Fri Oct 1 12:46:35 2010
***********************************************************


As you can see sometimes it is succeeded in fetching IPs but just after it got disconnect.

Please help me to fix this issue.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] ZTE AC2726 not working in fedora 11 gnanam_85 Linux - Newbie 3 03-04-2011 04:48 AM
Modem zte mf626 CiScOh4x0r Gentoo 1 10-15-2010 07:52 AM
[SOLVED] ZTE AC2627 USB MODEM not working in fedora 9 baig Linux - Newbie 7 03-23-2010 11:51 AM
Receiver ZTE WF836F wesam2004 Linux - Hardware 3 09-23-2008 01:20 PM
Zte Mf600 IvanHow79 Linux - Hardware 0 09-27-2007 10:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 10:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration