Welcome Guest ( Log In | Register )




                Web Hosting Guide

3 Pages V   1 2 3 >  
Reply to this topicNew Topic
Please Help With Suse 10 And Adsl+, canīt connect to the net with linux
blix
post Nov 13 2005, 02:31 AM
Post #1


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 70
Joined: 1-April 05
From: Portugal
Member No.: 3,485


Hi Peoples, I just installed SUSE Linux 10 on my PC, everything worked fine. BUT i canīt connect to the net... I do have a Huawei MT882 adsl+ Modem/Router what works fine on my windows installation. Please help, where do i have to start to keep on going. If you need some more specific info please pm me

Thanks
Blix
Go to the top of the page
 
+Quote Post
qwijibow
post Nov 13 2005, 05:42 AM
Post #2


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,366
Joined: 14-September 04
From: Nottingham England
Member No.: 570


How is the modem connected to your machine ?
USB or Ethernet ?

Go to the top of the page
 
+Quote Post
blix
post Nov 13 2005, 11:59 AM
Post #3


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 70
Joined: 1-April 05
From: Portugal
Member No.: 3,485


QUOTE(qwijibow @ Nov 13 2005, 05:42 AM)
How is the modem connected to your machine ?
USB or Ethernet ?
[right][snapback]60424[/snapback][/right]

Hi qwijibow, the modem is connected trough ethernet.On my gnome desktop it shows me also in top taskbar that i have an active ethernet dsl0 connection, but still canīt access any website. sad.gif
I also put my userdata in the networksetting (name/password)

Any Idea?
Go to the top of the page
 
+Quote Post
blix
post Nov 13 2005, 01:47 PM
Post #4


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 70
Joined: 1-April 05
From: Portugal
Member No.: 3,485


QUOTE(blix @ Nov 13 2005, 11:59 AM)
Hi qwijibow, the modem is connected trough ethernet.On my gnome desktop it shows me also in top taskbar that i have an active ethernet dsl0 connection, but still canīt access any website.  sad.gif
I also put my userdata in the networksetting (name/password)

Any Idea?
[right][snapback]60459[/snapback][/right]


PS. I checed the network stattus and got error "SIOCGIFFLAGS failed on socket"
Go to the top of the page
 
+Quote Post
qwijibow
post Nov 13 2005, 03:18 PM
Post #5


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,366
Joined: 14-September 04
From: Nottingham England
Member No.: 570



Im sure they are probably many ways of setting up and using aDSL.
Especially now broadband is so popular.

So many different people and tutorials may give differant advice.

I havent setup ADSL for a long time, so my method may not be the best, but here is how i did it a few years back.

I used the program rp-pppoe
this may already be installed, try to run the commands "adsl-start, adsl-status, and adsl-stop." as root.

if you get a command not found error, then you need to unstall it first, the porgram can be downloaded from http://www.roaringpenguin.com/penguin/open...ce_rp-pppoe.php

Alternativly, the program may also bo on your install CD's

you will need to know the following things...
1) Your broadband username and password
2) <possably> your broadband DNS server IP. (this is often auto-detected)

then run the following commands....

CODE

adsl-setup
<enter your settings

adsl-setup    (again)
<enter your broadband password>
<enter more network settings>



you can now start and stop the broadband with the commands

CODE

/sbin/ifup ppp0        (connect to broadband)
/sbin/ifdown ppp0   ( disconect )


Like i said earlyer, this is the old way of doing it, there may be a better graphical way with newer linux distro's.

but i hope it should still work for you.

Go to the top of the page
 
+Quote Post
blix
post Nov 13 2005, 06:50 PM
Post #6


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 70
Joined: 1-April 05
From: Portugal
Member No.: 3,485


Thanks for this info, i downloaded this pro extracted it on root but canīt compile it mad.gif - Might be a stupid question for you but i have really no idea how to do this. I did follow the instructions in the readme files and the go / go-gui commands work but with the error msg no compiler in path!?

BTW is thre any one from Porto/ Portugal here at astahost who know linux ?

