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.


Reply
 
LinkBack Thread Tools Display Modes
Old 15-07-2010, 03:43 PM   #1 (permalink)
Violent serenity.
 
Psychosocial's Avatar
 
Join Date: Jun 2008
Location: Six feet under.
Posts: 3,822
Default ubuntu 10.04 internet woes


Okay I just installed 10.04. Let me tell you people that I am a Linux noob. I have had a bit of experience with previous distros but I am pretty much a newbie. So I setup 10.04 but I can't get my net to connect. It's working fine on Win7 (posting from it). It's a dsl connection. I use an ethernet wire to connect to the net.

I opened terminal and used the 'sudo pppoeconf' command and followed the instructions. This is how I used to get my net working on previous distros but it dosen't seem to work in 10.04. The terminal says that my connection is active but it isn't. The network manager icon isn't visible on the top panel.

I really want my net working. Any solutions ?
__________________
Registered pwner of theists, noobs, posers and emos.
Psychosocial is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 15-07-2010, 03:48 PM   #2 (permalink)
Excessive happiness
 
furious_gamer's Avatar
 
Join Date: Jun 2008
Location: Bangalore
Posts: 2,974
Default Re: ubuntu 10.04 internet woes

System > Preferences > Network Connections. This is how i configure my network adapter in Ubuntu. FYI I am using the same distro as yours. I am not a network kinda guy but still i dont do anything apart from this to get it connect. Lets try that
__________________
My First Android phone : Samsung Galaxy SL i9003 - Rooted & Gingerbread XXKPQ
Updated : superteekz_V2 ROM for XXKPQ.

PS Request
furious_gamer is offline   Reply With Quote
Old 15-07-2010, 03:58 PM   #3 (permalink)
AFK
 
thewisecrab's Avatar
 
Join Date: Oct 2006
Location: Bombay
Posts: 1,599
Default Re: ubuntu 10.04 internet woes

You followed the wiki? It solves all problems https://wiki.ubuntu.com/ADSLPPPoE
__________________
Follow me on http://twitter.com/thewisecrab

"This Jen, is the internet"
thewisecrab is offline   Reply With Quote
Old 15-07-2010, 04:11 PM   #4 (permalink)
Violent serenity.
 
Psychosocial's Avatar
 
Join Date: Jun 2008
Location: Six feet under.
Posts: 3,822
Default Re: ubuntu 10.04 internet woes

@rajkumar_pb :- That's the first thing I tried .
@thewisecrab :- lemme check it out.

Btw installed wicd network manager. Did not help.
__________________
Registered pwner of theists, noobs, posers and emos.
Psychosocial is offline   Reply With Quote
Old 15-07-2010, 05:15 PM   #5 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: ubuntu 10.04 internet woes

You can configure your CPE to Autodial(PPPoE) mode if it is a router that is.

---------- Post added at 05:15 PM ---------- Previous post was at 05:09 PM ----------

If you had configured ppoeconf before, then just Install pppoeconf from CD

Insert Ubuntu CD

sudo apt-cdrom add
sudo apt-get install pppoeconf
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 15-07-2010, 05:16 PM   #6 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: ubuntu 10.04 internet woes

Hey,

Open a terminal and try "sudo dhclient eth0".
vignesh is offline   Reply With Quote
Old 15-07-2010, 10:59 PM   #7 (permalink)
Violent serenity.
 
Psychosocial's Avatar
 
Join Date: Jun 2008
Location: Six feet under.
Posts: 3,822
Default Re: ubuntu 10.04 internet woes

@Liverpool_fan and vignesh :- Thanks will try it.

@Liverpool_fan :- Anyway to do the same from a USB stick ?
__________________
Registered pwner of theists, noobs, posers and emos.
Psychosocial is offline   Reply With Quote
Old 16-07-2010, 01:13 AM   #8 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: ubuntu 10.04 internet woes

Ubuntu -- Details of package pppoeconf in lucid

Try installing that package, either by Gdebi (double clicking it) or sudo dpkg -i <package /> in terminal. I think all its dependencies are met, you may manually download them in not the case (I mean download with working internet)
Alternatively you can mount your ISO file and add it as repository, just google ISO files as Ubuntu repository.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 16-07-2010, 10:50 AM   #9 (permalink)
Violent serenity.
 
Psychosocial's Avatar
 
Join Date: Jun 2008
Location: Six feet under.
Posts: 3,822
Default Re: ubuntu 10.04 internet woes

thanks lemme try
__________________
Registered pwner of theists, noobs, posers and emos.
Psychosocial is offline   Reply With Quote
Old 16-07-2010, 09:35 PM   #10 (permalink)
duh
Right Off the Assembly Line
 
Join Date: Jul 2010
Posts: 41
Default Re: ubuntu 10.04 internet woes

you have a separate ADSL PCI card? like old dishnet dsl? or the new sangoma adsl card? then only you need pppoe if you connect via ethernet? then like how vignesh said "sudo dhclient eth0" or "sudo dhclient3 eth0" or "pump" and also check before you type this? whether the CPE (your adsl device if external has dhcp on, if not then activate dhcp and then try this command), and if you are doing it via USB? then check this if its in the kernel, if no then make a custom kernel. "cat /boot/config-`uname -r` | grep -i CONFIG_USB_NET_CDCETHER=m " or "cat /boot/config-`uname -r` | grep -i grep -i CONFIG_USB_USBNET=m" and check if its echoed out. if yes then?
"sudo modprobe usbnet && lsmod | grep -i usbnet"
make a backup of the /etc/network/interfaces with this command
"sudo mv /etc/network/interfaces /etc/network/interfaces.bak"
type this in your favourite editor "sudo vi /etc/network/interfaces"
allow-hotplug usb0

mapping hotplug
script grep
map usb0

iface usb0 inet static
address 192.168.2.14
netmask 255.255.255.0
broadcast 192.168.2.255
up iptables -I INPUT 1 -s 192.168.2.15 -j ACCEPT

and then type
"sudo /etc/init.d/networking restart"
"sudo dhclient eth0"
"ping yahoo.com"
these codes and hints were copied from USB networking - maemo.org wiki
good luck happy Linux.
-paul
duh is offline   Reply With Quote
Old 24-07-2010, 02:55 PM   #11 (permalink)
Wandering In Tecno Land
 
Ecko's Avatar
 
Join Date: Feb 2005
Location: 127.0.0.1
Posts: 724
Default Re: ubuntu 10.04 internet woes

@Psychosocial I dont think 10.04 has any problem with network manager .
Since uve used pppoeconf due to that u wont be able to handle ur interface sing network manager anymore .
Do sudo gedit /etc/network/interfaces and delete content of the file and save it.
Then restart the ubuntu and then from network manager on the right hand top u can easily manage things
__________________
Born in Windows Die In Linux © 2009-10 All Rights Reserved.
Learn Linux : www.linoob.com (Official WebSite)
Ecko is offline   Reply With Quote
Reply

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu v/s Linux Mint cancer10 Open Source 8 05-07-2010 11:53 AM
Unable to install Ubuntu 9.10 - screen flickers Suhas Open Source 10 16-05-2010 05:13 PM
Windows 7 connection woes ayushman9 Software Q&A 2 07-05-2010 01:10 AM
Tips & Tricks For Internet Explorer sumeet singh Tutorials 5 05-04-2007 09:46 AM
Windows XP SP2 release date UPDATED 10th AUG 04 leech Software Q&A 68 17-08-2004 12:11 PM

 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 04:51 AM.


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

Search Engine Optimization by vBSEO 3.3.2