|
|
SMS Server Tools 3 Community |
Welcome, Guest. The forum is currently read-only, but will open soon. |
Fri Aug 29, 2025 19:32 |
Page: 1
Keywords: Mode: All keywords (AND) |
Fri May 20, 2011 19:29
|
apositivo: hi, solved !!!!!
incredible !!!!!
THE SIM was damaged !!!!!
I went to a service center with my SIM card, and I traded it for a new, smart, everything works perfect, thanks for the support.
soon I'll be helping on many topics related to this excellent program.
keke thanks!!
|
Fri May 20, 2011 17:45
|
apositivo: My ultimate option:
AT COMMAND with minicom:
AT
AT+CMGF=1
AT+CSCA="+584240000954"
AT+CMGW="584269984651"
> A simple demo of SMS text messaging. (When finished, press Ctrl+z of the keyboard.)
AT+CMSS=1 (the number is from returned value of CMGW)
Result:
AT+CMGF=1
OK
AT+CSCA="+584240000954"
OK
AT+CMGW="584269984651"
> A simple demo of SMS text messaging. (When finished, press Ctrl+z of the keyboard.)
>
>
>
>
>
and logic..... not send SMS......
|
Fri May 20, 2011 17:22
|
apositivo: a friend with FEDORA try this with Huawei E1756.
http://preguntaslinux.org/howto-modem-huawei-e166-3g-de-claro-en-t-5131.html
.. he say work!!!1 . . . :S
what dou you think mr keke ?
|
Fri May 20, 2011 17:18
|
apositivo: .conf
devices = GSM1
logfile = /var/log/smsd.log
loglevel = 7
[GSM1]
report_device_details = yes
device = /dev/ttyUSB1
mode = new
baudrate = 480600
rtscts = yes
cs_convert = yes
report = yes
memory_start = 0
sending_disabled = no
signal_quality_ber_ignore = yes
smsc=584240000954
init = AT^CURC=0
signal_quality_ber_ignore = yes
.log
2011-05-20 12:46:01,2, smsd: Smsd v3.1.14 started.
2011-05-20 12:46:01,2, smsd: Running as root:root.
2011-05-20 12:46:01,7, smsd: Running startup_check (shell): /var/spool/sms/incoming/smsd_script.AEHfhk /tmp/smsd_data.UPxS5P
2011-05-20 12:46:01,7, smsd: Done: startup_check (shell), execution time 0 sec., status: 0 (0)
2011-05-20 12:46:01,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2011-05-20 12:46:01,5, smsd: Outgoing file checker has started. PID: 2780.
2011-05-20 12:46:01,7, smsd: All PID's: 2780,2782
2011-05-20 12:46:01,5, GSM1: Modem handler 0 has started. PID: 2782. Will only send messages.
2011-05-20 12:46:01,4, GSM1: Cannot receive status reports because receiving is disabled on modem GSM1
2011-05-20 12:46:01,3, GSM1: Baudrate 480600 not supported, using 19200
2011-05-20 12:46:01,6, GSM1: Checking if modem is ready
2011-05-20 12:46:02,3, GSM1: Unexpected input: ^BOOT:36926864,0,0,0,20 ^MODE:5,4 ^RSSI:22 ^MODE:3,3 ^RSSI:26 ^MODE:3,3 ^BOOT:36926864,0,0,0,20
2011-05-20 12:46:02,7, GSM1: -> AT
2011-05-20 12:46:02,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:02,7, GSM1: <- OK
2011-05-20 12:46:02,6, GSM1: Pre-initializing modem
2011-05-20 12:46:02,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:46:02,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:02,7, GSM1: <- OK
2011-05-20 12:46:02,6, GSM1: Checking if modem needs PIN
2011-05-20 12:46:03,7, GSM1: -> AT+CPIN?
2011-05-20 12:46:03,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:03,7, GSM1: <- +CPIN: READY OK
2011-05-20 12:46:03,6, GSM1: Initializing modem
2011-05-20 12:46:03,7, GSM1: -> AT^CURC=0
2011-05-20 12:46:03,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:03,7, GSM1: <- OK
2011-05-20 12:46:04,7, GSM1: -> AT+CSQ
2011-05-20 12:46:04,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:04,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:46:04,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:46:04,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:46:04,7, GSM1: -> AT+CREG?
2011-05-20 12:46:04,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:04,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:46:04,6, GSM1: Modem is registered to the network
2011-05-20 12:46:04,6, GSM1: Location area code: FC2, Cell ID: DCBF
2011-05-20 12:46:04,7, GSM1: -> AT+CSQ
2011-05-20 12:46:04,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:05,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:46:05,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:46:05,6, GSM1: Selecting PDU mode
2011-05-20 12:46:05,7, GSM1: -> AT+CMGF=0
2011-05-20 12:46:05,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:05,7, GSM1: <- OK
2011-05-20 12:46:05,6, GSM1: Changing SMSC
2011-05-20 12:46:05,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:46:05,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:06,7, GSM1: <- OK
2011-05-20 12:46:06,7, GSM1: -> AT+CIMI
2011-05-20 12:46:06,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:06,7, GSM1: <- 734042800177759 OK
2011-05-20 12:46:06,7, GSM1: -> AT+CGSN
2011-05-20 12:46:06,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:07,7, GSM1: <- 355849036926864 OK
2011-05-20 12:46:07,5, GSM1: CGSN: 355849036926864
2011-05-20 12:46:07,5, GSM1: IMSI: 734042800177759
2011-05-20 12:46:07,7, GSM1: ## Start of device details
2011-05-20 12:46:07,7, GSM1: # Manufacturer identification:
2011-05-20 12:46:07,7, GSM1: -> AT+CGMI
2011-05-20 12:46:07,7, GSM1: <- huawei
OK
2011-05-20 12:46:07,7, GSM1: # Model identification:
2011-05-20 12:46:07,7, GSM1: -> AT+CGMM
2011-05-20 12:46:08,7, GSM1: <- E1756
OK
2011-05-20 12:46:08,7, GSM1: # Revision identification:
2011-05-20 12:46:08,7, GSM1: -> AT+CGMR
2011-05-20 12:46:08,7, GSM1: <- 11.126.07.00.18
OK
2011-05-20 12:46:08,7, GSM1: # New message indications, list of supported modes:
2011-05-20 12:46:08,7, GSM1: -> AT+CNMI=?
2011-05-20 12:46:09,7, GSM1: <- +CNMI: (0,1,2),(0,1,2,3),(0,2),(0,1,2),(0,1)
OK
2011-05-20 12:46:09,7, GSM1: # New message indications, current settings:
2011-05-20 12:46:09,7, GSM1: -> AT+CNMI?
2011-05-20 12:46:09,7, GSM1: <- +CNMI: 0,0,0,0,0
OK
2011-05-20 12:46:09,7, GSM1: # Preferred message storage, list of supported mem's:
2011-05-20 12:46:09,7, GSM1: -> AT+CPMS=?
2011-05-20 12:46:10,7, GSM1: <- +CPMS: ("ME","MT","SM","SR"),("ME","MT","SM","SR"),("ME","MT","SM","SR")
OK
2011-05-20 12:46:10,7, GSM1: # Phonebook storage, available mem's:
2011-05-20 12:46:10,7, GSM1: -> AT+CPBS=?
2011-05-20 12:46:10,7, GSM1: <- +CPBS: ("SM","EN","ON")
OK
2011-05-20 12:46:10,7, GSM1: # List messages, list of supported stat's:
2011-05-20 12:46:11,7, GSM1: -> AT+CMGL=?
2011-05-20 12:46:11,7, GSM1: <- +CMGL: (0-4)
OK
2011-05-20 12:46:11,7, GSM1: # Delete message, list of supported values:
2011-05-20 12:46:11,7, GSM1: -> AT+CMGD=?
2011-05-20 12:46:11,7, GSM1: <- +CMGD: (),(0-4)
OK
2011-05-20 12:46:11,7, GSM1: # Phone activity status, list of supported stat's:
2011-05-20 12:46:12,7, GSM1: -> AT+CPAS=?
2011-05-20 12:46:12,7, GSM1: <- +CPAS: (0,3,4)
OK
2011-05-20 12:46:12,7, GSM1: # TE character set, list of supported charset's:
2011-05-20 12:46:12,7, GSM1: -> AT+CSCS=?
2011-05-20 12:46:12,7, GSM1: <- +CSCS: ("IRA","GSM","UCS2")
OK
2011-05-20 12:46:12,7, GSM1: # TE character set, current setting:
2011-05-20 12:46:13,7, GSM1: -> AT+CSCS?
2011-05-20 12:46:13,7, GSM1: <- +CSCS: "IRA"
OK
2011-05-20 12:46:13,7, GSM1: ## End of device details
2011-05-20 12:46:13,5, GSM1: Waiting for messages to send...
2011-05-20 12:46:13,6, GSM1: I have to send 1 short message for /var/spool/sms/checked/send_olVFsy
2011-05-20 12:46:13,6, GSM1: Sending SMS from to 584269984651
2011-05-20 12:46:13,6, GSM1: Checking if modem is ready
2011-05-20 12:46:13,7, GSM1: -> AT
2011-05-20 12:46:13,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:13,7, GSM1: <- OK
2011-05-20 12:46:13,6, GSM1: Pre-initializing modem
2011-05-20 12:46:14,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:46:14,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:14,7, GSM1: <- OK
2011-05-20 12:46:14,6, GSM1: Initializing modem
2011-05-20 12:46:14,7, GSM1: -> AT^CURC=0
2011-05-20 12:46:14,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:14,7, GSM1: <- OK
2011-05-20 12:46:15,7, GSM1: -> AT+CSQ
2011-05-20 12:46:15,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:15,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:46:15,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:46:15,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:46:15,7, GSM1: -> AT+CREG?
2011-05-20 12:46:15,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:15,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:46:15,6, GSM1: Modem is registered to the network
2011-05-20 12:46:15,6, GSM1: Selecting PDU mode
2011-05-20 12:46:16,7, GSM1: -> AT+CMGF=0
2011-05-20 12:46:16,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:16,7, GSM1: <- OK
2011-05-20 12:46:16,6, GSM1: Changing SMSC
2011-05-20 12:46:16,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:46:16,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:16,7, GSM1: <- OK
2011-05-20 12:46:17,7, GSM1: -> AT+CMGS=25
2011-05-20 12:46:17,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:17,7, GSM1: <- >
2011-05-20 12:46:17,7, GSM1: -> 0011000C918524968964150000FF0CED703B2C9787C7E8B72C07
2011-05-20 12:46:17,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:22,5, smsd: Moved file /var/spool/sms/outgoing/send_D7HeG3 to /var/spool/sms/checked
2011-05-20 12:46:43,7, GSM1: <- +CMS ERROR: 500 (Unknown error)
2011-05-20 12:46:43,3, GSM1: The modem answer was not OK: +CMS ERROR: 500 (Unknown error)
2011-05-20 12:46:43,5, GSM1: Waiting 10 sec. before retrying
2011-05-20 12:46:53,6, GSM1: Checking if modem is ready
2011-05-20 12:46:54,7, GSM1: -> AT
2011-05-20 12:46:54,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:54,7, GSM1: <- OK
2011-05-20 12:46:54,6, GSM1: Pre-initializing modem
2011-05-20 12:46:54,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:46:54,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:54,7, GSM1: <- OK
2011-05-20 12:46:54,6, GSM1: Initializing modem
2011-05-20 12:46:55,7, GSM1: -> AT^CURC=0
2011-05-20 12:46:55,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:55,7, GSM1: <- OK
2011-05-20 12:46:55,7, GSM1: -> AT+CSQ
2011-05-20 12:46:55,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:55,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:46:55,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:46:55,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:46:56,7, GSM1: -> AT+CREG?
2011-05-20 12:46:56,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:56,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:46:56,6, GSM1: Modem is registered to the network
2011-05-20 12:46:56,6, GSM1: Selecting PDU mode
2011-05-20 12:46:56,7, GSM1: -> AT+CMGF=0
2011-05-20 12:46:56,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:56,7, GSM1: <- OK
2011-05-20 12:46:56,6, GSM1: Changing SMSC
2011-05-20 12:46:57,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:46:57,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:57,7, GSM1: <- OK
2011-05-20 12:46:57,7, GSM1: -> AT+CMGS=25
2011-05-20 12:46:57,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:46:57,7, GSM1: <- >
2011-05-20 12:46:58,7, GSM1: -> 0011000C918524968964150000FF0CED703B2C9787C7E8B72C07
2011-05-20 12:46:58,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:47:28,7, GSM1: <- +CMS ERROR: 500 (Unknown error)
2011-05-20 12:47:28,3, GSM1: The modem answer was not OK: +CMS ERROR: 500 (Unknown error)
2011-05-20 12:47:28,5, GSM1: Waiting 10 sec. before retrying
2011-05-20 12:47:38,6, GSM1: Checking if modem is ready
2011-05-20 12:47:38,7, GSM1: -> AT
2011-05-20 12:47:38,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:47:38,7, GSM1: <- OK
2011-05-20 12:47:38,6, GSM1: Pre-initializing modem
2011-05-20 12:47:39,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:47:39,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:47:39,7, GSM1: <- OK
2011-05-20 12:47:39,6, GSM1: Initializing modem
2011-05-20 12:47:39,7, GSM1: -> AT^CURC=0
2011-05-20 12:47:39,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:47:39,7, GSM1: <- OK
2011-05-20 12:47:40,7, GSM1: -> AT+CSQ
2011-05-20 12:47:40,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:47:40,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:47:40,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:47:40,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:47:40,7, GSM1: -> AT+CREG?
2011-05-20 12:47:40,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:47:40,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:47:40,6, GSM1: Modem is registered to the network
2011-05-20 12:47:40,6, GSM1: Selecting PDU mode
2011-05-20 12:47:41,7, GSM1: -> AT+CMGF=0
2011-05-20 12:47:41,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:47:41,7, GSM1: <- OK
2011-05-20 12:47:41,6, GSM1: Changing SMSC
2011-05-20 12:47:41,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:47:41,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:47:41,7, GSM1: <- OK
2011-05-20 12:47:42,7, GSM1: -> AT+CMGS=25
2011-05-20 12:47:42,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:47:42,7, GSM1: <- >
2011-05-20 12:47:42,7, GSM1: -> 0011000C918524968964150000FF0CED703B2C9787C7E8B72C07
2011-05-20 12:47:42,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:13,7, GSM1: <- +CMS ERROR: 500 (Unknown error)
2011-05-20 12:48:13,3, GSM1: The modem answer was not OK: +CMS ERROR: 500 (Unknown error)
2011-05-20 12:48:13,4, GSM1: Sending SMS to 584269984651 failed, trying time 120 sec. Retries: 2.
2011-05-20 12:48:13,6, GSM1: Deleted file /var/spool/sms/checked/send_olVFsy
2011-05-20 12:48:13,6, GSM1: I have to send 1 short message for /var/spool/sms/checked/send_9DgZJe
2011-05-20 12:48:13,6, GSM1: Sending SMS from to 584269984651
2011-05-20 12:48:13,6, GSM1: Checking if modem is ready
2011-05-20 12:48:13,7, GSM1: -> AT
2011-05-20 12:48:13,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:13,7, GSM1: <- OK
2011-05-20 12:48:13,6, GSM1: Pre-initializing modem
2011-05-20 12:48:13,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:48:13,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:14,7, GSM1: <- OK
2011-05-20 12:48:14,6, GSM1: Initializing modem
2011-05-20 12:48:14,7, GSM1: -> AT^CURC=0
2011-05-20 12:48:14,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:14,7, GSM1: <- OK
2011-05-20 12:48:14,7, GSM1: -> AT+CSQ
2011-05-20 12:48:14,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:15,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:48:15,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:48:15,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:48:15,7, GSM1: -> AT+CREG?
2011-05-20 12:48:15,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:15,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:48:15,6, GSM1: Modem is registered to the network
2011-05-20 12:48:15,6, GSM1: Selecting PDU mode
2011-05-20 12:48:15,7, GSM1: -> AT+CMGF=0
2011-05-20 12:48:15,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:16,7, GSM1: <- OK
2011-05-20 12:48:16,6, GSM1: Changing SMSC
2011-05-20 12:48:16,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:48:16,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:16,7, GSM1: <- OK
2011-05-20 12:48:16,7, GSM1: -> AT+CMGS=25
2011-05-20 12:48:16,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:17,7, GSM1: <- >
2011-05-20 12:48:17,7, GSM1: -> 0011000C918524968964150000FF0CED703B2C9787C7E8B72C07
2011-05-20 12:48:17,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:47,7, GSM1: <- +CMS ERROR: 500 (Unknown error)
2011-05-20 12:48:47,3, GSM1: The modem answer was not OK: +CMS ERROR: 500 (Unknown error)
2011-05-20 12:48:47,5, GSM1: Waiting 10 sec. before retrying
2011-05-20 12:48:57,6, GSM1: Checking if modem is ready
2011-05-20 12:48:57,7, GSM1: -> AT
2011-05-20 12:48:57,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:58,7, GSM1: <- OK
2011-05-20 12:48:58,6, GSM1: Pre-initializing modem
2011-05-20 12:48:58,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:48:58,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:58,7, GSM1: <- OK
2011-05-20 12:48:58,6, GSM1: Initializing modem
2011-05-20 12:48:58,7, GSM1: -> AT^CURC=0
2011-05-20 12:48:58,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:59,7, GSM1: <- OK
2011-05-20 12:48:59,7, GSM1: -> AT+CSQ
2011-05-20 12:48:59,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:48:59,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:48:59,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:48:59,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:48:59,7, GSM1: -> AT+CREG?
2011-05-20 12:48:59,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:00,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:49:00,6, GSM1: Modem is registered to the network
2011-05-20 12:49:00,6, GSM1: Selecting PDU mode
2011-05-20 12:49:00,7, GSM1: -> AT+CMGF=0
2011-05-20 12:49:00,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:00,7, GSM1: <- OK
2011-05-20 12:49:00,6, GSM1: Changing SMSC
2011-05-20 12:49:00,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:49:00,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:01,7, GSM1: <- OK
2011-05-20 12:49:01,7, GSM1: -> AT+CMGS=25
2011-05-20 12:49:01,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:01,7, GSM1: <- >
2011-05-20 12:49:01,7, GSM1: -> 0011000C918524968964150000FF0CED703B2C9787C7E8B72C07
2011-05-20 12:49:01,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:32,7, GSM1: <- +CMS ERROR: 500 (Unknown error)
2011-05-20 12:49:32,3, GSM1: The modem answer was not OK: +CMS ERROR: 500 (Unknown error)
2011-05-20 12:49:32,5, GSM1: Waiting 10 sec. before retrying
2011-05-20 12:49:42,6, GSM1: Checking if modem is ready
2011-05-20 12:49:42,7, GSM1: -> AT
2011-05-20 12:49:42,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:42,7, GSM1: <- OK
2011-05-20 12:49:42,6, GSM1: Pre-initializing modem
2011-05-20 12:49:43,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:49:43,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:43,7, GSM1: <- OK
2011-05-20 12:49:43,6, GSM1: Initializing modem
2011-05-20 12:49:43,7, GSM1: -> AT^CURC=0
2011-05-20 12:49:43,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:43,7, GSM1: <- OK
2011-05-20 12:49:43,7, GSM1: -> AT+CSQ
2011-05-20 12:49:43,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:44,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:49:44,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:49:44,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:49:44,7, GSM1: -> AT+CREG?
2011-05-20 12:49:44,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:44,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:49:44,6, GSM1: Modem is registered to the network
2011-05-20 12:49:44,6, GSM1: Selecting PDU mode
2011-05-20 12:49:44,7, GSM1: -> AT+CMGF=0
2011-05-20 12:49:44,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:45,7, GSM1: <- OK
2011-05-20 12:49:45,6, GSM1: Changing SMSC
2011-05-20 12:49:45,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:49:45,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:45,7, GSM1: <- OK
2011-05-20 12:49:45,7, GSM1: -> AT+CMGS=25
2011-05-20 12:49:45,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:49:46,7, GSM1: <- >
2011-05-20 12:49:46,7, GSM1: -> 0011000C918524968964150000FF0CED703B2C9787C7E8B72C07
2011-05-20 12:49:46,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:16,7, GSM1: <- +CMS ERROR: 500 (Unknown error)
2011-05-20 12:50:16,3, GSM1: The modem answer was not OK: +CMS ERROR: 500 (Unknown error)
2011-05-20 12:50:16,4, GSM1: Sending SMS to 584269984651 failed, trying time 123 sec. Retries: 2.
2011-05-20 12:50:16,6, GSM1: Deleted file /var/spool/sms/checked/send_9DgZJe
2011-05-20 12:50:26,6, GSM1: I have to send 1 short message for /var/spool/sms/checked/send_D7HeG3
2011-05-20 12:50:26,6, GSM1: Sending SMS from to 584269984651
2011-05-20 12:50:26,6, GSM1: Checking if modem is ready
2011-05-20 12:50:27,7, GSM1: -> AT
2011-05-20 12:50:27,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:27,7, GSM1: <- OK
2011-05-20 12:50:27,6, GSM1: Pre-initializing modem
2011-05-20 12:50:27,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:50:27,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:27,7, GSM1: <- OK
2011-05-20 12:50:27,6, GSM1: Initializing modem
2011-05-20 12:50:28,7, GSM1: -> AT^CURC=0
2011-05-20 12:50:28,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:28,7, GSM1: <- OK
2011-05-20 12:50:28,7, GSM1: -> AT+CSQ
2011-05-20 12:50:28,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:28,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:50:28,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:50:28,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:50:29,7, GSM1: -> AT+CREG?
2011-05-20 12:50:29,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:29,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:50:29,6, GSM1: Modem is registered to the network
2011-05-20 12:50:29,6, GSM1: Selecting PDU mode
2011-05-20 12:50:29,7, GSM1: -> AT+CMGF=0
2011-05-20 12:50:29,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:29,7, GSM1: <- OK
2011-05-20 12:50:29,6, GSM1: Changing SMSC
2011-05-20 12:50:30,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:50:30,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:30,7, GSM1: <- OK
2011-05-20 12:50:30,7, GSM1: -> AT+CMGS=25
2011-05-20 12:50:30,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:30,7, GSM1: <- >
2011-05-20 12:50:31,7, GSM1: -> 0011000C918524968964150000FF0CED703B2C9787C7E8B72C07
2011-05-20 12:50:31,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:50:57,7, GSM1: <- +CMS ERROR: 500 (Unknown error)
2011-05-20 12:50:57,3, GSM1: The modem answer was not OK: +CMS ERROR: 500 (Unknown error)
2011-05-20 12:50:57,5, GSM1: Waiting 10 sec. before retrying
2011-05-20 12:51:07,6, GSM1: Checking if modem is ready
2011-05-20 12:51:07,7, GSM1: -> AT
2011-05-20 12:51:07,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:07,7, GSM1: <- OK
2011-05-20 12:51:07,6, GSM1: Pre-initializing modem
2011-05-20 12:51:08,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:51:08,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:08,7, GSM1: <- OK
2011-05-20 12:51:08,6, GSM1: Initializing modem
2011-05-20 12:51:08,7, GSM1: -> AT^CURC=0
2011-05-20 12:51:08,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:08,7, GSM1: <- OK
2011-05-20 12:51:09,7, GSM1: -> AT+CSQ
2011-05-20 12:51:09,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:09,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:51:09,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:51:09,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:51:09,7, GSM1: -> AT+CREG?
2011-05-20 12:51:09,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:09,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:51:09,6, GSM1: Modem is registered to the network
2011-05-20 12:51:09,6, GSM1: Selecting PDU mode
2011-05-20 12:51:10,7, GSM1: -> AT+CMGF=0
2011-05-20 12:51:10,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:10,7, GSM1: <- OK
2011-05-20 12:51:10,6, GSM1: Changing SMSC
2011-05-20 12:51:10,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:51:10,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:10,7, GSM1: <- OK
2011-05-20 12:51:11,7, GSM1: -> AT+CMGS=25
2011-05-20 12:51:11,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:11,7, GSM1: <- >
2011-05-20 12:51:11,7, GSM1: -> 0011000C918524968964150000FF0CED703B2C9787C7E8B72C07
2011-05-20 12:51:11,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:41,7, GSM1: <- +CMS ERROR: 500 (Unknown error)
2011-05-20 12:51:41,3, GSM1: The modem answer was not OK: +CMS ERROR: 500 (Unknown error)
2011-05-20 12:51:41,5, GSM1: Waiting 10 sec. before retrying
2011-05-20 12:51:51,6, GSM1: Checking if modem is ready
2011-05-20 12:51:52,7, GSM1: -> AT
2011-05-20 12:51:52,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:52,7, GSM1: <- OK
2011-05-20 12:51:52,6, GSM1: Pre-initializing modem
2011-05-20 12:51:52,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-20 12:51:52,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:52,7, GSM1: <- OK
2011-05-20 12:51:52,6, GSM1: Initializing modem
2011-05-20 12:51:53,7, GSM1: -> AT^CURC=0
2011-05-20 12:51:53,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:53,7, GSM1: <- OK
2011-05-20 12:51:53,7, GSM1: -> AT+CSQ
2011-05-20 12:51:53,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:53,7, GSM1: <- +CSQ: 27,99 OK
2011-05-20 12:51:53,6, GSM1: Signal Strength Indicator: (27,99) -59 dBm (Excellent)
2011-05-20 12:51:53,6, GSM1: Checking if Modem is registered to the network
2011-05-20 12:51:54,7, GSM1: -> AT+CREG?
2011-05-20 12:51:54,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:54,7, GSM1: <- +CREG: 2,1, FC2, DCBF OK
2011-05-20 12:51:54,6, GSM1: Modem is registered to the network
2011-05-20 12:51:54,6, GSM1: Selecting PDU mode
2011-05-20 12:51:54,7, GSM1: -> AT+CMGF=0
2011-05-20 12:51:54,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:54,7, GSM1: <- OK
2011-05-20 12:51:54,6, GSM1: Changing SMSC
2011-05-20 12:51:55,7, GSM1: -> AT+CSCA="+584240000954"
2011-05-20 12:51:55,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:55,7, GSM1: <- OK
2011-05-20 12:51:55,7, GSM1: -> AT+CMGS=25
2011-05-20 12:51:55,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:51:55,7, GSM1: <- >
2011-05-20 12:51:56,7, GSM1: -> 0011000C918524968964150000FF0CED703B2C9787C7E8B72C07
2011-05-20 12:51:56,7, GSM1: Command is sent, waiting for the answer
2011-05-20 12:52:26,7, GSM1: <- +CMS ERROR: 500 (Unknown error)
2011-05-20 12:52:26,3, GSM1: The modem answer was not OK: +CMS ERROR: 500 (Unknown error)
2011-05-20 12:52:26,4, GSM1: Sending SMS to 584269984651 failed, trying time 120 sec. Retries: 2.
2011-05-20 12:52:26,6, GSM1: Deleted file /var/spool/sms/checked/send_D7HeG3
2011-05-20 12:52:26,2, GSM1: Fatal error: sending failed 3 times. Blocking 3600 sec.
|
Fri May 20, 2011 17:10
|
apositivo: OHHHH MY GOD !!!!!!
i wrote:"in windows this modem work perfect !!!!'
not..... is my error !!!!! Excuse please !!!!!
i want say: "in windows OTHER modem ( mobile phone sony ericsson c510) work perfect !!!!"
Really, today 05-20-2011, Huawey E1756 NOT WORK in WINDOWS and UBUNTU 11.04
Final testing and I'll post the code....
if not work . . . of course ... change the modem !!!!
|
Fri May 20, 2011 15:30
|
apositivo: try with minicom and cutecom with AT commands .... the modem not sent SMS :(
In other web pages post:
*** modify sudo gedit /etc/usb_modeswitch.conf
write:
# Huawei E1692/E1756
DefaultVendor= 0x12d1
DefaultProduct= 0x1446
TargetVendor= 0x12d1
TargetProduct= 0x140c
MessageContent="55534243000000000000000000000011060000000000000000000000000000"
CheckSuccess=5
modify /etc/udev/rules.d/
write:
SUBSYSTEM=="block",
ACTION=="add",
SYSFS{idVendor}=="12d1",
SYSFS{idProduct}=="1446",
OPTIONS="ignore_device"
SUBSYSTEM=="usb", SYSFS{idProduct}=="1446", SYSFS{idVendor}=="12d1", RUN+="/usr/sbin/usb_modeswitch"
but i think .... my ubuntu version is 11.04.... this recomendation is for ubuntu 9.04 , 9.10
what do you think my friend ?
what other try ????
|
Thu May 19, 2011 23:04
|
apositivo: hello my friend, any question, this post cant help?
http://preguntaslinux.org/howto-modem-huawei-e166-3g-de-claro-en-t-5131.html
what do you think ?
24 hours trying sent SMS in UBUNTU :( and all is FAIL with this modem
in windows this modem work perfect !!!!
|
Thu May 19, 2011 19:18
|
apositivo: I honestly do not understand where the error may be a simple and easy configuration : ( please help!
|
Thu May 19, 2011 19:15
|
apositivo: Using /dev/ttyUSB2
.conf
devices = GSM1
logfile = /var/log/smsd.log
loglevel = 7
[GSM1]
report_device_details = yes
device = /dev/ttyUSB2
incoming = yes
mode = new
baudrate = 115200
rtscts = yes
cs_convert = yes
report = yes
memory_start = 0
sending_disabled = no
executing:~/Desktop/smstools3/scripts$ sudo sendsms +584268994651 'HELLO SMS WORLD'
result .log :
2011-05-19 14:44:19,2, smsd: Smsd v3.1.14 started.
2011-05-19 14:44:19,2, smsd: Running as root:root.
2011-05-19 14:44:19,7, smsd: Running startup_check (shell): /var/spool/sms/incoming/smsd_script.FusqTI /tmp/smsd_data.uhculy
2011-05-19 14:44:19,7, smsd: Done: startup_check (shell), execution time 0 sec., status: 0 (0)
2011-05-19 14:44:19,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2011-05-19 14:44:19,5, smsd: Outgoing file checker has started. PID: 2124.
2011-05-19 14:44:19,7, smsd: All PID's: 2124,2126
2011-05-19 14:44:19,5, GSM1: Modem handler 0 has started. PID: 2126.
2011-05-19 14:44:34,5, GSM1: Using check_memory_method 1: CPMS is used.
2011-05-19 14:44:34,6, GSM1: I have to send 1 short message for /var/spool/sms/checked/send_JBnfqV
2011-05-19 14:44:34,6, GSM1: Sending SMS from to 584268994651
2011-05-19 14:44:34,6, GSM1: Checking if modem is ready
2011-05-19 14:44:34,7, GSM1: -> AT
2011-05-19 14:44:34,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:44:39,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2011-05-19 14:44:39,7, GSM1: <-
2011-05-19 14:44:40,7, GSM1: -> .
2011-05-19 14:44:40,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:44:40,5, smsd: Moved file /var/spool/sms/outgoing/send_P5IG94 to /var/spool/sms/checked
2011-05-19 14:44:45,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 2.
2011-05-19 14:44:45,7, GSM1: <-
2011-05-19 14:44:45,7, GSM1: -> AT
2011-05-19 14:44:45,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:44:50,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 3.
2011-05-19 14:44:50,7, GSM1: <-
2011-05-19 14:44:50,7, GSM1: -> .
2011-05-19 14:44:50,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:44:55,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 4.
2011-05-19 14:44:55,7, GSM1: <-
2011-05-19 14:44:56,7, GSM1: -> AT
2011-05-19 14:44:56,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:45:01,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 5.
2011-05-19 14:45:01,7, GSM1: <-
2011-05-19 14:45:01,7, GSM1: -> .
2011-05-19 14:45:01,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:45:06,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 6.
2011-05-19 14:45:06,7, GSM1: <-
2011-05-19 14:45:06,7, GSM1: -> AT
2011-05-19 14:45:06,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:45:11,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 7.
2011-05-19 14:45:11,7, GSM1: <-
2011-05-19 14:45:12,7, GSM1: -> .
2011-05-19 14:45:12,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:45:17,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 8.
2011-05-19 14:45:17,7, GSM1: <-
2011-05-19 14:45:17,7, GSM1: -> AT
2011-05-19 14:45:17,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:45:22,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 9.
2011-05-19 14:45:22,7, GSM1: <-
2011-05-19 14:45:22,7, GSM1: -> .
2011-05-19 14:45:22,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:45:27,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 10.
2011-05-19 14:45:27,7, GSM1: <-
|
Thu May 19, 2011 19:10
|
apositivo: using /dev/ttyUSB1
.conf
devices = GSM1
logfile = /var/log/smsd.log
loglevel = 7
[GSM1]
report_device_details = yes
device = /dev/ttyUSB1
incoming = yes
mode = new
baudrate = 115200
rtscts = yes
cs_convert = yes
report = yes
memory_start = 0
sending_disabled = no
executing:~/Desktop/smstools3/scripts$ sudo sendsms +584268994651 'HELLO SMS WORLD'
result .log :
2011-05-19 14:36:27,2, smsd: Smsd v3.1.14 started.
2011-05-19 14:36:27,2, smsd: Running as root:root.
2011-05-19 14:36:27,7, smsd: Running startup_check (shell): /var/spool/sms/incoming/smsd_script.h0cFKb /tmp/smsd_data.VHXvr8
2011-05-19 14:36:27,7, smsd: Done: startup_check (shell), execution time 0 sec., status: 0 (0)
2011-05-19 14:36:27,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2011-05-19 14:36:27,5, GSM1: Modem handler 0 has started. PID: 2041.
2011-05-19 14:36:27,5, smsd: Outgoing file checker has started. PID: 2039.
2011-05-19 14:36:27,7, smsd: All PID's: 2039,2041
2011-05-19 14:36:27,5, GSM1: Using check_memory_method 1: CPMS is used.
2011-05-19 14:36:27,6, GSM1: I have to send 1 short message for /var/spool/sms/checked/send_iVv4nD
2011-05-19 14:36:27,6, GSM1: Sending SMS from to 584268994651
2011-05-19 14:36:27,6, GSM1: Checking if modem is ready
2011-05-19 14:36:28,3, GSM1: Unexpected input: ^MODE:5,4 ^RSSI:24 ^MODE:3,3 ^BOOT:36926864,0,0,0,20 ^RSSI:24 ^MODE:3,3 ^MODE:5,4 ^RSSI:14 ^BOOT:36926864,0,0,0,20 ^RSSI:17 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20 ^BOOT:36926864,0,0,0,20
2011-05-19 14:36:28,7, GSM1: -> AT
2011-05-19 14:36:28,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:28,7, GSM1: <- OK
2011-05-19 14:36:28,6, GSM1: Pre-initializing modem
2011-05-19 14:36:28,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-19 14:36:28,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:29,7, GSM1: <- OK
2011-05-19 14:36:29,6, GSM1: Checking if modem needs PIN
2011-05-19 14:36:29,7, GSM1: -> AT+CPIN?
2011-05-19 14:36:29,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:29,7, GSM1: <- +CPIN: READY OK
2011-05-19 14:36:29,7, GSM1: -> AT+CSQ
2011-05-19 14:36:29,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:30,7, GSM1: <- +CSQ: 17,99 OK
2011-05-19 14:36:30,6, GSM1: Signal Strength Indicator: (17,99) -79 dBm (Good), Bit Error Rate: not known or not detectable
2011-05-19 14:36:30,6, GSM1: Checking if Modem is registered to the network
2011-05-19 14:36:30,7, GSM1: -> AT+CREG?
2011-05-19 14:36:30,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:30,7, GSM1: <- +CREG: 2,1, C35C, E9D5 OK
2011-05-19 14:36:30,6, GSM1: Modem is registered to the network
2011-05-19 14:36:30,6, GSM1: Location area code: C35C, Cell ID: E9D5
2011-05-19 14:36:30,7, GSM1: -> AT+CSQ
2011-05-19 14:36:30,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:31,7, GSM1: <- +CSQ: 17,99 OK
2011-05-19 14:36:31,6, GSM1: Signal Strength Indicator: (17,99) -79 dBm (Good), Bit Error Rate: not known or not detectable
2011-05-19 14:36:31,6, GSM1: Selecting PDU mode
2011-05-19 14:36:31,7, GSM1: -> AT+CMGF=0
2011-05-19 14:36:31,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:31,7, GSM1: <- OK
2011-05-19 14:36:31,7, GSM1: -> AT+CIMI
2011-05-19 14:36:31,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:32,7, GSM1: <- 734042800177759 OK
2011-05-19 14:36:32,7, GSM1: -> AT+CGSN
2011-05-19 14:36:32,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:32,7, GSM1: <- 355849036926864 OK
2011-05-19 14:36:32,5, GSM1: CGSN: 355849036926864
2011-05-19 14:36:32,5, GSM1: IMSI: 734042800177759
2011-05-19 14:36:32,6, GSM1: Checking if reading of messages is supported
2011-05-19 14:36:32,7, GSM1: -> AT+CPMS?
2011-05-19 14:36:32,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:33,7, GSM1: <- +CPMS: "SM",3,35,"SM",3,35,"SM",3,35 OK
2011-05-19 14:36:33,7, GSM1: ## Start of device details
2011-05-19 14:36:33,7, GSM1: # Manufacturer identification:
2011-05-19 14:36:33,7, GSM1: -> AT+CGMI
2011-05-19 14:36:33,7, GSM1: <- huawei
OK
2011-05-19 14:36:33,7, GSM1: # Model identification:
2011-05-19 14:36:33,7, GSM1: -> AT+CGMM
2011-05-19 14:36:34,7, GSM1: <- E1756
OK
2011-05-19 14:36:34,7, GSM1: # Revision identification:
2011-05-19 14:36:34,7, GSM1: -> AT+CGMR
2011-05-19 14:36:34,7, GSM1: <- 11.126.07.00.18
OK
2011-05-19 14:36:34,7, GSM1: # New message indications, list of supported modes:
2011-05-19 14:36:34,7, GSM1: -> AT+CNMI=?
2011-05-19 14:36:35,7, GSM1: <- +CNMI: (0,1,2),(0,1,2,3),(0,2),(0,1,2),(0,1)
OK
2011-05-19 14:36:35,7, GSM1: # New message indications, current settings:
2011-05-19 14:36:35,7, GSM1: -> AT+CNMI?
2011-05-19 14:36:35,7, GSM1: <- +CNMI: 0,0,0,0,0
OK
2011-05-19 14:36:35,7, GSM1: # Preferred message storage, list of supported mem's:
2011-05-19 14:36:35,7, GSM1: -> AT+CPMS=?
2011-05-19 14:36:36,7, GSM1: <- +CPMS: ("ME","MT","SM","SR"),("ME","MT","SM","SR"),("ME","MT","SM","SR")
OK
2011-05-19 14:36:36,7, GSM1: # Phonebook storage, available mem's:
2011-05-19 14:36:36,7, GSM1: -> AT+CPBS=?
2011-05-19 14:36:36,7, GSM1: <- +CPBS: ("SM","EN","ON")
OK
2011-05-19 14:36:36,7, GSM1: # List messages, list of supported stat's:
2011-05-19 14:36:36,7, GSM1: -> AT+CMGL=?
2011-05-19 14:36:37,7, GSM1: <- +CMGL: (0-4)
OK
2011-05-19 14:36:37,7, GSM1: # Delete message, list of supported values:
2011-05-19 14:36:37,7, GSM1: -> AT+CMGD=?
2011-05-19 14:36:37,7, GSM1: <- +CMGD: (0,1,2),(0-4)
OK
2011-05-19 14:36:37,7, GSM1: # Phone activity status, list of supported stat's:
2011-05-19 14:36:37,7, GSM1: -> AT+CPAS=?
2011-05-19 14:36:38,7, GSM1: <- +CPAS: (0,3,4)
OK
2011-05-19 14:36:38,7, GSM1: # TE character set, list of supported charset's:
2011-05-19 14:36:38,7, GSM1: -> AT+CSCS=?
2011-05-19 14:36:38,7, GSM1: <- +CSCS: ("IRA","GSM","UCS2")
OK
2011-05-19 14:36:38,7, GSM1: # TE character set, current setting:
2011-05-19 14:36:38,7, GSM1: -> AT+CSCS?
2011-05-19 14:36:39,7, GSM1: <- +CSCS: "IRA"
OK
2011-05-19 14:36:39,7, GSM1: ## End of device details
2011-05-19 14:36:39,7, GSM1: -> AT+CMGS=37
2011-05-19 14:36:39,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:36:39,7, GSM1: <- >
2011-05-19 14:36:39,7, GSM1: -> 0031000C918524968964150000FF1A50E9531874129FA01848069A8168A01AC806BA8170A01C.
2011-05-19 14:36:39,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:05,7, GSM1: <- ^BOOT:36926864,0,0,0,20 +CMS ERROR: 500 (Unknown error)
2011-05-19 14:37:05,3, GSM1: The modem answer was not OK: ^BOOT:36926864,0,0,0,20+CMS ERROR: 500 (Unknown error)
2011-05-19 14:37:05,5, GSM1: Waiting 10 sec. before retrying
2011-05-19 14:37:15,6, GSM1: Checking if modem is ready
2011-05-19 14:37:15,7, GSM1: -> AT
2011-05-19 14:37:15,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:15,7, GSM1: <- ^BOOT:36926864,0,0,0,20 OK
2011-05-19 14:37:15,6, GSM1: Pre-initializing modem
2011-05-19 14:37:16,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-19 14:37:16,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:16,7, GSM1: <- OK
2011-05-19 14:37:16,7, GSM1: -> AT+CSQ
2011-05-19 14:37:16,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:16,7, GSM1: <- +CSQ: 17,99 OK
2011-05-19 14:37:16,6, GSM1: Signal Strength Indicator: (17,99) -79 dBm (Good), Bit Error Rate: not known or not detectable
2011-05-19 14:37:16,6, GSM1: Checking if Modem is registered to the network
2011-05-19 14:37:17,7, GSM1: -> AT+CREG?
2011-05-19 14:37:17,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:17,7, GSM1: <- +CREG: 2,1, C35C, E9D5 OK
2011-05-19 14:37:17,6, GSM1: Modem is registered to the network
2011-05-19 14:37:17,6, GSM1: Selecting PDU mode
2011-05-19 14:37:17,7, GSM1: -> AT+CMGF=0
2011-05-19 14:37:17,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:17,7, GSM1: <- OK
2011-05-19 14:37:18,7, GSM1: -> AT+CMGS=37
2011-05-19 14:37:18,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:18,7, GSM1: <- >
2011-05-19 14:37:18,7, GSM1: -> 0031000C918524968964150000FF1A50E9531874129FA01848069A8168A01AC806BA8170A01C.
2011-05-19 14:37:18,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:44,7, GSM1: <- ^RSSI:0 ^RSSI:17 ^RSSI:0 ^RSSI:17 +CMS ERROR: 500 (Unknown error)
2011-05-19 14:37:44,3, GSM1: The modem answer was not OK: ^RSSI:0^RSSI:17^RSSI:0^RSSI:17+CMS ERROR: 500 (Unknown error)
2011-05-19 14:37:44,5, GSM1: Waiting 10 sec. before retrying
2011-05-19 14:37:48,5, smsd: Moved file /var/spool/sms/outgoing/send_y99yHQ to /var/spool/sms/checked
2011-05-19 14:37:54,6, GSM1: Checking if modem is ready
2011-05-19 14:37:54,3, GSM1: Unexpected input: ^BOOT:36926864,0,0,0,20
2011-05-19 14:37:54,7, GSM1: -> AT
2011-05-19 14:37:54,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:54,7, GSM1: <- OK
2011-05-19 14:37:54,6, GSM1: Pre-initializing modem
2011-05-19 14:37:55,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-19 14:37:55,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:55,7, GSM1: <- OK
2011-05-19 14:37:55,7, GSM1: -> AT+CSQ
2011-05-19 14:37:55,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:55,7, GSM1: <- +CSQ: 18,99 OK
2011-05-19 14:37:55,6, GSM1: Signal Strength Indicator: (18,99) -77 dBm (Good), Bit Error Rate: not known or not detectable
2011-05-19 14:37:55,6, GSM1: Checking if Modem is registered to the network
2011-05-19 14:37:56,7, GSM1: -> AT+CREG?
2011-05-19 14:37:56,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:56,7, GSM1: <- +CREG: 2,1, C35C, E9D5 OK
2011-05-19 14:37:56,6, GSM1: Modem is registered to the network
2011-05-19 14:37:56,6, GSM1: Selecting PDU mode
2011-05-19 14:37:56,7, GSM1: -> AT+CMGF=0
2011-05-19 14:37:56,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:56,7, GSM1: <- OK
2011-05-19 14:37:57,7, GSM1: -> AT+CMGS=37
2011-05-19 14:37:57,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:37:57,7, GSM1: <- >
2011-05-19 14:37:57,7, GSM1: -> 0031000C918524968964150000FF1A50E9531874129FA01848069A8168A01AC806BA8170A01C.
2011-05-19 14:37:57,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:23,7, GSM1: <- ^RSSI:0 ^RSSI:17 ^BOOT:36926864,0,0,0,20 +CMS ERROR: 500 (Unknown error)
2011-05-19 14:38:23,3, GSM1: The modem answer was not OK: ^RSSI:0^RSSI:17^BOOT:36926864,0,0,0,20+CMS ERROR: 500 (Unknown error)
2011-05-19 14:38:23,4, GSM1: Sending SMS to 584268994651 failed, trying time 116 sec. Retries: 2.
2011-05-19 14:38:23,6, GSM1: Deleted file /var/spool/sms/checked/send_iVv4nD
2011-05-19 14:38:23,6, GSM1: Checking device for incoming SMS
2011-05-19 14:38:23,6, GSM1: Checking if modem is ready
2011-05-19 14:38:23,7, GSM1: -> AT
2011-05-19 14:38:23,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:23,7, GSM1: <- OK
2011-05-19 14:38:23,6, GSM1: Pre-initializing modem
2011-05-19 14:38:24,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-19 14:38:24,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:24,7, GSM1: <- OK
2011-05-19 14:38:24,7, GSM1: -> AT+CSQ
2011-05-19 14:38:24,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:24,7, GSM1: <- +CSQ: 18,99 OK
2011-05-19 14:38:24,6, GSM1: Signal Strength Indicator: (18,99) -77 dBm (Good), Bit Error Rate: not known or not detectable
2011-05-19 14:38:24,6, GSM1: Checking if Modem is registered to the network
2011-05-19 14:38:25,7, GSM1: -> AT+CREG?
2011-05-19 14:38:25,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:25,7, GSM1: <- +CREG: 2,1, C35C, E9D5 OK
2011-05-19 14:38:25,6, GSM1: Modem is registered to the network
2011-05-19 14:38:25,6, GSM1: Selecting PDU mode
2011-05-19 14:38:25,7, GSM1: -> AT+CMGF=0
2011-05-19 14:38:25,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:25,7, GSM1: <- OK
2011-05-19 14:38:25,6, GSM1: Checking memory size
2011-05-19 14:38:26,7, GSM1: -> AT+CPMS?
2011-05-19 14:38:26,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:26,7, GSM1: <- +CPMS: "SM",3,35,"SM",3,35,"SM",3,35 OK
2011-05-19 14:38:26,6, GSM1: Used memory is 3 of 35
2011-05-19 14:38:26,6, GSM1: Trying to get stored message 0
2011-05-19 14:38:26,7, GSM1: -> AT+CMGR=0
2011-05-19 14:38:26,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:26,7, GSM1: <- +CMGR: 2,,29 0791852404009045111A0C918524968964150011FF11EDB27B1E569741E432082EAF97C561 OK
2011-05-19 14:38:26,5, GSM1: SMS received, From:
2011-05-19 14:38:26,6, GSM1: Wrote an incoming message file: /var/spool/sms/incoming/GSM1.vil0DP
2011-05-19 14:38:26,6, GSM1: Deleting message 0
2011-05-19 14:38:27,7, GSM1: -> AT+CMGD=0
2011-05-19 14:38:27,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:27,7, GSM1: <- OK
2011-05-19 14:38:27,6, GSM1: Trying to get stored message 1
2011-05-19 14:38:27,7, GSM1: -> AT+CMGR=1
2011-05-19 14:38:27,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:27,7, GSM1: <- +CMGR: 2,,19 0791852404009045111B0A8124968964150010FF067079BD2C0E03 OK
2011-05-19 14:38:27,5, GSM1: SMS received, From:
2011-05-19 14:38:27,6, GSM1: Wrote an incoming message file: /var/spool/sms/incoming/GSM1.H8jJMD
2011-05-19 14:38:27,6, GSM1: Deleting message 1
2011-05-19 14:38:28,7, GSM1: -> AT+CMGD=1
2011-05-19 14:38:28,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:28,7, GSM1: <- OK
2011-05-19 14:38:28,6, GSM1: Trying to get stored message 2
2011-05-19 14:38:28,7, GSM1: -> AT+CMGR=2
2011-05-19 14:38:28,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:29,7, GSM1: <- +CMGR: 2,,22 0791852404009045111D0C918524968964150011FF0970F95B1C7693DF20 OK
2011-05-19 14:38:29,5, GSM1: SMS received, From:
2011-05-19 14:38:29,6, GSM1: Wrote an incoming message file: /var/spool/sms/incoming/GSM1.d5Kd3s
2011-05-19 14:38:29,6, GSM1: Deleting message 2
2011-05-19 14:38:29,7, GSM1: -> AT+CMGD=2
2011-05-19 14:38:29,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:29,7, GSM1: <- OK
2011-05-19 14:38:29,6, GSM1: I have to send 1 short message for /var/spool/sms/checked/send_PSpSL1
2011-05-19 14:38:29,6, GSM1: Sending SMS from to 584268994651
2011-05-19 14:38:29,6, GSM1: Checking if Modem is registered to the network
2011-05-19 14:38:29,7, GSM1: -> AT+CREG?
2011-05-19 14:38:29,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:30,7, GSM1: <- +CREG: 2,1, C35C, E9D5 OK
2011-05-19 14:38:30,6, GSM1: Modem is registered to the network
2011-05-19 14:38:30,7, GSM1: -> AT+CMGS=27
2011-05-19 14:38:30,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:30,7, GSM1: <- >
2011-05-19 14:38:30,7, GSM1: -> 0031000C918524968964150000FF0E50E9531874129FA01848069A01.
2011-05-19 14:38:30,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:38:56,7, GSM1: <- ^BOOT:36926864,0,0,0,20 +CMS ERROR: 500 (Unknown error)
2011-05-19 14:38:56,3, GSM1: The modem answer was not OK: ^BOOT:36926864,0,0,0,20+CMS ERROR: 500 (Unknown error)
2011-05-19 14:38:56,5, GSM1: Waiting 10 sec. before retrying
2011-05-19 14:39:06,6, GSM1: Checking if modem is ready
2011-05-19 14:39:06,3, GSM1: Unexpected input: ^BOOT:36926864,0,0,0,20 ^RSSI:17
2011-05-19 14:39:06,7, GSM1: -> AT
2011-05-19 14:39:06,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:39:07,7, GSM1: <- OK
2011-05-19 14:39:07,6, GSM1: Pre-initializing modem
2011-05-19 14:39:07,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-19 14:39:07,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:39:07,7, GSM1: <- OK
2011-05-19 14:39:07,7, GSM1: -> AT+CSQ
2011-05-19 14:39:07,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:39:08,7, GSM1: <- +CSQ: 18,99 OK
2011-05-19 14:39:08,6, GSM1: Signal Strength Indicator: (18,99) -77 dBm (Good), Bit Error Rate: not known or not detectable
2011-05-19 14:39:08,6, GSM1: Checking if Modem is registered to the network
2011-05-19 14:39:08,7, GSM1: -> AT+CREG?
2011-05-19 14:39:08,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:39:08,7, GSM1: <- +CREG: 2,1, C35C, E9D5 OK
2011-05-19 14:39:08,6, GSM1: Modem is registered to the network
2011-05-19 14:39:08,6, GSM1: Selecting PDU mode
2011-05-19 14:39:08,7, GSM1: -> AT+CMGF=0
2011-05-19 14:39:08,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:39:09,7, GSM1: <- OK
2011-05-19 14:39:09,7, GSM1: -> AT+CMGS=27
2011-05-19 14:39:09,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:39:09,7, GSM1: <- >
2011-05-19 14:39:09,7, GSM1: -> 0031000C918524968964150000FF0E50E9531874129FA01848069A01.
2011-05-19 14:39:09,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:39:35,7, GSM1: <- ^BOOT:36926864,0,0,0,20 +CMS ERROR: 500 (Unknown error)
2011-05-19 14:39:35,3, GSM1: The modem answer was not OK: ^BOOT:36926864,0,0,0,20+CMS ERROR: 500 (Unknown error)
2011-05-19 14:39:35,5, GSM1: Waiting 10 sec. before retrying
2011-05-19 14:39:45,6, GSM1: Checking if modem is ready
2011-05-19 14:39:45,7, GSM1: -> AT
2011-05-19 14:39:45,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:39:50,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2011-05-19 14:39:50,7, GSM1: <-
2011-05-19 14:39:51,7, GSM1: -> .
2011-05-19 14:39:51,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:39:56,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 2.
2011-05-19 14:39:56,7, GSM1: <-
2011-05-19 14:39:56,7, GSM1: -> AT
2011-05-19 14:39:56,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:40:00,7, GSM1: <- OK OK
2011-05-19 14:40:00,6, GSM1: Pre-initializing modem
2011-05-19 14:40:01,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2011-05-19 14:40:01,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:40:01,7, GSM1: <- OK
2011-05-19 14:40:01,7, GSM1: -> AT+CSQ
2011-05-19 14:40:01,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:40:01,7, GSM1: <- +CSQ: 18,99 OK
2011-05-19 14:40:01,6, GSM1: Signal Strength Indicator: (18,99) -77 dBm (Good), Bit Error Rate: not known or not detectable
2011-05-19 14:40:01,6, GSM1: Checking if Modem is registered to the network
2011-05-19 14:40:02,7, GSM1: -> AT+CREG?
2011-05-19 14:40:02,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:40:02,7, GSM1: <- +CREG: 2,1, C35C, E9D5 OK
2011-05-19 14:40:02,6, GSM1: Modem is registered to the network
2011-05-19 14:40:02,6, GSM1: Selecting PDU mode
2011-05-19 14:40:02,7, GSM1: -> AT+CMGF=0
2011-05-19 14:40:02,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:40:02,7, GSM1: <- OK
2011-05-19 14:40:03,7, GSM1: -> AT+CMGS=27
2011-05-19 14:40:03,7, GSM1: Command is sent, waiting for the answer
2011-05-19 14:40:03,7, GSM1: <- >
2011-05-19 14:40:03,7, GSM1: -> 0031000C918524968964150000FF0E50E9531874129FA01848069A01.
2011-05-19 14:40:03,7, GSM1: Command is sent, waiting for the answer
|
Thu May 19, 2011 19:03
|
apositivo: result of dmesg:
[ 0.214862] system 00:04: [io 0x0360-0x0361] has been reserved
[ 0.214865] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.214870] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.214886] pnp 00:05: [io 0x0000-0x0008]
[ 0.214889] pnp 00:05: [io 0x000a-0x000f]
[ 0.214892] pnp 00:05: [io 0x0081-0x0083]
[ 0.214894] pnp 00:05: [io 0x0087]
[ 0.214896] pnp 00:05: [io 0x0089-0x008b]
[ 0.214899] pnp 00:05: [io 0x008f]
[ 0.214901] pnp 00:05: [io 0x00c0-0x00d1]
[ 0.214904] pnp 00:05: [io 0x00d4-0x00df]
[ 0.214907] pnp 00:05: [dma 4]
[ 0.214952] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.214963] pnp 00:06: [io 0x0061]
[ 0.215006] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.215032] pnp 00:07: [io 0x0070-0x0071]
[ 0.215079] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.215090] pnp 00:08: [io 0x00f0-0x00f1]
[ 0.215100] pnp 00:08: [irq 13]
[ 0.215144] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.215164] pnp 00:09: [io 0x0060]
[ 0.215167] pnp 00:09: [io 0x0064]
[ 0.215175] pnp 00:09: [irq 1]
[ 0.215221] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.215238] pnp 00:0a: [irq 12]
[ 0.215287] pnp 00:0a: Plug and Play ACPI device, IDs SYN013b SYN0100 SYN0002 PNP0f13 (active)
[ 0.215642] pnp 00:0b: [mem 0xffc00000-0xffffffff]
[ 0.215645] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
[ 0.215648] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
[ 0.215651] pnp 00:0b: [mem 0xfed00000-0xfed00fff]
[ 0.215654] pnp 00:0b: [mem 0x00000000-0xffffffff disabled]
[ 0.215656] pnp 00:0b: [mem 0xfef00000-0xfef00fff]
[ 0.215744] system 00:0b: [mem 0xffc00000-0xffffffff] could not be reserved
[ 0.215748] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.215751] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.215755] system 00:0b: [mem 0xfed00000-0xfed00fff] has been reserved
[ 0.215759] system 00:0b: [mem 0xfef00000-0xfef00fff] has been reserved
[ 0.215763] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.215857] pnp: PnP ACPI: found 12 devices
[ 0.215859] ACPI: ACPI bus type pnp unregistered
[ 0.215862] PnPBIOS: Disabled by ACPI PNP
[ 0.252656] pci 0000:00:12.0: BAR 6: assigned [mem 0x80000000-0x8001ffff pref]
[ 0.252661] pci 0000:00:08.0: PCI bridge to [bus 02-02]
[ 0.252664] pci 0000:00:08.0: bridge window [io disabled]
[ 0.252668] pci 0000:00:08.0: bridge window [mem 0xf6100000-0xf61fffff]
[ 0.252672] pci 0000:00:08.0: bridge window [mem pref disabled]
[ 0.252677] pci 0000:00:0c.0: PCI bridge to [bus 04-05]
[ 0.252681] pci 0000:00:0c.0: bridge window [io 0x4000-0x4fff]
[ 0.252685] pci 0000:00:0c.0: bridge window [mem 0xf2000000-0xf3ffffff]
[ 0.252689] pci 0000:00:0c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.252694] pci 0000:00:0d.0: PCI bridge to [bus 03-03]
[ 0.252696] pci 0000:00:0d.0: bridge window [io disabled]
[ 0.252700] pci 0000:00:0d.0: bridge window [mem 0xf6000000-0xf60fffff]
[ 0.252704] pci 0000:00:0d.0: bridge window [mem pref disabled]
[ 0.252714] pci 0000:00:08.0: setting latency timer to 64
[ 0.252720] pci 0000:00:0c.0: setting latency timer to 64
[ 0.252725] pci 0000:00:0d.0: setting latency timer to 64
[ 0.252729] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.252734] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.252737] pci_bus 0000:00: resource 6 [mem 0x80000000-0xffffffff]
[ 0.252741] pci_bus 0000:02: resource 1 [mem 0xf6100000-0xf61fffff]
[ 0.252744] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
[ 0.252747] pci_bus 0000:02: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.252750] pci_bus 0000:02: resource 6 [mem 0x80000000-0xffffffff]
[ 0.252754] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
[ 0.252757] pci_bus 0000:04: resource 1 [mem 0xf2000000-0xf3ffffff]
[ 0.252760] pci_bus 0000:04: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.252764] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf60fffff]
[ 0.252810] NET: Registered protocol family 2
[ 0.252887] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.253208] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.253917] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.254255] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.254258] TCP reno registered
[ 0.254262] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.254274] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.254380] NET: Registered protocol family 1
[ 0.254551] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.254606] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.254666] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.254732] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.254802] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.254877] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.254885] pci 0000:00:12.0: Boot video device
[ 0.254906] PCI: CLS 64 bytes, default 64
[ 0.254938] Simple Boot Flag at 0x36 set to 0x1
[ 0.255201] cpufreq-nforce2: No nForce2 chipset.
[ 0.255364] audit: initializing netlink socket (disabled)
[ 0.255377] type=2000 audit(1305815175.248:1): initialized
[ 0.267487] highmem bounce pool size: 64 pages
[ 0.267495] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.269591] VFS: Disk quotas dquot_6.5.2
[ 0.269658] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.270456] fuse init (API version 7.16)
[ 0.270566] msgmni has been set to 1680
[ 0.270846] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.270879] io scheduler noop registered
[ 0.270881] io scheduler deadline registered
[ 0.270901] io scheduler cfq registered (default)
[ 0.271059] pcieport 0000:00:0c.0: setting latency timer to 64
[ 0.271094] pcieport 0000:00:0c.0: irq 40 for MSI/MSI-X
[ 0.271145] pcieport 0000:00:0d.0: setting latency timer to 64
[ 0.271167] pcieport 0000:00:0d.0: irq 41 for MSI/MSI-X
[ 0.271253] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.271286] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.271814] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.272079] ACPI: AC Adapter [ACAD] (on-line)
[ 0.272178] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
[ 0.272185] ACPI: Sleep Button [SLPB]
[ 0.272241] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 0.272487] ACPI: Lid Switch [LID]
[ 0.272559] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[ 0.272564] ACPI: Power Button [PWRB]
[ 0.272616] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.272619] ACPI: Power Button [PWRF]
[ 0.272871] ACPI: acpi_idle registered with cpuidle
[ 0.272899] ACPI: processor limited to max C-state 1
[ 0.275368] [Firmware Bug]: Invalid critical threshold (0)
[ 0.275829] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.275831] ACPI: Thermal Zone [THRM] (60 C)
[ 0.275853] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.275960] ERST: Table is not found!
[ 0.276090] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.284883] isapnp: Scanning for PnP cards...
[ 0.518368] Freeing initrd memory: 12508k freed
[ 0.548372] ACPI: Battery Slot [BAT0] (battery present)
[ 0.637716] isapnp: No Plug & Play device found
[ 0.780553] Linux agpgart interface v0.103
[ 0.782324] brd: module loaded
[ 0.783048] loop: module loaded
[ 0.783175] i2c-core: driver [adp5520] using legacy suspend method
[ 0.783178] i2c-core: driver [adp5520] using legacy resume method
[ 0.783385] pata_acpi 0000:00:06.0: setting latency timer to 64
[ 0.783628] ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 23
[ 0.783648] pata_acpi 0000:00:09.0: PCI INT A -> Link[LSI0] -> GSI 23 (level, low) -> IRQ 23
[ 0.783667] pata_acpi 0000:00:09.0: setting latency timer to 64
[ 0.783675] pata_acpi 0000:00:09.0: PCI INT A disabled
[ 0.784201] Fixed MDIO Bus: probed
[ 0.784254] PPP generic driver version 2.4.2
[ 0.784311] tun: Universal TUN/TAP device driver, 1.6
[ 0.784313] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.784427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.784635] ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 22
[ 0.784649] ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUS2] -> GSI 22 (level, low) -> IRQ 22
[ 0.784665] ehci_hcd 0000:00:02.1: setting latency timer to 64
[ 0.784669] ehci_hcd 0000:00:02.1: EHCI Host Controller
[ 0.784718] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 0.788086] ehci_hcd 0000:00:02.1: debug port 1
[ 0.788095] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[ 0.788121] ehci_hcd 0000:00:02.1: irq 22, io mem 0xf6489000
[ 0.800027] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 0.800209] hub 1-0:1.0: USB hub found
[ 0.800215] hub 1-0:1.0: 7 ports detected
[ 0.800530] ACPI: PCI Interrupt Link [Z016] enabled at IRQ 22
[ 0.800536] ehci_hcd 0000:00:04.1: PCI INT B -> Link[Z016] -> GSI 22 (level, low) -> IRQ 22
[ 0.800556] ehci_hcd 0000:00:04.1: setting latency timer to 64
[ 0.800559] ehci_hcd 0000:00:04.1: EHCI Host Controller
[ 0.800614] ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2
[ 0.800679] ehci_hcd 0000:00:04.1: debug port 1
[ 0.800687] ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
[ 0.800696] ehci_hcd 0000:00:04.1: irq 22, io mem 0xf6489400
[ 0.812027] ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
[ 0.812186] hub 2-0:1.0: USB hub found
[ 0.812192] hub 2-0:1.0: 2 ports detected
[ 0.812292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.812483] ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 18
[ 0.812497] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUS0] -> GSI 18 (level, low) -> IRQ 18
[ 0.812508] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 0.812512] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 0.812573] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 3
[ 0.812628] ohci_hcd 0000:00:02.0: irq 18, io mem 0xf6486000
[ 0.870138] hub 3-0:1.0: USB hub found
[ 0.870144] hub 3-0:1.0: 7 ports detected
[ 0.870386] ACPI: PCI Interrupt Link [Z015] enabled at IRQ 18
[ 0.870391] ohci_hcd 0000:00:04.0: PCI INT A -> Link[Z015] -> GSI 18 (level, low) -> IRQ 18
[ 0.870403] ohci_hcd 0000:00:04.0: setting latency timer to 64
[ 0.870406] ohci_hcd 0000:00:04.0: OHCI Host Controller
[ 0.870463] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 4
[ 0.870508] ohci_hcd 0000:00:04.0: irq 18, io mem 0xf6487000
[ 0.926143] hub 4-0:1.0: USB hub found
[ 0.926149] hub 4-0:1.0: 2 ports detected
[ 0.926240] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.926384] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[ 0.947749] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.947756] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.947906] mousedev: PS/2 mouse device common for all mice
[ 0.949402] rtc_cmos 00:07: RTC can wake from S4
[ 0.949491] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.949533] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[ 0.949632] device-mapper: uevent: version 1.0.3
[ 0.949739] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
[ 0.949868] device-mapper: multipath: version 1.2.0 loaded
[ 0.949871] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.949990] EISA: Probing bus 0 at eisa.0
[ 0.949994] EISA: Cannot allocate resource for mainboard
[ 0.949997] Cannot allocate resource for EISA slot 1
[ 0.949999] Cannot allocate resource for EISA slot 2
[ 0.950002] Cannot allocate resource for EISA slot 3
[ 0.950005] Cannot allocate resource for EISA slot 4
[ 0.950007] Cannot allocate resource for EISA slot 5
[ 0.950010] Cannot allocate resource for EISA slot 6
[ 0.950012] Cannot allocate resource for EISA slot 7
[ 0.950015] Cannot allocate resource for EISA slot 8
[ 0.950017] EISA: Detected 0 cards.
[ 0.950110] cpuidle: using governor ladder
[ 0.950112] cpuidle: using governor menu
[ 0.950450] TCP cubic registered
[ 0.950611] NET: Registered protocol family 10
[ 0.951275] NET: Registered protocol family 17
[ 0.951295] Registering the dns_resolver key type
[ 0.951324] powernow-k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-58 (2 cpu cores) (version 2.20.00)
[ 0.951373] powernow-k8: 0 : fid 0xb (1900 MHz), vid 0x12
[ 0.951376] powernow-k8: 1 : fid 0xa (1800 MHz), vid 0x13
[ 0.951378] powernow-k8: 2 : fid 0x8 (1600 MHz), vid 0x14
[ 0.951381] powernow-k8: 3 : fid 0x0 (800 MHz), vid 0x1e
[ 0.951453] Using IPI No-Shortcut mode
[ 0.951570] PM: Hibernation image not present or could not be loaded.
[ 0.951584] registered taskstats version 1
[ 0.951862] Magic number: 11:280:435
[ 0.951982] rtc_cmos 00:07: setting system clock to 2011-05-19 14:26:16 UTC (1305815176)
[ 0.951986] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.951988] EDD information not available.
[ 0.952137] Freeing unused kernel memory: 700k freed
[ 0.952593] Write protecting the kernel text: 5192k
[ 0.952645] Write protecting the kernel read-only data: 2148k
[ 0.969393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.981609] <30>udev[66]: starting version 167
[ 1.028702] pata_amd 0000:00:06.0: version 0.4.1
[ 1.028761] pata_amd 0000:00:06.0: setting latency timer to 64
[ 1.035251] scsi0 : pata_amd
[ 1.040470] scsi1 : pata_amd
[ 1.040824] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x30c0 irq 14
[ 1.040828] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x30c8 irq 15
[ 1.091777] sdhci: Secure Digital Host Controller Interface driver
[ 1.091782] sdhci: Copyright(c) Pierre Ossman
[ 1.141318] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 1.141582] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 20
[ 1.141603] forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 20 (level, low) -> IRQ 20
[ 1.141609] forcedeth 0000:00:0a.0: setting latency timer to 64
[ 1.204315] ata1.00: ATAPI: Optiarc DVD RW AD-7561A, GH09, max MWDMA2
[ 1.204326] ata1: nv_mode_filter: 0x39f&0x739f->0x39f, BIOS=0x0 (0xc600) ACPI=0x39f (120:600:0x12)
[ 1.224242] ata1.00: configured for MWDMA2
[ 1.225536] scsi 0:0:0:0: CD-ROM Optiarc DVD RW AD-7561A GH09 PQ: 0 ANSI: 5
[ 1.229074] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.229078] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.229249] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.229343] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.229507] ata2: port disabled. ignoring.
[ 1.236078] usb 2-2: new high speed USB device using ehci_hcd and address 3
[ 1.241887] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 5
[ 1.241906] firewire_ohci 0000:02:05.0: PCI INT A -> Link[LNK1] -> GSI 5 (level, low) -> IRQ 5
[ 1.296100] firewire_ohci: Added fw-ohci device 0000:02:05.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 1.296148] sdhci-pci 0000:02:05.1: SDHCI controller found [1180:0822] (rev 22)
[ 1.296374] ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 7
[ 1.296391] sdhci-pci 0000:02:05.1: PCI INT B -> Link[LNK2] -> GSI 7 (level, low) -> IRQ 7
[ 1.297419] sdhci-pci 0000:02:05.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 1.297443] mmc0: no vmmc regulator found
[ 1.298483] Registered led device: mmc0::
[ 1.299526] mmc0: SDHCI controller on PCI [0000:02:05.1] using DMA
[ 1.665087] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1b:24:cd:d1:b0
[ 1.665093] forcedeth 0000:00:0a.0: highdma pwrctl mgmt lnktim msi desc-v3
[ 1.665131] ahci 0000:00:09.0: version 3.0
[ 1.665151] ahci 0000:00:09.0: PCI INT A -> Link[LSI0] -> GSI 23 (level, low) -> IRQ 23
[ 1.665189] ahci 0000:00:09.0: controller can do NCQ, turning on CAP_NCQ
[ 1.665192] ahci 0000:00:09.0: controller can't do PMP, turning off CAP_PMP
[ 1.665262] ahci 0000:00:09.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl IDE mode
[ 1.665267] ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pio slum part
[ 1.665273] ahci 0000:00:09.0: setting latency timer to 64
[ 1.666731] scsi2 : ahci
[ 1.666875] scsi3 : ahci
[ 1.667015] scsi4 : ahci
[ 1.667129] scsi5 : ahci
[ 1.667317] ata3: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 23
[ 1.667321] ata4: SATA max UDMA/133 abar m8192@0xf6484000 port 0xf6484180 irq 23
[ 1.667324] ata5: SATA max UDMA/133 abar m8192@0xf6484000 port 0xf6484200 irq 23
[ 1.667328] ata6: SATA max UDMA/133 abar m8192@0xf6484000 port 0xf6484280 irq 23
[ 1.684035] usb 4-1: new full speed USB device using ohci_hcd and address 2
[ 1.796132] firewire_core: created device fw0: GUID 00241b00872b8000, S400
[ 1.984031] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.984059] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.984083] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.392026] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.392799] ata3.00: ATA-7: ST9160821AS, 3.BHE, max UDMA/100
[ 2.392803] ata3.00: 312581808 sectors, multi 16: LBA48
[ 2.393748] ata3.00: configured for UDMA/100
[ 2.393934] scsi 2:0:0:0: Direct-Access ATA ST9160821AS 3.BH PQ: 0 ANSI: 5
[ 2.394185] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 2.394213] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 2.394297] sd 2:0:0:0: [sda] Write Protect is off
[ 2.394300] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.394326] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.426484] sda: sda1 sda2 < sda5 sda6 >
[ 2.426920] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.905555] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[ 2.905560] EXT4-fs (sda1): write access will be enabled during recovery
[ 4.568035] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 4.709874] usbcore: registered new interface driver uas
[ 4.717965] Initializing USB Mass Storage driver...
[ 4.718139] scsi6 : usb-storage 1-1:1.0
[ 4.718366] scsi7 : usb-storage 1-1:1.1
[ 4.718710] usbcore: registered new interface driver usb-storage
[ 4.718713] USB Mass Storage support registered.
[ 5.392825] EXT4-fs (sda1): orphan cleanup on readonly fs
[ 5.392837] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 139025
[ 5.392918] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 139024
[ 5.392938] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 139023
[ 5.392956] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 139022
[ 5.393001] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 2496547
[ 5.393098] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 2496546
[ 5.393117] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 138967
[ 5.393137] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 2496542
[ 5.393155] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 2496544
[ 5.393173] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 138974
[ 5.393189] EXT4-fs (sda1): 10 orphan inodes deleted
[ 5.393191] EXT4-fs (sda1): recovery complete
[ 5.721689] scsi 6:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
[ 5.721820] scsi 7:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2
[ 5.725916] sr1: scsi-1 drive
[ 5.726089] sr 6:0:0:0: Attached scsi CD-ROM sr1
[ 5.726197] sr 6:0:0:0: Attached scsi generic sg2 type 5
[ 5.726510] sd 7:0:0:0: Attached scsi generic sg3 type 0
[ 5.730294] sd 7:0:0:0: [sdb] Attached SCSI removable disk
[ 5.763135] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 18.706479] <30>udev[377]: starting version 167
[ 18.732651] Adding 2845692k swap on /dev/sda6. Priority:-1 extents:1 across:2845692k
[ 18.836739] lp: driver loaded but no devices found
[ 19.008858] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 19.158070] type=1400 audit(1305831394.701:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=579 comm="apparmor_parser"
[ 19.158537] type=1400 audit(1305831394.701:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=579 comm="apparmor_parser"
[ 19.158826] type=1400 audit(1305831394.701:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=579 comm="apparmor_parser"
[ 19.243239] i2c i2c-0: nForce2 SMBus adapter at 0x3040
[ 19.244222] i2c i2c-1: nForce2 SMBus adapter at 0x3000
[ 19.270129] acpi device:24: registered as cooling_device2
[ 19.270307] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5
[ 19.270430] ACPI: Video Device [UVGA] (multi-head: yes rom: no post: no)
[ 19.389211] lib80211: common routines for IEEE802.11 drivers
[ 19.389628] lib80211_crypt: registered algorithm 'NULL'
[ 19.395103] wl: module license 'MIXED/Proprietary' taints kernel.
[ 19.395109] Disabling lock debugging due to kernel taint
[ 19.404305] forcedeth 0000:00:0a.0: irq 42 for MSI/MSI-X
[ 19.404517] forcedeth 0000:00:0a.0: eth0: no link during initialization
[ 19.405223] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 19.418524] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[ 19.491383] r852 0000:02:05.3: PCI INT B -> Link[LNK2] -> GSI 7 (level, low) -> IRQ 7
[ 19.495501] r852: Non dma capable device detected, dma disabled
[ 19.495525] r852: driver loaded succesfully
[ 19.572794] Linux video capture interface: v2.00
[ 19.628472] Bluetooth: Core ver 2.15
[ 19.639161] type=1400 audit(1305831395.181:5): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=735 comm="apparmor_parser"
[ 19.647470] type=1400 audit(1305831395.189:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=736 comm="apparmor_parser"
[ 19.650897] type=1400 audit(1305831395.193:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=736 comm="apparmor_parser"
[ 19.651188] type=1400 audit(1305831395.193:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=736 comm="apparmor_parser"
[ 19.680659] NET: Registered protocol family 31
[ 19.680663] Bluetooth: HCI device and connection manager initialized
[ 19.680668] Bluetooth: HCI socket layer initialized
[ 19.689000] type=1400 audit(1305831395.233:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=737 comm="apparmor_parser"
[ 19.694549] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 19.697181] type=1400 audit(1305831395.241:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=739 comm="apparmor_parser"
[ 19.697744] type=1400 audit(1305831395.241:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=739 comm="apparmor_parser"
[ 19.718588] usbcore: registered new interface driver btusb
[ 19.726729] uvcvideo: Found UVC 1.00 device HP Webcam (064e:a110)
[ 19.738414] input: HP Webcam as /devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2:1.0/input/input6
[ 19.739000] usbcore: registered new interface driver uvcvideo
[ 19.739003] USB Video Class driver (v1.0.0)
[ 19.809483] ACPI: PCI Interrupt Link [LK4E] enabled at IRQ 19
[ 19.809507] wl 0000:03:00.0: PCI INT A -> Link[LK4E] -> GSI 19 (level, low) -> IRQ 19
[ 19.809515] wl 0000:03:00.0: setting latency timer to 64
[ 19.815881] malloc in abgphy done
[ 19.908127] input: HP WMI hotkeys as /devices/virtual/input/input7
[ 19.920143] lib80211_crypt: registered algorithm 'TKIP'
[ 19.957638] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
[ 19.957660] HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 21 (level, low) -> IRQ 21
[ 19.957665] hda_intel: Disable MSI for Nvidia chipset
[ 19.957715] HDA Intel 0000:00:07.0: setting latency timer to 64
[ 20.074267] eth1: Broadcom BCM4311 802.11 Hybrid Wireless Controller 5.100.82.38
[ 20.502744] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04713/0x200000/0x0
[ 20.581366] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[ 21.918478] ACPI: PCI Interrupt Link [LGPU] enabled at IRQ 16
[ 21.918502] nvidia 0000:00:12.0: PCI INT A -> Link[LGPU] -> GSI 16 (level, low) -> IRQ 16
[ 21.918511] nvidia 0000:00:12.0: setting latency timer to 64
[ 21.918517] vgaarb: device changed decodes: PCI:0000:00:12.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 21.918824] NVRM: loading NVIDIA UNIX x86 Kernel Module 270.41.06 Mon Apr 18 14:54:25 PDT 2011
[ 22.156621] Bluetooth: L2CAP ver 2.15
[ 22.156627] Bluetooth: L2CAP socket layer initialized
[ 22.650339] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 22.650344] Bluetooth: BNEP filters: protocol multicast
[ 22.765922] Bluetooth: SCO (Voice Link) ver 0.6
[ 22.765927] Bluetooth: SCO socket layer initialized
[ 22.790584] vesafb: framebuffer at 0xd0000000, mapped to 0xf8400000, using 3072k, total 3072k
[ 22.790590] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 22.790593] vesafb: scrolling: redraw
[ 22.790598] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 22.790831] Console: switching to colour frame buffer device 128x48
[ 22.790862] fb0: VESA VGA frame buffer device
[ 22.839991] ppdev: user-space parallel port driver
[ 22.978681] usb 1-1: USB disconnect, address 2
[ 23.200587] Bluetooth: RFCOMM TTY layer initialized
[ 23.200594] Bluetooth: RFCOMM socket layer initialized
[ 23.200597] Bluetooth: RFCOMM ver 1.11
[ 23.965788] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
[ 27.568030] usb 1-1: new high speed USB device using ehci_hcd and address 3
[ 27.707586] scsi11 : usb-storage 1-1:1.3
[ 27.758323] usbcore: registered new interface driver usbserial
[ 27.758353] USB Serial support registered for generic
[ 27.759837] usbcore: registered new interface driver usbserial_generic
[ 27.759842] usbserial: USB Serial Driver core
[ 27.785915] USB Serial support registered for GSM modem (1-port)
[ 27.788233] option 1-1:1.0: GSM modem (1-port) converter detected
[ 27.788511] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 27.788526] option 1-1:1.1: GSM modem (1-port) converter detected
[ 27.788668] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
[ 27.788681] option 1-1:1.2: GSM modem (1-port) converter detected
[ 27.789115] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
[ 27.790030] usbcore: registered new interface driver option
[ 27.790035] option: v0.7.2:USB Driver for GSM modems
[ 28.721717] scsi 11:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2
[ 28.729384] sd 11:0:0:0: Attached scsi generic sg2 type 0
[ 28.733364] sd 11:0:0:0: [sdb] Attached SCSI removable disk
[ 29.532864] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
[ 30.400018] eth1: no IPv6 routers present
[ 110.492015] CE: hpet increased min_delta_ns to 11520 nsec
|
Thu May 19, 2011 14:19
|
apositivo: my internet connection is through this device 3G.
|
Thu May 19, 2011 13:15
|
apositivo: Operating system name and version: Ubuntu 11.04
Version of smsd: 3.1.14.
Smsd installed from: sources / package repository / from elsewhere...
Name and model of a modem / phone: Huawey E1756 / Movistar /3G
Interface: USB
hello community, my problem is:
to sent command :
~/Desktop/smstools3/scripts$ sudo sendsms 584268997325 ' hello world SMS 2011'
this sms not is sent.
file .conf:
devices = GSM1
logfile = /var/log/smsd.log
loglevel = 7
[GSM1]
device = /dev/ttyUSB0
incoming = yes
file log:
2011-05-19 02:57:12,2, smsd: Smsd v3.1.14 started.
2011-05-19 02:57:12,2, smsd: Running as root:root.
2011-05-19 02:57:12,7, smsd: Running startup_check (shell): /var/spool/sms/incoming/smsd_script.h3aDbs /tmp/smsd_data.qVWfgs
2011-05-19 02:57:12,7, smsd: Done: startup_check (shell), execution time 0 sec., status: 0 (0)
2011-05-19 02:57:12,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2011-05-19 02:57:12,5, smsd: Outgoing file checker has started. PID: 4785.
2011-05-19 02:57:12,5, GSM1: Modem handler 0 has started. PID: 4787.
2011-05-19 02:57:12,7, smsd: All PID's: 4785,4787
2011-05-19 02:57:12,5, GSM1: Using check_memory_method 1: CPMS is used.
2011-05-19 02:57:12,6, GSM1: I have to send 1 short message for /var/spool/sms/checked/send_hAXFD9
2011-05-19 02:57:12,6, GSM1: Sending SMS from to 584268997325
2011-05-19 02:57:12,6, GSM1: Checking if modem is ready
2011-05-19 02:57:12,7, GSM1: -> AT
2011-05-19 02:57:12,7, GSM1: write_to_modem: device busy, waiting
2011-05-19 02:57:22,5, smsd: Moved file /var/spool/sms/outgoing/send_bGYKxg to /var/spool/sms/checked
2011-05-19 02:57:22,7, GSM1: write_to_modem: device busy, waiting
please help me !!!!
i need set init?
|
Page: 1
Time in this board is UTC.
|
|
|
 |
|
 |
|