View previous topic :: View next topic |
Author |
Message |
Il Conte n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Oct 2006 Posts: 2
|
Posted: Sat Nov 11, 2006 11:33 am Post subject: Connessione internet tramite modem cellulare umts con usb |
|
|
Come posso accedere a internet usando come modem il mio cellulare umts però collegandolo al computer tramite un cavetto usb invece che tramite bluetooth? Non ho trovato documentazione (in italiano) in merito,solo tramite bluetooth.Grazie. _________________ Laranja,Luanda,sempre em flor |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
X-Drum Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1870365650443690caa453e.png)
Joined: 24 Aug 2003 Posts: 2517 Location: ('Modica','Trieste','Ferrara') Italy
|
Posted: Sat Nov 11, 2006 12:12 pm Post subject: |
|
|
dovresti almeno dire che cellulare usi
(opzionalmente qual'è il tuo gestore telefonico) _________________ "...There are two sort of lies, lies and benchmarks..." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Il Conte n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Oct 2006 Posts: 2
|
Posted: Sat Nov 11, 2006 12:51 pm Post subject: |
|
|
cellulare sonyericcson V800 gestore TIM. _________________ Laranja,Luanda,sempre em flor |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
grick n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/7905859543bc158c5171d.jpg)
Joined: 16 Sep 2004 Posts: 24
|
Posted: Fri Nov 17, 2006 12:53 am Post subject: |
|
|
Guarda questo mio vecchio post:
https://forums.gentoo.org/viewtopic-p-3395872.html#3395872
Ma usa questo script di connessione adatto al tuo modello di cellulare (chiamalo /etc/ppp/chat-tim):
Code: |
'' AT
TIMEOUT 240
OK ATE0
OK ATV1
OK 'AT+CGDCONT=5,"IP","ibox.tim.it",,0,1'
OK ATS0=0
OK AT+CGQREQ=5,0,0,0,0,0
OK AT+CGQMIN=5,0,0,0,0,0
OK AT+CGATT?
OK ATDT*99***5#
TIMEOUT 30
CONNECT ""
|
E questo file di configurazione (chiamalo /etc/ppp/peers/tim)
Code: |
# Enables connection debugging facilities.
debug
# Speed
921600
# Use hardware flow control (i.e. RTS/CTS) to control the flow
# of data on the serial port.
crtscts
# Use the modem control lines.
modem
# Specifies that pppd should create a UUCP-style lock file for
# the serial device to ensure exclusive access to the device.
lock
# Disable protocol field compression negotiation in both the
# receive and the transmit direction.
#-> The tutorial indicates to insert this.
nopcomp
#-> The tutorial indicates to insert this.
noipv6
# Disable Address/Control compression in both directions (send
# and receive).
#noaccomp
# Disable magic number negotiation. With this option, pppd
# cannot detect a looped-back line.
#nomagic
# Disable Compression Control Protocol (CCP) negotiation.
#noccp
# Disable Van Jacobson style TCP/IP header compression in both
# the transmit and the receive direction.
novj
# Disable the connection-ID compression option in Van Jacobson
# style TCP/IP header compression.
#novjccomp
# Don't detach from the controlling terminal.
# nodetach
# Disables the default behaviour when no local IP address is
# specified, which is to determine (if possible) the local IP
# address from the hostname.
noipdefault
# This option causes pppd to create such a default route when
# IPCP comes up, and delete it when the link is terminated.
defaultroute
disconnect '/usr/sbin/chat -e -f /etc/ppp/disconnect -v'
connect '/usr/sbin/chat -e -f /etc/ppp/chat-tim'
/dev/ttyACM0
user
password
#Enable the DNSs from server
usepeerdns
#With this option, pppd will accept all control characters from the peer, including those marked in the receive asyncmap
receive-all
logfile "/var/log/conn.tim.log"
nobsdcomp
nodeflate
|
E buona fortuna
NB: la connessione UMTS con TIM era fsck-style l'hanno scorso informami se e' cambiato qualcosa
NB2: col CDC-ACM non andrai a piu' di 15Kb (si dovrebbe usare usb-serial modulo e scegliere il driver giusto, il driver generico non riconosceva il dispositivo)
NB3: perche' non usi il bluetooth? (che non ha tali limitazioni? in ogni caso con TIM non si andava a + di 25Kb quando non ti disconnettevano) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
makoomba Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/54100765943a2d293cd61e.jpg)
Joined: 03 Jun 2004 Posts: 1856
|
Posted: Fri Nov 17, 2006 9:41 am Post subject: |
|
|
Moved from Forum italiano (Italian) to Forum di discussione italiano. _________________ When all else fails, read the instructions. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nick_spacca l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/39796435944f8a3efd736b.jpg)
Joined: 29 May 2004 Posts: 689 Location: Paris/France
|
Posted: Fri Nov 17, 2006 5:53 pm Post subject: |
|
|
grick wrote: |
NB: la connessione UMTS con TIM era fsck-style l'hanno scorso informami se e' cambiato qualcosa
|
Che significa?
grick wrote: |
NB2: col CDC-ACM non andrai a piu' di 15Kb (si dovrebbe usare usb-serial modulo e scegliere il driver giusto, il driver generico non riconosceva il dispositivo)
|
Questo non è vero, almeno nel mio caso, in quanto usando connessione USB+cdc-acm con un "vecchio" samsung riesco ad andare a circa 30/35kBps, ed in media sto sui 25/29...poi ho visto che molto dipende dal segnale..io ho quasi sempre 1/2 tacche di segnale (umts) su quattro, quindi penso si possa fare anche qualcosa di meglio...
grick wrote: |
NB3: perche' non usi il bluetooth? (che non ha tali limitazioni? in ogni caso con TIM non si andava a + di 25Kb quando non ti disconnettevano) |
Magari perché non ha il bluetooth sul pc ![Wink :wink:](images/smiles/icon_wink.gif) _________________ I can resist anything but temptation.
(O. Wilde) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|