Thanks for your help
Go to the top of the page
 
+Quote Post
qwijibow
post Nov 13 2005, 07:43 PM
Post #7


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,366
Joined: 14-September 04
From: Nottingham England
Member No.: 570


Is there not a pre-compiled version on your install CD's ?

What distro are you using ? i know there are pre-compiled RPM's avaiable for RPM based distro's.

to compile software, rread the README and INSTALL files.

they will probably give the usual instuctions,

./confgure && make && make install.

Go to the top of the page
 
+Quote Post
yordan
post Nov 13 2005, 07:45 PM
Post #8


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 3,102
Joined: 16-August 05
Member No.: 7,896
myCENTs:37.90


QUOTE
works fine on my windows installation

If it works on a windows install on the same Ethernet cable, it's very simple : look how it works under Windows and configure the same thing for Linux.
Look at your Windows Network settings. Your network is probably "DHCP client", and "Namesever from DHCP". Enter the Suze setup and that's all.
And probably you use "no proxy" for your Linux browser, so enter the same thing under your Linux browser settings.
Go to the top of the page
 
+Quote Post
qwijibow
post Nov 14 2005, 12:37 AM
Post #9


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,366
Joined: 14-September 04
From: Nottingham England
Member No.: 570


QUOTE
If it works on a windows install on the same Ethernet cable, it's very simple : look how it works under Windows and configure the same thing for Linux.
Look at your Windows Network settings. Your network is probably "DHCP client", and "Namesever from DHCP". Enter the Suze setup and that's all.
And probably you use "no proxy" for your Linux browser, so enter the same thing under your Linux browser settings.


Its not that simple.

Linux by default will configure network cards to be interfaces to an Ethernet.

however ADSL modems to not provide ethernet acees to the network card.

they provide a PPP (Point to Point Protocol) interface.

so you need to configure the card to use PPPoE (PPP over Ethernet)

its not as simple as copying default gateways, and DNS IPs.

Go to the top of the page
 
+Quote Post
blix
post Nov 14 2005, 12:59 AM
Post #10


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 70
Joined: 1-April 05
From: Portugal
Member No.: 3,485


Thanks for your help, iīm getting to it tomorow. Hope this will work out dry.gif
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicNew Topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts 4 athangal 441 17th January 2010 - 04:52 AM
Last post by: iG-
No New Posts   18 dhanesh 2,344 7th July 2009 - 05:04 AM
Last post by: iG-James Yong Look
No New Posts   2 jamesleon 1,163 15th September 2008 - 08:24 PM
Last post by: xboxrulz
No New Posts   1 zaste 1,810 24th July 2008 - 04:18 PM
Last post by: yordan
No New Posts   11 nightfox 2,133 10th March 2008 - 10:45 PM
Last post by: iGuest
No New Posts   12 affhotspot 2,644 14th November 2007 - 10:28 AM
Last post by: iGuest
No New Posts   4 joe.k 821 4th November 2007 - 03:04 PM
Last post by: Blaise
No New Posts   7 sitekeen 1,464 28th October 2007 - 05:00 PM
Last post by: Neil Ham
No New Posts   0 dserban 545 18th August 2007 - 12:08 PM
Last post by: dserban
No New Posts   17 nightfox 2,530 16th October 2006 - 03:21 AM
Last post by: nightfox
No New Posts   7 luizzeross 2,736 27th September 2006 - 12:59 AM
Last post by: nickc
No New Posts 10 jamesleon 2,301 19th July 2006 - 03:03 PM
Last post by: champ_rock
No New Posts   3 synn 1,156 11th March 2006 - 01:11 AM
Last post by: xboxrulz
No New Posts   0 ramesh_mc 782 27th January 2006 - 03:37 AM
Last post by: ramesh_mc
No New Posts   8 Bio 1,346 31st December 2005 - 04:52 PM
Last post by: yordan


Web Hosting Powered by ComputingHost.com.
HONESTY ROCKS! truth rules.
Creative Commons License