This shows you the differences between two versions of the page.
desktop:vmc [d.m.Y H:i] – created kodmasin | desktop:vmc [d.m.Y H:i] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Vodafone Mobile Connect card (Option Combo GPRS/EDGE) ====== | ||
+ | Ovaj dokument opisuje kako se spojiti na Internet s Option Combo WLAN/ | ||
+ | ===== PCMCIA ===== | ||
+ | Ovako kada gurnete ovu karticu u PCMCIA utor naredba '' | ||
+ | ACPI: PCI Interrupt 0000: | ||
+ | ttyS6 at I/O 0x3000 (irq = 11) is a 16550A | ||
+ | |||
+ | Tu je vazno zapamptiti " | ||
+ | |||
+ | Inace PCMCIA kartice se mogu manipulirati sa '' | ||
+ | > | ||
+ | > | ||
+ | |||
+ | ===== Inicijalizacija ===== | ||
+ | |||
+ | ==== Radio Interface - iniciranje ==== | ||
+ | |||
+ | Ova kartica ima par posebnosti. Jedna je da treba inicirati Radio Interface. To se moze samo ako je seriski port otvoren s brzinom 57600. Onda treba poslati slijedecu komandu: | ||
+ | |||
+ | AT+CFUN=1 | ||
+ | |||
+ | Ako nazad dobijete '' | ||
+ | |||
+ | ==== PIN ==== | ||
+ | |||
+ | Slijedece sto trebate poslati kartici je vas PIN. To radite s: | ||
+ | |||
+ | AT+CPIN=xxxx | ||
+ | |||
+ | xxxx je vas PIN. | ||
+ | |||
+ | PPPD scripte | ||
+ | |||
+ | E da bi vam ovo sve bilo lakse napravio sam pppd skripte koje to rade malo vise automatski samo morate promjeniti xxxx u vas PIN. (ovo su modifikacije skripti nadenih na [[http:// | ||
+ | |||
+ | chat skripte | ||
+ | |||
+ | ########################################### | ||
+ | #Suggested Vodafone PPPD configuration file | ||
+ | #File / | ||
+ | ########################################### | ||
+ | #Set this to the device allocated to the GlobeTrotte | ||
+ | ttyS6 | ||
+ | #Baudrat | ||
+ | 57600 | ||
+ | #Idle time for closing connection | ||
+ | idle 7200 | ||
+ | #Lock the device for this PPPD process use only | ||
+ | lock | ||
+ | #Use normal handshaking | ||
+ | crtscts | ||
+ | #Assume it is a modem device and force modem control methods | ||
+ | modem | ||
+ | #Any user can start the connection | ||
+ | noauth | ||
+ | #If a default route exists replace it with the ppp link | ||
+ | #You get an error if this command is not supported | ||
+ | #by your version of PPPD | ||
+ | replacedefaultroute | ||
+ | #Make the ppp link the default root | ||
+ | defaultroute | ||
+ | #Username and Password for computer/ | ||
+ | #Normally ignored. Change if GSM Operator requires it | ||
+ | user Anyname | ||
+ | password Anypassword | ||
+ | #Change the path to chat if required for your version of Linux | ||
+ | connect "/ | ||
+ | #Accept IP address provided by network | ||
+ | noipdefault | ||
+ | #Detach PPPD from console used to run the program {optional} | ||
+ | #updetach | ||
+ | #Get DNS addresses from operator | ||
+ | usepeerdns | ||
+ | #Don't use VJ compresson for ppp link | ||
+ | novj | ||
+ | |||
+ | |||
+ | ########################################### | ||
+ | #Suggested chat script called by PPPD | ||
+ | # File: / | ||
+ | ########################################### | ||
+ | ABORT BUSY | ||
+ | ABORT 'NO CARRIER' | ||
+ | ABORT ERROR | ||
+ | "" | ||
+ | OK AT+CPIN=xxxx | ||
+ | CONNECT \s | ||
+ | |||
+ | Ove skripte se pokrecu s: | ||
+ | pppd call vodafones | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Spajanje ===== | ||
+ | |||
+ | Sada se mozemo probati spojiti. Za to su nam opet dostupne skripte ali moram naznaciti da vrlo vazni inicijaciski stringovi u njima jer inace veza vrlo brzo puca. I ako, nakon startanja skripte, dobivate " | ||
+ | |||
+ | ==== PPPD skripte ==== | ||
+ | |||
+ | ########################################### | ||
+ | #Suggested Vodafone PPPD configuration file | ||
+ | #File / | ||
+ | ########################################### | ||
+ | #Set this to the device allocated to the GlobeTrotte | ||
+ | /dev/ttyS6 | ||
+ | #Baudrat | ||
+ | 921600 | ||
+ | #Idle time for closing connection | ||
+ | idle 7200 | ||
+ | #Lock the device for this PPPD process use only | ||
+ | lock | ||
+ | #Use normal handshaking | ||
+ | crtscts | ||
+ | #Assume it is a modem device and force modem control methods | ||
+ | modem | ||
+ | #Any user can start the connection | ||
+ | noauth | ||
+ | #If a default route exists replace it with the ppp link | ||
+ | #You get an error if this command is not supported | ||
+ | #by your version of PPPD | ||
+ | replacedefaultroute | ||
+ | #Make the ppp link the default root | ||
+ | defaultroute | ||
+ | #Username and Password for computer/ | ||
+ | #Normally ignored. Change if GSM Operator requires it | ||
+ | user Anyname | ||
+ | password Anypassword | ||
+ | #Change the path to chat if required for your version of Linux | ||
+ | connect "/ | ||
+ | #Accept IP address provided by network | ||
+ | noipdefault | ||
+ | #Detach PPPD from console used to run the program {optional} | ||
+ | #updetach | ||
+ | #Get DNS addresses from operator | ||
+ | usepeerdns | ||
+ | #Don't use VJ compresson for ppp link | ||
+ | novj | ||
+ | i | ||
+ | ########################################### | ||
+ | #Suggested chat script called by PPPD | ||
+ | # File: / | ||
+ | ########################################### | ||
+ | ABORT BUSY | ||
+ | ABORT 'NO CARRIER' | ||
+ | ABORT ERROR | ||
+ | REPORT CONNECT | ||
+ | TIMEOUT 10 | ||
+ | "" | ||
+ | TIMEOUT 60 | ||
+ | OK " | ||
+ | OK " | ||
+ | SAY " | ||
+ | OK " | ||
+ | CONNECT \c | ||
+ | |||
+ | ===== Ukratko kako ja to radim ===== | ||
+ | Ukratko kako se ja spajam: | ||
+ | > | ||
+ | > | ||
+ | > | ||
+ | > | ||
+ | |||
+ | Ako se zelite odspojiti napravite sve kao za standarni izlaz iz konzolnih programa ('' | ||
+ | |||
+ | |||
+ | Evo to bi bilo to. |