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 - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-25-2009, 06:14 AM   #1
divyashree
Senior Member
 
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386

Rep: Reputation: 135Reputation: 135
internet connection


hello ,I've dual bootet xp and suse enterprise linux.
I connect to internet through the data cable of my nokia mobie which is GPRS enabled .

I successfully connect to internet in xp ..but not in suse
How will I do that in suse with the datacable ???
 
Old 02-25-2009, 09:56 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by divyashree View Post
hello ,I've dual bootet xp and suse enterprise linux.
I connect to internet through the data cable of my nokia mobie which is GPRS enabled .

I successfully connect to internet in xp ..but not in suse
How will I do that in suse with the datacable ???
Set up your PPP dialer, just as you did in Windows for your dial-up connection. You don't say what your "data cable" is...is it serial or USB? Set your device in the PPP setup (you don't say if you're using KDE or Gnome), such as KPPP, to be whatever device your 'data cable" is attached to. For some, it's /dev/ttyUSB0, or /dev/ttyS0, etc. Put in the phone numbers, etc., and dial out.

What have you tried so far?
 
Old 02-25-2009, 12:02 PM   #3
divyashree
Senior Member
 
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386

Original Poster
Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by TB0ne View Post
Set up your PPP dialer, just as you did in Windows for your dial-up connection. You don't say what your "data cable" is...is it serial or USB? Set your device in the PPP setup (you don't say if you're using KDE or Gnome), such as KPPP, to be whatever device your 'data cable" is attached to. For some, it's /dev/ttyUSB0, or /dev/ttyS0, etc. Put in the phone numbers, etc., and dial out.

What have you tried so far?
I have USB data cable and using GNOME..

I tried to add a new device as new modem connection ,but here written serial analog modem ,no where usb modem option found..

So getting trouble..
 
Old 02-25-2009, 03:12 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by divyashree View Post
I have USB data cable and using GNOME..

I tried to add a new device as new modem connection ,but here written serial analog modem ,no where usb modem option found..

So getting trouble..
Please write clearly...

You don't say how you're trying to add a new modem connection, so it's hard to say what to change.

You can either find the USB ports (usually), as /dev/ttyUSB0, etc., as I said in my first post. Either change the device, or make a symbolic link ("ln -s /dev/ttyUSB0 /dev/modem" should do it. Replace the /dev/ttyUSB0 with whatever your "data cable" is).
 
Old 02-25-2009, 03:52 PM   #5
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
The Nokia Mobie is a cell phone with Internet connectivity
Might try something like
Code:
iwlist wlan0 scan
to see if you see a wireless lan connection
Code:
 lsusb 
iwconfig wlan0
Might show the Nokia device.

Last edited by john test; 02-25-2009 at 04:04 PM.
 
Old 02-26-2009, 01:19 PM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by john test View Post
The Nokia Mobie is a cell phone with Internet connectivity
Might try something like
Code:
iwlist wlan0 scan
to see if you see a wireless lan connection
Code:
 lsusb 
iwconfig wlan0
Might show the Nokia device.
That would work, but he's not trying to set up a wireless networking card, but get his cell-phone to dial out over a USB wire, as he originally posted. The device isn't going to be wifi...linux is going to see it as a serial/hard-line device..
 
Old 02-26-2009, 01:41 PM   #7
divyashree
Senior Member
 
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386

Original Poster
Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by TB0ne View Post
That would work, but he's not trying to set up a wireless networking card, but get his cell-phone to dial out over a USB wire, as he originally posted. The device isn't going to be wifi...linux is going to see it as a serial/hard-line device..
yes,Tbone .
 
Old 02-26-2009, 01:57 PM   #8
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
Well, you are probably right, but when I saw GPRS in the original post I took it to refer to either 2G or 3G wireless Internet connectivity as in Iphone on the ATT 3G network or Blackberry Storm over the Verizon Network.
.
 
  


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
internet connection to newly installed linux, i have a dual up connection babu.knl Linux - Newbie 1 05-22-2008 10:36 PM
my internet connection disconnects my network connection? emre polat Linux - Networking 2 12-19-2006 01:11 PM
Internet connection timeout on Fedora Core 5 using USB connection mike1111 Linux - Networking 0 07-23-2006 09:44 PM
Nic card -> cable internet modem no internet connection zeshan_b Mandriva 21 09-26-2004 11:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:16 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