I need to know what hardware I have and if it is working. Specifically,
every time I try to upgrade from 11.10 to 12.04, I lose my internet
connection and have to do a clean install of 11.10 when the connection
magically reappears. I have tried the upgrade page on the Software
Center and the Alternate CD(my computer won't accept the live CD)all the
while trying to select to keep my current settings. My driver is ne2k-
pci which is supposed to work with 12.04. Here is what I have on 11.10
which works  and I forgot to run it when I installed 12.04.

sudo lshw -C network
  *-network               
       description: Ethernet interface
       product: RTL-8029(AS)
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 10
       bus info: pci@0000:00:10.0
       logical name: eth0
       version: 00
       serial: 00:00:e8:e9:6c:29
       width: 32 bits
       clock: 33MHz
       capabilities: ethernet physical
       configuration: broadcast=yes driver=ne2k-pci driverversion=1.03 
ip=192.168.1.91 latency=0 multicast=yes
       resources: irq:10 ioport:d000(size=32)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/368709

Title:
  Wired Network Disconnected after upgrade from Intrepid to Jaunty

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  I'm using a DSL modem connected through an Ethernet port to connect to the 
internet.
  It used to work smoothly with Gutsy, Hardy and Intrepid but it hasn't been 
set up correctly during the upgrade to Jaunty and the automatic installation of 
Network Manager (I didn't use NM with previous versions).

  Initially there were no connections defined in Network Manager and "Wired - 
Device not managed" appeared in gray when right-clicking on the NM-applet icon.
  I tried to solve it by changing managed=false to managed=true in 
/etc/NetworkManager/nm-system-settings.conf
  Thereafter Network Manager automatically detected eth1 and the DSL connection 
but it's still unable to connect; I always receive the message "Wired Network 
disconnected - you're now working offline" on a black background.

  Hereafter some further information:

  sudo lshw -C network
    *-network
         description: Ethernet interface
         product: 3c940 10/100/1000Base-T [Marvell]
         vendor: 3Com Corporation
         physical id: 5
         bus info: pci@0000:02:05.0
         logical name: eth1
         version: 12
         serial: 00:0c:6e:40:4c:04
         size: 10MB/s
         capacity: 1GB/s
         width: 32 bits
         clock: 66MHz
         capabilities: pm vpd bus_master cap_list ethernet physical tp 10bt 
10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
         configuration: autonegotiation=on broadcast=yes driver=skge 
driverversion=1.13 duplex=half firmware=N/A latency=64 link=yes maxlatency=31 
mingnt=23 module=skge multicast=yes port=twisted pair speed=10MB/s
    *-network DISABLED
         description: Ethernet interface
         physical id: 1
         logical name: pan0
         serial: 3a:e1:6c:84:2d:e2
         capabilities: ethernet physical
         configuration: broadcast=yes driver=bridge driverversion=2.3 
firmware=N/A link=yes multicast=yes

  ifconfig
  eth1      Link encap:Ethernet  HWaddr 00:0c:6e:40:4c:04  
            inet6 addr: fe80::20c:6eff:fe40:4c04/64 Scope:Link
            UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
            RX packets:7 errors:0 dropped:0 overruns:0 frame:0
            TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:1000
            RX bytes:458 (458.0 B)  TX bytes:3848 (3.8 KB)
            Interrupt:22

  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:848 errors:0 dropped:0 overruns:0 frame:0
            TX packets:848 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:0
            RX bytes:67488 (67.4 KB)  TX bytes:67488 (67.4 KB)

  dmesg | grep eth
  [    1.739081] Driver 'sd' needs updating - please use bus_type methods
  [    1.739098] Driver 'sr' needs updating - please use bus_type methods
  [    3.818844] skge eth0: addr 00:0c:6e:40:4c:04
  [    9.771834] udev: renamed network interface eth0 to eth1
  [   32.913429] skge eth1: enabling interface
  [   32.917093] ADDRCONF(NETDEV_UP): eth1: link is not ready
  [   35.180253] skge eth1: Link is up at 10 Mbps, half duplex, flow control 
none
  [   35.180454] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  [   45.480009] eth1: no IPv6 routers present

  
  cat /etc/network/interfaces
  auto lo
  iface lo inet loopback

  
  auto dsl-provider
  iface dsl-provider inet ppp
  pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf
  provider dsl-provider

  auto eth1
  iface eth1 inet manual

  
  cat /etc/NetworkManager/nm-system-settings.conf
  [main]
  plugins=ifupdown,keyfile

  [ifupdown]
  managed=true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/368709/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to