Public bug reported:

I'm using the P5B motherboard with a RTL8111B integrated NIC. Dapper and
Feisty install the kernel module r8169 as the "driver" for the NIC. The
card shows up in both network-manager-gnome and ifconfig, but dhclient
(not the network-manager-gnome or ifup either) doesn't find any
DHCPOFFERS on the network (yes, the network cable is plugged in and
there's a DHCP server on the network (the computer is connected directly
to a combined ADSL modem/network router)):

[EMAIL PROTECTED]:/etc# dhclient eth0
There is already a pid file /var/run/dhclient.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:18:f3:07:77:9f
Sending on   LPF/eth0/00:18:f3:07:77:9f
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

ifconfig output:

[EMAIL PROTECTED]:/etc# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:18:F3:07:77:9F  
          inet6 addr: fe80::218:f3ff:fe07:779f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:18844 (18.4 KiB)
          Interrupt:17 Base address:0xb800 

I also tried compiling and using the r1000 driver instead of the
standard r8169 one, but without luck. dhclient still doesn't find any
DHCPOFFERS.

ifconfig output:

[EMAIL PROTECTED]:/etc# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:18:F3:07:77:9F  
          inet6 addr: fe80::218:f3ff:fe07:779f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:21238 (20.7 KiB)
          Interrupt:17 Base address:0xb800

dmesg | grep eth0:

[EMAIL PROTECTED]:/etc# dmesg | grep eth0
[    3.452266] eth0: RTL8168b/8111b at 0xf8870000, 00:18:f3:07:77:9f, IRQ 17
[   10.208818] r8169: eth0: link down
[   29.600705] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  297.335540] eth0: Identified chip type is 'RTL8168B/8111B'.
[  297.335542] eth0: r10001.05, the Linux device driver for Realtek Ethernet 
Controllers at 0xb800, 00:18:f3:07:77:9f, IRQ 17
[  415.358936] eth0: RTL8168b/8111b at 0xf8cd2000, 00:18:f3:07:77:9f, IRQ 17
[  415.368642] r8169: eth0: link down
[  415.368698] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  467.014731] eth0: Identified chip type is 'RTL8168B/8111B'.
[  467.014734] eth0: r10001.05, the Linux device driver for Realtek Ethernet 
Controllers at 0xb800, 00:18:f3:07:77:9f, IRQ 17
[  820.022919] eth0: RTL8168b/8111b at 0xf8cd2000, 00:18:f3:07:77:9f, IRQ 17
[  820.042959] r8169: eth0: link down
[  820.043056] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  933.781855] eth0: RTL8168b/8111b at 0xf8cd2000, 00:18:f3:07:77:9f, IRQ 17
[  933.800026] r8169: eth0: link down
[  933.800041] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1419.164424] eth0: Identified chip type is 'RTL8168B/8111B'.
[ 1419.164426] eth0: r10001.05, the Linux device driver for Realtek Ethernet 
Controllers at 0xb800, 00:18:f3:07:77:9f, IRQ 17
[ 1429.712131] eth0: no IPv6 routers present
[ 1931.733085] eth0: no IPv6 routers present

dmesg | grep r1000:

[  297.335542] eth0: r10001.05, the Linux device driver for Realtek Ethernet 
Controllers at 0xb800, 00:18:f3:07:77:9f, IRQ 17
[  467.014734] eth0: r10001.05, the Linux device driver for Realtek Ethernet 
Controllers at 0xb800, 00:18:f3:07:77:9f, IRQ 17
[ 1419.164426] eth0: r10001.05, the Linux device driver for Realtek Ethernet 
Controllers at 0xb800, 00:18:f3:07:77:9f, IRQ 17
[ 1428.209608]  [<f8cfd06e>] R1000_READ_GMII_REG+0x1e/0x50 [r1000]
[ 1428.209613]  [<f8cfd19b>] r1000_set_medium+0xfb/0x1c0 [r1000]
[ 1428.209618]  [<f8cfe06b>] r1000_init_one+0x2ab/0xa40 [r1000]
[ 1428.209624]  [<f8cfddc0>] r1000_init_one+0x0/0xa40 [r1000]

dmesg | grep r8169:

[    3.452088] r8169 Gigabit Ethernet driver 2.2LK loaded
[   10.208818] r8169: eth0: link down
[  415.358764] r8169 Gigabit Ethernet driver 2.2LK loaded
[  415.368642] r8169: eth0: link down
[  820.022746] r8169 Gigabit Ethernet driver 2.2LK loaded
[  820.042959] r8169: eth0: link down
[  933.781683] r8169 Gigabit Ethernet driver 2.2LK loaded
[  933.800026] r8169: eth0: link down

ProblemType: Bug
Architecture: i386
Date: Tue Apr  3 13:00:02 2007
DistroRelease: Ubuntu 7.04
Uname: Linux trygve-ubuntu 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC 
2007 i686 GNU/Linux

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

-- 
dhclient doesn't find any DHCPOFFERS
https://bugs.launchpad.net/bugs/102313
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to