![]() |
![]() |
|
|||||||
| Register | Forum Rules | Getting Started! - Guide | Blog | Videos | Gallery | Members List | Social Groups | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0
![]() |
How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
Hello,
I got reliance USB datacard (144 kbps). I googled in the net and I came to know that reliance datacard can be configured in UBUNTU (or any other linux). There are set of commands. The 1st command is to check whether the kernel has detected the card or not. Code:
cat /proc/bus/usb/devices Has anyone tried this? Know any other method? Is anyone using Reliance datacard? Please help me. Thank you. Last edited by Strider; 10-12-2008 at 11:59 AM.. |
|
|
|
|
|
#2 |
|
Webmaster
![]() Join Date: Nov 2005
Location: The Last City!
Posts: 4,218
Thanks: 441
Thanked 469 Times in 410 Posts
Rep Power: 2748
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() OS:
|
Re: How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
You might want to checkout this updated tutorial for Ubuntu 8.4 LTS “Hardy Heron”.
The author even got a script to perform the installation, let's see if it works in your version of Ubuntu. Code:
#!/bin/bash #This program automates task of setting up connection for Reliance USB Card on Ubuntu Hardy Heron. This program does not come with any warranty whatsoever. Please use it at your own risk. # Detect Modem echo "Modem Detected: $(lsusb | grep -i huawei | cut -d" " -f7-)" # Get Connection Number from User echo "Enter Your Reliance Data Card Connection Number : " read connection echo "Setting up connection with $connection" #Install Gnome PPP Package echo "Installing Required Packages.." sudo apt-get install -y -q gnome-ppp wvdial #Add entries to /etc/ppp/ppp-secrets and /etc/ppp/chap-secrets echo "I:Modifying necessary system files to allow dialing with Gnome PPP..." sudo chmod 666 /etc/ppp/pap-secrets /etc/ppp/chap-secrets echo "$connection * $connection" >> /etc/ppp/pap-secrets echo "$connection * $connection" >> /etc/ppp/chap-secrets sudo chmod 600 /etc/ppp/pap-secrets/etc/ppp/chap-secrets #Start Gnome PPP echo "We are all set.... " echo "Starting Dialer..." gnome-ppp & exit 0 |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0
![]() |
Re: How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
I tried that code. It's saying Gnome PPP is not found.
What to do? Even tried to download the package gnome-ppp but it has in turn lots of dependent packages. :-( Last edited by kthurst; 10-12-2008 at 05:33 PM.. |
|
|
|
|
|
#4 | |
|
Webmaster
![]() Join Date: Nov 2005
Location: The Last City!
Posts: 4,218
Thanks: 441
Thanked 469 Times in 410 Posts
Rep Power: 2748
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() OS:
|
Re: How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
Quote:
|
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0
![]() |
Re: How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
I think it has 'wvdial', but for that I have to edit wvdial.conf
Don't know what entries have to be made in that. Once wvdial.conf is ready, I can run 'wvdial cdma' to get connected. I don't know how to proceed... |
|
|
|
|
|
#6 |
|
Video Team
Join Date: Sep 2007
Location: India
Age: 22
Posts: 48
Thanks: 10
Thanked 3 Times in 3 Posts
Rep Power: 0
![]() OS:
|
Re: How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
__________________
\m/ |
|
|
|
|
|
#7 |
|
Newbie
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0
![]() |
Re: How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
Finally getting internet on my Ubuntu.
Thank U. :-) |
|
|
|
|
|
#8 | |
|
Webmaster
![]() Join Date: Nov 2005
Location: The Last City!
Posts: 4,218
Thanks: 441
Thanked 469 Times in 410 Posts
Rep Power: 2748
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() OS:
|
Re: How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
Quote:
Did you manged to configure wvdial ?If possible please post the procedure in brief so that any other users can benefit from it. Thank you. |
|
|
|
|
|
|
#9 | |||||||
|
Newbie
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0
![]() |
Re: How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
From the link given by MEtal247 I copied these lines into /etc/wvdial.conf.
Quote:
(I have enabled root login): I executed following commands. Quote:
( Quote:
Quote:
(For disconnecting I use ctrl+c in the terminal. can anyone suggest the correct method?) . . If datacard inserted after booting of Ubuntu, command #lsusb didn't show the datacard. I executed Quote:
Quote:
Then as usual Quote:
Still trying to understand what are all these commands and wvdial.conf entries mean. Thank you all. Last edited by Strider; 11-12-2008 at 10:09 PM.. |
|||||||
|
|
|
| Thanked Users: | Strider (11-12-2008) |
|
|
#10 |
|
Webmaster
![]() Join Date: Nov 2005
Location: The Last City!
Posts: 4,218
Thanks: 441
Thanked 469 Times in 410 Posts
Rep Power: 2748
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() OS:
|
Re: How to setup & Configure Reliance Datacard USB Internet in UBUNTU Linux?
Thanks very much for the explanation, much appreciated.
You need to install some graphical interfaces like Gnome-PPP to get an easy to use wvdial interface. Check out this guide: UbuntuHelp DialupModemHowto/SetUpDialer - Ubuntu䏿–‡ You should be able to install the required packages once you have an internet connection using the shell commands. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Home - Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |