Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Computer hangs on "DHCP Broadcasting for IP"

  1. #1
    Junior Member
    Join Date
    Jun 2005
    Posts
    3

    Computer hangs on "DHCP Broadcasting for IP"

    I downloaded (an ISO of) Knoppix 3.9 and burned it, but when I booted the PC I wanted it for, it hung at "Network drive eth0 detected, DHCP broadcasting for IP". I left it alone for 20 minutes, and nothing happened. The burned disc worked fine in another PC I tried it in (connected to the same router).

    (added after trying something) I got it to boot using the Cheat Code nodhcp at the initial boot: prompt, so I guess that makes this whole post moot.

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Computer hangs on "DHCP Broadcasting for IP"

    Quote Originally Posted by SNES350
    I downloaded (an ISO of) Knoppix 3.9 and burned it, but when I booted the PC I wanted it for, it hung at "Network drive eth0 detected, DHCP broadcasting for IP". I left it alone for 20 minutes, and nothing happened. The burned disc worked fine in another PC I tried it in (connected to the same router).

    (added after trying something) I got it to boot using the Cheat Code nodhcp at the initial boot: prompt, so I guess that makes this whole post moot.
    Not really, you would like it to do dhcp properly and have it get the setup from the router.

    Can you do a netcardconfig and get an automatic setup after booting?

    If not, can you do a netcardconfig and manually do the setting and have the card work?

    About the only case of this I remember seeing reported here was someone who was using a router that has a feature that will only let NICs who's MAC address is in a router table have access. And on top of that, for some reason we never resolved, the MAC address was different under Knoppix!!! So you might check if your router has that feature and disable it if it does, at leat long enough to test. What brand router is it anyway? And you are hardwired to that router, not wireless, right?

  3. #3
    Junior Member
    Join Date
    Jun 2005
    Posts
    3

    Re: Computer hangs on "DHCP Broadcasting for IP"

    Quote Originally Posted by Harry Kuhman
    Quote Originally Posted by SNES350
    I downloaded (an ISO of) Knoppix 3.9 and burned it, but when I booted the PC I wanted it for, it hung at "Network drive eth0 detected, DHCP broadcasting for IP". I left it alone for 20 minutes, and nothing happened. The burned disc worked fine in another PC I tried it in (connected to the same router).

    (added after trying something) I got it to boot using the Cheat Code nodhcp at the initial boot: prompt, so I guess that makes this whole post moot.
    Not really, you would like it to do dhcp properly and have it get the setup from the router.

    Can you do a netcardconfig and get an automatic setup after booting?

    If not, can you do a netcardconfig and manually do the setting and have the card work?

    About the only case of this I remember seeing reported here was someone who was using a router that has a feature that will only let NICs who's MAC address is in a router table have access. And on top of that, for some reason we never resolved, the MAC address was different under Knoppix!!! So you might check if your router has that feature and disable it if it does, at leat long enough to test. What brand router is it anyway? And you are hardwired to that router, not wireless, right?
    It hangs if I go to the network card configuartion thing (sorry don't remember exactly what it is) while inside Knoppix as well. All my computer's are connected to a Linksys WRT54GS, which is connected to my DSL modem (is it called a modem?). We have a notebook that is connected via wireless, but the computer in question is hardwired. I tried to manually configure it, but I guess at the last few things, just pointing them to my router, and it couldn't find any websites in Konquerer or Firefox. Right now the computer in question is installing Debian, but there is another computer besides this one (the one I tried after the old computer) I could use with Knoppix.

  4. #4
    Junior Member
    Join Date
    Jul 2005
    Posts
    4
    i am having this same issue, except that:

    1) i'm using Knoppix 4.0 DVD (linuxtag)
    2) it happens on 2 computers
    3) the same kind of NIC is in both machines: DEC DE-500B (21143 chipset)

    is this a known issue with this NIC?

  5. #5
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376
    Quote Originally Posted by NotEmul8d
    i am having this same issue, except that:

    1) i'm using Knoppix 4.0 DVD (linuxtag)
    2) it happens on 2 computers
    3) the same kind of NIC is in both machines: DEC DE-500B (21143 chipset)

    is this a known issue with this NIC?
    I had a similar issue with Knoppix versions that used the 2.6.x kernels. Knoppix would load the wrong module for the NIC. The solution was to unload the wrong module with rmmod, load the correct module with modprobe, and then start pump with 'pump -k ; pump -i eth0'. For me the wrong module was tulip and the correct module was de2104x.

    Post the output of 'lspci' and we might be able to make a guess for you. Otherwise have a look at the available modules in /lib/modules/2.6*/kernel/drivers/net/ and experiment by loading and unloading modules until one works for you.

    Good luck and let us know how things go.

    Regards,
    - Robert
    http://www.cwelug.org/

  6. #6
    Junior Member
    Join Date
    Jun 2005
    Posts
    3
    Quote Originally Posted by rwcitek
    I had a similar issue with Knoppix versions that used the 2.6.x kernels. Knoppix would load the wrong module for the NIC. The solution was to unload the wrong module with rmmod, load the correct module with modprobe, and then start pump with 'pump -k ; pump -i eth0'. For me the wrong module was tulip and the correct module was de2104x.

    Post the output of 'lspci' and we might be able to make a guess for you. Otherwise have a look at the available modules in /lib/modules/2.6*/kernel/drivers/net/ and experiment by loading and unloading modules until one works for you.

    Good luck and let us know how things go.

    Regards,
    - Robert
    http://www.cwelug.org/
    lspci output a bunch of stuff, but for ethernet controller, it output:
    Digital Equipment Corperation DECchip 21142/43 (rev 41)

    (assuming you were also talking to me)

  7. #7
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376
    Quote Originally Posted by SNES350
    lspci output a bunch of stuff, but for ethernet controller, it output:
    Digital Equipment Corperation DECchip 21142/43 (rev 41)
    I'm curious to know what module, if any, Knoppix loaded for your NIC. Please post the output of 'lspci | grep -i decchip' Also, please post the output of 'lsmod'

    Regards,
    - Robert
    http://www.cwelug.org/

  8. #8
    Junior Member
    Join Date
    Jul 2005
    Posts
    4
    lspci | grep -i decchip output (on both of my machines):

    0000:00:0a.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 30)

    in lsmod, it looks like the 'de4x5' driver is loaded.


    also: using the previously posted information, regarding using rmmod to remove the loaded module & modprobe to load in the proper module: i've rmmod'd the de4x5 module, and have tried using both the tulip and the de2104x modules with no success. the positive thing is, the machine doesn't lock up dead when i attempt to use pump on the interfaces.

  9. #9
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376
    Quote Originally Posted by NotEmul8d
    in lsmod, it looks like the 'de4x5' driver is loaded.
    While de4x5 is the correct module for 2.4 kernels, from what I've read, the correct driver for the 2.6 kernel (i.e. knoppix versions 3.8 or later) is tulip. So, type the following as root:
    Code:
    rmmod de4x5
    modprobe tulip
    ifconfig -a
    If you see your network interface, try getting an IP address with this:
    Code:
    pump -k
    pump -i eth0
    Let us know how that goes.

    Regards,
    - Robert
    http://www.cwelug.org/

  10. #10
    Junior Member
    Join Date
    Jul 2005
    Posts
    4
    oops- i spoke too soon in my edit... also: i'm a dumbass.

    i failed to realise that in one of the machines (the one i'm testing this on), there is another nic (on the motherboard), and it comes up as eth0.. so changing to the tulip module and using pump on eth0 wasn't doing any good, as i don't use the on-board nic. using 'pump -i eth1' seemed to do the trick after following your instructions.

    now, the question that remains to me is: why is this nic being seen as de4x5 rather than tulip? it's not *that* big of a deal to manually do this stuff when booting off a cd/dvd, but obviously it'd be nice if one didn't have to jump those hoops!

    thank you very much for the help & responses to get this thing working. now i can really play with this thing!

Page 1 of 2 12 LastLast

Similar Threads

  1. Boot hangs just after "INIT: version 2.78-knoppix"
    By onnrmf in forum General Support
    Replies: 4
    Last Post: 03-18-2009, 02:38 PM
  2. Knoppix 5.0.1 Hangs when "Restoring Session"
    By CarbonFX in forum Laptops
    Replies: 2
    Last Post: 10-28-2006, 11:49 PM
  3. Boot hangs on "Loading linux kernal"
    By jimmyjrosu in forum Hardware & Booting
    Replies: 7
    Last Post: 03-12-2005, 08:26 PM
  4. CD boot hangs on "hde: drive not ready for command"
    By bladeraptor in forum General Support
    Replies: 3
    Last Post: 12-26-2003, 12:11 PM
  5. Create "My Computer" in KDE (easy mode)
    By henrique in forum Customising & Remastering
    Replies: 1
    Last Post: 11-15-2003, 04:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 240GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 240GB SSD 2x 10GBE

$259.00



Super micro Server picture

Super micro Server

$168.00



SuperMicro Rackmount Server w/ 200W PSU -  Read Item description picture

SuperMicro Rackmount Server w/ 200W PSU - Read Item description

$50.00



HPE ProLiant MicroServer Gen10 picture

HPE ProLiant MicroServer Gen10

$420.00



SuperMicro SuperServer 505-2 Intel Atom @.4GHz 8GB w/ Ears 5018A-FTN4 picture

SuperMicro SuperServer 505-2 Intel Atom @.4GHz 8GB w/ Ears 5018A-FTN4

$156.99



HP ProLiant MicroServer Generation 8 Xeon 4gb 4-BAY 2x500GB HDD (included) picture

HP ProLiant MicroServer Generation 8 Xeon 4gb 4-BAY 2x500GB HDD (included)

$200.00



HP ProLiant MicroServer HSTNS-5151 picture

HP ProLiant MicroServer HSTNS-5151

$59.99



Supermicro 1U Server X9SRI-F Xeon E5-2640 v2 2.5Ghz 16-Cores / 64GB / No HDD picture

Supermicro 1U Server X9SRI-F Xeon E5-2640 v2 2.5Ghz 16-Cores / 64GB / No HDD

$149.99



2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL picture

2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL

$299.00