hi.. almursi
I did the reflashing again and the router now identifies the USB data card following is the log, but not able to dial[ 13.050000] usbcore: registered new interface driver usbserial_generic
[ 13.050000] usbserial: USB Serial Driver core
[ 13.190000] USB Serial support registered for GSM modem (1-port)
[ 13.200000] usbcore: registered new interface driver option
[ 13.200000] option: v0.7.2:USB Driver for GSM modems
user.notice usb-modeswitch: 1-0:1.0: Manufacturer=Linux_2.6.39.4_ehci_hcd Product=Atheros_AR91xx_built-in_EHCI_controller Serial=ar71xx-ehci
user.notice usb-modeswitch: 1-1:1.0: Manufacturer=HUAÿWEI_TECHNOLOGIES Product=HUAWEI_Mobile Serial=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
user.notice usb-modeswitch: 1-1:1.0: Selecting /etc/usb_modeswitch.d/12d1:1446 for mode switching
syslog.notice usb_modeswitch: switching 12d1:1446 (HUA?WEI TECHNOLOGIES: HUAWEI Mobile)
[ 16.630000] usb 1-1: USB disconnect, device number 2
[ 20.570000] usb 1-1: new full speed USB device number 3 using ar71xx-ehci
[ 20.750000] option 1-1:1.0: GSM modem (1-port) converter detected
[ 20.750000] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 20.770000] option 1-1:1.1: GSM modem (1-port) converter detected
[ 20.770000] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
[ 20.790000] option 1-1:1.2: GSM modem (1-port) converter detected
[ 20.790000] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2now as per my network script
config 'interface' 'ppp0'
option 'ifname' 'ppp0'
option 'proto' '3g'
option 'device' '/dev/ttyUSB0'
option 'apn' 'rcomwap'
option 'service' 'umts'
option 'username' '9321265777'
option 'password' '9321265777'and the 3g.chat script as below
ABORT BUSY
ABORT 'NO CARRIER'
ABORT ERROR
REPORT CONNECT
TIMEOUT 10
"" "AT&F"
OK "ATE1"
OK 'AT+CGDCONT=1,"IP","$USE_APN"'
SAY "Calling UMTS/GPRS"
TIMEOUT 30
OK "ATD*99***1#"
CONNECT ' '
"" "AT+CSQ"
when the router connects its give COMMAND NOT SUPPORT see the system loguser.notice 3g-hotplug: Starting interface ppp0 for device ttyUSB0
user.notice usb-modeswitch: 1-1:1.1: Manufacturer=HUAÿWEI_TECHNOLOGIES Product=HUAWEI_Mobile Serial=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
user.notice usb-modeswitch: 1-1:1.2: Manufacturer=HUAÿWEI_TECHNOLOGIES Product=HUAWEI_Mobile Serial=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
OpenWrt user.notice usb-modeswitch: 1-1:1.3: Manufacturer=HUAÿWEI_TECHNOLOGIES Product=HUAWEI_Mobile Serial=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
daemon.notice pppd[1625]: pppd 2.4.5 started by root, uid 0
local2.info chat[1630]: abort on (BUSY)
local2.info chat[1630]: abort on (NO CARRIER)
local2.info chat[1630]: abort on (ERROR)
local2.info chat[1630]: report (CONNECT)
local2.info chat[1630]: timeout set to 10 seconds
local2.info chat[1630]: send (AT&F^M)
local2.info chat[1630]: expect (OK)
local2.info chat[1630]: ^M
local2.info chat[1630]: ^RSSILVL: 20^M
local2.info chat[1630]: AT&F^M^M
local2.info chat[1630]: OK
local2.info chat[1630]: -- got it
local2.info chat[1630]: send (ATE1^M)
local2.info chat[1630]: expect (OK)
local2.info chat[1630]: ^M
local2.info chat[1630]: ATE1^M^M
local2.info chat[1630]: OK
local2.info chat[1630]: -- got it
local2.info chat[1630]: send (AT+CGDCONT=1,"IP","rcomwap"^M)
local2.info chat[1630]: timeout set to 30 seconds
local2.info chat[1630]: expect (OK)
local2.info chat[1630]: ^M
local2.info chat[1630]: AT+CGDCONT=1,"IP","rcomwap"^M^M
local2.info chat[1630]: COMMAND NOT SUPPORT^Mis there any thing to changed in the 3g.chat script
I have a windows 7 os on my machine
please help
hi.. almursi
I was able to establish the connection the problem was in the chat script as I pointed I changed the chat script as follows
/etc/chatscripts/3g.chat script
ABORT BUSY
ABORT 'NO CARRIER'
ABORT ERROR
REPORT CONNECT
TIMEOUT 60
"" "AT&F"
OK "ATE1"
SAY "Calling UMTS/GPRS"
OK "ATD#777"
CONNECT ' '
and I was able to establish the connection so at last I am done