Welcome Guest ( Log In | Register )



3 Pages V   1 2 3 >  
Reply to this topicStart new 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 ?
*


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?
*



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: 2,191
Joined: 16-August 05
Member No.: 7,896
myCENTs:34.68



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 topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Now Linux is ease(9)
  2. Linux SuSE detec you all hareware(2)
  3. You can Play now in Linux(26)
  4. What's The Difference Between Linux And Unix?!?(16)
  5. What Language Is Linux Written In ?(15)
  6. Where To Find Notepad++ For Linux ?(37)
  7. What Made You Switch To Linux?(61)
  8. Psybnc - Howto(4)
  9. Looking For Linux(34)
  10. Virtualization In Linux: A Review Of Four Software Choices(4)
  11. How To Install Linux Without A CD or DVD?(11)
  12. What Softwares Should I Get To Linux?(6)
  13. Diablo 2 In Linux?(10)
  14. Linux?(3)
  15. What Is Linux(2)
  1. So, I Want To Try Out Linux.(9)
  2. How To Play Music And Movie In Linux? Which Is The Good One?.(6)
  3. Some Usefull Linux Basic Commands And Utilities. Please Add To This List If You Know One.(0)
  4. How To Copy File & Folders From Linux To Windows?.(12)
  5. Access Linux Box From Windows Machine- Putty Tool(2)
  6. Linux For Beginners- Easy To Install(16)
  7. Linux Basic Command - For Storing Compilation Error To File(1)
  8. Choice Of Motherboard For Linux Virtualization(5)
  9. Why Linux?(23)
  10. Which Linux Version For Newbies?(14)
  11. Linux Software Installation Help(2)
  12. I Want To Get Linux, Which One Is Best?(6)
  13. When And What Is Your First Linux Experience?(4)


 



- Lo-Fi Version Time is now: 22nd November 2008 - 11:41 PM