Eth0 missing, Xorg won't start, and removable media problems

When I got back from vacation last night, I turned on my computer and several problems arose. I tried starting X with startx like I usually do but it wouldn't come up. I tried opening elinks to google the problem only to find that the internet wouldn't work. A quick ifconfig showed that eth0 was missing.
I googled the problem with my netbook and found this thread. It sounds like the OP couldn't see eth0 right after he installed Arch Linux, but eth0 worked fine for me about 10 days ago. Also, my motherboard is an Asus M2A-VM rather than a P8P67. Nonetheless, I copied the driver he linked to to a flash drive. But when I plugged the flash drive into my desktop, it didn't show up in /dev/. In fact only two of the thee hard drives I have installed showed up. The two that show up are SATA and the one that doesn't is an IDE. Not to mention the flash drive that didn't show up.
For further testing I booted an old Ubuntu Jaunty live CD I found laying around. In Ubuntu eth0 does show up. As for the hard drives, it looks the same as it does in Arch Linux.
I think I may possibly have a bad motherboard due to devices not showing up in /dev/, but I want to be completely sure. I want to get a new computer either way but for now I want to focus on at least getting eth0 and X working again. Any ideas on how I can get that driver over to my desktop or how I can get X started?

No, I didn't follow the beginners install guide. I just installed Arch Linux then installed the packages that I wanted.
Here is my /etc/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.
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# 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
# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="America/Denver"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
VERBOSE="3"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
MOD_AUTOLOAD="yes"
MODULES=(fuse usblp)
# 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="rockstar"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
#eth0="dhcp"
#INTERFACES=(eth0)
eth0="eth0 192.168.1.103 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#gateway="default gw 192.168.0.1"
#ROUTES=(!gateway)
ROUTES=(gateway)
gateway="default gw 192.168.1.1"
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these network profiles at boot-up. These are only useful
# if you happen to need 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 now 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 network netfs crond dbus mpd sshd cups avahi-daemon)
And the sound works so I guess I don't need a sound module? Well, it did before I left for vacation.
Last edited by resuni (2011-08-08 04:04:05)

