LAN not working after update

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bishek

LAN not working after update

Post by bishek »

Hi, I'm a new user who is trying to move from Microsoft to free Linux platform. I searched the internet and found that Linux Mint was the best alternative will all the audio video codec right out of the box. I installed it on my system but in another hard disk.
Problem:
When i first connected to the internet it was fine, I use LAN for internet. I even updated it but after I restarted my system my lan connection was gone, it simply said it is not configured. I tried a lot but couldn't find the solution.

Please help.. :(
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
willie42
Level 7
Level 7
Posts: 1970
Joined: Tue Jun 22, 2010 7:52 pm
Location: Oak Ridge, TN USA

Re: LAN not working after update

Post by willie42 »

click on the Network manager and click the eth 0 or eth 1
and if it dont bring you back up then reset the modem/router

if you can boot to a Live CD and see if you can connect to the internet that way.
Comptia A+ Certified Technician
Comptia Network + Certified Technician
You can not have Success without Failures.
bishek

Re: LAN not working after update

Post by bishek »

i can connect to the internet with boot cd, i can even use it after installation but before system update.
I'm not using modem or router, i'm using wireless CPE device. Internet works fine with XP(which is installed in another hard disk).
willie42
Level 7
Level 7
Posts: 1970
Joined: Tue Jun 22, 2010 7:52 pm
Location: Oak Ridge, TN USA

Re: LAN not working after update

Post by willie42 »

what version of Mint are you using?

Code: Select all

inxi -N

Code: Select all

lspci
Post here
Comptia A+ Certified Technician
Comptia Network + Certified Technician
You can not have Success without Failures.
bishek

Re: LAN not working after update

Post by bishek »

inxi -N

[1;34mNetwork: [0;37m [1;34mCard[0;37m Realtek RTL-8139/8139C/8139C+ [1;34mdriver[0;37m 8139too
[0m



lspci

00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)


ifconfig

eth0 Link encap:Ethernet HWaddr 00:19:d1:36:4c:f7
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:23 Base address:0xb800

eth0:avahi Link encap:Ethernet HWaddr 00:19:d1:36:4c:f7
inet addr:169.254.9.97 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:23 Base address:0xb800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:92 errors:0 dropped:0 overruns:0 frame:0
TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5520 (5.5 KB) TX bytes:5520 (5.5 KB)
pompom

Re: LAN not working after update

Post by pompom »

Hi,

Welcome to Linux Mint!

Your inxi -N command did not appear to work correctly, you should get a result something along these lines

Network:

Card-1 Intel 82801DB PRO/100 VE (MOB) Ethernet Controller driver e100
Card-2 Intel PRO/Wireless 2200BG [Calexico2] Network Connection driver ipw2200

It is probably due to the terminal window that you were using to cut and paste the information.

Your connection is not going to work with 169.254.x.x. IP address. This is a default address that is assigned by Windows XP APIPA feature (automatic private network IP addressing). Have you tried renewing DHCP lease? Do you know what should be the IP address range once you are able to connect? You are on a WiFi LAN, who is the administrator for this network? If you are on a University LAN of some type, a lot of places require you to click on a default window in a browser before you are assigned an IP address, this is common practice in WiFi enabled Cafe's and libraries. To renew a lease you can try either of these commands

Code: Select all

sudo /etc/init.d/network restart
sudo network-manager restart
sudo ifconfig (to verify new lease)
With kind regards,

pompom
bishek

Re: LAN not working after update

Post by bishek »

I'm using Linux Mint 9 Isodora

the command : sudo /etc/init.d/network restart
doesn't work, it says "command not found"
same for the command : sudo network-manager restart

If it helps in any way, i had updated my Linux one time and the update was of size about 350 MB.
Locked

Return to “Beginner Questions”