LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-17-2007, 09:42 PM   #16
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51

Right click your network management icon and select "Connection information." There should primary and secondary DNS IPs. Can you ping them? If I do a shutdown on my box, when I reboot the old DHCP settins are used. If I also cut power at the power strip, DCHP seems to work correctly. I guess powered down isn't always completely powered down. My connection is over a Comcast cable modem which I always leave powered up.
 
Old 06-17-2007, 09:49 PM   #17
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by stratcat
I just realized the commands I gave were for DHCP enabled. If you are just trying to get online open your network settings and select "automatic configuration (DHCP)". Then try those commands again.
Yes, I know. Output is from after selecting this.
 
Old 06-17-2007, 09:50 PM   #18
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by fragos
Right click your network management icon and select "Connection information." There should primary and secondary DNS IPs. Can you ping them? If I do a shutdown on my box, when I reboot the old DHCP settins are used. If I also cut power at the power strip, DCHP seems to work correctly. I guess powered down isn't always completely powered down. My connection is over a Comcast cable modem which I always leave powered up.
Both IPs are 0.0.0.0. As a matter of fact, everything except for "Hardware Address" is 0.0.0.0
 
Old 06-18-2007, 06:51 AM   #19
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
This is some output from dmesg:
Code:
[  605.940000] ACPI: Unable to derive IRQ for device 0000:00:04:0
[  605.940000] ACPI: PCI Interrupt 0000:00:04:0[A]: no GSI - using IRQ 3
Looking at the output of lspci, this device is my Ethernet controller:
Code:
0000:00:04:0 Ethernet Controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
Could this be the problem?
 
Old 06-18-2007, 07:05 AM   #20
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
This was indeed the problem. I booted with the parameter acpi=off, and now I've got no troubles connecting. I remember now I had to fix my DSDT for this laptop. Thanks a lot for the help everyone.
 
Old 06-20-2007, 04:46 AM   #21
PsyCl0ne
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Rep: Reputation: 0
Sorry to raise the dead, but would anyone kindly explain what merchtemeagle did to solve not being able to connect to the internet? I installed Ubuntu over at my aunts house and since Im really really new to linux I really had no idea what to do and pulled out a chunk of hair .
 
Old 06-20-2007, 04:57 AM   #22
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Quote:
Originally Posted by PsyCl0ne
Sorry to raise the dead, but would anyone kindly explain what merchtemeagle did to solve not being able to connect to the internet? I installed Ubuntu over at my aunts house and since Im really really new to linux I really had no idea what to do and pulled out a chunk of hair .
When you start your machine, you are supposed to fall on grub (bootloader).
Then you need to type "e" to edit the line kernel= blabla...
Go to the end of the line and add acpi=off, followed by enter
Type "b" to boot.

If this solves the problem, then you will need to make it permanent.
If this doesn't, open a new thread because it's something else.
 
Old 06-20-2007, 07:04 AM   #23
PsyCl0ne
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Rep: Reputation: 0
ok sweet thanks, Ill have to wait till maybe tomorrow to try it out, but Ill be back for sure XD
 
Old 07-02-2007, 03:19 PM   #24
steve457
LQ Newbie
 
Registered: Jul 2007
Posts: 3

Rep: Reputation: 0
I have what I believe is a very similar problem to what was encountered here, but the difference is that my connection works at first and then will die suddenly. It also only seems to die when I am using the connection. This is on a new Ubuntu installation onto a new desktop pc that I just built. (Asus P5K WS, Intel Core 2 Duo).

When the computer first comes on and I do an ifconfig -a, I can see information for eth0 and lo. eth0 has a inet addr and everything works fine. Here are the instances that I've noticed the computer losing its network connection, at which point all connectivity is lost. Trying to do an ifdown/up does not work, and the results are identical to what was seen in the prior posts. I have lost the connection several times when transferring lots of data from Windows Vista (using samba), and also during an SSH session from work.

Once the connection goes down, ifconfig -a returns the exact same results as in the first post. There is now an eth0:avah listed that has an inet addr of 169.254.xxx.xxx. This seems really odd to me as how this "new" interface would suddenly appear. I'm also using DHCP through my router. Do you think that ACPI could also be the culprit here? Why would the connection suddenly drop out when it is actively being used, and then lose its IP address?
 
