[SOLVED] Network won't work after install

Hi
I've installed arch on a lot of different computers without any trouble. But now I'm trying to install it on a intel mini-ITX board with an atom processor and integrated network. When setting up the network during the install it downloads and installs the packages perfectly fine, but when the installation is finished and I reboot into my new system the network wont work.
If I try to ping my gateway at 192.168.1.1 it just says that the network is unreachable.
The ifconfig shows the following for eth0:
Link encap:Ethernet  HWAddr 00:27:0E:05:AC:47
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 overruns:0 frame:0
TX packets:0 errors:0 overruns:0 frame:0
collisions:0 TX bytes:0 (0.0 b)
Interrupt:28 Base address:0xe000
Any ideas what could be wrong?
Thanks
//Lasse
Last edited by Lazze (2010-02-10 14:57:30)

Sorry I've been away for a couple of days, but it's solved now it was something in the hosts file which weren't correct.
Thanks for the reply though!

Similar Messages

  • External keypad won't work after installing OS 7.

    External keypad won't work after installing OS 7. I have a "Zagg" keyboard that won't pair now to OS 7,...Why?

    They do work. I have one and mine is working. Have you tried to reset your iPad? HOlding down teh sleep and home keys until it reboots then try pairing again.
    A slightly more drastic thing is to go into the settings and reset all settings. THe downside, you will need to retweak your device but it can help fix keyboard glitches.

  • Printer won't work after installing mountain lion?

    printer won't work after installing mountain lion?

    Assuming you've first checked Software Update to see if there are any updated drivers and it's still not working, you could try resetting the printing system.
    System Preferences>Print & Scan, Control+Click or Right Click on a printer on the left and select 'reset printing system'. All printers will be deleted and need to be added again.

  • Dvd/cd player won't work after installing windows 8.1

    I recently installed windows 8.1 on my Pavilion All in One Desktop Computer and now the computer won't recognise the DVD/CD player. I have downloaded all current drivers, but still not working. Any ideas?

    Hello Gindel95,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More. I have read your post on how the DVD/CD player will not work after installing Windows 8.1, and I would be happy to assist you! To begin, I will need to ask you a few questions:
    What is the Product and Model Number of your desktop computer?
    What version of Windows did you have installed on your computer before upgrading to 8.1?
    Has your computer completed all of its important Windows Updates?
    In the meantime, I recommend following this document on Download or Update Software and Drivers for HP Computers, which should help configure your DVD / CD drive.
    Please re-post with the results of your troubleshooting, as well as the requested information above. I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • [Solved] Network doesn't work after hibernate?

    Hello!  This is my first legit Linux install so excuse me if I'm a bit slow.  I installed Arch last night and everything went smoothly.  However, after I tested out hibernate on my machine, the network doesn't seem to work.  Just prior to the hibernate, I installed Pidgin and Skype but they worked alright, so I think that the hibernate caused a problem on eth0.
    I have an Asus P8Z68-V Pro motherboard with an Intel 82579V Gigabit Ethernet Controller that's using the e1000e driver.  Running "dmesg | grep e1000e" says that it is up.
    I'm not entirely clear here, but from reading, I think that I have several ways of connecting to the network, including network, dhcpcd, networkmanager, and wicd.  I am using wicd so I did the following (or at least I think I am only using wicd):
    #rc.d stop network
    #rc.d stop dhcpcd
    #rc.d stop networkmanager
    Similarly, I put a ! in front of network in rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="Vicious"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock syslog-ng dbus !network netfs crond wicd)
    Restarting eth0 through wicd-cli still did not work.  I also tried resuscitating the network via instructions on the configure network page before trying to focus solely on wicd.
    I found a few similar problems on the forums by searching "wicd hibernate" and tried several solutions but they did not work.  Several problems seem to be that the network doesn't work after a suspend because I guess the stuff in RAM did not get saved?  But people were able to restart the network by running "/usr/lib/wicd/autoconnect.py" and I wasn't able to get this to work.  As a final effort, I added "resume" into mkinitcpio.conf and placed the machine into sleep again to see if it may magically reset something but of course this did not happen .
    mkinitcpio.conf:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata resume filesystems usbinput"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    Not sure if my fstab.conf is useful but if this has something to do with settings getting "lost" in swap, here it is.  Linux is on an SSD and HDD (sda and sdc) and Windows 7 is on a HDD (sdb).
    fstab.conf:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /tmp tmpfs nodev,nosuid,noatime,size=2000M,mode=1777 0 0
    /dev/sda1 / ext4 defaults,noatime,discard 0 1
    /dev/sda2 /home ext4 defaults,noatime,discard 0 2
    /dev/sdc1 /boot ext4 defaults 0 1
    /dev/sdc2 /var ext4 defaults 0 0
    /dev/sdc3 swap swap defaults 0 0
    /dev/sdc4 /media/data ext4 defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid,size=10G 0 0
    Is wicd causing these problems or did I configure something else improperly?  Would appreciate any help to get eth0 up again!
    Last edited by TheBigCow7 (2011-09-13 17:57:20)

    Ok, I think I've made some progress!  Hibernate definitely affects my network connection.  Could this be a kernel 3.0 problem?
    I noticed that ifconfig showed eth0 without an inet addr, just an inet6 addr for the longest time.  e1000e seemed to be loading up ok.  I'm not certain here, but I think that meant the dhcp settings didn't stick, or something along those lines.
    Trying to use dhcpcd like the instructions here did not work.  By some chance, one attempt did work and while it did, I downloaded and installed dhclient.  After that one successful attempt, renewing the DHCP lease via dhcpcd did not work again.
    Luckily though, I found that running "dhclient eth0" worked.  My DHCP settings seemed to have somehow gotten messed up after my initial, problematic hibernate to the point where none would stick, even after a reboot.  Manually typing in "dhclient eth0" would get eth0 working, so I decided to add it to the bottom of /etc/rc.local, like in the example on the networking page.
    Now, eth0 works after a boot.  However, after the daemons load up during the boot process, my computer takes a long time to get to the login prompt (this is relatively speaking, since I am on a SSD and the boot process used to be blazing fast before).  I'm pretty sure it's because I added "dhclient eth0" to /etc/rc.local.
    I should say that even with these changes, after a hibernate, my eth0 still does not work and if it weren't for the edit to /etc/rc.local, eth0's inet settings would still not stick after a reboot (that is to say, the hibernate does do something to my network settings). 
    Is this the correct/most efficient way to fix my DHCP problem?  Can I fix my "eth0 after hibernate" issue?  Also, can I make my DHCP settings boot up without changes to /etc/rc.local so that I can get a fast boot again (still not sure how it was able to work before without my edit)?

  • Touchscreen and trackpad won't work after installing new OS

    i want to ask why that after i upgraded my os, and during the start up when i have to scroll down the aggrements text  my trackpad and my touchscreen won't work. is that any way to solve this problem? i beg you to answer my question please. i would be very grateful. thanks

    Did you actually upgrade to OS 7.0 or to OS 7.1?
    What OS were you previously on that you want to downgrade to?
    For the application in question, go to Options > Device > Application Management. Find the app and delete it.
    Now, go back to AppWorld and install it again and see if it works correctly.
    For most apps that I know of, if they worked correctly on OS7, they will be fine on OS7.1
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Canon MX 860 scanner won't work after installing Mt Lion

    After upgrading my IMac to Mountain Lion v 10.8 my wireless Canon MX 860 scanner function won't work. The printer works. When I try to start the scanner either from the keyboard or the scanner I get an error message: MP Navigator EXquit unexpectedly.
    I downloaded and reinstalled the scanner driver
    mac-mx860-14_11_4a-ea8_2-1.dmg
    and restarted and it still doesn't work.
    any other suggestions?
    thank you

    You may also need to update MP Navigator to v2.1.3. If you are using an older version then trash that version before installing the latest version.

  • Premiere Pro won't work after installing windows 8.1

    Hi,
    I have recently installed Windows 8.1 on my laptop. After the installation was completed I got an error message when I tried to open Premiere Pro CC. The error message says the program can't start because MSVCP110.dll is missing and that I should reinstall. I don't want to reinstall as I'm worried about losing work. Any help would be much appreciated.

    Hi,
    Firstly I must apologize for not replying to this earlier. I have done as suggested restarting my computer after installing but I still get the same error message.... I know I've left this response very late but any help would be much appreciated.

  • IPhoto won't work after installing iLife '11

    I installed iLife on both my work computer which is a '11 iMac and my personal computer is a '12 MacBook Pro. After installing I can't run iPhoto on either computer? When I try to open it on my computer it gives me a window that says "You can't open the application iPhoto because it may be damaged or incomplete." I've tried running updates and looking on forums that suggest 9.1 update but it will not allow me to upload it, it says I need a previous version? I'm not sure what is going on but it is very frustrating

    Open Finder, go to Applications folder, delete iPhoto and reinstall it again. Finally, open  > Software Update and update iPhoto until you have iPhoto 9.4.1

  • [SOLVED] Network Manager not working after disabling GDM daemon

    Morning All,
      1st post so go easy on me.
    I have recently setup Arch on a Samsung Q320 notebook, using GNOME DE and enabling gdm. Everything is working fine installed network manager no probs it connects to wireless network each time I login, really impressed with the distro. However I have been playing around with it a bit and when a disable the 'gdm' daemon by prefixing it with '!' in /etc/rc.conf, then reboot then login in with username & pw,  and 'startx'  GNOME DE starts fine however network manager fails to start, it is still located in the preferences menu I can open it and see the networks I have created previously however cannot join any of them. Can shed any light on the situation.
    Cheers
    Chris
    Last edited by phatrat (2010-03-12 21:24:49)

    just add in ~/.xinitrc
    exec ck-launch-session gnome-session

  • [SOLVED] Arch won't boot after install - "GRUB" on black screen

    I've installed arch on my 1000H from usb stick using zeneee kernel as described in wiki. Right after install everything was fine - wireless and ethernet were working normally, so i've done reboot.
    Now it shows me black screen with "GRUB" text (sic! not "grub>", no error messages) on it. keyboard is not working.
    I've tried reinstalling completely again - with full repartitioning of HDD and this time without installing eee kernel - just stock kernel26. Everithing went ok, i've checked grub settings and partitions - ok, but after reboot - again "GRUB" and non-working keyboard.
    I'm completely out of ideas.
    EDIT: turns out i misplaced GRUB or something. reinstalled placing GRUB on /dev/sda. works fine now.
    Last edited by glas01 (2008-11-29 12:46:15)

    Have you moved everything from /var to /new_var (i named it for learning purpose)? You shoud copy content from /var but not on the fly but booting from arch iso cd, and than you shoud mount your / into arch-chroot environement, mount all of your mount points and than copy content from default /var to new /var. The copying should be done with this
    cp -rax
    and you can add -v switch to verbose output. I have my own /var moved the same way.
    The simples way is:
    -boot the arch iso cd
    -mount all of your mount point (i created here in this step /new_var to move /var to a new place, and this /new_var i put in /etc/fstab as /var later)
    -copy /var to /new_var with -rax or -vrax (recursive, archive, this filesystem or verbose, recursive, archive, this filesystem switches)
    -umount all of it
    -reboot.
    Last edited by firekage (2015-05-02 07:49:20)

  • My Canoscan 8400F won't work after installing Yosemite

    I updated my IMac to OSX Yosemite 10.10 and now the Canoscan 8400F won't work.The toolbox won't open and none of the buttons will work. I've tried to find a new driver but they aren't making them for this system. Do I have to buy a new scanner?

    I recently upgraded to Yosemite and my Canon LiDE 60 scanner stopped working. It is not on the Canon list of scanners supported by Yosemite. I downloaded and installed the LiDE 60 driver v11.1.3.1 which was the one listed for OSX 10.6, the last OSX version to list a driver. Still no luck. I eventually noticed that I currently have Canoscan Toolbox v 5.0.1.4, presumably updated along the way. Once I downloaded and installed Canoscan Toolbox, v 4.9.3.4, the one also listed for OSX 10.6, things are back to normal. You need the old driver PLUS the older (then current) version of Toolbox. This works for the LiDE 60, but the logic would apply to other older Canon scanners. Good luck.

  • Time Machine won't work after installing Mountain Lion

    After installing Mountain Lion, I am unable to restore a file from time machine. I click on the time machine icon. It shows the bakups, I click on a previous backup but the screen doesn't roll back to the date. It only shows the current files. Example: I am trying to restore an email that was lost. I try to do a restore and it shows emails up to today even though I am asking for a back-up from a month ago.
    Bob

    Sorry, but I'm still not sure what you're seeing.
    Are you starting from Mail, per the blue box in Time Machine - Frequently Asked Question #15?
    Are you trying to restore emails from a mailbox in the "On My Mac" section?
    Do the older backups not appear in the TimeLine at all, or do they appear but are faded-out?
    Posting a screenshot might help.

  • Ipod touch won't work after installing a new app.

    Hi!
    Last night, I decided to install a new "Alarm clock," app and test it out by setting it to ring a minute later- what a BIG mistake, because during the time it was supposed to ring, it made my Ipod touch completely crash instead. For the past few hours all it's been doing is flashing back and forth between my homelock screen (with the "slide to unlock," bar at the bottom) and the Apple logo, with the round 'processing' image infront of it.
    I have tried many different things to get it out of this funk but nothing has worked! I tried resetting the Ipod by holding down the menu and power button, the screen went black temporarily, didn't show the "slide to power off" bar and then just reloaded with the same two flashing images. I tried restoring it, but it wouldn't restore, until I did a special reboot that I read about via online boards- where you have to hold the power + menu buttons for 10 seconds, then release the power button whilst holding just the menu button for 10 seconds- but, whilst the Ipod did go through the whole restoring process thereafter, it didn't manage to sync up.
    Now, not only does my ipod STILL flash back and forth between those two images. I keep getting an error message of (0xE80000001)! I used a different cable to try and sync up, but the blasted thing still won't stop flashing back and forth between those two images, and the ipod is not being recognised by itunes so the ipod keeps beeping, in and out of itunes and won't sync!
    My ipod isn't 'jailbroken,' I haven't touched it's software or altered it in any way, to how it was sold to me. I would've liked to have brought it back the the Apple store to be looked at, but I don't think they'll help me because the top left hand corner of my Ipod is completely missing after my niece dropped it a few months ago- the Ipod still worked (up until I installed the **** alarm app) perfectly well until now!
    Also, I have a mac, so any tips on how to access/help/fix this problem would have to have instructions for a Mac OS not Windows please!
    Many thanks!

    I keep getting an error message of (0xE80000001)!
    Read here.   iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting

  • Some websites won't work after install

    I installed SL on my iMac and for the most part I'm happy with it. I recently purchased Photoshop CS4 upgrade but had issues with it. SL solved all of those problems.
    ...but it created a new problem.
    I cannot go to certain websites after upgrading to SL. Facebook and Twitter for example but there are several others. It states that it cannot find the server.
    I did not install snow on my laptop and I can get to those sites fine on that computer.
    A friend of mine purchased snow and just called me to let me know that he's having the exact same issues.
    Anyone else have these problems? Do you have a solution??
    Thanks

    Hey, my brothers computer is doing some of the same things you guys have going on. For him, he cant login to citizens bank or upload photos on facebook. I have tried it with safari, firefox and opera and still the same results. Every other website works fine for him. As for it being the host site, I have 2 machines myself that have 10.6 on it and they have no problems. If I can ask, how old or new is everyones computer. My thought is that is deals with only certain models, mine are a few years old, and his is new. Another person I know upgraded a new IMac, purchased around the same time as my brothers, and when he installed it gave him and error. Now his Mobile me is screwed up, wont sync, doesnt detect iphone and god knows what else. Has anybody figured out a way yet. Besides trying the browsers, I have cleared caches, did new installs of firefox and opera, and still nothing. Maybe this is Apples version of Microsoft 2000.

Maybe you are looking for