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
  •  


ASUS H170M-PLUS Motherboard M-ATX Intel H170 LGA1151 DDR4 SATA3 HDMI DVI-D VGA picture

ASUS H170M-PLUS Motherboard M-ATX Intel H170 LGA1151 DDR4 SATA3 HDMI DVI-D VGA

$47.99



ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard picture

ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard

$84.99



ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield picture

ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield

$35.69



Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3  picture

Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3

$23.99



MSI PRO Z690-A WiFi ProSeries Intel LGA 1700 DDR5 Wi-Fi 6E ATX Motherboard picture

MSI PRO Z690-A WiFi ProSeries Intel LGA 1700 DDR5 Wi-Fi 6E ATX Motherboard

$84.95



Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk picture

Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk

$40.92



MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard picture

MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard

$96.01



GIGABYTE GA-X99-UD4P MOTHERBOARD, M.2 SATA3, LGA2011-3, DDR4, & I/O Shield picture

GIGABYTE GA-X99-UD4P MOTHERBOARD, M.2 SATA3, LGA2011-3, DDR4, & I/O Shield

$69.99



MSI B450 Gaming Plus Max AM4 AMD ATX Motherboard picture

MSI B450 Gaming Plus Max AM4 AMD ATX Motherboard

$69.00



MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard picture

MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard

$84.96