Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
I've tried to install Debian several times but during one stage of the install it says cannot detect DHCP (or something to that effect), and so I exit the install ...
  1. #1
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102

    Debian and the Internet (Installation Problem)

    I've tried to install Debian several times but during one stage of the install it says cannot detect DHCP (or something to that effect), and so I exit the install because I won't be able to install many 3rd party applications without it. The thing is I'm on Ubuntu now, and I have windows on another partition and both can automatically detect the Internet. Can anyone give me advice on what to do in this situation because I really want to use Debian.
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

  2. #2
    Just Joined! soccercisco's Avatar
    Join Date
    Dec 2006
    Location
    So. Cal
    Posts
    98
    hi,

    try to give us more info to better help you.

    What is your network configuration (e.g., 1 PC and modem...) and hardware (e.g., router, switch), what protocol does your ISP offer, etc.

    Your version of Debian and Kernel you are using are also a must in this type of posts. Let me know if you need help finding out this info.

    Cheers,

  3. #3
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102
    Quote Originally Posted by soccercisco
    hi,

    try to give us more info to better help you.

    What is your network configuration (e.g., 1 PC and modem...) and hardware (e.g., router, switch), what protocol does your ISP offer, etc.

    Your version of Debian and Kernel you are using are also a must in this type of posts. Let me know if you need help finding out this info.

    Cheers,
    I am on a laptop, using LAN. Type of Internet: cable. Debian version is Edgy Etch. My laptop specs are here.

    basically I want Debian to connect (hopefully) automatically with DHCP.

    Is that enough info?

    (P.S. Thanks for this )
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

  4. #4
    Just Joined! soccercisco's Avatar
    Join Date
    Dec 2006
    Location
    So. Cal
    Posts
    98
    Ok. So, are you connecting to the modem provided by the ISP or do you have a router/switch in between?

    Cheers,

  5. #5
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102
    I have a router between.
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

  6. #6
    Just Joined! soccercisco's Avatar
    Join Date
    Dec 2006
    Location
    So. Cal
    Posts
    98
    Well, let's get this started. Since you are able to see the DHCP request but not an offer we can rule out the possibilities of dhcp not being installed or your NIC (Network Interface Card) not being installed.

    Though, to be on the safe side let's try this.

    1) Log on to Debian and type-in the command: "ifconfig -a" and post the output on your reply (however, modify on the reply your WAN IP address for security).

    2) Ping your router by typing "ping XXX.XXX.X.X"

    --No quotes on the commands, and sub the X for the LAN IP of the router.

    3) One thing you can try in the meantime is issuing the same command on Ubuntu (ifconfig -a) and trying to match the output to Debian. Hint: On Debian you can modify the file /etc/network/interfaces with the info from Ubuntu.

    I hope this helps a little bit, with patience you'll see that Debian is a rather nice Distro.

    Cheers,

  7. #7
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102
    Hey, thanks for this btw.

    I've had a bit of a play around with it over the last couple of days loading and formatting etc... When I type 'ifconfig eth0' for both the Ubuntu OS and Debian OS I see a significant difference. So far I have managed to get the IP, mask, gateway and Bcast to be the same on both. The main differences are I have an unknown Link encap: and my HWaddr is some long random string as opposed to --:--:--:--:--:--. I have tried to fix this by typing:

    Code:
    ifconfig eth0 down hw ether --:--:--:--:--:--
    ifconfig eth0 up
    But that hasn't helped. Finally the 3rd line when typed in Ubuntu (or the inet6 addr and Scope) appear to be missing all together.

    This problem is getting rather complicated lol.
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

  8. #8
    Just Joined! soccercisco's Avatar
    Join Date
    Dec 2006
    Location
    So. Cal
    Posts
    98
    are you able to ping the router's LAN IP address from Debian?

  9. #9
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102
    I don't think so but I'll give it a go.
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

  10. #10
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102
    From my previous session I prompted the following:

    Code:
    >ping <my IP>
    ping: unknown host <my IP>
    
    >ifconfig eth0
    Link encap:UNSPEC HWaddr 00-E0-18-00-03-77-B5-7B-00-00-00-00-00-00-00-00
    
    >ifconfig eth0 down
    >ifconfig eth0 hw ether --:--:--:--:--:--
    SIOSCIFITWADDR: Invalid Argument
    >ifconfig eth0 up
    
    >ping <my IP>
    connect: Network is unreachable
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

Page 1 of 2 1 2 LastLast

Posting Permissions

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