LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   I moved, now my on board Ethernet, or PCI network card is not functioning (https://www.linuxquestions.org/questions/ubuntu-63/i-moved-now-my-on-board-ethernet-or-pci-network-card-is-not-functioning-750906/)

salmanal 08-28-2009 11:56 AM

I moved, now my on board Ethernet, or PCI network card is not functioning
 
Last month, I left Texas in order to live in New York State.
I shipped my PC UPS, it was packed well for shipping (in original
packing material). All is fine,except I can no longer connect to the Net.
When I boot, I get a message that the wired connection is established;
when I try to ping Google or Yahoo, there is no connection.

I want to upgrade, I'm running an older version of Ubuntu,
but it will be no better without a working Internet connection.

I an running an AMD 64x2 with a gig of RAM, the BIOS is Phoenix.

There is no physical damage to the box, but could this be a setting in the BIOS?

When I moved, I simply disconnected the Ethernet cable and shipped.

I tried to enable the PCI network card in BIOS, after disabling
the on-board eth0. Re-enabled the on-board, and still no connection.
The Cable Modem does show an Ethernet connection, as well activity
on both the modem and LAN port.

Thanks for the response....

-s

ivanmacx 08-28-2009 12:38 PM

Can you do the following and post the results:

Code:

ifconfig

route -n


forrestt 08-28-2009 12:51 PM

Do you have your IP address hard coded or are you using DHCP? If hard coded, it may be wrong now since you moved to a new location. Just a thought as it seems that the hardware is working from your description.

HTH

Forrest

salmanal 08-28-2009 05:49 PM

Static or DHCP?
 
..it is DHCP, as it was in Texas. I look at the Network settings to confirm this.

michaelk 08-28-2009 06:42 PM

Let me throw out a few questions.

Is this a new cable modem or one you brought from Texas?
Have you verified with the ISP that they have the correct MAC and if they can see the MODEM?
You might need to get the cable company to verify the signal strength at the MODEM is sufficient.
Are you directly connected to the MODEM or are you using a router?
Is this the only computer connected?
I assume that an IP address is not being assigned via DHCP.

salmanal 08-28-2009 07:40 PM

Answers
 
The modem is new, it works perfectly with my laptop running 9.04.

I ran isconfig route -n, this is the output:

Destination

169.254.0.0
169.254.0.0
0.0.0.0

Gateway

0.0.0.0
0.0.0.0
0.0.0.0

Genmask

255.255.255.0
255.255.255.0
0.0.0.0

Flags

U
U
U

Metric

0
0
1000

Ref

0
0
0

Use

0
0
0


IFace

0 eth0
0 eth1
0 eth0

I ran DHClient and received ..."No working leases in persistent
database - sleeping."

I've reset the mobo to default settings, but this still is an issue.

Only a 2-year-old box, hope it is not the mobo.....

michaelk 08-28-2009 07:54 PM

Are you using a router? Or connecting the computers one at a time. The typical home cable service only provides one IP address based on the MAC.

salmanal 08-29-2009 07:45 AM

Quote:

Originally Posted by michaelk (Post 3661464)
Are you using a router? Or connecting the computers one at a time. The typical home cable service only provides one IP address based on the MAC.

No, when I switch from the Desktop to the Laptop; I switch the
Ethernet cables.

michaelk 08-29-2009 08:22 AM

The MODEM stores the network adapter's MAC in its volatile memory which is preventing your laptop from connecting and acquiring an IP address. You can configure the laptop with the same MAC as your desktop using the ifconfig command and then run dhclient. As a more permanent method add a hwaddress line to the /etc/network/interfaces file:

http://codeghar.wordpress.com/2008/0...t-mac-address/

Of course you can cycle power on the MODEM which will erase the memory when you switch computers too.

salmanal 08-29-2009 09:40 AM

Whoa! This worked....
 
Quote:

Originally Posted by michaelk (Post 3661913)
The MODEM stores the network adapter's MAC in its volatile memory which is preventing your laptop from connecting and acquiring an IP address. You can configure the laptop with the same MAC as your desktop using the ifconfig command and then run dhclient. As a more permanent method add a hwaddress line to the /etc/network/interfaces file:

http://codeghar.wordpress.com/2008/0...t-mac-address/

Of course you can cycle power on the MODEM which will erase the memory when you switch computers too.

When I lived in Texas, I had the same ISP (Time Warner), but I could
switch PCs on the fly. There was a different Cable Modem there.

When I first connected in my current setup, the Laptop was the
Internet device used. In the temp housing I had when I first
moved to NY, there was a Wireless network setup off the
Roadrunner, but it will cost me less to edit my
/etc/network/interfaces file

Thanks sooo much for the input michealk, and the other contributors....


All times are GMT -5. The time now is 07:13 PM.