Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 15-05-2006, 07:43 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: May 2006
Posts: 5
Default Connecting to Internet from Suse

hii
i'm new to linux.I've Suse linux installed on my machine along with Windows XP. I would like to shift to linux but I don't know how to and what settings to configure on Suse to connect using Dataone broadband.My modem is connected via a USB port.Please someone help me...give me a step-by-step detail ..... the modem is SmartAX MT882
udhaya is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 15-05-2006, 08:32 PM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: Connecting to Internet from Suse

if u have a LAN Card,chances of connecting to internet success will be more.otherwise,your modem(usb?),needs to be detected by Linux.that U can know by checking
Code:
[root@localhost ~]# lspci
.In Linux rp-pppoe client is used for aDSL connection.which can be configured using the step-by-step
Code:
[root@localhost ~]# adsl-setup [or] pppoe-setup
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 16-05-2006, 12:10 AM   #3 (permalink)
The Linux Man !
 
paragkalra's Avatar
 
Join Date: Jan 2006
Location: Nagpur, Maharashtra, India
Posts: 217
Cool Re: Connecting to Internet from Suse

He is asking for Suse. I guess adsl-start doesn't work for Suse. You have to use yast.

Anyways, I have a question for Prakash Kerala Sir

Sir I have configured BSNL dataone Broad-Band in Linux using adsl-start through lancard.

Now I configure it through USB. My modem through usb gets detected. Please Help me.

adsl-start doesn't work for USB or what?
__________________
Parag.A.Kalra, The Linux Man
http://www.paragkalra.com/
In this world without WALLS and GATES who need WINDOWS! USE LINUX! STOP PIRACY! GO OPEN SOURCE!
paragkalra is offline  
Old 16-05-2006, 07:58 AM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Post Re: Connecting to Internet from Suse

If your modem is detected properly,then i think you can configure dataone using adsl-setup or pppoeconf or whatever rp-pppoe command..there are resources available in web for such configuration,google for it...nyways which distro are U using
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 16-05-2006, 11:58 AM   #5 (permalink)
The Linux Man !
 
paragkalra's Avatar
 
Join Date: Jan 2006
Location: Nagpur, Maharashtra, India
Posts: 217
Wink Re: Connecting to Internet from Suse

I am using RedHat Enterprise Linux 4!
__________________
Parag.A.Kalra, The Linux Man
http://www.paragkalra.com/
In this world without WALLS and GATES who need WINDOWS! USE LINUX! STOP PIRACY! GO OPEN SOURCE!
paragkalra is offline  
Old 19-05-2006, 05:44 PM   #6 (permalink)
Right Off the Assembly Line
 
Join Date: May 2006
Posts: 5
Default Re: Connecting to Internet from Suse

This is the output I obtained on typing lspci :-

lspci
00:00.0 Host bridge: Intel Corporation 82850 850 (Tehama) Chipset Host Bridge (M CH) (rev 02)
00:01.0 PCI bridge: Intel Corporation 82850 850 (Tehama) Chipset AGP Bridge (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 04)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 04)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 04)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 04)
01:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX 100 D DR/200 DDR] (rev b2)
02:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS)
02:0d.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
udhaya is offline  
Old 19-05-2006, 06:56 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Connecting to Internet from Suse

You have a Lan card then why are you using USB? It can be connected via LAN card. Check desertwind's post here [Tutorial] Configuring an Always On DataOne on gnu/Linux.
mehulved is offline  
Old 20-05-2006, 02:03 PM   #8 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: Connecting to Internet from Suse

@paragala

Have you got yours working out...Did you try what I said..
vignesh is offline  
Old 22-05-2006, 02:25 AM   #9 (permalink)
Right Off the Assembly Line
 
Join Date: May 2006
Posts: 5
Default Re: Connecting to Internet from Suse

I've configured the modem..but now I don't know how to connect to the internet.I tried using Kinternet but all I get is a small lightning flash which after sometime disappears...When I type any url in firefox I simply get the error that the page could not be found..
What should I do???
udhaya is offline  
Old 22-05-2006, 05:19 AM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Post Re: Connecting to Internet from Suse

you can use "pon ppp0" to start your connxn.also make sure your LAN card is working...check for "ppp0" and "eth0" displayed by issuing
Code:
 #ifconfig
then again try...if it doesnt connect,try as root in a terminal
Code:
route add default ppp0
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 22-05-2006, 02:20 PM   #11 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Connecting to Internet from Suse

Forget it, USB port and MT882 wont help you at all... Personal Experience... Get a LAN card for 100-200 bucks and do it in seconds...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 22-05-2006, 03:22 PM   #12 (permalink)
Right Off the Assembly Line
 
Join Date: May 2006
Posts: 5
Default Re: Connecting to Internet from Suse

