Перейти к содержанию
    

vav1070

Участник
  • Постов

    8
  • Зарегистрирован

  • Посещение

Репутация

0 Обычный

Информация о vav1070

  • День рождения 31.12.1950

Контакты

  • Сайт
    Array
  • ICQ
    Array
  1. Да прикрутил я его к Dreambox повозюкатся пришлось конечно с ним но работает. Тут если что задавай вопрос по этой теме. Я там постоянно бываю.
  2. Ребят всем спасибо добился я нужного результата но вот с другой проблемой столкнулся... Заходит он и интернет и вылетает через 30 секунд.
  3. Так подключал уже и не один раз! иии не какой реакции!! Ремонтом сотовых занимаюсь 9 лет... это я к тому что с схемотехникой всё в порядке. Собрано всё правильно! --------- Вот и встал вопрос только в (драйвере или АТ командах) с другим устройством к примеру сим 300 ведёт себя нормально к примеру жучёк gprs.
  4. И для того чтобы было проще вылажу так как этот плаген устанавливаешь в ресивер вот что получается по файлам. ----------------------------- gprs-disconnect-chat $Id: gprs-disconnect-chat,v 1.2 2001/12/17 17:29:27 tjd21 Exp $ # Boilerplate # ## ABORT BUSY ## ABORT ERROR ## ABORT 'NO DIALTONE' ## TIMEOUT 30 # Get some attention ## '' '+++\c' ## SAY " + sending break" # Hang up data connection # ## '' 'ATH' ## SAY "\n + dropping data connection" # Disconnect from GPRS ## OK 'AT+CGATT=0' ## SAY "\n + disconnecting from GPRS" ## OK '\c' ## SAY "\n + disconnected." ABORT "BUSY" ABORT "ERROR" ABORT "NO DIALTONE" SAY "\nSending break to the modem\n" "" "\K" "" "+++ATH" "" "AT+CGATT=0\d\d\d\d\d" ##SAY "\nPDP context detached\n" ----------------------------- gprs-siem-connect-chat # chat script to open GPRS service with a SIEMENS # # If ppp negotiation stalls, try restarting the phone. # For more details of what the commands do, see ETSI TS 127 007 # (AT command set for User Equipment), at http://www.etsi.org/, # and your phone's documentation. # # $Id: gprs-moto-connect-chat,v 1.5 2001/12/18 16:04:25 tjd21 Exp $ # # Revision by SatSream # http://www.satdream.ru # TIMEOUT 5 ECHO ON ABORT '\nBUSY\r' ABORT '\nERROR\r' ABORT '\nNO ANSWER\r' ABORT '\nNO CARRIER\r' ABORT '\nNO DIALTONE\r' ABORT '\nRINGING\r\n\r\nRINGING\r' '' \rAT TIMEOUT 12 OK ATZ OK ATH OK ATE1 OK AT+CGDCONT=1,"IP","internet" OK ATD*99***1# CONNECT ----------------------------- gprs-siem # pppd options for the SIEMENS phone # Replace the obvious lines with your username and modem device # # $Id: gprs-moto,v 1.1 2001/12/10 16:17:15 tjd21 Exp $ name beeline # Here is for rs232 serial cable /dev/tts/0 # Here is for USB serial cable #/dev/usb/tts/0 # Serial port line speed and options 115200 # Control character handling asyncmap 20A0000 escape FF # Generic GPRS options file /etc/ppp/gprs-options # Chat scripts connect "/bin/chat -f /etc/ppp/chat/gprs-siem-connect-chat" disconnect "/bin/chat -f /etc/ppp/chat/gprs-disconnect-chat" ----------------------------- gprs-siem.demand # This is options for ppp on demand. # Rev 1.0 by SatDream 20.12.2006 # http://www.satdream.ru # # inclue standart our gprs peer file /var/etc/ppp/peers/gprs-siem # enable ppp on demand demand # idle time for disconnect time out idle 60 # remote IP (gateway our provider) !replace it for you own/ :192.168.254.254 # trying to reconnect after gprs lost connections holdoff 5 # #persist ----------------------------- chap-secrets # Secrets for authentication using CHAP # client server secret IP addresses test * testpassword ----------------------------- gprs-options # General options for making GPRS connections # # $Id: gprs-options,v 1.2 2002/01/15 16:28:40 tjd21 Exp $ # Change this line to 'defaultroute' if you want to use the GPRS link # as your gateway. defaultroute # Comment this line out to let pppd background itself. nodetach # Turn this on to see all the PPP negotiations #debug # *** Below this line you probably won't need to change. # Limit the MTU (workaround for an oddity in the VPN) mtu 1400 # Use hardware flow conrtrol crtscts # Let the phone figure out all the IP addresses noipdefault ipcp-accept-local ipcp-accept-remote # No ppp compression novj novjccomp # For sanity, keep a lock on the serial line lock #get DNS from BeeLine (see GPRS Settings on www.beelinegsm.ru) usepeerdns disconnect /etc/ppp/gprs-disconnect-chat ----------------------------- ip-down #!/bin/sh # This file should not be modified -- make local changes to # /etc/ppp/ip-down.local instead exit 0 ----------------------------- ip-up #!/bin/sh # This file should not be modified -- make local changes to # /etc/ppp/ip-up.local instead exit 0 ----------------------------- options # General options for making GPRS connections # # $Id: gprs-options,v 1.2 2002/01/15 16:28:40 tjd21 Exp $ # Change this line to 'defaultroute' if you want to use the GPRS link # as your gateway. defaultroute # Comment this line out to let pppd background itself. nodetach # Turn this on to see all the PPP negotiations #debug # *** Below this line you probably won't need to change. # Limit the MTU (workaround for an oddity in the VPN) mtu 1400 # Use hardware flow conrtrol crtscts # Let the phone figure out all the IP addresses noipdefault ipcp-accept-local ipcp-accept-remote # No ppp compression novj novjccomp # For sanity, keep a lock on the serial line lock #get DNS from BeeLine (see GPRS Settings on www.beelinegsm.ru) usepeerdns disconnect /etc/ppp/gprs-disconnect-chat ----------------------------- options.pptpd # Example of option.pptpd file for pptp protocol # Revision by Satdream # http://www.satdream.ru name test remotename pptpd defaultroute noauth asyncmap 0 crtscts lock local noproxyarp lcp-echo-interval 30 lcp-echo-failure 4 noipx ----------------------------- pap-secrets # Secrets for authentication using PAP # client server secret IP addresses usi * usi ####### redhat-config-network will overwrite this part!!! (begin) ########## ####### redhat-config-network will overwrite this part!!! (end) ############ ----------------------------- pptp.conf # Example of config file for ppptp # Revision by SatDream # http://www.satdream speed 115200 option /etc/ppp/options.pptpd localip 192.168.20.20 remoteip 192.168.20.1 debug ----------------------------- resolv.conf nameserver 10.22.10.20 nameserver 10.22.10.21 nameserver 217.118.66.243 nameserver 217.118.66.244 --------------------------------------------- Вот в принцепе и всё что поевилось в папке ppp
  5. Сори что не выложил сюда.... Вот и я не пойму в нём где вобче начинать ковыряться понятно что сверху а где и что....
  6. Причём тут зароботок я хочу для себя а плагин этот именно для соединение сименса с ресивером в этом плагине драйвер под сименс чтобы ресивер соединялся через телефон с интернетом. Именно так с телефона много затыков! хотел через SIM300DZ прикрутить себе.
  7. Ребят всем доброго время суток. Вопрос таков можно ли найти драйвер для пка под SIM300D чтобы из него скопировать АТ команды и переписать в плагин под спутниковый ресивер. Ресивер Dreambox - S500 плагин под gprs лежит тут http://cw-dw.at.ua/load/0-0-0-42-20 но он под телефон сименс или в нём переписать команды. Ресивер с этим плагеным работает через ком порт на микрухе СТ3232 с моделями телефонов сименс, я также подключил СТ3232. RX TX к SIM300D и теперь весь вопрос встал в этом.....
×
×
  • Создать...