updated Feb 2012


I started having an issue with my computer maybe back in May, where anytime I powered my machine off I had to reconfigure my Bios settings, as my primary Bios had failed, after several months of this I guess I just got tired of dealing with it, so I sold my android tablet (yes I did! and no I didn’t own more than one…) and bought a new Gigabyte Ga-990FX`-UD3 motherboard, which right now I am not very happy with, but I’ll get to that later, a new MD PhenomII x6 1090T CPU, a new XFX AMD Radeon 6850 Video Card, and 3 new Seagate 1.5TB HDDs. I have to reimburse myself for the hard drives however, as they were not paid for by selling my tablet. Hopefully selling my old Video Card, Motherboard, and CPU will cover their costs.

I’ve had all kinds of interesting episodes while trying to get this new hardware to work over the last, almost, 3 weeks. the good = back on linux, bye bye Microsoft. The bad=bye bye Google cloud print (kind of), possibility of getting Nuance Dragon Naturally Speaking to work (outside of a VM), possibility of getting my digital camera to work by just plugging it in the computer (for now). Here are a list of some of the issues I’ve run into, if they have lengthy resolutions, or attempted resolutions, I’ll link to another post (after I write it!) describing my efforts to get things working.

First up: Microsoft Windows 7 x64 Ultimate edition

  1. The only thing on the motherboard that works immediately after installation are the CPU, Ram, Keyboard, and Mouse.
    • NIC, eSATA, on-board RAID, USB 3.0, none of it worked until after installing the drivers from the MB CD.
  2. The motherboard has 2 or 3 different RAID chipsets, at least one Marvell 88SE9172 and a Realtek (I think), each can be enabled separately as IDE/AHCI/RAID, I’ll check and get back to you on this one.
    • One for the internal SATA ports 0-3.
    • One for the internal SATA ports 4 and 5.
      • Can only be enabled as RAID when ports 0-3 are also enabled as RAID.
        • This seems a little bit backwards to me, as the only way to mirror your boot drive is to enable RAID on all ports… or lose ports 2&3 and mirror on 0&1, then not set RAID on 4&5 giving you only a mirror plus 2 drive slots on the MB. Else you are forced to RAID 0/1 on ports 0-3 and to use 4/5 for your boot mirror.
      • One for the eSATA port
        • When enabled and nothing is connected, it reports 2 available ports; however when the cable is connected I have gotten 3 drives (out of 4) in my external drive caddy to show up.
  3. I ran into one issue where I had a device not identified in Windows 7, even after installing the drivers from the CD. I checked on the CD again and it actually has an installer to put Driver Agent on your computer to scan for out of date drivers. well I ran it.
    • It found the missing driver and also told me about 6 others were either out of date or had the wrong drivers installed. of the ones it wanted me to update, only one was free, the others were available after paying a $29.99 annual fee.
      • The first link took me to the Gigabyte home page for the MB but did not list any driver that was not also included on the CD.
      • The second link took me to a driver website download page for an Nvidia driver package!
        • Well I gave it a shot, and sure enough it recognized the device and installed the driver, from an Nvidia driver package on my AMD chipset MB.
  4. Then I started getting BSODs on the RAID driver MV91xx.dll.
    • After moving all my data around so I could setup a RAID5 5 drive array of 1.5TB drives, I had to undo it all and move data around to use them as normal disks, so I could disable the Marvell RAID in the BIOS (internal SATA ports 0-5) to prevent windows from loading the driver (which was the newest version from their website).
      • This did indeed stop the BSOD for that DLL.
  5. Then the system started shutting itself off randomly after 4-45 minutes from windows bootup.
    • I have not yet figured this one out, Gigabyte support wants me to disconnect all USB devices to test… (no mention of how I am to connect my KB or mouse) fyi no issues with the USB devices when my old MB was in the case, and no issue with the USB devices when booted to a linux live CD, nor any issues with random power offs at all, now that I am booting to Ubuntu 11.10 x64.
  6. If you press a key (such as ctrl+f or del or F4 or F8 or Shift or anything else really) at anytime during bootup that the system is not expecting a keypress, the boot up process hangs and you have to press the reset button or manually power off the computer.
    • What this means is if you are trying to get into the RAID BIOS controller setup, or the “change boot device” menu, or to get the GRUB menu to show up when hidden, or to start windows in safe mode, and you do not press the key/key combination one time at the exact time necessary, the system will hang and you cannot get in to that boot submenu
    • It often takes me 10-30 boot attempts to get into what ever submenu I need to change the configuration.

    Next up: Ubuntu 11.10 x64

  7. Ubuntu runs fine on the system, except for two issues…
    1. The network adapter will not work. I’ve tried many suggestions from forums, even downloaded the Realtek 8111e driver direct from realtek. It will not connect to anything (you may need to blacklist the wrong drivers, there are some 8 different models included in the linux driver package download).
      • Current resolution, I installed a GB NIC PCI card, works great.
    2. I cannot get my Radeon HD6850 working, multiple issues.
      • Any changes to the AMDCCLE configuration disappears after closing the interface. even if I open it right back up, the settings are back the way they were. Help with manually configuring AMDCCCLE
      • Any time I restart the computer it hangs after “checking battery state [ok]“.
        • This is when it loads the graphical settings to launch X.
          • As a note, I have a dual monitor setup, both on the two DVI ports; however because one DVI port is a DVI-d I have to have my right monitor connected as monitor0 and my left one connected as monitor1 (this makes things backwards, moving the mouse to the right puts it on the left screen and vice versa, unless you specify it in the configuration.
        • Current resolution for this problem (short incomplete version):
          1. Reboot into Ubuntu recovery mode from GRUB (good luck!).
          2. Mount/remount all devices and read/write.
            • Then press enter to exit that screen.
          3. Then select root command prompt.
            • Because the onboard NIC does not work, there is no point in selecting root command prompt with networking, as it won’t enable the PCI NIC.
          4. Now enter the following to remove all AMD video drivers from the system:

          5. apt-get purge -qq --no-download fglrx* xserver-xorg-video-ati xserver-xorg-video-radeon
            rm /etc/X11/xorg.conf*
            Xorg -configure

            • learn more about the xorg.conf settings
            • Hopefully you have manually created the deb packages for your ati drivers, if not, you can reboot now and use the default drivers for xorg to download the drivers and put them in the /root/amd6xxx directory on your system (you will need to create the amd6xxx directory under /root). you may need to install two things before going back into the root recovery mode

              sudo apt-get install execstack modaliases

              those are required for the new AMD drivers, then follow these instructions after booting back in to the recovery mode root command prompt after remounting devices as read/write, instructions above.

            • sudo /root/amd6xxx
              ./ati-driver-installer-11-9-x86.x86_64.run --buildpkg Ubuntu/oneiric

            • You either already had the files, or you just created them (only follow the creating .deb files section), so we can move on to install the AMD drivers for the Radeon 6xxx series card.

            • dpkg -i *.deb

              • This should run without much of an issue, might be a couple of mini errors (file not found, skipping), but nothing to prevent the installation from finishing.
            • And to finish up:

            • aticonfig --initial=dual-head --screen-layout=right --xinerama=on --effective=startup --input=/etc/X11/xorg.conf

              • I am not 100% sure the “effective=startup” part is necessary or even works.
            • You can now reboot and cross your fingers.
              • I have to do this every time I restart my system, and sometimes it does not work and I have to do it 2-5 times before I can get back in. (no longer, with the new 12.1 drivers I have not been having this issue)
              • There are also times when I boot and get 1 flickering screen and one working screen (both tinted like my background image).
              • There are also times when I get one flickering screen and the other not, but both are nearly all white. Pressing CTRL+ALT+DEL initiates a reboot, so I know Ubuntu booted at least.
              • There are some times when I get cloned displays in 1024×768 resolution (not my default or preferred).

    Any attempt at a total and complete resolution is still a work in progress

(missed this post somehow, been in draft for a while…)
well, I am still not getting any formatting on my blog posts, still have no idea what is causing it, but I am severely PO’d about it. I’ll start posting again and just pretend it’s a non-issue for now… I have been working on some of my PC issues and resolved a couple, I found that IF I set my SPU to specifics in the BIOS they are forced on the system after boot (auto-disables AMD’s Cool ‘n Quiet features) so this is not good. Next I learned that if I up my voltage on the NB to 1.25V I can run my on-board GPU at the card’s default standard speed of 700MHz (by default my MB was setting it to 497MHz, or 500MHz equivalent based on multipliers), so that is really good news, upped my windows 7 performance score by .2 (just a shame I do not run Win7 by default, which leads me to my next point…) If I want to overclock my CPU any, I have to do it from within the OS so as to keep AMD CnQ enabled, well… AMD OverDrive is a Windows exclusive app, so I will have to search for a way to do it in Linux without the 1st party app. I have also semi-resolved my random power offs (due to “overheating”) by disabling my ACPI system auto-shutdown feature, I now keep a temp monitor open on my desktop at all times (looking for a linux/KDE plasmoid that will display individual core temps, the default KDE plasmoid for system temp only shows the temp sensor that is on the cooling fan “on top of” the heatsink for the CPU. AMD OD shows the internal individual core temps… but my system is not going over 57C even after I overclocked it 800MHz to 3.997GHz (but I dropped it back to 3.795GHZ to be safe since my auto-shutdown is disabled). I was also able to boost my Hyper-Transport from 200MHz to 220MHz with no issues while playing DDO for 2.5 hours, but later while surfing the internet my PC crashed… So I dropped it down to 205MHz and it is stable (again only when booted into Win7) and have had no further issues, sitting pretty at 38C-47C per core. I have been using KUbuntu 10.04 for software and hardware compatibility issues while I wait for Fedora 13 to launch next week, so you may notice several Ubuntu 10.04 based posts here for a bit. I will try and post my experiences setting up KUbuntu some time this week, I took notes, but did not write it up yet.

just want to get this started as I hope it will motivate me to finish it, since I have done a LOT of things on my computer since my last post, and obviously I have posted none of it.

So, I got a little impatient about not having my PC functioning, so I I installed Fedora 12 x64 on the rest of my FreeBSD boot drive and I have about 80% of the things on my list done and working.  I’ll reference them by numbers here, and you can go read what they were by clicking on “my list” above.  I am still hoping to get FreeBSD as my host OS; however everything is working right now with Fedora (except that stupid wireless NIC), although I am still having my “system reached critical temp” error from ACPI, yet the system resource monitor I have running shows a nice pleasant 30C CONSTANT temp.  maybe this summer I’ll pickup a liquid CPU cooler… I already have 5 exhaust fans and 2 intake fans, 2 x 240mm exhaust and a 160mm or 180mm intake, I think I have air flow covered.  (talked to a friend who is more into the details of technical issues, a network engineer, and he says that an inactive CPU, like when the system shutsdown, can drop 40F in about 7-10 seconds so it might be why I cannot catch it reporting a high temp in the BIOS) The BIOS does not report any temps reaching above 45C ever, so I have no idea why this is happening, I do run widgets reporting the internal temp, but have never seen it change!!!) .  most of the time when it shuts there is/has been high CPU/disk IO usage (all 4 cores over 60% sustained, multiple long term large/multiple file movements across drives and/or multiple VMs running).  So it could be valid.

I have come up with a couple of things to try to resolve this issue (going with the cheapest first, even if it is not really going to help a CPU issue, it can’t hurt…)

  1. I could just upgrade some hardware and see if a different BIOS/MB manufacturer makes a difference.  I would love a lower watt CPU (or 6 core!), more L2/L3 cache, and USB 3.0 and SATA 6GB/s, since my current system bottleneck is the SATA 3GB/s HDDs.
  2. Switch to liquid cooling and installing a new thermal sensor with an external readout.
  3. buy cute little 5cfm coolling fans to place on my NorthBridge, SouthBridge, and onboard GPU passive cooling fins (cheapest option, not necessarily attacking the actual issue though)
  4. purchase a pretty new Video card and disable the onboard video (the chip is within an inch or two from the CPU, so there maybe some issue with residual heat from the GPU causing my overheating).

in order from cheapest to most expensive would be 3, 2, 4/1 (really close and might be a tie or within a $20-$30)

My List of things to get working, except this one is for Fedora.

1. VirtualBox is installed, working and I have multiple VMs up and running.

2. Install VMWare Workstation, I have downloaded the newest trial version and it is good for another 3 weeks, but have not gotten around to installing it.

3. Mounting my NTFS drives, all mounted, where I want them, even went through and deleted the Windows OS system folders from all but one.

4. SSH connections, I have started this and was working on it when I decided to start this post, should be done tomorrow.

5. I am posting this from Google Chrome on my Fedora 12 installation right now, so I’d say installed and working.  Java shows up in the plugins, although java.com cannot detect it in my browser.

6. Hulu works great in Firefox or Google Chrome, although is a bit spotty when I have VMs running, and the playback is laggy in Chrome…  So I am trying to get the Hulu Desktop app running.  will make a post after I get some work done on it and let you know how it goes.

7. So far everything is working great, going to try a couple of VM’ed games next week after I get the rest of this done.

8. Firefox is up, running, and is playing hulu; however it does not report Java as installed from the about:plugins page, even though it is and I followed all the steps to link the correct files to the correct places.  I believe this is the Firefox 3.6 doesn’t support Java issue though and not an issue on my part.

9. access NTFS drives remotely via ssh and a chrooted account with links to the mounts.  After I get my SSH working tomorrow I should be able to test this.  I was reading something online I no longer have open and may not have bookmarked that said that I can double mount drives (mount a drive to more than one, specifically 2, locations)

10. convert my NTFS drives to a more suitable linux FS, this again is a last thing item, to be done after everything else is working.

11. convert my drives from MBR to GPT, most likely to be done at the same time as the FS change.

12. GUI package manager for KDE, done, comes with Fedora.

13. eliminate all traces of Gnome from my computer… again, have to be last thing, once all is up and working.

14. build my first kernel, normally done immediately after install, I’ll do it last after EVERYTHING else (including the other things I said I would do last)

15. Wine is installed and works.  will try out some things that I have installed in VMs to see about dropping those VMs

16. install older apps, again part of a couple of other items, I will of course be installing older apps on older OS installation I have, and will try them in Wine as stated.

17. X.org port forwarding to Cygwin on a windows machine (laptop) something I might do in a week or two…

18. start regular backups… I’m getting there, I have the drive formated in ext3, I just have not started backing things up.

19. Java, I think it works in Chrome, I was able to see the animated maps on the NOAA website, which most people use to test their Java. not working in Firefox 3.5.9.2

20. Flash, Hulu is working in Firefox and Chrome, so all good here.

21. Yakuake is fully functional and working.

22. Picasa 3.6 (I think) is installed and working great, except I don’t seem to be able to find the facial recognician system.

23. No idea on this one, can not find where I posted what it was, only that it was completed on BSD.

Unfinished items for Fedora: 2, 4, 9, 10, 11, 19?

apparently Open Office will not load, for an unknown reason, looking into it at this time.

Ok, so first, sorry I have not posted in a while.  First I was out of the continental united states for a couple of weeks in December, then had some pet problems in early January, followed up with breaking the crap out of my leg January 16th. I cracked my Tibia clean through about 3 inches above my ankle and then the tibia split up the bone about 6 inches, followed by cracking my fibula clean through just above the split in my tibia.  I have a lovely 8″ metal plate in my leg with 15 screws now.  so I do actually have a couple of good reasons for not posting.  I just started feeling somewhat better, I got my appetite back this past Saturday and my pain is mostly manageable even though I rarely find a comfortable position to sit/lay. in

Happier news…

Sprint is finally getting an Android phone with the new 1GHz SnapDragon processor by Qualcomm (extra cool it is capable of going up to 1.5 GHz if I remember correctly). The HTC Super-sonic. Hopefully late March, early April!! finally! I’ve been waiting since October…

Next up, back to my lovely PC, most everything seems to be working just fine now, I am running with the default BIOS settings and it works at least; however the PC sits on the BIOS POST image for almost 2 minutes before it actually starts POSTing.  Not sure what to do about that, I think I need to wait for the next BIOS update to fix that, but for now… it works.

So, I used a bootable CD with Paragon Defrag on it to Defrag my Windows 7 boot HDD and then used the Fedora 12 KDE x64 Live CD to install Fedora on the HDD by shrinking my Win7 partition by 100Gigs and then installed Fedora on it.

Now, the next time I booted into Windows 7 I got a message that my copy of Windows was not Genuine.  Not sure what’s up with that, but I haven’t done anything about it, and I have not gotten the message again.

Now back to Fedora… I added the proprietary drivers for my Motherboard’s ATI Radeon 3300HD in an attempt to try to use wine to play Dungeons and Dragons Online (DDO) and a couple of other things, mostly some older games…  after rebooting, I no longer get a GUI, just a blank black screen and about 8 lines down a blinking cursor.  I can type, I can hit enter, but it does not respond.  This has been going on since January 5th or so.  Today I found out that Fedora has Virtual terminals just like FreeBSD, so very cool, I can at least get to a prompt today.  Now I cannot find any assistance online for configuring the ATI drivers so I can get them to work.  I know that a couple of versions ago they changed the command to configure the drivers, but I can’t find any helpful, current, information for this.  I am lucky I found the aticonfig command again.  I think I can figure it out from here though.  It just bugs me that the only info I could find said not to use the drivers, then if you go to Wine‘s website they tell you if you don’t use the proprietary drivers that you can expect your games not to run well.  What a pain. (not as big of a pain as my leg though)  after searching for “aticonfig linux” I found some more info…

Will try and update again this week on how things are going, I am also working on my taxes so who knows… right now I am doing it on TurboTax.com but I think I will try a couple of others before I submit, even though I have used Turbo Tax for 15 years or so.

Tagged with:
 
6 visitors online now
1 guests, 5 bots, 0 members
Max visitors today: 10 at 01:59 am PDT
This month: 18 at 05-16-2013 04:40 pm PDT
This year: 33 at 01-22-2013 09:22 pm PST
All time: 1100 at 08-08-2011 08:11 pm PDT