Can't get network running in startup

Hi
I did my first Arch linux installation a few days ago and everything is running well except network. It fails to start in every startup. In /var/log/errors there is an entry:
dhcpcd[179]: timed out waiting for a valid DHCP server response
this comes in every startup.
But when i login and run manually
/etc/rc.d/network start
it starts with no errors.
What should i do to get my network to start automatically?
This is my network part of rc.conf:
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# (prefix a route in ROUTES with a ! to disable it)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Daemons to start at boot-up (in this order)
# (prefix a daemon with a ! to disable it)
DAEMONS=(syslogd klogd !pcmcia network !netfs crond)
JaH

add 3c59x to the MODULES variable in /etc/rc.conf. Then reboot.
This is my /etc/modules.conf
# /etc/modules.conf (for v2.4 kernels)
alias eth0 3c59x
This is my /etc/rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# Localization
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: fount in /usr/share/kbd/consolefonts (only needed for non-us)
# USECOLOR: use ANSI color sequences in startup messages
HARDWARECLOCK="localtime"
TIMEZONE=Europe/Helsinki
KEYMAP=fi-latin1
CONSOLEFONT=lat9-16
USECOLOR="yes"
# Networking
HOSTNAME="sopuli"
# Module to load at boot-up (in this order)
# (prefix a module with a ! to disable it)
MODULES=(!usbserial 3c59x ide-scsi)
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# (prefix an interface in INTERFACES with a ! to disable it)
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# (prefix a route in ROUTES with a ! to disable it)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Daemons to start at boot-up (in this order)
# (prefix a daemon with a ! to disable it)
DAEMONS=(syslogd klogd !pcmcia network !netfs crond)
# End of file
So i have 3c59x module in both files, but still network doesn't start at boot. In /var/log/errors there is this line that comes in every boot:
dhcpcd[195]: timed out waiting for a valid DHCP server response
I just can't figure it out.
JaH

