<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fedora Core1: dhcpcd fails to get IP address in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248678#M88375</link>
    <description>Hi all,&lt;BR /&gt;"releases" of fedora are indexed by a couple:&lt;BR /&gt;NumberLetter; eg the first release is 1a, the there are patches/upgrades marked 1b and 1c, so&lt;BR /&gt;fedora 1c is the latest release of Fedora and the kernel is only on of the package.&lt;BR /&gt;&lt;BR /&gt; I Think you can configure yum, upgrade all the  package you need (dhclient ... and maybe the kernel), and then check if errors persist.&lt;BR /&gt;This should be a quick sol.&lt;BR /&gt;&lt;BR /&gt;Peace, R.</description>
    <pubDate>Tue, 20 Apr 2004 03:29:31 GMT</pubDate>
    <dc:creator>Roberto Polli</dc:creator>
    <dc:date>2004-04-20T03:29:31Z</dc:date>
    <item>
      <title>Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248664#M88361</link>
      <description>Greetings&lt;BR /&gt;&lt;BR /&gt;Recently I upgraded from RedHat 2.4.18 to Fedora Core1 (kernel 2.4.22). &lt;BR /&gt;Since then my 2.4.18 kernel still gets IP through DHCP client, but using kernel 2.4.22&lt;BR /&gt;fails to get proper IP through DHCP client. No change in the server.&lt;BR /&gt;I've compiled pcnet32 driver for the new kernel, it loads fine. I&lt;BR /&gt;have link (se below), HW is correct detected (se below), but still dhcpcd&lt;BR /&gt;fails to get IP both on boot and when I try /etc/sysconfig/network-scripts/ifup eth0. &lt;BR /&gt;Here what's in /var/log/messages&lt;BR /&gt;&lt;BR /&gt;Apr 13 15:37:31 rujpc kernel: ip_tables: (C) 2000-2002 Netfilter core team&lt;BR /&gt;Apr 13 15:37:31 rujpc kernel: pcnet32.c:v1.27a 10.02.2002 tsbogend@alpha.franken.de&lt;BR /&gt;Apr 13 15:37:31 rujpc kernel: PCI: Found IRQ 11 for device 00:0e.0&lt;BR /&gt;Apr 13 15:37:31 rujpc kernel: pcnet32: PCnet/FAST+ 79C972 at 0xc400, 00 30 84 6c 64 d3&lt;BR /&gt;Apr 13 15:37:31 rujpc kernel:     tx_start_pt(0x0c00):~220 bytes, BCR18(9861):BurstWrEn BurstRdEn NoUFlow &lt;BR /&gt;Apr 13 15:37:31 rujpc kernel:     SRAMSIZE=0x1700, SRAM_BND=0x0800, assigned IRQ 11.&lt;BR /&gt;Apr 13 15:37:31 rujpc xinetd: xinetd startup succeeded&lt;BR /&gt;Apr 13 15:37:31 rujpc kernel: eth0: registered as PCnet/FAST+ 79C972&lt;BR /&gt;Apr 13 15:37:31 rujpc kernel: pcnet32: 1 cards_found.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Apr 13 16:10:11 rujpc dhcpcd[2238]: timed out waiting for a valid DHCP server response &lt;BR /&gt;Apr 13 16:18:44 rujpc dhcpcd[2300]: timed out waiting for a valid DHCP server response &lt;BR /&gt;&lt;BR /&gt;Exactly same info in /var/log/dhcpd.log&lt;BR /&gt;&lt;BR /&gt;If I try to do this manually&lt;BR /&gt;&lt;BR /&gt;# ifup eth0&lt;BR /&gt;&lt;BR /&gt;Determining IP information for eth0... failed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's my installs&lt;BR /&gt;# rpm -qa|grep -i dhcp&lt;BR /&gt;dhcpcd-1.3.22pl1-7&lt;BR /&gt;dhcp-3.0pl2-6.16&lt;BR /&gt; &lt;BR /&gt;Snip from /etc/sysconfig/hwconf&lt;BR /&gt;class: NETWORK&lt;BR /&gt;bus: PCI&lt;BR /&gt;detached: 0&lt;BR /&gt;device: eth0&lt;BR /&gt;driver: pcnet32&lt;BR /&gt;desc: "Advanced Micro Devices [AMD]|79c970 [PCnet32 LANCE]"&lt;BR /&gt;vendorId: 1022&lt;BR /&gt;deviceId: 2000&lt;BR /&gt;subVendorId: 1259&lt;BR /&gt;subDeviceId: 2450&lt;BR /&gt;pciType: 1&lt;BR /&gt;pcibus:  0&lt;BR /&gt;pcidev:  e&lt;BR /&gt;pcifn:  0&lt;BR /&gt;&lt;BR /&gt;snip from network info&lt;BR /&gt;# ifconfig  -a&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:30:84:6C:64:D3  &lt;BR /&gt;&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000 &lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:4720 (4.6 Kb)&lt;BR /&gt;          Interrupt:11 Base address:0xc400 &lt;BR /&gt;&lt;BR /&gt;lo        Link encap:Local Loopback  &lt;BR /&gt;          inet addr:127.0.0.1  Mask:255.0.0.0&lt;BR /&gt;          UP LOOPBACK RUNNING  MTU:16436  Metric:1&lt;BR /&gt;          RX packets:16 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0 &lt;BR /&gt;          RX bytes:1204 (1.1 Kb)  TX bytes:1204 (1.1 Kb)&lt;BR /&gt;&lt;BR /&gt;# service network status&lt;BR /&gt;Configured devices:&lt;BR /&gt;lo eth0 eth0.FAST_IP&lt;BR /&gt;Currently active devices:&lt;BR /&gt;lo eth0&lt;BR /&gt;&lt;BR /&gt;# mii-tool eth0&lt;BR /&gt;eth0: 10 Mbit, half duplex, link ok&lt;BR /&gt;# ip link show &lt;BR /&gt;1: lo: &lt;LOOPBACK&gt; mtu 16436 qdisc noqueue &lt;BR /&gt;    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;BR /&gt;3: eth0: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast qlen 1000&lt;BR /&gt;    link/ether 00:30:84:6c:64:d3 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's /sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=dhcp&lt;BR /&gt;&lt;BR /&gt;I've run, with debugging on in /etc/syslog.conf,&lt;BR /&gt;# /sbin/dhcpcd -d eth0&lt;BR /&gt;dhcpcd: MAC address = 00:30:84:6c:64:d3&lt;BR /&gt;&lt;BR /&gt;And got in /var/log/dhcpcd.log&lt;BR /&gt;Apr 14 17:24:09 rujpc dhcpcd[2456]: broadcasting DHCP_REQUEST for 192.168.1.102 &lt;BR /&gt;Apr 14 17:25:09 rujpc dhcpcd[2456]: timed out waiting for DHCP_ACK response &lt;BR /&gt;Apr 14 17:25:09 rujpc dhcpcd[2456]: broadcasting DHCP_DISCOVER &lt;BR /&gt;Apr 14 17:26:09 rujpc dhcpcd[2456]: timed out waiting for a valid DHCP server response &lt;BR /&gt;&lt;BR /&gt;Nothing I can make anything out of. I think I have this version &lt;BR /&gt;# strings /sbin/dhcpcd |grep Daemon&lt;BR /&gt;DHCP Client Daemon v.1.3.22-pl1&lt;BR /&gt;&lt;BR /&gt;I'm out of debugging/fixingoptions. Hopefully someone can point &lt;BR /&gt;me in the right direction. What am I missing to get this on the net&lt;BR /&gt;with the 2.4.22 kernel?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Runar JÃ¸rgens&lt;/BROADCAST&gt;&lt;/LOOPBACK&gt;</description>
      <pubDate>Thu, 15 Apr 2004 02:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248664#M88361</guid>
      <dc:creator>Runar Jørgensen</dc:creator>
      <dc:date>2004-04-15T02:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248665#M88362</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you tried stopping firewall ?.&lt;BR /&gt;&lt;BR /&gt;#iptables -F&lt;BR /&gt;&lt;BR /&gt;Give ifup command again. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 05:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248665#M88362</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2004-04-15T05:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248666#M88363</link>
      <description>Hello&lt;BR /&gt;Thnks for the tip. I'm not experienced at all with iptables so this is what I tried.&lt;BR /&gt;&lt;BR /&gt;# iptables -L&lt;BR /&gt;Chain INPUT (policy ACCEPT)&lt;BR /&gt;target     prot opt source               destination         &lt;BR /&gt;&lt;BR /&gt;Chain FORWARD (policy ACCEPT)&lt;BR /&gt;target     prot opt source               destination         &lt;BR /&gt;&lt;BR /&gt;Chain OUTPUT (policy ACCEPT)&lt;BR /&gt;target     prot opt source               destination         &lt;BR /&gt;# iptables -F&lt;BR /&gt;# iptables -L&lt;BR /&gt;Chain INPUT (policy ACCEPT)&lt;BR /&gt;target     prot opt source               destination         &lt;BR /&gt;&lt;BR /&gt;Chain FORWARD (policy ACCEPT)&lt;BR /&gt;target     prot opt source               destination         &lt;BR /&gt;&lt;BR /&gt;Chain OUTPUT (policy ACCEPT)&lt;BR /&gt;target     prot opt source               destination&lt;BR /&gt;&lt;BR /&gt;(Nothing's changed?). Then try to bring the network back up.&lt;BR /&gt;&lt;BR /&gt;# ifup eth0&lt;BR /&gt;&lt;BR /&gt;Determining IP information for eth0... failed.&lt;BR /&gt;&lt;BR /&gt;Unfortunately Still no go. &lt;BR /&gt;Regards,&lt;BR /&gt;Runar JÃ¸rgens</description>
      <pubDate>Thu, 15 Apr 2004 06:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248666#M88363</guid>
      <dc:creator>Runar Jørgensen</dc:creator>
      <dc:date>2004-04-15T06:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248667#M88364</link>
      <description>Can you put another PC on the same HUB with the station trying to get it's IP from DHCP?&lt;BR /&gt;&lt;BR /&gt;If so -open network monitor and that PC and see what's going on.&lt;BR /&gt;Generally to get IP fro mDHCP you should see 4 entries:&lt;BR /&gt;DHCP Discover&lt;BR /&gt;DHCP Offer&lt;BR /&gt;DHCP request&lt;BR /&gt;DHCP ack&lt;BR /&gt;&lt;BR /&gt;Try to see where is the problem&lt;BR /&gt;Best regards</description>
      <pubDate>Thu, 15 Apr 2004 06:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248667#M88364</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-04-15T06:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248668#M88365</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Unfortunately I don't have easy access to another PC nor a hub I can play with. Maybe tomorrow.&lt;BR /&gt;&lt;BR /&gt;However, I did something else. I unplugged fiber to se if I gould get the net up with a dummy IP. Like this.&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth0:&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;IPADDRESS=160.160.1.123&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NAME=eth0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;# service network start&lt;BR /&gt;(All appears OK)&lt;BR /&gt;&lt;BR /&gt;Guess what? Nothing! Not with ifconfig -a at least. No assigned IP address. Could it be something with the driver pcnet32 that I'm using?&lt;BR /&gt;How can I check that this driver is setup correctly?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Runar JÃ¸rgensen</description>
      <pubDate>Thu, 15 Apr 2004 08:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248668#M88365</guid>
      <dc:creator>Runar Jørgensen</dc:creator>
      <dc:date>2004-04-15T08:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248669#M88366</link>
      <description>Firewall seems likely a contributatory cause.&lt;BR /&gt;&lt;BR /&gt;Also, if it works off the network and not on, there could be a conflict with another machine. PErhaps there are not enough dhcp leases on the network.&lt;BR /&gt;&lt;BR /&gt;I think you plan is solid though and await further results.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 Apr 2004 09:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248669#M88366</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-15T09:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248670#M88367</link>
      <description>isn't dhcpcd depreciated already for a long time? 'dhclient' is the prefered dhcp client now afaik.</description>
      <pubDate>Fri, 16 Apr 2004 00:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248670#M88367</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-04-16T00:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248671#M88368</link>
      <description>Correct Dirk,&lt;BR /&gt;&lt;BR /&gt;and dhcpcd is not part of fedora, but dhclient is. dhcpcd must be remains from the old RedHat.&lt;BR /&gt;&lt;BR /&gt;I think you need to uninstall dhcpcd, and install dhclient from fedora distro. &lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Apr 2004 02:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248671#M88368</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2004-04-16T02:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248672#M88369</link>
      <description>Hello y'all&lt;BR /&gt;&lt;BR /&gt;Thanks for all your suggestions. The tip on iptables helped me to get&lt;BR /&gt;CUPS going again yesterday. Only to discover today when I rebooted into&lt;BR /&gt;kernel 2.4.22 that the problem still persisted. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I followed up your suggestions regarding iptables. Actually when I had&lt;BR /&gt;a look yesterday I had both ipchains and iptables active at levels 2&lt;BR /&gt;through 5. I removed the ipchain packages and have now&lt;BR /&gt;&lt;BR /&gt;# /sbin/service iptables status&lt;BR /&gt;Firewall is stopped.&lt;BR /&gt;# chkconfig --list iptables&lt;BR /&gt;iptables        0:off   1:off   2:off   3:off   4:off   5:off   6:off&lt;BR /&gt;&lt;BR /&gt;I'm unfortunately not able to test against another PC and a HUB. I have&lt;BR /&gt;to see if I can fix this without.&lt;BR /&gt;&lt;BR /&gt;I installed dhclient-3.0.1rc12-4. The 2.4.18 kernel still gets it&lt;BR /&gt;network info perfectly using dhclient, however the 2.4.22 kernel is still a&lt;BR /&gt;dud. I've got some info in /var/log/messages though. &lt;BR /&gt;&lt;BR /&gt;Apr 16 11:03:03 rujpc kernel: ip_tables: (C) 2000-2002 Netfilter core team&lt;BR /&gt;Apr 16 11:03:04 rujpc dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7&lt;BR /&gt;Apr 16 11:03:11 rujpc dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15&lt;BR /&gt;Apr 16 11:03:26 rujpc dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8&lt;BR /&gt;Apr 16 11:03:34 rujpc dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8&lt;BR /&gt;Apr 16 11:03:42 rujpc dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9&lt;BR /&gt;Apr 16 11:03:51 rujpc dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13&lt;BR /&gt;Apr 16 11:04:04 rujpc dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1&lt;BR /&gt;Apr 16 11:04:05 rujpc dhclient: No DHCPOFFERS received.&lt;BR /&gt;&lt;BR /&gt;I'm curious. Can this be a faulty configured kernel problem or a faulty&lt;BR /&gt;confgiured/compiled pcnet32 driver or something else?&lt;BR /&gt;&lt;BR /&gt;Thanks for all your suggestions. Keep them coming.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Runar JÃ¸rgens</description>
      <pubDate>Fri, 16 Apr 2004 07:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248672#M88369</guid>
      <dc:creator>Runar Jørgensen</dc:creator>
      <dc:date>2004-04-16T07:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248673#M88370</link>
      <description>Is the mii-tool output matching what you're expecting?  And are you using autonegotiation or forcing the speed and duplex of the NIC?  I have seen this sort of behaviour from DHCP before when I have had mismatched speed/duplex settings (ie, one side is autonegotiating and the other is not).  Can you also try giving it an IP manually and making sure that network traffic works that way, just to be sure the physical layer (hardware, cables) is good?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Apr 2004 08:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248673#M88370</guid>
      <dc:creator>Greg Wojtak</dc:creator>
      <dc:date>2004-04-16T08:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248674#M88371</link>
      <description>Did you check on internet if that kernel is ok? I'm not sure but i read somewhere that on fedora core 1.a some packages are faulty.&lt;BR /&gt;Try to get kernel from fedora core 1.c...&lt;BR /&gt;Maybe it helps.&lt;BR /&gt;&lt;BR /&gt;Peace, R.</description>
      <pubDate>Mon, 19 Apr 2004 04:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248674#M88371</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-19T04:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248675#M88372</link>
      <description>Hi Runar,&lt;BR /&gt;&lt;BR /&gt;Three things I'd try in addition to the other suggestions:&lt;BR /&gt;1. Check that your modules are loaded correctly, do a lsmod under your old kernel, and check that they are still running with your new kernel (this sound like it's alright though, but you could be running a different module).&lt;BR /&gt;2. Check the startup parameters for your module in /etc/modules.conf, and try a couple of different options (make sure that the path is correct). &lt;BR /&gt;3. Check your routing table to see if your traffic is send somewhere.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Mon, 19 Apr 2004 06:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248675#M88372</guid>
      <dc:creator>Robert Binkhorst</dc:creator>
      <dc:date>2004-04-19T06:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248676#M88373</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Sorry for the delay. &lt;BR /&gt;&lt;BR /&gt;Let me start of with the reply to the output of mii-tool. I have no reason to suspect the output to be wrong.&lt;BR /&gt;# mii-tool -v eth0&lt;BR /&gt;eth0: 10 Mbit, half duplex, link ok&lt;BR /&gt;  product info: AdHoc AH101LF rev 11&lt;BR /&gt;  basic mode:   10 Mbit, half duplex&lt;BR /&gt;  basic status: link ok&lt;BR /&gt;  capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD&lt;BR /&gt;  advertising:  100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD&lt;BR /&gt;&lt;BR /&gt;Am I forcing speed or autonegotiating. Ooops! I don't know. How can I check that?&lt;BR /&gt;&lt;BR /&gt;I have earlier tried to set an IP manually, using ifcfg-eth0 file. (ref. earier in the log.)  &lt;BR /&gt;&lt;BR /&gt;About the kernel source: I'm not familiar with the terms fedora Core 1a and c. What I have is &lt;BR /&gt;&lt;BR /&gt;kernel-utils-2.4-9.1.101.fedora&lt;BR /&gt;kernel-source-2.4.22-1.2115.nptl&lt;BR /&gt;kernel-2.4.22-1.2115.nptl&lt;BR /&gt;kernel-smp-2.4.22-1.2115.nptl&lt;BR /&gt;&lt;BR /&gt;The things with modules is interessting. I'm sure lsmod gives same output. I also realize that some work needs to be done in /etc/modules.conf&lt;BR /&gt;&lt;BR /&gt;This is what I have on my current driver:&lt;BR /&gt;&lt;BR /&gt;alias eth0 pcnet32&lt;BR /&gt;&lt;BR /&gt;No options. this seems to suffice for 2.4.18-kernel. &lt;BR /&gt;&lt;BR /&gt;However, there is one issue here. &lt;BR /&gt;The stock pcnet32.c (ver. pcnet32.c:v1.25kf 26.9.1999 tsbogend@alpha.franken.dec) &lt;BR /&gt;did not support the use of fiber. The source was patched to support fiber. The current version is &lt;BR /&gt; #define DRV_NAME        "pcnet32"&lt;BR /&gt;#define DRV_VERSION     "1.27a"&lt;BR /&gt;#define DRV_RELDATE     "10.02.2002"&lt;BR /&gt;&lt;BR /&gt;From the changelog in the source I can't see if the fiber patch is included. Anyone know if there is a patch for the use of fiber. I found the patch at &lt;BR /&gt;&lt;A href="http://www.lustt.org/projects.shtml," target="_blank"&gt;http://www.lustt.org/projects.shtml,&lt;/A&gt; but this site is down. &lt;BR /&gt;&lt;BR /&gt;I don't have access to a mediaconverter at the moment, so I need this to work on fiber.</description>
      <pubDate>Mon, 19 Apr 2004 10:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248676#M88373</guid>
      <dc:creator>Runar Jørgensen</dc:creator>
      <dc:date>2004-04-19T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248677#M88374</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;looks like a known bug to me. Check&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=85537" target="_blank"&gt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=85537&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for details.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 19 Apr 2004 16:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248677#M88374</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-19T16:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248678#M88375</link>
      <description>Hi all,&lt;BR /&gt;"releases" of fedora are indexed by a couple:&lt;BR /&gt;NumberLetter; eg the first release is 1a, the there are patches/upgrades marked 1b and 1c, so&lt;BR /&gt;fedora 1c is the latest release of Fedora and the kernel is only on of the package.&lt;BR /&gt;&lt;BR /&gt; I Think you can configure yum, upgrade all the  package you need (dhclient ... and maybe the kernel), and then check if errors persist.&lt;BR /&gt;This should be a quick sol.&lt;BR /&gt;&lt;BR /&gt;Peace, R.</description>
      <pubDate>Tue, 20 Apr 2004 03:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248678#M88375</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-20T03:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248679#M88376</link>
      <description>Hello y'all&lt;BR /&gt;&lt;BR /&gt;The 85537-bug at RedHat is known, I do agree. Some time ago I read through that bug and there are two main diffreneces. &lt;BR /&gt;&lt;BR /&gt;With the 2.4.22 kernel I do get suspected info from both ethtool and mii-tool, but not when I'm using the 2.4.18 kernel (mii-tool crashes as reported in the bug, and ethtool reports "no available info"), but I do manage to negotiate an IP form the DHCP server with the 2.4.18 kernel. &lt;BR /&gt;&lt;BR /&gt;The second main point of difference is that I'm not able to negotiate an IP nor can I establish a manual IP adress with the 2.4.22 kernel. So, I'm sorry to say that I don't think the bug #85537 applies to my case. &lt;BR /&gt;&lt;BR /&gt;But thanks for the hint though.&lt;BR /&gt;&lt;BR /&gt;About yum, I've tried up2date and it seems to work, I haven't tried yum. Doesn't seem to be installed on my system. &lt;BR /&gt;&lt;BR /&gt;I had a look at the options list for pcnet32.c&lt;BR /&gt;&lt;BR /&gt;/*&lt;BR /&gt; * table to translate option values from tulip&lt;BR /&gt; * to internal options&lt;BR /&gt; */&lt;BR /&gt;static unsigned char options_mapping[] = {&lt;BR /&gt;    PCNET32_PORT_ASEL,                     /*  0 Auto-select      */&lt;BR /&gt;    PCNET32_PORT_AUI,                      /*  1 BNC/AUI          */&lt;BR /&gt;    PCNET32_PORT_AUI,                      /*  2 AUI/BNC          */ &lt;BR /&gt;    PCNET32_PORT_ASEL,                     /*  3 not supported    */&lt;BR /&gt;    PCNET32_PORT_10BT | PCNET32_PORT_FD,   /*  4 10baseT-FD       */&lt;BR /&gt;    PCNET32_PORT_ASEL,                     /*  5 not supported    */&lt;BR /&gt;    PCNET32_PORT_ASEL,                     /*  6 not supported    */&lt;BR /&gt;    PCNET32_PORT_ASEL,                     /*  7 not supported    */&lt;BR /&gt;    PCNET32_PORT_ASEL,                     /*  8 not supported    */&lt;BR /&gt;    PCNET32_PORT_MII,                      /*  9 MII 10baseT      */&lt;BR /&gt;    PCNET32_PORT_MII | PCNET32_PORT_FD,    /* 10 MII 10baseT-FD   */&lt;BR /&gt;    PCNET32_PORT_MII,                      /* 11 MII (autosel)    */&lt;BR /&gt;    PCNET32_PORT_10BT,                     /* 12 10BaseT          */&lt;BR /&gt;    PCNET32_PORT_MII | PCNET32_PORT_100,   /* 13 MII 100BaseTx    */&lt;BR /&gt;    PCNET32_PORT_MII | PCNET32_PORT_100 | PCNET32_PORT_FD, /* 14 MII 100BaseTx-FD */&lt;BR /&gt;    PCNET32_PORT_ASEL                      /* 15 not supported    */&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;I was hoping to find an debugging option which was available in the older version. Is there anyone that recognizes any other of these options that I can use. It would be useful to see in more detail what the driver is actually doing.&lt;BR /&gt; &lt;BR /&gt;Should I report a bug regarding the fiber connector not working? Where?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Runar JÃ¸rgense</description>
      <pubDate>Tue, 20 Apr 2004 09:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248679#M88376</guid>
      <dc:creator>Runar Jørgensen</dc:creator>
      <dc:date>2004-04-20T09:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248680#M88377</link>
      <description>reporting bugs:&lt;BR /&gt;try &lt;BR /&gt;google: bugzilla fedora redhat&lt;BR /&gt;Pax,r</description>
      <pubDate>Wed, 05 May 2004 08:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248680#M88377</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-05T08:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248681#M88378</link>
      <description>I have a similar problem in Fedora 2.&lt;BR /&gt;Everything works fine with the Fedora 1.90(FC2 test 1). The system is unable to determine IP......</description>
      <pubDate>Tue, 18 May 2004 21:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248681#M88378</guid>
      <dc:creator>mounterriver</dc:creator>
      <dc:date>2004-05-18T21:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248682#M88379</link>
      <description>someone say that there is a bug in the kuzdu. I &lt;BR /&gt;stopped kuzdu during startup and it works.</description>
      <pubDate>Sat, 22 May 2004 02:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248682#M88379</guid>
      <dc:creator>mounterriver</dc:creator>
      <dc:date>2004-05-22T02:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora Core1: dhcpcd fails to get IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248683#M88380</link>
      <description>Greetings.&lt;BR /&gt;&lt;BR /&gt;I'm really pleased that observations and proposals still are being submitted to this thread.&lt;BR /&gt; &lt;BR /&gt;Mounterriver: Bug in kudzu you say. Hmm....&lt;BR /&gt;What version of kudzu do you use I'm using: &lt;BR /&gt;&lt;BR /&gt;$ rpm -q kudzu&lt;BR /&gt;kudzu-1.1.36.1-1&lt;BR /&gt;&lt;BR /&gt;Wouldn't a bug in kudzu also affect my&lt;BR /&gt;2.4.18 kernel?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Runar Joergensen</description>
      <pubDate>Mon, 24 May 2004 10:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-core1-dhcpcd-fails-to-get-ip-address/m-p/3248683#M88380</guid>
      <dc:creator>Runar Jørgensen</dc:creator>
      <dc:date>2004-05-24T10:59:22Z</dc:date>
    </item>
  </channel>
</rss>

