Public bug reported:

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: p...@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

** Affects: network-manager (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Wired Network Disconnected after upgrade from Intrepid to Jaunty
https://bugs.launchpad.net/bugs/368709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to