Old 07-02-2007, 05:19 PM   #25
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
I've experienced some lost connections with Comcast cable that turned out to be my cable modem. When you loose a connection try calling your ISP and seeing if they can ping your modem. You could also take your router out of the picture and connect direct to the modem. If it is your modem you will be able to ping your router which would imply that the issue isn't in the PC.
 
Old 07-02-2007, 05:26 PM   #26
steve457
LQ Newbie
 
Registered: Jul 2007
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by fragos
I've experienced some lost connections with Comcast cable that turned out to be my cable modem. When you loose a connection try calling your ISP and seeing if they can ping your modem. You could also take your router out of the picture and connect direct to the modem. If it is your modem you will be able to ping your router which would imply that the issue isn't in the PC.
I do not think it is an issue with my router or ISP provider, as the other pc's on my network still work fine. Also, a reboot of my Ubuntu machine fixes the network interface and allows it to again connect to the network. I'm thinking that somehow my NIC is losing it's IP address and then for some reason can not get it back. I'm stumped as to why it just randomally loses it, however, and only seems to do so when the NIC is being utilized.
 
Old 07-18-2007, 06:25 AM   #27
ravsas3@yahoo.com
LQ Newbie
 
Registered: Jul 2007
Location: India
Distribution: ubuntu
Posts: 3

Rep: Reputation: 0
Post Cable modem (via ethernet)

I have edubuntu-6.06 installed on my PC (PIII 184MB RAM), because of higher sys requirements with ubuntu or kubuntu.
iam using Sis900 Ethernet card and cable modem (Motorola SB5100) to connect to internet(broadband) in winxp. somehow iam unable to do that same using ubuntu. I had the computer connected to my cable modem during install and I hoped that the networking would be setup automatically, because I'm a complete noob.
I have been booting the computer and logging in while connected to my cable modem but a network monitor applet shows activity and so do the lights on my modem but when I try to access the internet using browser it shows error downloading the page!!.
from the forums i gathered that i have to do these things and so i did:
  1. enable DHCP in the network settings applet(system>administartion>networ)
  2. put the modem in stand by and run dhclient it gave me an ip after that turned the modem on
  3. ran pppoeconf and supplied username and passwd that i use in xp for connection
  4. after that pon dsl-provider
If anyone knows how to get ubuntu to connect to the internet please advise, in detail. Thanks.
 
Old 07-18-2007, 04:36 PM   #28
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
I can't speak for India but in the US, pppoe is only used with DSL. Cable is a strait LAN connection.
 
Old 07-18-2007, 09:06 PM   #29
ravsas3@yahoo.com
LQ Newbie
 
Registered: Jul 2007
Location: India
Distribution: ubuntu
Posts: 3

Rep: Reputation: 0
thank you for that reply!!
i don't know if i got it wrong, heres how my connection works in xp:
i am giving you a read-out of my 'network connections' in windows
Snapshot of 'network connections'
as you can see that the computer says that it is using a pppoe device for connecting to internet and i did run pppoeconfig in Linux but to no avail...i can't even ping any outside servers(tried google 216.239.37.99) of course the i can get to the cable modem's configuration tool (192.168.100.1). i even tried turning off the acpi (as suggested at the boot time, sis900ethernet card)
thanks in advance
 
Old 07-18-2007, 09:36 PM   #30
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
I'm using the same cable modem as you with Comcast cable. I didn't know about 192.168.100.1 -- works for me as well. I suggest you contact your ISP and double check pppoe, regardless of what Windows says. You could also ask them to ping your modem which they will probably want your modem MAC address to do. The modem MAC should be on the bottom of the modem on a sticker.
 
  


Reply

Tags
cable, ethernet, modem



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unplug Internet Cable and plugin aging, but could not connected to the internet DevlinX Linux - General 2 07-02-2006 10:36 AM
Oh my. No internet connected? ElvenAssassin Linux - Newbie 8 04-25-2005 01:17 PM
help getting connected to internet leroy27336 Linux - Networking 2 01-22-2004 03:59 AM
Cannot get connected to the internet ullfrigg Linux - Networking 5 11-22-2003 02:47 PM
internet is connected but cannot browse internet?!?!? myk3 Linux - Newbie 3 11-17-2003 05:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 01:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration