I am newbie ubuntu user (just migrated from windows) .

And i am trying to connect to internet and having problems with that .

I connect via that modem , but i cant see how I establish the connection under ubuntu.

Tried googling that, but can't see relevant information .

Thanks , a lot .

link|improve this question

20% accept rate
1  
Belongs on superuser.com. It will be moved over shortly (no need to repost over there). – ZoogieZork Jan 9 '10 at 20:40
feedback

migrated from stackoverflow.com Jan 9 '10 at 20:43

This question came from our site for professional and enthusiast programmers.

3 Answers

As long as the cable modem pushes out a DHCP address, Ubuntu should pick up everything by default. ifconfig should show you what ethernet devices are on the system.

Try ifconfig -a and report back what it provides as output.

You'll also want to check /etc/network/interfaces. It should look something like this if you're using DHCP:

auto eth0
iface eth0 inet dhcp
link|improve this answer
feedback

just to start with, I would suggest you to take a look at the Ubuntu Documentation.

If you'll find other problems, you could write some more informations about your issue:

  • release of Ubuntu
  • what do you want to achieve
  • what do you do in order to achieve it
  • what happens

for instance. Any further information (could) be helpful.

Hope to hear from you soon, though!

Regards

link|improve this answer
feedback
  1. Right click the NetworkManager icon and click Edit connections
  2. Click DSL
  3. Click Add

https://help.ubuntu.com/9.10/internet/C/connecting-dsl.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.