It's not working...When I try pon I received an error saying the command was not found...
The following is the output I get for ifconfig:
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:00:E8:5A:5C:1E
inet6 addr: fe80::200:e8ff:fe5a:5c1e/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:8 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:6868 (6.7 Kb)
Interrupt:3 Base address:0xdf80

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:160 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11714 (11.4 Kb) TX bytes:11714 (11.4 Kb)
udhaya is offline  
Old 22-05-2006, 07:24 PM   #13 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Connecting to Internet from Suse

I am repeating for your good, its not possible yet. I have searched over 3 engines for hours and hours too, you just cant config it unless you degrade to RH 7
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 22-05-2006, 07:44 PM   #14 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: Connecting to Internet from Suse

@QwertyManiac:His LAN Card is detected and shown in ifconfig...why U r making him Confused?
@Udhaya:
Make sure you have rp-pppoe client .rpm installed...
I dont use SuSE,anyways U can configure Ur connxn for sure with Yast....You should be root user while trying those commands..
I saw below link ,thought useful for U:
http://www.reallylinux.com/docs/dslandlinuxs.shtml
http://www.linuxquestions.org/questi...d.php?t=185628
http://lenz.homelinux.org/RPMs/
I dont know the correct command but it will be something like pppoe-setup or adsl-setup for config or Yast!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 22-05-2006 at 07:50 PM.
praka123 is offline  
Old 22-05-2006, 08:37 PM   #15 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Connecting to Internet from Suse

Ok, fine, am outta this. Lemme tell you final words...

In System > Admin > Network, it showed an LAN card in eth0 for me too, I thot I was finally lucky, but when I tried to configure it, it was just a dummy in which no options took effect... and if you think he can use pppoe dialer then y doesnt 192.168.1.1 open in his browser? If there was a way wouldnt one month of searching have found that? Go ahead, find a way and tell me when you do I'll be really greatful.. and btw - whatever you have mentioned so far, I have already tried them all before. Nothing at all...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 23-05-2006, 11:06 AM   #16 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: Connecting to Internet from Suse

OK.from ifconfig o/p a lan card is shown detected very well.he is having a LAN Card?...
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 24-05-2006, 07:50 AM   #17 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Connecting to Internet from Suse

Mine was the same... =\ it was detected, available for config etc, but didnt work... its coz the distro detects some network device connected but doesnt install it properly coz its unknow to it...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 24-05-2006, 08:24 AM   #18 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Connecting to Internet from Suse

Quote:
Originally Posted by QwertyManiac
Mine was the same... =\ it was detected, available for config etc, but didnt work... its coz the distro detects some network device connected but doesnt install it properly coz its unknow to it...
What do you mean by it? Lan card?
mehulved is offline  
Old 24-05-2006, 03:15 PM   #19 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Connecting to Internet from Suse

Yeah it detected my USB modem as a LAN card. But it couldnt be configured, through DHCP or Static configs... that was what prompted me to search for some way and ended up finding none...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 24-05-2006, 07:33 PM   #20 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Connecting to Internet from Suse

Quote:
Originally Posted by QwertyManiac
Yeah it detected my USB modem as a LAN card. But it couldnt be configured, through DHCP or Static configs... that was what prompted me to search for some way and ended up finding none...
But, here in original poster's case. He has a Lan card and it is detected. It is Realtek RTL 8029. So, what we were saying is that you suggesting him to buy a Lan card is wrong cos he already has one.
mehulved is offline  
Old 24-05-2006, 09:30 PM   #21 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: Connecting to Internet from Suse

Quote:
Originally Posted by tech_your_future
But, here in original poster's case. He has a Lan card and it is detected. It is Realtek RTL 8029. So, what we were saying is that you suggesting him to buy a Lan card is wrong cos he already has one.
That's what i am upto.so udhaya only needs to make sure rp-pppoe in the system
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 25-05-2006, 05:42 AM   #22 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Connecting to Internet from Suse

Quote:
Originally Posted by author
My modem is connected via a USB port
If he has a LAN card y not mention it so?

same post - Connecting to Internet from Suse
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 06-06-2006, 01:49 AM   #23 (permalink)
Right Off the Assembly Line
 
Join Date: May 2006
Posts: 5
Cool Re: Connecting to Internet from Suse

hii..sorry I couldn't post anything for a long time,Had a campus interview to attend...anyways I'm back...
I wanted to try usb to find out why it doesn't work in general..I do have a lan card I know that...Well I've taken up QwertyManiac's advice and given up with usb kinda feels like I'm accepting defeat...I followed the tutorial given by desertwind and I JUST CANNOT express how it feels to be browsing through Suse linux...thanks a lot to everybody who spent their time for me.This truly is a great forum without whose help I think I would never have tried anything at all on Suse.Thanks a ton once again.
udhaya is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 09:56 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2