Hi
I have a Hauwei ETS2258 CDMA modem. I have managed to configure FC9 to
dial up with this device.
The udev rule I added in FC9 worked with efw2.2rc3 creating the
ttyUSB0 device that would allow it to be used.
But Its is not dialling up correctly under efw and the messages log
file shows next to  no info to assist in the debugging.

this is whats in the messages log file..

Dec 18 20:48:26 efw-1229625863 uplink[main]: Starting Uplink 'main'
Dec 18 20:48:27 efw-1229625863 pppd[12582]: pppd 2.4.4 started by root, uid 0
Dec 18 20:48:39 efw-1229625863 pppd[12582]: Connect script failed
Dec 18 20:48:40 efw-1229625863 pppd[12582]: Exit.
Dec 18 20:48:40 efw-1229625863 uplink[main]: Notify uplinks daemon
about status change of uplink 'main'. Status id FAILED
Dec 18 20:48:40 efw-1229625863 uplink[main]: Could not successfully call pppd


Please could some one advise ..

these are my efw configs

r...@firewall:/etc/ppp # cat chap-secrets
# Secrets for authentication using CHAP
# client        server  secret                  IP addresses
"0127777...@neotel.co.za" * "password"


r...@firewall:/etc/ppp # cat pap-secrets
# Secrets for authentication using PAP
# client        server  secret                  IP addresses
"0127777...@neotel.co.za" * "password"


r...@firewall:/etc/ppp # cat chat-main
ABORT BUSY
ABORT ERROR
ABORT 'NO CARRIER'
ABORT 'NO ANSWER'
ABORT VOICE
ABORT 'NO DIALTONE'
ABORT 'NO DIAL TONE'
ABORT DELAYED
REPORT CONNECT
TIMEOUT 10
"" "+++ATZ"
OK "ATH0"
TIMEOUT 60
"" "ATDT#777"
CONNECT \c


r...@firewall:/etc/ppp # cat peers/main
# This file was generated automatically, please do not edit!
linkname main
user "0127777...@neotel.co.za"
usepeerdns
crtscts
modem
noipdefault
lock
noauth
ipcp-accept-local
ipcp-accept-remote
passive
noaccomp
nopcomp
noccp
novj
nobsdcomp
nodeflate
lcp-echo-interval 20
lcp-echo-failure 3
lcp-max-configure 50
nodefaultroute
updetach
/dev/ttyUSB0
230400
connect '/usr/sbin/chat -f /etc/ppp/chat-main'




for those interested the udev rule required for the ttyUSB0 node to be created
file name /etc/udev/rules.d/026_ti_usb_3410.rules
#TI USB 3410
SUBSYSTEM=="usb_device" ACTION=="add"
SYSFS{idVendor}=="0451",SYSFS{idProduct}=="3410" \
SYSFS{bNumConfigurations}=="2" \
SYSFS{bConfigurationValue}=="1" \
RUN+="/bin/sh -c 'echo 2 > /sys%p/device/bConfigurationValue'"

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Efw-user mailing list
Efw-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to