Подскажите в чем может быть проблема.
Модем определяется, pppd поднимается - но ни RSS каналы, ни погода, ни шара не работает.
Вот
[PGI ~]$ pppd call gprs
Script /sbin/chat -v -f /var/etc/ppp/chats/gprs.chat finished (pid 1046), status = 0x0
Serial connection established.
using channel 3
Using interface ppp0
Connect: ppp0 <--> /dev/ttyUSB0
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x588b3c94> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x4 <asyncmap 0x0> <auth chap MD5> <magic 0xe98d26> <pcomp> <accomp>]
sent [LCP ConfAck id=0x4 <asyncmap 0x0> <auth chap MD5> <magic 0xe98d26> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x588b3c94> <pcomp> <accomp>]
rcvd [LCP DiscReq id=0x5 magic=0xe98d26]
rcvd [CHAP Challenge id=0x1 <ee9472c60afb8f8c9e95aa403cd9447f>, name = "UMTS_CHAP_SRVR"]
Warning - secret file /etc/ppp/chap-secrets has world and/or group access
sent [CHAP Response id=0x1 <7c6b37767c751d81ff73e24ca5f013de>, name = "beeline"]
rcvd [CHAP Success id=0x1 ""]
CHAP authentication succeeded
CHAP authentication succeeded
sent [iPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [iPCP ConfNak id=0x1 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [iPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
rcvd [iPCP ConfNak id=0x2 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [iPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
rcvd [iPCP ConfNak id=0x3 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [iPCP ConfReq id=0x4 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
rcvd [iPCP ConfNak id=0x4 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [iPCP ConfReq id=0x5 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
rcvd [iPCP ConfNak id=0x5 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [iPCP ConfReq id=0x6 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
[PGI ~]$ ip address
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:13:18:03:00:95 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.8/24 brd 192.168.1.255 scope global eth0
6: ppp0: <POINTOPOINT,MULTICAST,NOARP> mtu 1500 qdisc noop qlen 3
link/ppp
gprs.chat
# GPRS Chat File, contains all parameters that /usr/sbin/chat will pass to the modem to create the GPRS connection
#
#
# Abort Strings
'ABORT' 'BUSY'
'ABORT' 'ERROR'
'ABORT' 'NO ANSWER'
'ABORT' 'NO CARRIER'
'ABORT' 'NO DIALTONE'
'ABORT' 'Invalid Login'
'ABORT' 'Login incorrect'
'TIMEOUT' '10'
#
# Modem Init
'' 'ATZ'
#
#
'OK' 'ATM1L1'
#
# "internet" represents Vodafone's APN, whereas "internet.beeline.ru" is T-mobiles UK APN address
'OK' 'AT+cgdcont=1,"IP","internet.beeline.ru","",0,0'
'OK' 'ATDT*99***1#'
#'CONNECT' ''
#'OK' 'AT&f+cgdcont=1,"IP","","",0,0'
#'OK' 'ATDT*99#'
gprs
#this file contains all the parameters pppd will pass to the modem to establish the GPRS connection
#
# The user and password has been commented out becasue the "noauth" command is being used
user beeline
#password internet
#
# This places a default route in the routing table with the peer as the gateway
defaultroute
#
# This can also be used to replace existing default routes
#replacedefaultroute
#
# Serial Modem to use
/dev/ttyUSB0
460800
#
# Call this chat script to issue the modem commands
connect "/sbin/chat -v -f /var/etc/ppp/chats/gprs.chat"
#
# Enable debugging to /var/log/messages
debug
#
# Enable kernel debugging level 4
kdebug 4
#
#
ipcp-no-addresses
#
#
noipdefault
#
# Do not require the peer to use authentication
noauth
#
# Disable Van Jacobson style TCP/IP header compression in both TX and RX
novj
#
# Disable compression control protocol,if peer doesnt accept requests for CCP from pppd
noccp
#
# Use RTS/CTS hardware flow control
crtscts
#
# I cant find what this means, but if its not included there is no output to the command prompt
modem -detach
#
# Use DNS given to peer and rewrite /etc/resolv.conf
usepeerdns
#
# pppd will accept the peers idea of its remote ip address
ipcp-accept-remote
#
# pppd will accept the peers idea of its local ip address
ipcp-accept-local
#
pgi.conf
#######################################################################
######
# This is main configuration file for the PGI image
# The detailed explanation of each parameter is in the README files
#############################################################################
ASPECT_RATIO="pillarbox,14:9,panscan,widescreen,cinema"
BACKUP_DIR="/media/pgi-backup"
CARDSERV="newcs"
CI_INIT="yes"
CRON="no"
DEV_BANNER="skip1st"
ETH_ADDR_LOW="auto"
HDD_SLEEP="5"
MEDIA_CLEAN="no"
NFSD="no"
NFS_REC="no"
NFS_REC_PROTO="tcp"
NTP_SYNC="no"
POWER_OFF="hold"
PPPD_PEER="none"
SAMBA="no"
SKIN="default"
SOFTCAM="mgcamd"
USB_MODEM="none"
VFD_BRIGHT="7"
WEBTV="yes"
USB_MODEM="19d2:0016"
PPPD_PEER="gprs"
#############################################################################