Hi community.
I am using laptop HP
model : m530
Processor
Clock Speed: 1.6 GHz
Manufacturer: Intel
Multi-Core Technology
ual-Core
Processor Number: T2050
Type:Core Duo
Networking
Compliant Standards: IEEE 802.11a , IEEE 802.11b , IEEE 802.11g
Data Link Protocol: Ethernet , Fast Ethernet , IEEE 802.11a , IEEE 802.11b , IEEE -802.11g
Type: Network adapter
Wireless NIC: Intel PRO/Wireless 3945ABG
Wireless Protocol: 802.11a/b/g
So, I have problem with eth0 , on Kubuntu 8.10 KDE 4.1 I don't have any problems with network just plug RJ-45 cable into network card and it's is all finish
But on Kubuntu 9.04 "Jaunty" network is down , I don't have access on internet pls can you help me to diagnose problem.Here is my network infos:
	
							
						
					I am using laptop HP
model : m530
Processor
Clock Speed: 1.6 GHz
Manufacturer: Intel
Multi-Core Technology
ual-CoreProcessor Number: T2050
Type:Core Duo
Networking
Compliant Standards: IEEE 802.11a , IEEE 802.11b , IEEE 802.11g
Data Link Protocol: Ethernet , Fast Ethernet , IEEE 802.11a , IEEE 802.11b , IEEE -802.11g
Type: Network adapter
Wireless NIC: Intel PRO/Wireless 3945ABG
Wireless Protocol: 802.11a/b/g
So, I have problem with eth0 , on Kubuntu 8.10 KDE 4.1 I don't have any problems with network just plug RJ-45 cable into network card and it's is all finish

But on Kubuntu 9.04 "Jaunty" network is down , I don't have access on internet pls can you help me to diagnose problem.Here is my network infos:
Code:
	
	apoc@Ragnarok:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01)
02:06.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
02:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile (rev 01)
10:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
--
apoc@Ragnarok:~$ ifconfig
eth0   Link encap:Ethernet HWaddr 00:16:d4:f0:24:a1
     inet addr:192.168.1.65 Bcast:192.168.1.255 Mask:255.255.255.0
     inet6 addr: fe80::216:d4ff:fef0:24a1/64 Scope:Link
     UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
     RX packets:606 errors:0 dropped:0 overruns:0 frame:0
     TX packets:289 errors:0 dropped:0 overruns:0 carrier:0
     collisions:0 txqueuelen:1000
     RX bytes:50283 (50.2 KB) TX bytes:30203 (30.2 KB)
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:176 errors:0 dropped:0 overruns:0 frame:0
     TX packets:176 errors:0 dropped:0 overruns:0 carrier:0
     collisions:0 txqueuelen:0
     RX bytes:12432 (12.4 KB) TX bytes:12432 (12.4 KB)
--
apoc@Ragnarok:~$ lshw -c network
WARNING: you should run this program as super-user.
 *-network DISABLED                
    description: Wireless interface       
    product: PRO/Wireless 3945ABG [Golan] Network Connection
    vendor: Intel Corporation                
    physical id: 0                     
    bus info: pci@0000:10:00.0
    logical name: wmaster0
    version: 02
    serial: 00:1b:77:38:a4:4c
    width: 32 bits
    clock: 33MHz
    capabilities: cap_list logical ethernet physical wireless
    configuration: broadcast=yes driver=iwl3945 latency=0 module=iwl3945 multicast=yes wireless=IEEE 802.11abg
 *-network
    description: Ethernet interface
    product: 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile
    vendor: Intel Corporation
    physical id: 8
    bus info: pci@0000:02:08.0
    logical name: eth0
    version: 01
    serial: 00:16:d4:f0:24:a1
    width: 32 bits
    clock: 33MHz
    capabilities: bus_master cap_list ethernet physical
    configuration: broadcast=yes driver=e100 driverversion=3.5.23-k6-NAPI firmware=N/A ip=192.168.1.65 latency=64 maxlatency=56 mingnt=8 module=e100 multicast=yes
 *-network DISABLED
    description: Ethernet interface
    physical id: 2
    logical name: pan0
    serial: de:89:e0:d2:be:a3
    capabilities: ethernet physical
    configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A multicast=yes

 I don't know why.


Comment