LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-09-2005, 03:07 AM   #1
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Rep: Reputation: 31
Arrow connecting USB reliance on FC-3



i am using reliance SAMSUNG handset on USB interface
in FC-2 and below it used to be recognised on the following module


/dev/input/ttyACM0

however in FC-3 this is missing as a result i am unable to get on net using my CDMA mobile phone which has a USB interface...

any help ......

 
Old 02-09-2005, 10:45 AM   #2
squiffles2
LQ Newbie
 
Registered: Jan 2005
Posts: 14

Rep: Reputation: 0
when I tether via USB GPRS/EDGE/UMTS devices for me on Fedora core it is usually /dev/ttyACM0 as the modem rather than the path you're using(i like making a symbolic link to /dev/modem too so I can use KPPP)
 
Old 02-11-2005, 05:24 AM   #3
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Original Poster
Rep: Reputation: 31
i tried making the symbolic link with

/dev/modem and /dev/rmodem

but it does not work

can u please amplify your work and give me a detailed step to step working
 
Old 02-12-2005, 12:21 AM   #4
squiffles2
LQ Newbie
 
Registered: Jan 2005
Posts: 14

Rep: Reputation: 0
Rather than telling you how to use KPPP, I'll explain how I connect using this phone using PPPD and CHAT with a GPRS or UMTS device.
(note, this is a packet switched connection, not literally a circuit switched connection so your mileage may vary)

Step 1:
Verify that data service provided by your wireless carrier works from the handset directly(ie, you can connect to some web site using the phone's browser)

Step 2:
Plug the phone into the USB cable and the cable into the computer's USB port.

Step 3:
Verify that the device is detected. On my system I check for /dev/ttyACM0 (note, this may be different with your type of phone and cable)

Step 4:
Create a link between the USB device, in my example /dev/ttyACM0 to /dev/modem (note, this step is usually option, but required if you're using KPPP)

Step 5:
In my example, I create a CHAT script in the directory /etc/ppp/peers/ titled gprs-connection
and enter the following code:

Code:
/dev/modem
lcp-echo-failure 0
lcp-echo-interval 0
nodetach
connect "/usr/sbin/chat -v -t3 -f /etc/ppp/peers/gprs-chat"
nocrtscts
local
noipdefault
ipcp-accept-local
defaultroute
novj
nobsdcomp
novjccomp
nopcomp
noaccomp
persist
maxfail 99
Step 6:
Now we'll create the gprs-chat file referenced above in the gprs-connection script. Paste this in the file /etc/ppp/peers/gprs-chat:
Code:
'' AT
OK AT+CGDCONT=1,"IP","proxy"
OK ATD*99#
CONNECT ''
Step 7:
Connect to GPRS using the command
Code:
/usr/sbin/pppd call gprs-connection
Now, the script created here is specifically for the GPRS/EDGE/UMTS(WCDMA) network(s) I support.

There are several possible variables that can and will probably need to be changed to work with your carrier's network.

Specifically take notice of:

OK AT+CGDCONT=1,"IP","proxy"

This AT command intialiases the modem and tells it to use the "IP" protocol and the Access Point Name(APN) "proxy". You will have to change the APN "proxy" with whatever APN your service is provisioned with. Again, not knowing which carrier you are using I don't know which APN's are used or if your carrier requires something else entirely(give me the phone and cable for a few minutes and I can probably figure it out though)

I have used this or a slightly modified script to connect with several types of devices, I have experienced some devices however who do not work properly with CHAT and have used "wvdial" instead to accomplish the same thing.

If you want to tether using another interface such as bluetooth or IrDA or serial, replace the symbolic link to /dev/modem with /dev/rfcomm0(bluetooth) or /dev/ircomm0(ir), etc.

If you have any questions, feel free to let me know and I will help you as best I can.
 
Old 02-15-2005, 03:33 AM   #5
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Original Poster
Rep: Reputation: 31
sorry for the late reply

but the thing is that

i used to make a wvdial.conf file

in which if i specified any other port besides /dev/input/ttyACM0 it used to tell me that modem is unable to dial

but in slackware mandrake and fc-3 there is no provision of that module...

how do i go abt connecting it....

do i have to write my own /etc/ppp/peers/cdma-connect file???

what changes are required in my file...and how is it going to be different from my file
 
Old 02-15-2005, 03:48 AM   #6
x-32b
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Rep: Reputation: 0
cool
 
Old 02-15-2005, 03:48 AM   #7
x-32b
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Rep: Reputation: 0
cool software
 
Old 02-15-2005, 03:49 AM   #8
x-32b
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Rep: Reputation: 0
where can i get it
 
Old 02-15-2005, 03:49 AM   #9
x-32b
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Rep: Reputation: 0
how much
 
Old 02-15-2005, 03:50 AM   #10
x-32b
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Rep: Reputation: 0
newbie here
 
Old 02-15-2005, 03:50 AM   #11
x-32b
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Rep: Reputation: 0
x-32b@campus.ie
 
Old 02-15-2005, 09:07 AM   #12
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by x-32b
x-32b@campus.ie
it looks to me that u are a newbie

but u cannot post like this on a forum
 
Old 02-15-2005, 10:09 AM   #13
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
follow up here

http://pdaphonehome.com/forums/showthread/t-41005.html

http://channels.lockergnome.com/linu...le_phone.phtml

regards
 
Old 02-15-2005, 09:19 PM   #14
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
x-32b

You are welcome to post as much as you wish. However you need to be sure your posts are asking a question or providing some value. Your posts do not seem to make any sense in this thread.

Posting multiple times in succession like you did is not allowed. You can put everything in one post and edit it as needed.

If you were planning on an email answer I don't see it happening.


Welcome to LQ.

Please try to make your posts a bit more useful.
 
Old 02-16-2005, 04:50 AM   #15
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Original Poster
Rep: Reputation: 31
thanx Masand the links worked and it is a success
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to Run Reliance RConnect on linux as non-root user arindam.lahiri Linux - Newbie 19 11-03-2006 11:27 PM
Problem connecting internet on Reliance India Phone neosap Linux - Newbie 10 06-21-2006 10:01 PM
Reliance FWP, FC3 and Internet anindyanuri Linux - Networking 30 01-20-2006 11:43 PM
Reliance Modem in Fedora core 3 masand Linux - Software 1 01-24-2005 07:37 AM
Red Hat Linux ver.10 Fedora core is not connecting Reliance LG2030 to serial port? mann_nanda21 Linux - Hardware 1 07-08-2004 12:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration