Final K8N2P bootup problems solved...!

When I first built this system last week I experienced a really annoying bootup problem when booting into WinXP....the system would lock up with a blue screen *Machine Error* every single time....so I loaded the "failsafe" bios settings, booted into XP finally, and then began a process of elimination among the bios settings to try and determine which ones disagreed with WinXP so much....  (Oh, joy!)
To make a long and tedious story very short, I eventually found that I had to manually *disable* UDMA auto-config for my empty hard-drive slot of IDE0 secondary channel, and in combination with that had to *disable* UDMA auto-config for both of the DVD/CD-ROM devices I had then which were located at IDE1 primary and secondary. (All jumper settings for the drives were correct, btw, and the machine error manifested whether I set CS or M&S or, in the case of my WD boot drive, "stand-alone.")  Once I did that, I could boot fine from IDE0 prime autoconfigged @ UDMA5, and my two IDE1 devices would then boot with PIO4 set by the bios's PIO autoconfig. I had to set it up exactly this way to boot--doing one or the other as regards each IDE channel would result in the Machine Error that I didn't want see--so I had to do both, in other words, to boot.
In reading the forums here I  saw mention of ps2 keyboard problems, but replacing my PS2 kboard with a native USB kboard *did not* solve the problem or change its nature (had no problems with either native PS/2 or USB kboards.)  Then I read about config problems people had with Audigy2's, so I removed  my A2Zs card, refreshed the CMOS, and rebooted--right back into the Machine Error again (unless I manually setup the IDE channel UDMA autoconfig as described above, of course.)  So my A2Zs (0350) was not the cause of the problem.  I did the same thing with my TX4200 PCI RAID controller--again, without positive result.  Last, I disabled WinXp SP2's Data Execution Prevention to see if that might have been the cause--it was *not* (so I reenabled it with the OptIn policy.)  So by then I knew the problem was not caused by my keyboard, my A2Zs, DEP, or my PCI RAID controller--any one of which, of course, *might conceivably* have caused a resource conflict of some kind--so I had to to test out all of these avenues.
That done, I had a hunch and went out and picked up a couple of new DVD/CD-W drives (as described now in my SIG), and lo and behold, from the first attempt I could successfully boot into XP without the Machine Error that had defeated my best efforts at troubleshooting for all of last week--I could boot fine with all of the bios settings for IDE 0&1 UDMA and PIO set to "auto" without incident for the first time!  I was also a bit surprised to see that these new DVD/CD's run natively in UDMA 2--not PIO4 (multi-word DMA) as had both of my former CD-type drives on IDE1.
So the problem having been solved in this fashion I will make the following observation about the K8N2P (I'm running stock bios 1.3):  this board does not like *old crap* connected to it!....  Heh...  My former CD-type drives were scarcely two-years older than the drives I installed today (according to their tagged manufacturing dates), but even so my old drives were "old enough" it seems to not get along with my k8n2P system's resource allocation!  Installation of the new drives solved the last remaining problem that I had, I'm very glad to say.
Although I didn't have to, I also got rid of my old TEAC floppy drive--and replaced it with a USB HDD which is so quiet and unobtrusive I have to pinch myself to make sure it's there...
Finally, along the lines of "old stuff"  I did note that the board does not seem to recognize PS/2 devices using PS/2-to-USB adaptors of any description--so go native whether PS/2 or USB and you should be fine.
I'm certainly relieved--hope this account helps a few folks!

Quote
Originally posted by syar2003
Nice work .  
I have suspected the K8N boards having trouble with optical for some time.
Nice to have some proof .
Did you by the way try with one of the old ones as the only optical on the IDE1 port , or have the opticals on IDE0 and harddrive on IDE1.
Some has had success in swapping it around if i remember correctly.
Thanks, syar....  I'm just relieved that everything is working as expected now as it was a bit of a bummer to have to go to a bootup workaround for a new system over something as routine as IDE autoconfig.  
Those older drives, a Samsung CD-RW/DVD SM332 and a Lite-On LTR32123S CDRW, came out of my former nf2 (Chaintech 7njs) system--that the wife will inherit from My Most Beneficent Self (which of course was my excuse to build a new system)--and if I recall correctly it seems the combo presented some problems for me there which I finally solved by going to a cable select setting for them in the Chaintech.  So maybe it's just the particular combination of these drives in my case, or possibly something less than completely compatible optical-drive support from the nVidia IDE controller implementation...?  I didn't try swapping them on the channels, but I did try setting the IDE 0 secondary UDMA bios config to "auto" while disabling the UDMA auto-config for IDE1 prime and second--and still got the machine error, and vice-versa.  It does indeed seem to me as if these newer platforms are a bit pickier about what you hook up than maybe was the case in the past (with nf2 and circa core logic.)
Edit: Wanted to add as well that these new DVD/CDRW drives (manufactured mid '04) are *a lot* quiter in operation (aside from being generally faster.)  Spinning up, the old drives reminded me of a washing machine in the "spin" cycle...  I have to listen to even hear these--what a difference a couple of years can make, eh?

Similar Messages

  • Finally got my problems solved but...

    I got xorg and my wifi working fine, but when I boot into Openbox, I can't use my wifi.  It says it's already connected, but I can't ping nothing or install anything.

    I do sudo /etc/rc.d/network restart and get this.
    Stopping Network
    /etc/conf.d/dhcpcd: line 5: -C: command not found
    Starting Network
    eth0: dhcpcd 4.0.2 starting
    eth0: broadcasting for a lease
    eth0: offered 192.168.1.106 from 192.168.1.1
    eth0: checking 192.168.1.106 from 192.168.1.1
    eth0: achnowledged 192.168.1.106 from 192.168.1.1
    eth0: leased 192.168.1.106 for 86400 seconds
    Before I had openbox autostart on bootup, my /etc/conf.d/dhcpcd file looked like this.
    # Arguments to be passed to the DHCP client daemon
    DHCPCD_ARGS="-q -L -t 30 -h $HOSTNAME" -C reslove.conf
    That worked perfectly and I was able to use my wireless card to ping, surf, etc.  But now that I made a normal user and installed openbox, it doesn't work now.  It detects the card, but I can't ping, etc on it.  Anyone know the problem?

  • Slow getResource problem solved by ImageIO.scanForPlugins()

    Hi all,
    I have a big swing application starting with java web start. A lot of images are loaded during the frame construction using class.getResource(). This runs well with jdk1.4.2. However, in Java 5.0, each getResource takes 100ms to complete and it sometimes fails. I only get this behaviour with java web start (not as a standalone application).
    I noticed the getResource becomes quicker after I call ImageIO.scanForPlugins(). So I moved this line to the top of my constructor and now it executes in 6 sec instead of 85 (even quicker than in 1.4.2) !
    Now can someone explain why I get this slow getResource call, and why the scanForPlugin solves my problem ? I suspect this has something to do with loaded classes, but I don't now exactly.
    Finally, since this problem is only appearing in 5.0, isn't it a regression bug ?
    Thanks for the clarification,
    Maxime

    FiApO wrote:
    I got the same issue.  Don't know why.  Maybe trafic shaping?  I tested with my t-mobile phones and same videos are fine on phone but not on Fios(with 3 different computers at different times of day).   
    The video will start but it wont play all the way through. 
    Also try to change DNS and blocking IP's.  Still have the problem.
    Anyone got a answer for that?
    Thank you.
    Answer? Switch ISPs. This has been going on for months - it comes in waves. I'm having Comcast (gasp) installed here soon. I'm done with Verizon as a company. Ditching VZW as well.
    Also, you should know it's more than just YouTube. It's basically any streaming service that may compete with Verizon's Redbox Instant.

  • Printer Problem Solved!

    I was happily printing valentines for my grandchildren when all of a sudden my Epson Stylus N11 would not go. The printer icon in the dock bobbled and the message said the printer did not recognize the ink cartridges! Very weird. So I turned the printer off and on and then when I tried to print the message said the computer was unable to communicate with the printer. Restarting my iMac did nothing.
    That was very alarming. Did this mean the printer was malfunctioning? Would I need to go out and buy a new one?
    Then I went to my preferences in my home folder and deleted everything that said printer or Epson. Restarted the computer. Problem solved! The symptoms seemed to indicate a problem with the printer itself, fortunately it was not. I thought this might be useful to share.

    Hello Lars,
    i agree with you that the v2.00 of the UFR2 driver works. I have been recommending it for a while now in this forum.
    However, during my testing I found that it did not always work perfectly on 10.6 and it did not support all the models of Canon iR. So while it is currently working to your iRC4580, it may not be your final solution because it was not designed to work with 10.6 and I just wanted to make others who read your post aware of this.
    Also, because the driver does not officially support 10.6, I was suggesting this as an explanation why Canon
    Europe had not posted the same.
    One final note. For the sake of other readers If the iRC4580 had an imagePASS-H1 print controller attached, rather than using the internal Canon board, then the UFR2 driver cannot be used.
    Hope this clears things up. Like I said, I wasn't disagreeing with you. i was just trying to answer some of the items you raised.
    Pahu

  • Installation problems solved for XP SP2 systems.

    I've been pulling my hair for days trying to install SC2, but had no luck.
    The installation process DOES have a bug. Use the following tactic in addition to disabling any firewalls and virus programs:
    Right-click on the installer file and select 'Compatibility' . Click 'Run this program in compatibility mode:'. Finally, simply select Windows NT 4.0 (Service Pack 5) mode.
    Problem solved for now. Hope this helps.

    This is very interesting akian ty - I will definitely try this at the weekend. I can install and run on a laptop with XP SP2 - and it had previous versions installed on it. However on the desktop PC I have not been able to install.
    My problems have been with opening ports and appserver not starting. I will post back here how I get on with your tip. Thanks and also for the other suggestions that people have tried to help me with.
    les

  • I can not write in Hebrew And create effects It shows all distorted  When This problem solved?

    I can not write in Hebrew
    And create effects
    It shows all distorted
    When This problem solved?

    roeisarusi wrote:
    When This problem solved?
    Nobody knows.  iWorks apps have always had bugs that make them unsuitable for Hebrew/Arabic for most people.  Tell Apple here:
    http://www.apple.com/feedback/keynote.html

  • How to problem solve adf issue in the mx340 model

    how to problem solve adf issue in the mx340 model

    Alex,
    the missing thing in your example is the fact, that if only one value is selected, the parameter has exact this value like BOSTON. If you choose more than one value, the parameter includes the *'*, so that it looks like *'BOSTON','NEW YORK'*. So you need to check in the package, if there's a *,* in the parameter or not. If yes there's more than one value, if not it's only one value or it's null.
    So change your package to (you need to expand your variables)
    create or replace package bip_departments_2_parameters
    as
    p_dep_2_param varchar2(1000);
    p_loc_1_param varchar2(1000);
    p_where_clause varchar2(1000);
    function beforereporttrigger
    return boolean;
    end bip_departments_2_parameters;
    create or replace package body bip_departments_2_parameters
    as
    function beforereporttrigger
    return boolean
    is
    l_return boolean := true;
    begin
    p_where_clause := ' ';
    if p_dep_2_param is not null then
    if instr(p_dep_2_param,',')>0 then
    p_where_clause := 'WHERE DNAME in ('||p_dep_2_param||')';
    else
    p_where_clause := 'WHERE DNAME = '''||p_dep_2_param||'''';
    end if;
    if p_loc_1_param is not null then
    if instr(p_loc_1_param,',')>0 then
    p_where_clause := p_where_clause || ' AND LOC IN ('||p_loc_1_param||')';
    else
    p_where_clause := p_where_clause || ' AND LOC = '''||p_loc_1_param||'''';
    end if;
    end if;
    else
    if p_loc_1_param is not null then
    if instr(p_loc_1_param,',')>0 then
    p_where_clause := p_where_clause || 'WHERE LOC in ('||p_loc_1_param||')';
    else
    p_where_clause := p_where_clause || 'WHERE LOC = '''||p_loc_1_param||'''';
    end if;
    end if;
    end if;
    return (l_return);
    end beforereporttrigger;
    end bip_departments_2_parameters;
    I've written a similar example at http://www.oracle.com/global/de/community/bip/tipps/Dynamische_Queries/index.html ... but it's in german.
    Regards
    Rainer

  • WiFi connection problem solved

    My intel iMac and MBA had no problem but iPods 3g and 5g did.  I had an old Netgear router connected and sitting next to my Airport Express.  On a hunch I diconnected the Netgear and created a guest network to replace the one on the Netgear.  PROBLEM SOLVED! 
    Evidently our iPods and boarder's iPhone had problems sorting out the signals and finding the right addresses.  Moving the AE to a higher and slightly more central position also helped.
    Jim

    Same here on a Vodafone PocketWiFi 2.
    Tried NetworkManager, wicd, wifi-menu but all have the same issue.
    I recently installed Aptosid on another machine and it has the same problem... It also has kernel version 3.9.
    All the live CDs I've tried work, even an Arch CD from May works, though a current install does not.
    I have no problems connecting to another (wpa2 enterprise) network yet can't on this 3G modem.
    I'm hoping this isn't a permanent issue and perhaps an update very soon will fix this.
    It seems the only way to fix this for now is to use an old version of Linux. I'm currently running a virtual machine only for the purpose of Internet sharing, very annoying.

  • Bug fix for Mac book wireless - problem solved!

    Aparantly there is a rather large number of folks out there who've discovered this dillema with wireless not working very well at this point on the Macbook.
    Well, I can attest there is one very good solution out there for this issue. This application called Sonar Theater from www.sunray.tv includes a bug fix for the wireless connection issues with Macbook in their latest 1.5 release of Sonar Theater.
    I downloaded it, put it into my start up folder and waalaa! problem solved. I've haven't any more issues with dropped wireless since - it's been running constantly for over 2 weeks now.
    I haven't even attempted to touch my router configuration - don't need to.

    Welcome to the better life of Macs. I am using Sonar Theater too and it's been working very well for me. In fact, I'm getting hooked on just texting a message to my Mac book to fire up user sessions now. I think if you give the Mac Book some time however, you'll find that there really is no comparison to PC's. Your life overall is going to just keep getting better as you dig in to the resources available to new Mac users.
    I'm sure it seems confusing to PC users at first, but here's how to set up any application as part of your startup sequence. It really is extremely easy and simple compared to the PC world. Oh and by the way, in reality, Mac users refer to this as your login sequence. So, at login time, you can do a multitude of different things for each user account you might want to set up. Naturally, you can choose to share or not share applications and data between these user accounts on your Mac too....
    Mac OS X 10.3 or later
    1. Log in as the user who wishes to have a login item or as an admin user.
    2. Choose System Preferences from the Apple menu.
    3. Choose Accounts from the View menu.
    4. Click the name of the user.
    5. Click the Startup Items button
    6. Click the "Add {+}" button.
    The item you selected will automatically open the next time you log in.
    there are several ways to get good info from the apple community on tips and tricks as well. you should just try the apple os x web site...here,
    http://www.apple.com/macosx/resources/
    happy mac-ing!

  • Mediawiki, mysql, php? problems [SOLVED]

    On Sunday my Arch install that is hosted by Slicehost became unresponsive to them so they had to do an emergency reboot. After it came back up my install of mediawiki was (and still is) only returning a blank page (at least in Firefox). After some digging I found out that part of the problem was that mysqld wasn't starting so I managed to get that fixed by commenting out the lines relating to innodb and putting in skip-innodb into my.cnf. But I'm still getting a blank page.
    According to Mediawiki's manual, "A blank white page indicates a PHP error which isn't being printed to the screen." They give two lines to put into LocalSettings.php to force error messages but after doing that I'm still getting a blank page. Changing display_errors in php.ini to ON didn't have any effect.  When I load the wiki in Safari I get the following error: "Got java.io.EOFException (Server closed connection while sending the HTTP header.): http://some_url.com/mediawiki/index.php/Main_Page". I have no idea what this error means and googling java.io.EOFException doesn't bring up anything very helpful. My PHP Test Page indicates that PHP is up and running.
    Any ideas on fixes or where I can find more clues?
    [EDIT]
    Mysql was definitely the root of the problems with Mediawiki. I tried nearly every suggestion listed in the forums for fixing a mysql install that wouldn't start but nothing worked. I even completely uninstalled mysql and reinstalled it but it still refused to start. I switched over to postgresql and switched mediawiki to run with that. Problem solved.
    Last edited by k_odoma (2009-05-23 01:48:35)

    There are some other things that must be done to connect to
    the database
    (such as passing the usernamee, password, and host info to
    mysql_connect()
    and storing the connection resource), and those might be in
    the include
    files. I generally place all of the connection parameters in
    a separate file
    that is located in a folder that can't be accessed by a
    browser, for
    security purposes.
    Paul Swanson
    Portland, Oregon, USA
    "Amy Blankenship *AdobeCommunityExpert*"
    <[email protected]>
    wrote in message news:edk6ui$69c$[email protected]..
    > What's in the include(s)?
    >
    > "83Dons" <[email protected]> wrote in
    message
    > news:edk5s5$4uk$[email protected]..
    > > Here is the php code for the 'read' and 'write'
    parts:
    > >
    > >
    > >
    > > <?php
    > > include '......';
    > > mysql_select_db('clinskills') or die("UNABLE TO
    CONNECT TO
    DATABASE");
    > > $sql = "select A1Answer from authorware where id =
    '13'";
    > > $result = mysql_query($sql);
    > > $answer1 = mysql_result($result,0,"A1Answer");
    > > print $answer1;
    > > ?>
    > >
    > > <?php
    > > include '............';
    > > mysql_select_db('clinskills') or die("UNABLE TO
    CONNECT TO
    DATABASE");
    > > $newdata = $_GET['data'];
    > > mysql_query("insert into authorware (A1Answer)
    values('$newdata')")
    or
    > > die(mysql_error());
    > > mysql_close(); ?>
    > >
    >
    >

  • Acrobat printing problems (solved)

    Hi Folk
    I'm getting on well with Arch apart from one problem, I can not print from Acrobat reader, it accepts the command and does precisely nothing, the jobs are appearing in cups but not being printed, I can print from Open Office and test print from cups but no cooperation with acrobat,  anyone have any ideas? thanks
    Pete
    Last edited by pete051 (2009-09-29 19:14:12)

    I don't know what DE are you using. In my case, I use xfce and when acroread starts with his stupidity I just change the print command to 'xfprint'. That forces acroread to redirect the print job to xfce's printing frontend, and problem solved.
    Now, if you're using kde, I guess there is something named 'kdeprint', 'kprint' or similar. For gnome, I've no idea.
    I hope this helps.
    p.s. Sometimes, cups takes his time to print. When its taking too long I purge cups' temp files and restart the daemon.
    Last edited by kjon (2009-09-25 00:32:23)

  • Stuck with grub problem (SOLVED)

    Today i tried to upgrade my Arch Linux, it downloaded everything that should be downloaded, it was installing upgrades but at the installing grub it stucks as like this
    "Copying /boot/grub/grub.cfg.pacsave to /boot/grub/grub.cfg"
    I've waited it for about 15 minutes, it didn't move on. So i did ctrl+z to break. Then i tried to update again. But it gives an error which is:
    error: failed to commit transaction (conflicting files)
    python: /usr/bin/2to3 exists in filesystem
    Error occured, no packages were upgraded.
    Please help me guys!
    Last edited by bilgee0629 (2011-03-21 10:36:28)

    Problem solved by moving 2to3 to other directory.

  • Dr.Watson problems solved.

    DR.WATSON PROBLEMS SOLVED:
    System:
    WLS 5.1 with SP11 running on NT4 Using OCI817_8.
    Oracle 7.3.4 running on NT4.
    Problems:
    Dr.Watson exceptions in native code...
    # An EXCEPTION_ACCESS_VIOLATION exception has been detected in native code outside
    the VM.
    # Program counter=0x60239689
    When asking BEA and Oracle:
    "Use the latest OCI available. It is backward compatible !"
    What have been done to solve the problem:
    Going through all SQL code (and doing some rewriting), configuring connection
    pools (TestOnReserve / TestOnRelease, refresh, etc) and several other configurations...
    At last, we tried to change to the OCI version matching the Oracla versions we
    were connecting to (from OCI817_8 to OCI734_7).
    Voila ! NO MORE DR.WATSON EXCEPTIONS !
    Our conclusion:
    If possible, use the OCI version that matches the Oracle version you are running
    on.

    Hi Abhijit
    Couple of pointers which could resolve the issue:
    1. Since you are using the JDBC-ODBC bridge what occurs internally is that your JDBC API through the Virtual Machine make calls into the ODBC API on your Windows system. So the Watson error that you are getting is probably an illegal access by one of the methods in the ODBC API - this is for the Diagnosis part.
    2. The Solution part -
    a. Should I change my JDBC-ODBC driver? Not necessarily because the problems could be with the ODBC interface implementation and changing the driver might not help.
    b. Should I change my programming style? This is one thing which could really help. The problem with creating connections each time is that it takes a lot of resources to do it, So there is a performance degradation. What you could do inyour code is use a Java Bean to create the required Connection. You can also think of using a prepared statement appropriately encapsulate it since you are invoking a particular query repeatedly. In your JSP page you can retrive(create) this bean through the jsp:useBean tag with the session as the scope attribute. The <jsp:setProperty methods could also be used to set the DSN name and the driver.
    Once this bean is successfully created you have an open connection.
    Now for the part you have pasted - replace the create connections with getting a new Statement object which would hold your Query. At the end of the JSP just close the Statement object.
    Once you are done updating the page you may transfer the control to a different JSP - Let that transfer trigger the connection close in the Java bean.
    This should solve the Dr.Watson problem.
    Good Luck!
    Eshwar Rao
    Developer Technical Support
    Sun microsystems inc
    http://www.sun.com/developers/support

  • Am I able to find my iTunes serial number? I need it for the problem solving as my problem is solely bad on my iTunes.

    For the Apple problem solving section I need a serial number, my issue is that my problem regards missing contents within my iTunes. Do I have an iTunes serial number? And if so, where can I locate it? If there is not a serial number for iTunes, advice on what to do next is much appreciated.

    iTunes has no serial number. If you are trying to get to Apple phone support, that is linked to the purchase of Apple hardware, so you need to enter in the serial number of an Apple device. Otherwise, for assistance with problems with iTunes itself you would need to call Apple Support and they would almost certainly charge for the call. I would instead suggest you post the issue you're trying to address here in detail. Someone here can probably offer suggestions.
    If your issue is with the iTunes Store, not the iTunes application, go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report your issue to the iTunes Store.
    Regards.

  • Aperture to export photos either TIFF or JPEG files, highlight and shadow transition has obvious faults, this problem solved!?

    Aperture to export photos either TIFF or JPEG files, highlight and shadow transition has obvious faults, this problem solved!?

    What problem?
    You will have to be _a lot_ more specific if you'd like responsible feedback.
    I export thousands of TIFF and JPG files a week with no obvious faults.
    (Sent from my magic glass.) 

Maybe you are looking for

  • Macbook pro 2010's battery is not charging.

    hello, so for a while now the battery status was showing 'repalce soon' message so i wasnt to surprised that last week the battery jsut wouldnt charge, the power source was plugged in but it said not charging still. so i bought a new battery, only ju

  • Acrobat 11.0.7 Fails to Update on Windows 7

    Have Acrobat Pro Education Edition.  Recent update resulted in error 1321.  Resolved this error only to have error 1603 Fatal Error on Installation appear. Tried "Installation Repair", and deleted temp files. Still the installation fails. Cannot dele

  • Zend AMF issue

    I've got an application that uses Zend Framework to make PHP calls to access a db.  Everything works fine on my development server.  After a few issues, I made the necessary changes to amf_config.ini for the production server.  I checked that the end

  • Horrible, screeching noise when i plug nano into my car's auxiliary

    Thats right...the auxiliary......with which my 160 gig classic has no problem whatsoever in playback, seems to like to cause mayhem when it is my nano who is feeding it. I know there are a couple of threads on this....but.... twas never resolved. Go

  • Too many iTunes songs for iTouch device

    I have not tried this yet, but want some advice before I do I have an extensive library of music with over 450,000 songs. If I loaded them all into iTunes and then sync my iTouch, 32 gb, which will only handle approx. 70,000, what will happen on the