Find the answer to your Linux question:
Results 1 to 9 of 9
I am trying to install etch on my desktop. After it loads the files it needs off the DVD (before partitioning the drives) it comes up with an error that ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Posts
    95

    Etch Network Install Problem

    I am trying to install etch on my desktop. After it loads the files it needs off the DVD (before partitioning the drives) it comes up with an error that says:

    "An Installation step has failed. You can try to run the failing item again from the menu or skip it and choose something else. The failing step is: Configuring the Network.

    I have tried to run it again from the menu but I get the same thing. Any Advise?

  2. #2
    Linux User Kojak's Avatar
    Join Date
    Apr 2006
    Posts
    421
    Is the download okay?/not currupt/not a bad burn?
    And how about providing us with some information on:
    - the type of network connection that you need to set up?
    - the type of hardware you use?
    Windows free since 2002 | computing since 1984

  3. #3
    Just Joined!
    Join Date
    May 2006
    Posts
    95
    Quote Originally Posted by Kojak
    Is the download okay?/not currupt/not a bad burn?
    And how about providing us with some information on:
    - the type of network connection that you need to set up?
    - the type of hardware you use?
    I told the installer to verify the CD and that all came back ok

    Im trying to set up a network that just connects to a router at connects to a cable modem. Im not trying to create a small network...just need internet.

    The network card is a cheap generic from walmart. The computer is an old Compaq I got 4 years ago with a stock Intel Motherboard, 1.6GHz, 256MB Memory.

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by murph1083
    The network card is a cheap generic from walmart.
    What brand would that be? What model?

    During the installation procedure, when you get the error, you can switch to debugging console with ALT-F4 and then you'll be able to view a more detailed error message.

    You can as well switch to a normal console during install with ALT-F2 or ALT-F3, try
    Code:
    lspci
    to know more about your card.

    Also, you can try an "expert" install instead of the normal "linux" installation (at boot prompt). The "expert" installation will allow you to choose which module you want to load for your card.

    Or you could just complete the installation, and not care about the network problem for now. Once you have a working system, we would be able to help you with that.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  5. #5
    Just Joined!
    Join Date
    May 2006
    Posts
    95
    i got the same error for partitions.

    When i run alt+f4: Warning **: Menu item 'autopartkit' failed

    and for the network install: Warning **: Menu item 'netcfg' failed

    When i tried to check the DVD Integrity it said it was ok...could the discs still be bad?

  6. #6
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    I believe the Sarge installer was working good for you (you had Sarge installed before, right?): why not just use the Sarge installer and then upgrade to Etch? Or just do the Sarge installation in "expert" mode and choose "testing" as the flavor during the installation process?

    Etch installer is a BETA, it might not work too good on your hardware for the moment.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  7. #7
    Just Joined!
    Join Date
    May 2006
    Posts
    95
    Yes, I did have sarge. How do I go about an upgrade?

  8. #8
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by murph1083
    How do I go about an upgrade?
    Change every occurance of "sarge" or "stable" in your /etc/apt/sources.list file to "etch" or "testing", so in the end it looks something like that :

    Quote Originally Posted by /etc/apt/sources.list
    #Local Mirror
    deb ftp://ftp.us.debian.org/debian/ etch main non-free contrib
    #deb-src ftp://ftp.us.debian.org/debian/ etch main non-free contrib

    #Security
    deb http://security.debian.org/ etch/updates main contrib non-free
    #deb-src http://security.debian.org/ etch/updates main contrib non-free

    #Multimedia
    deb http://www.debian-multimedia.org/ etch main
    #deb-src http://www.debian-multimedia.org/ etch main
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  9. #9
    Just Joined!
    Join Date
    Jun 2006
    Posts
    4
    You might try 'install noapic' at the very beginning of the install. The recent Etch seems to need that on older machines and NICs.

    That might help. Or not.

Posting Permissions

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