Similar Messages

  • TS1717 My iTunes won't start and receive "The program can't start because MSVCR80.dll is missing from your computer

    My iTunes won't start and receive "The program can't start because MSVCR80.dll is missing from your computer. 

    Check out the user tip below.
    https://discussions.apple.com/docs/DOC-6562

  • SP1 for Exchange 2013 install fails with ECP virtual directory issues and now transport service won't start and mail is unavailable

    SP1 for Exchange 2013 install failed on me with ECP virtual directory issues:
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ecp (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The virtual directory 'ecp' already exists under 'server/name'.
    Parameter name: VirtualDirectoryName".
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ECP (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The operation couldn't be performed because object 'server\ECP (name)' couldn't be found on 'DC0xx.domain.com'.".
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ECP (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The operation couldn't be performed because object 'server\ECP (name)' couldn't be found on 'DC0xx.domain.com'.".
    !! And now transport service won't start and mail is unavailable !!
    Any help would be appreciated.
    I have removed the ecp site from default site and attempting to rerun SP1 now. I do not have high hopes. :(

    Hi,
    Thanks for your response.
    From the error description, you need to manually remove the ECP with IIS manager in both the Default Web Site and the Exchange Back End firstly. And then continue the upgrade to check the result.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • I've updated to yosemite from Mavericks, but since i can't connect to the internet I used my time machine back up which was march 2013. Now my macbook pro won't start and ends with a prohibited ted sign. Any suggestions pls.

    I've updated to yosemite from Mavericks, but since i can't connect to the internet I used my time machine back up which was march 2013. Now my macbook pro won't start and ends with a prohibted sign. Any suggestions pls.

    Install or Reinstall Yosemite, Mavericks, Mountain Lion, or Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • ITunes won't start and asks to reinstall after iTunes10 update.

    iTunes won't start and asks to reinstall after iTunes10 update. I have tries reinstalling, but it comes up with it again. I have uninstalled every Apple program and reinstalled them but still the same.

    What's the precise text of your message, Callum? There's a few different ones I can think of that mention reinstalling iTunes.

  • Mac book pro 17 inch won't start and it beep

    mac book pro 17 inch and it won't start and it beep

    It will make it easier to help you w/ your problem to know the exact model, size, year built, RAM installed and OS you're running. A little history will also help.
    "it beep"
    If it's 3 beeps that's usually a RAM problem.

  • Cs3 won't start and hand on "reading preferences"

    Hello
    All of a sudden my photoshop won't start and hang on the splash screen " the last message is "reading preferences"
    I Run WINXP service pack2.
    Photoshop version is 10.0.1
    I rebooted did everything (without re-installing)
    Is there a way to get out of this ?
    Bruno

    You could try resetting your preferences as described in the FAQ.
    http://www.adobeforums.com/webx/.ef4a07f/1
    You either have to physically delete (or rename) the preference files or, if using the Alt, Ctrl, and Shift method, be sure that you get a confirmation dialog.
    This resets all settings in Photoshop to factory defaults.
    A complete uninstall/re-install will not affect the preferences and a corrupt file there may be causing the problem.

  • My mac air hS stopped working suddenly it won't start and just beeps

    My mac air hS stopped working suddenly it won't start and just beeps

    Hi Anjinbombay,
    If your MacBook Air won't start up, you may find the following articles helpful:
    Apple Support: My computer won't turn on
    http://support.apple.com/kb/TS1367
    OS X Lion: If you hear beeps when your computer starts up
    http://support.apple.com/kb/PH4376
    Regards,
    - Brenden

  • There's an "updated.app" laying in Firefox package. Since firefox won't start and "updated.app" will, is it safe to replace firefox package with it?

    After last update to last version, FF was running fine before a hardware restart.
    Since then it won't start and profile manager either. No error message pops up and console window doesn't trace any event.
    firefox package contents an "updated" package likely created by last update.
    Will i loose my settings or run into any kind of problem by replacing firefox's package with the so called "updated" one?

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • POA Won't Start After Removing Storage Area

    I setup a test library and in that, setup a test document storage area. When using the client I was unable to make any files in the library. I turned off the storage area and selected the post office option. Then I could upload and create files.
    Seeing as I need storage areas I went and deleted the library and created a different one and ran into the same issue. So I deleted that library as well and then fully shutdown groupwise and restarted.
    Upon restarting the POA is the only agent that won't start.
    There are no logs so I went to the agent/bin directory and ran:
    ./gwpoa -home /our/poa/home/dir
    This gives me the following error:
    Machine class not defined in area definition (C06B).
    The only way to start the POA is with ./gwpoa /noconfig -home /our/poa/home/dir
    Hopefully I'm just missing something here. Although I deleted those libraries, they're still showing up in the client but not console1. They also show as having files in them now (guessing residing in the po). I've since run several gwchecks and created a new library with a storage area. That library actually works proper.
    With that said, why do I still get this error when starting the poa, how do I remove those ghost libraries (or make console1 see them), and should I be worried that I'm running the poa with /noconfig?

    Have you checked TID 10099631?
    Also check Novell Doc: GroupWise 7 Troubleshooting 1: Error Messages - C06x Errors
    PS: If you know the names those two libraries used to have what you can try is creating them again in ConsoleOne using their names, remove the documents on them and cleanly deleting them afterwards.
    Hope it helps.
    Roberto.
    Originally Posted by bluecc
    So I performed all the possible maintenance tasks on the Post Office and it came back finding one of the old libraries and deleting it. However, it still shows two of the other old libraries (which stored to the POA) in the logs as valid. These libraries are not visible anywhere else (ConsoleOne, GW client, etc.).
    So although all GW checks comeback clean now, the POA still will not start with the same error of:
    Machine class not defined in area definition (C06B).
    Is there any other way of manually telling the POA that those 2 libraries don't exist? Is there anyway to remove the references to those libraries or the documents they may have that it keeps finding?
    Thanks,
    Arthur-

  • Mozilla won't start after removing calendar

    Hello,
    I have mozilla 1.7 and I installed the calendar XPI on it as root adn it worked as a user as well...
    it was nice but I decided I don't want it anyome and "uninstalled" it like they said in the site :
         Delete  <appdir>/chrome/calendar.jar
        Delete <appdir>/chrome/chrome.rdf
        Delete <appdir>/components/xpical.dll (on windows)
        Delete <appdir>/components/libxpical.so (on linux)
        Delete <appdir>/components/calendar.xpt
    when <appdir> will be : /opt/mozilla/lib/mozilla-1.7
    now mozilla won't start neither as root nor user...
    I removed mozilla and reinstalled it with pacman and it still doesn't work. I deleted all the mozilla directories from /root and it doesn't help...
    anyone has any ideas?
    Thanks,
    Grey

    it doesn't say anything....
    it seems like it's running, I don't get an error or even a new line
    if I do 'ps -A'
    I can see running
    mozilla
    run-mozilla.sh
    mozilla-bin
    mozilla-bin
    mozilla-bin
    mozilla-bin
    but nothing happens...
    I tried reinstalling the mozilla-common... but that didn't help as well...
    for now I have firefox installed so I can browse... but all my mail was in mozilla...

  • Qosmio X500 won't start and the power LED is blinks every 5 seconds

    Hi,
    I need help my X500 won't start now. I tried to start the NB as usual and suddenly the X500 wont boot or even power up.
    If I press power button it doesnt make any sound, the power LED on button and the second power LED just bliks once and turns of, and keep blinking every 5 seconds.
    I tried to:
    * remove battery and power up with AC only
    * power with battery only
    * remove battery hold power button for 30 seconds and more athen power with AC only, battery only
    but it didn't helped.
    I checked the AC & Battery LEDs, but they are not flashing, they are just RED, so there is not proble in battery or AC.
    Any idea where could be the problem?
    Thanks for help
    Frantisek

    > {quote:title=FrankieCz wrote:}{quote}
    > Hi,
    > I need help my X500 won't start now. I tried to start the NB as usual and suddenly the X500 wont boot or even power up.
    >
    > If I press power button it doesnt make any sound, the power LED on button and the second power LED just bliks once and turns of, and keep blinking every 5 seconds.
    >
    > I tried to:
    > * remove battery and power up with AC only
    > * power with battery only
    > * remove battery hold power button for 30 seconds and more athen power with AC only, battery only
    >
    > but it didn't helped.
    >
    > I checked the AC & Battery LEDs, but they are not flashing, they are just RED, so there is not proble in battery or AC.
    >
    > Any idea where could be the problem?
    >
    > Thanks for help
    > Frantisek
    hello FrankieCz
    i have similar problem with my laptop
    how do you solve it

  • Slideshow won't start and / or slide order is wrong

    I have multiple slideshows that I created in iPhoto'09. After I "upgraded" to iPhoto'11- some of my slideshows won't open. When I click on them I get the rainbow pinwheel of doom and need to force quit out of iPhoto. Other slideshows the slide order is completely wrong. I even went in and deleted my photos and replaced them and even then a few days later and they are all mixed up again.
    I tried rebuilding my library already and that did not seem to work. I am even unable to delete my slideshows-as when I select the slideshow I get the pinwheel of doom again.
    Arrghhhh- Have to say very disappointed in Apple on this one- overall iPhoto'11 has been completely unstable- this feels like something Microsoft would pull off.

    > {quote:title=FrankieCz wrote:}{quote}
    > Hi,
    > I need help my X500 won't start now. I tried to start the NB as usual and suddenly the X500 wont boot or even power up.
    >
    > If I press power button it doesnt make any sound, the power LED on button and the second power LED just bliks once and turns of, and keep blinking every 5 seconds.
    >
    > I tried to:
    > * remove battery and power up with AC only
    > * power with battery only
    > * remove battery hold power button for 30 seconds and more athen power with AC only, battery only
    >
    > but it didn't helped.
    >
    > I checked the AC & Battery LEDs, but they are not flashing, they are just RED, so there is not proble in battery or AC.
    >
    > Any idea where could be the problem?
    >
    > Thanks for help
    > Frantisek
    hello FrankieCz
    i have similar problem with my laptop
    how do you solve it

  • Mac Pro won't start and display has no signal?

    My Mac Pro goes to sleep and won't start. The display doesn't have a signal. What is wrong?

    After a few hours of trying to work things out...I've discovered its related to the ATI Radeon 2600 HD XT Card (dual cards and monitors). Once I remove one card from each machine the systems started but the monitors remained in what looks like suspended mode display "No signal".
    Tried to download firmware update. My system wouldn't allow the installer to work. Apparently already have the firmware.
    The Display icon shows only four choices for the monitors resolution. On my working systems there are at least 15 resolution settings. Where is the ATI Radeon software on the system. The About this Mac doesn't show any Graphics or Display information.

  • Mac Mini won't start and constantly makes disc ejecting noise

    My Mac Mini won't start. It was working fine, then just locked up and won't start again. When I push the start button it just makes this repeated disc ejecting noise from the DVD drive. It doesn't make the chime noise or display anything on the monitor. I've disconnected the optical drive, but it didn't help. Then it just doesn't start at all. I thought that if I would disconnect the optical drive, that it would ignore it and just boot off the hard drive, but nothing happened. The power light comes on. Then, if I hold down the power button for 10 seconds it shuts down. The fan operates. It just never attempts to boot up. I can't put in a system DVD because the optical drive is just in eternal eject mode.
    If you have any suggestions let me know. Thanks.

    I have the same situation.
    I think the drive thinks it has a disc to eject or part of the mechanism is stuck and can't return to it's resting position. I was going to disconnect as you tried but now I think I'll try to disassemble the drive to see if there might be some debris jamming things up.
    Please let me know if you solve the problem.

Maybe you are looking for