Networking :: Connecting To Internet Using GPRS Modem With WVDIAL?
Apr 11, 2011
trying to connect to the internet using wvdial but facing problems. the command runs fine until i get PID ppd Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Oct 23 10:40:09 2010
--> Pid of pppd: 2520
nothing happens after this.. I checked the resolve.conf and it is empty. i put openDNS server addresses but still did not work.
View 3 Replies
ADVERTISEMENT
Mar 27, 2009
How can I connect laptop to internet using GPRS enabled Phone?
Phone is Nokia 6600 slide. And laptop(Dell) has F10 installed.
View 7 Replies
View Related
Jul 29, 2010
I am trying to connect to Internet using Wavecome modem with Airtel GPRS connection. I am able to successfully connect and browse the Internet using wvdial. But if I use pppd, I am getting the error message as "LCP Terminated by peer".
The exact error I am getting is pasted below.
[root@pscu1320 ppp]# pppd call gprs-wavecom
GPRS modem init: press <ctrl>-C to disconnect
Wakeup Modem
[Code].....
View 1 Replies
View Related
May 18, 2010
I use Opensuse 11.2 & Edge/Gprs Modem to connect Internet.I configured /etc/wvdial.conf & /etc/resolv.conf. Now I can connect Internet using this command "wvdial MYNET" in terminal.Now I want to share my internet using Lan card & Netgear Router. If i connect my PC with Router using wire & change option ON BOOT find this device in ifup then it'll show in ifconfig command.
My Router IP : 192.168.0.1 & It gives my PC an IP automatically : 192.168.0.2
I can ping my router.. even I can browse Router Admin page in browser. No problem there.But now If i want to connect my net using wvdial command... net connected... but no data passing!!! If i disable Lan card in ifup then Edge/Gprs net connection again OK!
View 9 Replies
View Related
Jul 22, 2011
i am trying to connect Internet through wvdial using dialup connection(Xorg is off), m using Ubuntu 11.04 32 bit and Nokia 5130 xpress Music phone.....when i tried to connect with wvdial command , i got the error "subscribe to packet data first" error on cell.....here is my wvdial.conf file...Quote:
[Dialer Defaults]
Modem = /dev/ttyACM0
Baud = 460800
[code]....
View 10 Replies
View Related
Apr 25, 2009
I was recently asked to get a 3G ZTE 633 modem (not in stores) to connect to the internet whenever it was plugged in. I had it successfully working on my Ubuntu Gutsy Gibbon machine but it does not work on Fedora 10 which is where it is required to work. When the 3G modem is plugged in I use a Udev rule to run usb_modeswitch which changes it from being in usb storage mode to being in modem mode. This part works fine. I then run a second udev rule (on the modem device), this should run a script which connects to the internet. Unfortunately it falls over here. The script does run but it will not connect. However if I run the script manually from root it works fine. I guess that it is a permissions issue.
The device permissions are:
crw-rw---- 1 root uucp 188, 0 2009-04-26 11:31 ttyUSB0
crw-rw---- 1 root uucp 188, 1 2009-04-26 11:31 ttyUSB1
crw-rw---- 1 root uucp 188, 2 2009-04-26 11:31 ttyUSB2
The script and script folders permissions are:
drwxrwxrwx 2 root root 4.0K 2009-04-26 11:46 .
drwxr-xr-x 23 root root 4.0K 2009-04-26 11:13 ..
-rwxr-xr-x 1 root root 95 2009-04-26 11:46 run_internet
One thing to note is that there are three udev devices associated with the modem. They are ttyUSB0, ttyUSB1 and ttyUSB2. I use ttyUSB2 to talk to the modem when connecting. Here are the files. If you require any more let me know:
The first udev rule:
SUBSYSTEM=="usb", SYSFS{idProduct}=="2000", SYSFS{idVendor}=="19d2", RUN+="/usr/bin/usb_modeswitch"
The second udev rule:
SUBSYSTEM=="usb", SYSFS{idProduct}=="0031", SYSFS{idVendor}=="19d2", MODE="0666", RUN+="/outputs/run_internet"
The script:
#!/bin/bash
/bin/echo script
/usr/bin/wvdial &
cp -f /etc/telstra_resolv.conf /etc/resolv.conf
The wvdial config file:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = ATS7=60 S30=0 S0=0
Init4 = AT+CGDCONT=1,"IP","telstra.internet"
Modem Type = Analog Modem
Baud = 9600
New PPPD = no
Modem = /dev/ttyUSB2
ISDN = 0
Dial Command=ATD
Phone = *99#
Password = user@bigpond.com
Username = password
Stupid Mode = 1
So what am I missing? I suppose it is related to device permissions. Why does the "mode" command not work? With what rights do udev rules run?
View 1 Replies
View Related
Mar 9, 2010
I have just installed ubuntu 7.10 on my computer. The problem is getting it connected to the internet using my Sony Ericsson w580i as a modem. I have used my phone to connect to the internet on XP operating system easily. Please assist me and try to give me a more simplified step by step procedure.
View 9 Replies
View Related
Aug 6, 2010
i'm having problems connecting to the internet unless i manually enter the IP info.
automatic DHCP does not work. I'm on a dual boot machine vista/ubuntu 10.04 LTS connecting to the internet through a lynksys wireless g router and a cable modem.
View 2 Replies
View Related
May 11, 2009
I installed Cent OS 5 in my computer system. I use GPRS modem for browsing the net. I use my cell phone as a modem. The problem is that when I connect the phone modem to the system the computer gets turn off. And it does not start again until I disconnect the usb cable of the phone.how to use a GPRS modem in Cent OS 5?
View 2 Replies
View Related
Jan 3, 2009
I post here wanting to know if it's Possible to run wvdial as soon as linux detects USB modem.I have already installed and done the setting for using wvdial. I can successfully use wvdial command to setup internet connection.But I have only 1 USB modem. When my wife wants to use it for her PC, she disconnects it from my linux machine.What I want to do now is... 1 that when I attatch the USB back to my linux, I'd want it to do "wvdial &" automatically.2 that when linux is rebooted, "wvdial &" done automatically as soon as it detects USB modem.
View 2 Replies
View Related
Oct 23, 2010
I am trying to connect my q75 micromax mobile with my computer as modem using wvdial. But I could not connect as modem. I insalled wvdial, gnome-ppp and mode switch through synaptic package manager.
This is the message I got from terminal window. After this, there is no connection. I closed the terminal window using ctrl+C command. My mobile is dual sim phone. I want to connect through one ISP provider for GPRS. How to set this in wvdial configuration file.
Quote:
subramanian@subramanian:~$ sudo wvdialconf
[sudo] password for subramanian:
Editing `/etc/wvdial.conf'.
[Code].....
View 2 Replies
View Related
Aug 9, 2009
i want to ask a question. sometimes i use a gprs modem to connect to the net. the gprs modem uses the usb port. i've connected this pc to another machine through crossover cable. the problem is that when there are two active connections, firefox can't load anything. also how can i share the gprs modem with my other pc that is connected via crossover?
PS. in my active network connections it shows:
eth0- the NIC
and auto eth1 - the gprs modem
i have also tried to change the firefox preferences but to no avail.
Both my computers run on FC11.
View 1 Replies
View Related
Nov 20, 2010
I need to setup my Sony Ericson C510 phone modem in Ubuntu linux the latest one that I have installed. When I connect my Phone using USB connection it doesnt show me the Dialog box where it says create new "Mobile Broadband Connection". I am not sure how can I configure my Tata Docomo GPRS Connection to use it with Ubuntu.
Here's one blog i came across which says:- Its wonderful to see people browsing in their mobile phones at work places and while they travel. Many Telecom companies provide cheap GPRS / EDGE based internet connectivity which can also be connected to a computer. Here, I will explain how to connect TATA Docomo Internet service in your Ubuntu machine.
[Code]...
View 3 Replies
View Related
Jan 17, 2010
I have fedora 12 installed in my laptop. Can anyone plz tell me how to connect nokia E51's modem ( via. Data Cable) to access GPRS !
View 2 Replies
View Related
Nov 20, 2010
1) I have micromax 372g usb modem(3g).. but it is not being connected ubuntu 10.10
2) I suppose my device is being recognized and I tried this method [URL] but when I tried to install, it said that package missing for wvdial.
What should I do. Where can I get this package and how can I install it (with no dependany check). My life is extremely difficult without internet on ubuntu, I am ready to give any other information that u need. I have ubuntu 10.10 maverick dual boot with windows. And yes take into consideration that I don't have internet on ubuntu. So provide me full detail how to install it from other media and commands to execute them.
View 9 Replies
View Related
Jul 31, 2011
I m using Ubuntu 11.04. I have USB modem MMX 300C HSIA Rev.A (BSNL) I m getting problem in installing wvdial. I have done following steps :
1) I have installed following packages in that same order:
libxplc0.3.13
libwvstreams4.4-base
libwvstreams4.4-extras
libuniconf4.4
wvdial_1.60.1+nmu2_i386
2) Then I run wvdial command but getting following o/p
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory
[Code].....
View 1 Replies
View Related
Apr 13, 2011
I am using Ubuntu 10.04 LTS. my PC is a Compaq Presario SG3043IL with a D-Link GLB-802C ADSL 2+ Router. previously i was not even getting connected to the modem but now some how i have connected my ubuntu to the modem but no way can i connect to the internet. the internet connection workins fine whenever i log on to my XP. need to connect to the internet.
View 2 Replies
View Related
Aug 8, 2010
I have a Samsung phone (S3310) and I'm trying use it as a modem to access the net on 10.04. I set up a Mobile broadband connection (under network connections) and I'm pretty sure the settings are correct because it works on a Nokia phone with the same service provider.
When I plug in my Data Cable and set it to Samsung PC Studio mode, my phone isn't detected as a modem. I just tried wvdialconf and it says "No modem detected". I'm guessing that maybe I'm missing some drivers here. what I can do get the phone detected as a modem.
View 5 Replies
View Related
Feb 23, 2010
How to connect to my Mobile Phone which have GPRS. I want to connect Via BLUETOOTH. Becoz I dont have any Data Cables.Plz give me the instructions to connect to my Phone via Bluetooth to access Internet.
View 7 Replies
View Related
Sep 14, 2010
I have BSNL EVDO usb modem and I use wvdial to connect to internet in my Ubuntu 10.04.I want to share my internet over wifi so I can use this on my wifi phones. I searched all over and actually ended up here.
View 2 Replies
View Related
Apr 5, 2011
my wvdial.conf file content is:
[Dialer Defaults]
Modem=/dev/ttyACM0
Baud=460800
[code]....
View 2 Replies
View Related
Sep 24, 2010
can anyone letme know the available dialer's for using GSM/GPRS modem apart from WVdial.
View 3 Replies
View Related
Jul 15, 2010
i am using fedora 12is there any way to use my nokia n78 as gprs modem to connect my computer to internet
View 4 Replies
View Related
Dec 26, 2009
I have a little bit of a prediciment with my Mobile Broadband dongle, even though I know I'm in a 3G area (Dongle Supports 3G connection) my internet still loads at the normal GPRS speeds max of 5kb/s. Is there anyway to change the speed of it or do I have to keep with GPRS at the moment?
View 2 Replies
View Related
Feb 8, 2010
i'm running Kubuntu karmic and i've been using a 3G Huawei E1552 modem to connect to the internet, everything was going well when suddenly my modem stopped working. I've tried reconfiguring everything, i even reinstalled kubuntu from scratch with no success.Here's a part of my /var/log/debug
HTML Code:
Feb 8 17:14:01 alberto-laptop kernel: [ 1532.099883] usb-storage: device found at 7
Feb 8 17:14:01 alberto-laptop kernel: [ 1532.099888] usb-storage: waiting for device to
[code].....
View 4 Replies
View Related
Dec 8, 2010
I want to buy a gprs modem which supports linux, which brand is better?
View 5 Replies
View Related
Jun 1, 2011
I want to connect my Nokia 6233 mobile phone via bluetooth to GPRS in centOS 5.My system is running with P-IV processor.Operating system is centOS.
View 2 Replies
View Related
Feb 9, 2010
I just installed Ubuntu 9.10 and its great. However when I connect to the internet at home it shows that the connection has been established but I still cant connect to the internet. My flatmates are all able to connect. However, I am able to connect from work both wirelessly and through an ethernet cable.
View 2 Replies
View Related
Mar 13, 2011
I have only a dial-up connection. I've been using the 32-bit version of WVDIAL and its associated programs in Karmic Koala for over a year. I recently finally got around to installing Maverick Meerkat on a different drive. The 64-bit version. I see that I need the 64-bit version of the modem software, and I haven't found it right away. Where can I get it? The programs required under 32-bit Karmic Koala:
libwvstreams4.6-base
libwvstreams4.6-extras
libuniconf4.6
wvdial
All of these had .deb filename extensions. Also, largely because I only have a slow dial-up connection, I don't have any updates for either Karmic Koala or Maverick Meerkat installed. If you happen to know that I absolutely need some particular update(s)
View 2 Replies
View Related
Aug 13, 2010
I m trying to show the power of linux to the world bt no body helps me after lots of googling i cant find a proper way to install rpm,gz,bz2 n etc software in linux. without any error. dependency,error,n lots of other problem that i have faced. so being on pt..from last 3 days i m trying to install Wvdial 1.61 bt i m unable to do it. some wvstreams.pc file stoping me. i m really frusted. being a new to linux no one can expect lots of searching by me me..from last 3 days i m just trying traying n only tying..every time Google rediectes me to this site.. This is my last try.
I had compile and install Wvstream.tar.gz file sucssesfully. mainly i dnt knw wheter it is done or undone..then i m trying to install wvdial as my main aim.bt as put the command make...it show some thing like could nt found wvstreams.pc...stop i had personally chk tht file in the pkgconfig folder bt it still shows me that error. i want to connect my cell phone to RHEL5 any how.. i want to use internet in linux..
View 2 Replies
View Related