Similar Messages

  • How can I get iTunes running on Windows XP as well as a newer laptop running Windows 7 to both recognize my new iPhone 4S?  It seems to work fine with Win 7 PC so far, but not at all with the XP OS separate laptop.

    How can I get iTunes running on a Windows XP machine as well as, separately on a newer laptop running Windows 7 to both recognize and sync with my new iPhone 4S?  I have different libraries on each machine which I need to sync with the iPhone, both in iTunes.  It seems to be workiing fine on the Windows 7 machine, but not even reconizing the device at all in iTunes on Windows XP.
    Thank you for your assistance.

    Hi turingtest2 - thanks for the reply. As you say It is how it is - and I have three workstations in this home (not counting three for my children and one for the family) and I pretty much always have more than one OS on each - that's how it is for me. I shouldn't have to worry about how many OSs I have (or how often I change them) just to have music while I'm working - through the PC sound system that is. I never have to worry about any other software, only iTunes. Once in a while (in the past) I've made a vendor call if I changed to many things to often (like CPU, GPU, memory, etc - or even a replacement MB) - but that hasn't happened in a couple years (at least since Vista) so I think (hope) they have fixed that for good. And even then it was a quick call and problem resolved. The only (glaring) constant problem is iTunes - limiting my own use of my own music (by counting an OS as a physical PC). Even with VM (which is just another OS) - although you can Attach things to multiple active OSs - it's still your own (purchased) music - and all on one PC. Thanks again!

  • Can't get MDB run-as to work

    I am trying to configure J2EE security on OC4J standalone 10.1.3 for a set of EJBs. I have a stateless session bean that I want to control access to. I have assigned method permissions to it so that only a certain role can access it. I then configured a client with J2EE credentials for a user in that role and remote EBJ lookup/access is working great.
    The problem is that I also have a JMS-based MDB in the same application that needs to access the session bean, but I can't get the run-as declaration to take effect. When the MDB tries to call create() on the session bean's home interface, the following Exception gets thrown:
    ERROR javax.ejb.AccessLocalException: anonymous is not allowed to call this EJB method, check your security settings (method-permission in ejb-jar.xml and security-role-mapping in orion-application.xml).
    Below is the relevant sections from my deployment descriptors, if anybody has any input I'd appreciate it.
    -Patrick
    <!--ejb-jar.xml-->
    <enterprise-beans>
    <session>
    <ejb-name>MyStore</ejb-name>
    <security-role-ref>
    <role-name>MyApplication</role-name>
    <role-link>MyApplication</role-link>
    </security-role-ref>
    <security-identity>
    <use-caller-identity />
    </security-identity>
    </session>
    <message-driven>
    <security-identity>
    <run-as>
    <role-name>MyApplication</role-name>
    </run-as>
    </security-identity>
    </message-driven>
    </enterprise-beans>
    <assembly-descriptor>
    <security-role>
    <role-name>MyApplication</role-name>
    </security-role>
    <method-permission>
    <role-name>MyApplication</role-name>
    <method>
    <ejb-name>MyStore</ejb-name>
    <method-name>*</method-name>
    </method>
    </method-permission>
    </assembly-descriptor>
    <!-- orion-ejb-jar.xml (I've also tried the same security-role-mapping in orion-application.xml -->
    <assembly-descriptor>
    <security-role-mapping name="MyApplication">
    <group name="users" />
    </security-role-mapping>
    </assembly-descriptor>

    Password for what?

  • In LV6.1, can I get the run-time menu refnum of a VI from the VI Path?

    Actually, for any version of LabVIEW, can I get the run-time menu refnum from the VI Path (or the VI reference)?
    Thanks!
    Enrique
    www.vartortech.com

    I just thought of a workaround...you could have a Menu Bar Ref indicator on your main VI front panel.  When your VI runs, you could have the Current VI's Menubar function wire the refnum into that indicator.  Then, in your subVI that has the VI reference, you could use VI Server to read the value of that indicator, then cast the value into a refnum wire, then you'd have access to the menubar reference in the subVI without having to pass it in to a subVI terminal.  Would that work?
    Oh, another simpler idea would be to simply wire the Menubar reference into a global, and read that global in the subVI.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • How can I get network data type

    how can I get network data type: ip, gatway, sub mask, and DNS on the Mac. windwos system and so go on and put cmd ipconfig / all adiquirr how can this data in mac book pro XOS.
    thanks,
    Marcello

    Select  ▹ System Preferences ▹ Network ▹ Advanced ▹ TCP/IP.

  • Can I get Network online shows to play on Apple TV

    Can I get Network online shows to play on Apple TV

    Not directly no. However if they have an enabled app or an enabled website and you have an iPod/iPhone/iPad, you could use Airplay to stream them to the Apple TV.
    Note though, not many that provide content on a computer via the web want you to be able to watch it in comfort on a TV, so there isn't all that many providers that enable Airplay.

  • Help! Can't get network to work

    I have Solaris 10 installed and running smoothly.. except I can NOT get my NIC card working. I swear it's harder to configure networking on Solaris than anything i've ever delt with. I have a 3COM 3C450 PCI NIC card, how do I know if Solaris has the drivers for this card installed, how do I install them, and how do I configure my IP address? I'm definetly not a Unix newbe, I've worked with Irix and AIX for many years, but this is extremely frustrating.
    Thanks

    Hello
    First step:
    Check if the driver is running correctly. Type in "<b>/usr/sbin/prtconf</b>" or "<b>/usr/sbin/prtconf -v</b>".
    This command prints information about all devices in the system and if the device is recognized by a driver or not (a message "Driver not attached" is shown if not). The "-v" variant shows more detailed information (you will get a huge number of lines).
    Second step:
    Find out the name of the network card (example: /dev/hme0). Unlike Linux the ethernet cards do not all have the name /dev/eth* but different types of cards have different names (/dev/le*, /dev/ce*, /dev/hme*, ...).
    Third step:
    Test the card once:
    Type
    <b>ifconfig <i>name</i> plumb</b>
    <i>name</i> is the name of the network card without "/dev/"; example:
    <b>ifconfig hme0 plumb</b>
    The card is recognized as network card by the system. Then type:
    <b>ifconfig <i>name</i> <i>IP_address</i> up</b>
    Example:
    <b>ifconfig hme0 12.34.56.78 up</b>
    The card is assigned an IP address and started.
    Fourth step:
    Installing the card in the configuration files:
    Add an IP address - host name pair for your computer in the /etc/hosts file.
    Then type
    <b>echo <i>my_host_name</i> > /etc/hostname.<i>cardname</i></b>
    Example:
    <b>echo mycomputer > /etc/hostname.hme0</b>
    Then reboot the computer.
    Using DHCP is a bit more complex.
    Martin

  • Tried both ways in the Wiki, still can't get network printing work

    Hi,
    I have tried both the client and server ways following the Wiki, still could not get network printing work.
    For the first way, I tried to put either the host name or the ip address (starting with 192) of the remote printer into /etc/cups/client.conf. But both Okular and Evince failed to see the printer in the dialog.
    For the second way, with cups-browsed running, it only managed to discover printers in my local network (ip starting with 137) which I have no access. I tried to manually add the printer using its ip, but it still did not work.
    What can I do? I have spent hours trying to work it out but failed. I would appreciate a lot your help. Thanks.

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"? Ones with a green checkmark are solved.

  • Can't get networked HP Officejet 5610 to work with MacBook

    Apologies in advance if I'm covering old ground.
    I just upgraded my Deskjet 832C to an Officejet 5610 All-In-One. The printer is connected to a WinXP machine and works without a hitch on three Windows PC's using print sharing. However, I've tried everything and can't get it to work with my MacBook using a wireless connection. The old 832c worked with no problem. In fact, I don't recall ever doing any setup to get it to work; it was just detected on the network and worked without any intervention on my part when I got the MacBook. With the new printer, however, it just won't print. I can go to "add printer" on the Mac and add it with no problem; the computer sees the printer on the mshome network. It's automatically set up as a "generic" printer because I don't see this particular model listed under the HP printers. But when I print, nothing happens. I think it's getting to the printer because I can open up the printer dialogue on the Windows machine and it'll show it's printer something called a "down level document" or something to that effect. But it just hangs up there and never prints. I also can't print anything from any of the Windows PC's while it's hung up on this.
    Any suggestions on what I need to do. The much older 834c worked without me doing anything special, so I can believe a newer model won't work. Thanks in advance for any advice.

    Thanks for the suggestions, but nothing seems to work. I've tried the 900 series driver as suggested, I've set the printer up using both the "default brower" and "ip printer" options, I've gone into Windows and checked the "TCP/IP" box in addition to the USB ports ... nothing makes any difference in the behavior. The Mac seems to be communicating with the PC because in the Windows printer dialogue box, it shows that a "remote downlevel document" is printing, but it hangs there and nothing will happen. I have to restart the Windows PC to clear the print job and can't print from any of the Windows PC's until I clear it.
    Thanks again. I'll keep searching for an answer. Never thought changing to a newer, more up-to-date printer would be this much trouble.

  • How can I get currently running script file path in PS CS (8.x)

    Is it possible to retrieve full file name of my script file in Photoshop CS (8.x)?
    Constructions:
    b ScriptName = $.fileName
    and
    b try { some_error }
    b catch(e) { ScriptName = e.fileName; }
    are not works in Photoshop CS

    Hi Mike,
    Based on your description, we can enable the policy setting to see if it helps:
    Computer Configuration\Administrative Templates\System\Logon\Always wait for the network at computer startup and logon
    Besides, regarding how to assign log on scripts, the following article can be referred to for more information.
    Assign User Logon Scripts
    http://technet.microsoft.com/en-us/library/cc770908.aspx
    Moreover, as Carl suggested, instead of using scripts, we can utilize Group Policy Preferences Dive Maps extension to map drives for users.
    Regarding this point, the following article can also be referred to for more information.
    Drive Maps Extension
    http://technet.microsoft.com/en-us/library/cc731729.aspx
    Configure a Mapped Drive Item
    http://technet.microsoft.com/en-us/library/cc770902.aspx
    Best regards,
    Frank Shen

  • Can't get networking working with RALink 3062 Drivers

    So i installed a core install with wireless-tools, but from here i followed the beginners guide to install networking and can't get it working, I even tried and compile the ra2860 drivers for it, said the compile and install worked but still can't get access to the ra0 interface. Need help

    Deleted
    Last edited by impassive (2011-08-27 15:15:27)

  • My 6101 can't get network's signal faraway from th...

    Hello dears
    I'd like to tell you about a strange problem found in Nokia 6101
    It's about the dealing with network .
    The GSM network is got very well in quarter that I live in Erbil city ( at Ankawa town ).
    But when I go to another quarters in the same city , I find no signal of the same GSM network !
    The coverage network of provider in contain all Iraq .
    Also I tried with another city that deals with the same network provider and not network was in the mobile too !
    When I return to my house in the quarter that I live in , I find the signal is very good !
    I asked the GSM network provider about this problem and they told me that the error is in the mobile !
    I tried another nokia model and I found no problem .
    So what can I do to solve the problem of 6101 ?
    I tried to update it with the net but I couldn't !
    Finally I tried with a sim-card of my friend who deal with the same provider .
    I fount that it failed to get the network also !
    When the owner put his sim-card in his own mobile , he got the signal again very well !
    Even that , another provider signal can be found in everywhere I be in , but I want the provider that I deal with  because I use my 6120 for 3g sim-card.
    Please help me to solve this strange problem .
    Thanks

    Thanks dear kavi6233 for your efforts 
      I know that the model is old . But The older one works well with network .
    I'm here to explain this strange problem .
    The GSM provider says that the problem is in the mobile .
    The Seller says that the problem is from the network provider .
    It no network at all in everywhere , I can say that the error is in the mobile.
    If other models can't get the network , I can say that the error in the network .
    But why no problem in the town I live in , and the error in the cities that I go to ?
    I'm not thinking to change the mobile.
    I'm still looking for the solution.

  • How can I get network connection when booting from usb stick or dvd

    Computer: HP Pavillion P6-2450eo
    Secure Boot disabled
    Legacy Boot enabled
    Thruogh F9 I can boot in uefi mode from DVD and USB stick but I can't get at network connection from the loadet program. I have tried with Ubuntu 13.04, Linux Mint 15 and Boot Repair - all with same result.
    How can I get the programs to boot with network connection?
    On beforehand thanks!
    poul1304
    This question was solved.
    View Solution.

    Please verify that the programs (Ubuntu, Mint, Boot-Repair, etc.) you are attempting to use, support the Atheros AR8161L gigabit ethernet controller natively. Not all operating systems and software programs support every network device and/or configuration otut of the box. Many times, specific drivers must be loaded or injected into the OS for a device to function properly.
    Please send KUDOs
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Can't get to run

    All I need is a method that returns the int instead of void to get to run. There is an error under ALL of the .setSeeds. If I could correct this I could get it to run. Please help.
    import java.util.Random;
    import javax.swing.JOptionPane;
    public class MilkDelivery {
    public static void main(String[] args) {
    int delivery1, delivery2, delivery3, delivery4, delivery5;
    Random eagleID = new Random(900364417);
    delivery1=eagleID.setSeed(900364417);
    delivery2=eagleID.setSeed(900364417);
    delivery3=eagleID.setSeed(900364417);
    delivery4=eagleID.setSeed(900364417);
    delivery5=eagleID.setSeed(900364417);
    long currentTime = System.currentTimeMillis();
    System.out.println("Delivery 1 took " + delivery1 + " minutes");
    System.out.println("Delivery 2 took " + delivery2 + " minutes");
    System.out.println("Delivery 3 took " + delivery3 + " minutes");
    System.out.println("Delivery 4 took " + delivery4 + " minutes");
    System.out.println("Delivery 5 took " + delivery5 + " minutes");
    System.out.println("The system time is " + currentTime);
    int total=delivery1+delivery2+delivery3+delivery4+delivery5;
    JOptionPane.showMessageDialog(null, "The total time is " + total + " minutes");
    }

    Yet another double post.
    What is your f&#117;cking problem pal? Are you too slow to realise that creating multiple posts asking the same thing p&#105;sses people off and you are less likely to get any help?
    Go read the API. Go and read your textbook. Go and read your lecture notes.

  • [SOLVED] Can't get network to work (realtek NIC)

    Hi there!
    I found Arch a couple of weeks ago and I got pretty excited with the possibility of taking my old Athlon 750MHz out of inactivity.
    Unfortunately, I can't seem to get the network to work.
    * I installed the system using Archlinux-i686-2007.08-2.core.iso
    * I have a little router and the machine has static IP
    lspci:
    00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    rc.conf:
    MOD_AUTOLOAD="yes"
    MOD_BLACKLIST=()
    MODULES=(8139cp 8139too mii slhc)
    USELVM="no"
    HOSTNAME="hige"
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.2.103 netmask 255.255.255.0 broadcast 192.168.2.255"
    INTERFACES=(lo eth0)
    gateway="default gw 192.168.2.61"
    ROUTES=(gateway)
    DAEMONS=(syslog-ng network netfs crond)
    I think I got the configuration right, however, I have no eth0 (i.e., ifconfig -a only gives 'lo')
    Not sure if it's relevant, but here's something I found interesting in dmesg:
    8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
    8139cp 0000:00:0a.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
    8139cp 0000:00:0a.0: Try the "8139too" driver instead.
    8139too Fast Ethernet driver 0.9.28
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    PCI: Unable to reserve I/O region #1:100@de00 for device 0000:00:0a.0
    Trying to free nonexistent resource <000000000000de00-000000000000deff>
    Trying to free nonexistent resource <00000000efffff00-00000000efffffff>
    8139too: probe of 0000:00:0a.0 failed with error -16
    And here's a dmesg of an old gentoo instalation that I had in the same computer, but with an old, damaged HDD:
    Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
    Copyright (c) 1999-2006 Intel Corporation.
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
    8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
    8139cp 0000:00:0a.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
    8139cp 0000:00:0a.0: Try the "8139too" driver instead.
    8139too Fast Ethernet driver 0.9.28
    AMD756: dev 10ec:8139, router pirq : 3 get irq : 10
    PCI: setting IRQ 10 as level-triggered
    PCI: Found IRQ 10 for device 0000:00:0a.0
    eth0: RealTek RTL8139 at 0xc8800f00, 00:e0:4d:84:1b:55, IRQ 10
    eth0: Identified 8139 chip type 'RTL-8100B/8139D'
    Am I doing something wrong?
    Any advice would be greatly appreciated!
    edit: changed the subject to [solved]
    Last edited by jorgenmz (2008-04-16 22:39:48)

    The kernel module for
    Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
    is 8139too I think
    So /etc/rc.conf should be like this
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=( 8139too forcedeth sk98lin slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-hwdep snd-$
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    The first one is 8139too, so it will be eth0
    In my example the second one is forcedeth for nvidia ethernet controler, so its going to be eth1
    Don't forget to edit /etc/resolv.conf

Maybe you are looking for

  • 1.4.2_03 SDK install problem (WinXP SP1)

    I just installed j2sdk 1.4.2_03 (freshly downloaded), and installed on my WinXP SP1 laptop. * The install croaked at the point at which it tried to install the standalone JRE (threw up an error dialog, and if you hit OK on that, it exits the install

  • How to setup classpath for the beans?

    My packaged beans reference classes in other jars. Right now I have to set up the classpath in the Windows user variables. I think that is not a good way. Is there a better way to do it? Thanks. Anthony

  • Discount Group and Special Prices

    Hello Everyone I have a scenario where by the discount given in both Discount Group and Special Prices needs to work in conjunction.Now at the moment if i give it in both discount group and Special Prices for BP,only Special Price discount is being p

  • Technical aspects of a background job

    Hi! Can anyone perhaps tell me where I can find documentation on the technical aspects of a background job. For example, I want to know if there are any differences in a database update when running a program in foreground or in background. What abou

  • Handling ALEAUD using BPM

    Hi Gurus, I have a scenario File -> PI -> Idoc (PI and R/3). Here Idoc sent from PI to PI itself and R/3 (6.0 and 3.1i). Once the Idoc received at target systems then all the target systems needs to send ack (status code) back to PI. If the Ack is 51