New install on new mobo (nVidia chipset): driver problem

I've just installed Arch on my new PC but, for some reason, it doesn't seem to be recognising the hardware, viz. the nVidia MCP67 chipset.  Here's the lspci:
00:00.0 RAM memory: nVidia Corporation Unknown device 0547 (rev a2)
00:01.0 ISA bridge: nVidia Corporation Unknown device 0548 (rev a2)
00:01.1 SMBus: nVidia Corporation Unknown device 0542 (rev a2)
00:01.3 Co-processor: nVidia Corporation Unknown device 0543 (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
00:04.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
00:04.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
00:06.0 IDE interface: nVidia Corporation MCP67 IDE Controller (rev a1)
00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation Unknown device 0561 (rev a2)
00:09.0 IDE interface: nVidia Corporation Unknown device 0550 (rev a2)
00:0a.0 Ethernet controller: nVidia Corporation Unknown device 054c (rev a2)
00:0b.0 PCI bridge: nVidia Corporation Unknown device 0562 (rev a2)
00:0c.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:0d.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:0e.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:0f.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:10.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:11.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
02:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7900 GS] (rev a1)
03:00.0 Ethernet controller: Intel Corporation 82572EI Gigabit Ethernet Controller (Copper) (rev 06)
And here's the lspci from my ubuntu install:
00:00.0 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)
00:01.0 ISA bridge: nVidia Corporation MCP67 ISA Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP67 SMBus (rev a2)
00:01.3 Co-processor: nVidia Corporation MCP67 Co-processor (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
00:04.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
00:04.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
00:06.0 IDE interface: nVidia Corporation MCP67 IDE Controller (rev a1)
00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP67 PCI Bridge (rev a2)
00:09.0 IDE interface: nVidia Corporation MCP67 AHCI Controller (rev a2)
00:0a.0 Ethernet controller: nVidia Corporation MCP67 Ethernet (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
00:0d.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
00:0e.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
00:0f.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
00:10.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
00:11.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
02:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7900 GS] (rev a1)
03:00.0 Ethernet controller: Intel Corporation 82572EI Gigabit Ethernet Controller (Copper) (rev 06)
Can anyone tell me what module I need to load (configure MODULES= in rc.conf) to get it working?
btw, here's the MODULES= stuff from my current rc.conf:
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(e1000e forcedeth slhc snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
Last edited by Shagbag (2008-09-16 17:10:25)

It boots Ubuntu fine.  Arch linux doesn't complain either.  I only found out about the problem when I tried to pacman -Syu straight after the install - there was no networking.  ifconfig had done its job but there was no routing table.  I manually added route add default gw 192.168.0.1 and edited /etc/resolv.conf to make sure I could get to my router but, again, it wouldn't work.  The forcedeth module had been loaded (ethernet driver) so I took a look at lspci (details in very first post) and can see that it's appears to be an issue with the PCI bus (the ethernet hangs off the PCI bus)I ran hwdetect --modules and pasted the output into /etc/rc.conf and rebooted.  Still no joy. 
The mobo is an ASRock 939N68PV-GLAN.  It has an nVidia chipset (GeForce 7050 NB + nForce 630A MCP SB).  From my lspci results it would appear the problem is with the 630A MCP.  As Ubuntu works and Arch doesn't I'm perplexed.  And yes I've googled and followed what little help there is around.  Nothing has worked so far.  Hopefully someone will have experienced a problem with either the same mobo or the 630A MCP and they can tell me what needs to be done.
Last edited by Shagbag (2008-09-19 08:50:21)

Similar Messages

  • Question nVidia Chipset Drive Package Version Number.

    Question nVidia Chipset Drive Package Version Number.
    Hope this question is in the right sub forum.
    I have see this question asked on several Forums, but never see a answer.
    How do you tell which Chipset Driver Package Version is installed on your system, other than going to the Device Manager calling up the properties for each device and record the version number and comparing it to what listed for the Drive Package version?
    Roger

    I agree with you Richard.
    I wouldn't say super fast ram though, I buy Crucial. It is very nice ram and does not break the bank. (no heatsinks on it or any other expenses)
    Maybe I offended you, Bcc, by accident. I'm just trying to help folks on these forums and I have been with the nforce since day one. I have never seen this issue happen (or anything like it) on this board.
    Like my suggestion, (if that didn't work, I would have continued to work) if I couldn't disable the agp host I would have uninstalled it (the device itself) and let windows try again. It could have been an nforce package issue and not with the detonator. I wish when these problems occurred, that I had the opportunity to try and fix these very rare occurences and examine the issue at my own desk.
    I see too many people jump to the conclusion that they have found the mystery bug and go tell nvidia to recall the boards and fix it. I would not try to tell you that you are clueless about computers, as I don't have any idea how well you know them. But as an experienced technical writer/helper, I'm inclined to speak to the people as if they are dumb. As you can guess, many aren't, and they think that I may be saying they are, but at least they understand the situation.
    More than the majority of problems are caused by heat. Too much heat will cause funny things to start happening to your computer. Sometimes it's just the ram, or maybe the cpu that get overheated. With summer coming, it's prime time to see the 'heat' problem creep up. I'm sure this wasn't the case with your issue, but it is overlooked most of the time.
    Anyway, I'm glad your happy and your problem is fixed.

  • Encore CS5.5 New Install crashes when I assign a drive to the project - Win7

    Encore CS5.5 open fine but when I have assigned a drive and named the project then enter, it crashes with this error:
    "Microsoft C+++
    Runtime error
    Program: C:\Pr....
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information."
    Then when I chose OK it says "the application has stopped running and Windows will search for a solution" of course it can't find one and so it closes the program.
    This is a new install and the first time I've tried to run Encore on this new computer.
    I've been editing in Premiere and exporting out thorugh AME just fine, but now I need to make a DVD and Encore won't stay open because of this error.
    I've tried opening to another drive beside the raid but I get the same error.
    I also have a Matrox MO2 aqttached but that doesn't seem to be a problem with Premiere either.
    Can you help?
    This is Win7 on an Asus P9X79 MB with Intell i73930 and 16 gigs of ram.

    >This is a new install and the first time I've tried to run Encore
    Have you checked to see if there are any updates for Encore?
    All Adobe updates start here and select product, read to see if you need to install updates in number order, or if the updates are cumulative for the individual product http://www.adobe.com/downloads/updates/
    Have you also made sure Win7 is updated?
    And, some other things to check...
    As well as the below, right click the Encore icon and select Run as Administrator, which is NOT the same thing as running the computer with the Administrator account, and which fixes several "odd" problems... To create a two layer DVD (or a BluRay?), you MUST have Encore set to use the Run as Administrator option
    Run as Administrator http://forums.adobe.com/thread/771202
    -Set to always "run as" via icon http://forums.adobe.com/thread/969395
    Odd Errors http://forums.adobe.com/thread/670174
    Long File Names or odd characters cause problems
    Read http://forums.adobe.com/thread/588273
    And #4 http://forums.adobe.com/thread/666558
    And This Message Thread http://forums.adobe.com/thread/665641

  • How do I sync my old library with a new install of iTunes on a seperate drive?

    I just recently installed an SSD on my PC and I want to run iTunes off of the SSD. My library currently resides on my old HDD witch also has the most current version of iTunes on as well. How can I sync the library that resides on my old HDD to the new install of iTunes on my SSD?

    can't if you do not have access to the old library (the usual workaround is to backup the old library and import it to the new itunes)
    for important data...
    sync your existing contacts with icloud, your text messages will not be disrupted, music will sync with whatever music you have on your new itunes, photos shoud still be in the camera roll (I would sync them to photostream before you sync, just in case).   Any photos on your phone that are not in camera roll or photostream... if you lost those pictures with the computer crash I would take screen shots (lock button + home button at the same time) of each photo so they show up in the camera roll.  App data may or may not be lost.  In my experience, it depends on the app.  Some of the apps recognize your apple ID and sync data over the internet with servers, some do not.  I would take note of important data (such as passwords in a password keeper if you have such an app) just in case if you lose that data.

  • [nForce] K7N2G-L w/2003 Server - NVidia chipset & driver question

    Hello to all... I didn't want to cross post but was hoping that someone may have some guidance regarding my post in the "retired motherboards" forum... any help would be GREATLY appreciated... thanks in advance
    James
    PS- I fully listed my configurations in the actual post

    Thanks for the response... I will take the chance and repost my question and my configurations to this forum... thanks
    I work for a small company and we have a number of K7N2G-L boards with AMD 2100+ and 512M Corsair TwinX 3200LLPT memory. The boards are brand new and even though I know this isn't the best of solutions, I wish to use them for some 2003 server systems. As you would expect for a server setup I am not overclocking anything. I am also not turning on the modem, sound, parellel port and I may or may not turn on the USB ports but for now they are all off. I will definitely use the onboard video and NIC with the idea that if they ever fail I will have some cards on hand as a back-up. I have included the configurations below for each server but my question is simply:
    Which chipset version and individual items should I actually install and which video driver should I install in order to provide the most stability for 2003 Server since their is no actual WHQL 2003 release.
    MSI NVidia release ???
    Audio driver               4.08 (WHQL) - NO
    Audio utilities            4.08 - NO
    Ethernet driver            3.13 (WHQL)
    GART driver                3.34 (WHQL) -???
    Memory controller driver   3.38 (WHQL) -???
    SMBus driver               3.38 (WHQL) -???
    IDE In-the-box             2.70 -???
    Installer                  4.27
    NVidia Unified Driver 5.1 ???
    Audio driver version 4.42 (WHQL) - NO
    Audio utility version 4.44 -NO
    Win2K ethernet driver version 4.16 (WHQL)
    WinXP ethernet driver version 4.16 (WHQL)
    Ethernet NRM driver version 4.42 (WHQL)
    Network management tools version 4.42
    GART driver version 4.36 (WHQL) with updated uninstaller files -???
    Memory controller driver version 3.38 (WHQL) with updated uninstaller files -???
    SMBus driver version 4.04 (WHQL) with updated uninstaller files -???
    Installer version 4.46
    Win2K IDE 2.6 driver version 4.46 (WHQL) with updated uninstaller files
    WinXP IDE 2.6 driver version 4.46 (WHQL) with updated uninstaller files -???
    VGA Driver Version???
    Thanks in advance to all...
    Domain Controller 1& 2 and ISA 2004
    Antec 430W True Power Supply
    K7N2G-L
    BIOS 4.1
    AMD 2100+
    512M Corsair TwinX 3200LLPT (6-2-2-2) 1:1
    54x CD on IDE-1
    USB -OFF
    Parallel -OFF
    Serial-OFF
    Modem-OFF
    Sound-OFF
    Promise FastTrak TX2000 - PCI slot 3 (RAID 1 WD800JB 2 drives)
    File Server
    Antec 480W True Power Supply
    K7N2G-L
    BIOS 4.1
    AMD 2100+
    512M Corsair TwinX 3200LLPT (6-2-2-2) 1:1
    54x CD on IDE-1
    USB -OFF
    Parallel -OFF
    Serial-OFF
    Modem-OFF
    Sound-OFF
    Promise FastTrak TX4000 - PCI slot 3 (RAID1/0 WD800JB 4 drives)
    Thanks Again,
    James

  • HP Photosmart Plus 209a-m install for Windows 8 not working, driver problem?

    I am trying to install the driver/software for HP Photosmart Plus 209a-m on my Windows 8 laptop and keep getting "the Wizard has detected a problem with the driver software for the selected printer".  Seems like a catch-22 because that's why i'm trying to install it.  I have a brand new hard drive (as of today) with nothing else on it except Norton, which i just installed.  I shouldn't have corrupted drivers yet.  if it's missing, why can't HP get it installed?  I've downloaded hppiw and trying to install that.  after i get the "problem with the driver" message, i select the option to install the full suite + driver, and it attempts another download (why is it doing that when i already downloaded the software?), then fails with "Your download was cancelled.  You can attempt the download again by clicking Retry".  Anybody know how to get me out of this loop and get the software installed?

    hi,
    sometimes norton does block the installation or the drivers download...
    i would suggest you to turn of norton and complete the installation and then turn it back on..
    Although I am an HP employee, I am speaking for myself and not for HP.
    *Say thanks by clicking the "Kudos! Star" which is on the left*
    Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue.
    Although I am an HP employee, I am speaking for myself and not for HP.
    *Say thanks by clicking the "Kudos! Star" which is on the left*
    Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue.

  • V570 Nvidia display driver problem

    Hi,
    I just bought a laptop Lenovo V570 with the serial nr.: 59-3157502y. When i try to instal the nvidia display driver i get the message: "This graphics driver could not find compatible graphics hardware".
    Please give a solution how to fix this problem. I had high expectations for this product....
    Tks

    In the drop down list you're picking Geforce 500 series, you should be picking Geforce 500M series (notebook)

  • NVIDIA Optimus driver problem

    Hi
    This is the third time I'm reinstalling Arch because of the driver issue with Nvidia Optimus.
    I'm running Arch on Asus U36SG with the optimus technology Nvidia and Intel.
    I have tried like 10 different approaches regarding installation of drivers. The last attempt was when following instructions
    from this site: https://wiki.archlinux.org/index.php/Bumblebee.
    The step I tried was installing  Installing Bumblebee with Intel / nvidia but later Arch was complaining about the nouveau driver missing
    when running optirun glxgears -info. So i try installing nouveau but when finished Arch freezes with blank screen on reboot. So i had to reinstall Arch again.....
    Can someone plz give me a correct step by step procedure on how to install these drivers?
    Tanks in advance

    This is the result when typing command lspci -v | less regarding VGA
    VGA compatible controller: NVIDIA Corporation GF119 [GeForce 610M] (rev a1) (prog-if 00 [VGA controller])
            Subsystem: ASUSTeK Computer Inc. Device 2111
            Flags: bus master, fast devsel, latency 0, IRQ 16
            Memory at db000000 (32-bit, non-prefetchable) [size=16M]
            Memory at c0000000 (64-bit, prefetchable) [size=256M]
            Memory at d0000000 (64-bit, prefetchable) [size=32M]
            I/O ports at d000 [size=128]
            Expansion ROM at dc000000 [disabled] [size=512K]
            Capabilities: <access denied>
            Kernel driver in use: nouveau
    VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev
    09) (prog-if 00 [VGA controller])
            Subsystem: ASUSTeK Computer Inc. Device 2111
            Flags: bus master, fast devsel, latency 0, IRQ 49
            Memory at dc400000 (64-bit, non-prefetchable) [size=4M]
            Memory at b0000000 (64-bit, prefetchable) [size=256M]
            I/O ports at e000 [size=64]
            Expansion ROM at <unassigned> [disabled]
            Capabilities: <access denied>
            Kernel driver in use: i915

  • Intel 9 series chipset driver problem

    hello
    i know this is intel driver's problem, but as a manufacturer who use intel products especially chipset, can anyone tell intel that their "9 series" chipset driver is totally crap, absurd and so on? for those who are using this series of chipset, try checking their chipset driver via device manager and click any of "intel 9 series chipset family" driver under system devices or "intel 9 series chipset family usb..." driver under usb controllers and you can find that its driver provider are from microsoft and dated 2006. right, it is installed by operating system and chipset installer utility did nothing.
    until intel knows about this thinsg, those who using 9 series chipset are using drivers from microsoft.

    Hi,
    Do you actually have any problems? Because Quote
    chipset driver is totally crap, absurd and so on?
    doesn't explain anything.
    Follow >>Posting Guide<< and if possible we'll help you with the problem.
    The fact they're dated 2006 doesn't mean anything. As long as thing is working fine, there's no need of updating. Possibly you're one out of xxx people that has some problems with it, but Intel (nor MSI, M$ and so on) couldn't really catch the issue since millions of tests before release is impossible.

  • New install on new drive - Corrupt label - wrong magic number

    Hi,
    I put a new 120GB Seagate drive in my Sun Blade 100, and installed Solaris 9 9/05. But, every time I boot, I see a WARNING msg:
    WARNING: .... (dad0)
    corrupt label - wrong magic number
    I installed from the 1st software CD, as I've done many times before, but this is the 1st time I've done an installation on a new, non-Sun hard drive, so from what I can tell, I need to do something additional to prevent having this warning, but I can't figure out what.
    I've tried "boot cdrom -s" and then format -> partition, and I can see that the swap and backup slices had started in cylinder 0. From what I've read, that's a problem, so I changed swap to start in cylinder 1.
    Here's what format->part->print looks like now:
    partition> pri
    Volume: abc
    Current partition table (original):
    Total disk cylinders available: 57459 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 root wm 2008 - 52437 98.11GB (50430/0/0) 205754400
    1 swap wu 1 - 2010 3.91GB (2010/0/0) 8200800
    2 backup wm 0 - 57458 111.79GB (57459/0/0) 234432720
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 home wm 52438 - 57457 9.77GB (5020/0/0) 20481600
    And, here's "prtvtoc /dev/rdsk/c0t0d0s0:
    # prtvtoc /dev/rdsk/c0t0d0s0
    * /dev/rdsk/c0t0d0s0 (volume "abc") partition map
    * Dimensions:
    * 512 bytes/sector
    * 255 sectors/track
    * 16 tracks/cylinder
    * 4080 sectors/cylinder
    * 57461 cylinders
    * 57459 accessible cylinders
    * Flags:
    * 1: unmountable
    * 10: read-only
    * Unallocated space:
    * First Sector Last
    * Sector Count Sector
    * 0 4080 4079
    * 8204880 18446744073709539376 8192639
    * 234428640 4080 234432719
    * First Sector Last
    * Partition Tag Flags Sector Count Sector Mount Directory
    0 2 00 8192640 205754400 213947039 /
    1 3 01 4080 8200800 8204879
    2 5 00 0 234432720 234432719
    7 8 00 213947040 20481600 234428639 /export/home
    Can anyone tell me what I need to do to eliminate the problem?
    Also, I don't mind doing a complete new installation, but I'd like to know what I SHOULD have done during the installation to avoid this problem.
    Thanks,
    Jim

    Hi,
    I think that I fixed the swap ending cylinder, but I'm still getting the same warning when I boot the system. Here's the new format->partition->print:
    partition> print
    Volume: abc
    Current partition table (original):
    Total disk cylinders available: 57459 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 root wm 2008 - 52437 98.11GB (50430/0/0) 205754400
    1 swap wu 1 - 2007 3.90GB (2007/0/0) 8188560
    2 backup wm 0 - 57458 111.79GB (57459/0/0) 234432720
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 home wm 52438 - 57457 9.77GB (5020/0/0) 20481600
    What else can I do to try to eliminate this warning?
    Thanks,
    Jim

  • Solaris 10 new install and new (?) hard disks

    Ok, so I started a solaris 10 install (5/08) on a sparc enterprise 3000 server. I first did the install on 2 brand new 10.7k rpm seagate cheetahs and I was able to install, copy layout to the target disk, configure Raid 1 mirror, was able to boot from the mirror, so on and so on, basically everything ran accordingly. Then I was told that there was a batch of brand new 15k rpm cheetahs and that I should use those. As I rebooted with the new drives, I got the "magic label" warning, so basically I re-labeled them. I ran install and everything installed as before, BUT when I went to SMC to copy the disk layout to the target drive, the only drive present is the target drive (c0t1d0). The drive c0t0d0 does not show. Format does show both drives. Now, if I reboot without drive c0t1d0 and immediately go to SMC/Disks, the drive c0t0d0 is there. What is causing that behavior? Do the drives already have labels and partition info that need to be cleared or redone? I have already tried to re-label and re-partition c0t1d0 identically to c0t0d0 and that does not seem to have an effect. I tried running fdisk /dev/rdsk/c0t1d0 and I get the " cannot stat device /dev/rdsk/c0t1d0" message. Is there a way to completely wipe out the entire drive c0t1d0 through solaris? Any suggestions? Thanx in advance.
    Erickc

    ok, so I was able to copy the c0t0d0 layout to c0t1d0 and that went trough. I verified through format>partition that both drives had identical partition information. I created metadb's to both drives in the specific slices and that was ok. Now here's what I get when I try to create a mirror...
    metainit -f d1 1 1 c0t0d0s0
    d1: concat/stripe is setup
    metainit d2 1 1 c0t1d0s0
    metainit: c0t1d0s0: overlaps with c0t0d0s0 which is mounted as "/"
    On my first install I was able to create the mirror without a problem. What would be the cause?
    Thanx in advance for any suggestions.

  • Firefox won't recognize FF account username on a new install on new computer.

    I know I have the right username, email, and password, because I am looking at them on my existing laptop. But on installing FF 28 on my new laptop and trying to start the Sync process, I keep getting the message "unknown account."
    I am getting this sign in message when I choose start sync process on my new computer. But I can't sign in, let alone start the pairing process.
    I have done the pairing process before, recently, with my desktop and my existing laptop, so I know it works. Something about FF is not allowing it to recognize my correct email.
    I'm on Win 8.1.
    Thank you.

    Thanks. It turns out I got my new computer at the exact time that FF dramatically changed their sync system. There was never a previous email or username or password, so the sign in page was misleading. Many users reading this will have to create an account, upgrade all their synced computers, unsync them, then sign in to their new FF accounts. Syncing will happen automatically.
    The problem with "automatic" syncing was illustrated by my experience. Instead of syncing on the computer I wanted to copy, it synced from the computer I wanted to change. So, all my computers got all the bad passwords and duplicates of many good ones. It took a long time to straighten that out. But I made the changes on one computer and that changed the others. And new changes will automatically update. So it's an "easier" system. Still, I wish there was a way to choose when to sync. But thanks for the help anyway.

  • Need to do a new install on new motherboard

    I have already located the links for:
    X17-24209.iso
    X17-58997.iso
    I could not include the links as it's saying my account is not yet verified.
    My question is this. I am going to build a new machine myself. I want windows 7 home premium x64, SP1. Which of these should I use, and is it still possible to aquire a registration key for the product? If so, could someone provide a link to purchase the
    key?

    search product.ini file inside of the ISO.
    May be product key mentioned. Not sure.
    Mark as Answer if it's worked. Thanks. Balamurugan_Subramaniyan
    This worked to test the install. Of course, I did not try activating this copy. I tested it using this install, and then went looking to buy a legal copy. I actually found Windows 7 Professional 32 / 64 bit, two separate ISO's, and got them both cheaper than
    I could find Home Premium. They were digital downloads, and the activation key was emailed within about two hours of ordering. Also the COA is to be mailed to my home address. This was from SideMicro, which is a Microsoft reseller. I did have issues with the
    Professional install. which I will be addressing later, most likely in another thread. These pertained to Windows Update.

  • Satellite A30: Sound card & Chipset driver problem.

    Hi all,
    I'm about to get REALLY crazy!! I'd really appreciate if anyone can help me..
    My story is:
    I've lost all my recovery&driver CDs that were given to me in 2004 . But, I had to format my pc at this weekend due to many system reasons(bugs, unable to connect to net, etc).
    My first step was I downloaded all kind of drivers for Satellite A30 from Toshiba site. And I got XP professional SP2 from my friend and installed it. But after finishing all the installations below is the result:
    1) NO SOUND :(
    2) Question marks on 2 items that are a)Multimedia Sound Controller and b)PCI Modem in Device Manager/Other Devices.
    3) Chipset installation error message: Intel(R) Chipset installation utility requires chipset platform supported by the supporting operating system. Please read system requirements section in readme.txt for further info.
    As far as I checked in forums my chipset was not properly installed, but, when I try yo install the Intel chipset 895PE (csutil-sa30-xp-5011015.zip) that I downloaded from download address http://eu.computers.toshiba-europe.com, it gives error message and some people tells to install drivers in a right order as, first install XP with SP1 and then install chipset utilitt, then install SP2 etc..But this seems to be not easy for me..
    I can really repeat my FORMAT process again, but in which order..
    thanks..

    Hi,
    Just to inform you that my problem was solved by itself :)
    I've reformatted my laptop and installed the original XP Pro SP2 again by following the instructions.
    Sound problem was solved automatically, no chipset utility installation required..
    The sound problem was probably caused due to missing Microsoft KB835221 update for SP1, and KB888111 for SP2, which then was solved with the original latest XP..
    Rgrds..

  • Intel Chipset Driver Problem

    I have the following problems when installing bootcamp driver 3.1 to newest Macbook pro 15' i7 core,
    Intel(R)Series/3400 Series Chipset Family USB Universal Host Controller - 3B36 has a driver prblem
    Intel(R)Series/3400 Series Chipset Family USB Universal Host Controller - 3B3B has a driver prblem
    What are these controllers?

    In order to promote a solution, I filed a bug report at
    http://developer.apple.com/bugreporter/
    I assume that Apple has to resolve this problem with a firmware update, because it seems to be independent from the chipset drivers being used. I could reproduce the problem on different Windows versions, including Windows XP Professional SP3 32-bit and Windows 7 Ultimate 64-bit.
    It is possible for me to use the USB ports to a certain degree (i.e. external media like hard drives or memory sticks), until the system becomes completely unresponsive. By using a remote session I could verify that the system was still running, but that all USB devices including keyboard, trackpad and mouse lost the connection to the system.

Maybe you are looking for