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) and 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.
              • 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

So, I was just trying to manage my Netflix account, at 10:30pm EST on August 8th 2011, and went to check on my DVD queue when I received this strange error. I tried going back to the previous page and selecting another link, but it still didn’t work. So I thought maybe there was an issue with Google Chrome, so I tried IE8, still no dice… Maybe tomorrow some other websites will have reported it, but for now The Netflix Members section is down, at least for me.

Possibly they got cut off by Comcast? Who knows, maybe it is just me? I did have a similar experience with Hotmail a while back and never heard anything about it, except for my issues. So, we shall see…

***update now I cannot get to the netflix.com page either***
10:45pm EST August 8th, 2011

Wow, talk about a fast response, by the time I added the update above there were already 25 comments on this post. Making it my post with the most! I should complain about things more often! Links to this post went out via Twitter and Google+ (Public). Sometimes it is nice to know we are not alone.
10:55pm EST August 8th, 2011

***Update 11:30pm EST August 8th, 2011 – Was just able to log in, view recommended movies, opened up my queue, all loaded nicely. Then I went back to browse DVD’s and was going to grab a screen capture when I got the “No data received” error again. 4 refreshes and 8 minutes later, I received a page again, as shown below.

Tagged with:
 

I’ve been doing a bit of work lately,

  1. I have a new Rom installed on my HTC Evo, the MikG 2.3 Rom with Sense 2.1+3.0
  2. All my apps are reinstalled, but not yet configured, Thank you Titanium Backup for helping with that, just bought the Pro License, a bit pricey, but’ll just eat at home this week!

  3. I’ve added the poorly placed in the top left corner Google +1 button to the site
  4. It was either that or the bottom left… haven’t figured out where else to put it with this theme, but I’m looking.

  5. I am going to flash a new Rom on my Notion Ink Adam here in about three hours
  6. I have to go mow the lawn first, it looks so bad I’ve started singing “Welcome to the Jungle” every time I go outside!

  7. Finally got my Xbox 360 setup so I can get audio and video on my PC monitor (HD TV) and my TV
  8. Video has been working for a couple of months, but I couldn’t find the adapter I needed to do the audio, so I bought another yesterday, paid too much for that too..

  9. Reimaged my laptop, three times… still having issues with it, going to have to spend most of tomorrow on it I fear
  10. Finally ordered a replacement fan for the top of my Thermaltake PC case, it has been acting up for about 12 months now!
  11. I hope it fits, the manufacturer claims they are 230mm fans in there now, but when I measured it with my tape measure it was only 203mm (fan size) and about 214mm from end to end of the case opening and I’m afraid I’ll have to remove the Motherboard to replace it…

  12. Not to mention a bunch of housework

So, deal with the Google +1 button where it is, I’ll probably not get around to moving it for 3 -12 months (I say that as I have a baby due in less than 4 months), I’ll try and get another 5 or so Android apps posted up this week, a write-up on my Evo and Adam Roms, and maybe I’ll even finally get pictures put up for the apps pages! I did take 383 screen shots on my Adam using the ShootMe app, but they all came out as blank black screens… so I’ll try again later. I’ve also added and updated my Notion Ink Adam Roms page, a LOT the last week or so, now make sure you head over and take a look! Doubt I’ll do the same for my Evo though, as they seem to have things well in hand on their own.

Having an issue since I tried to flash from Beast v2.2 to Beast 2.2.1, I don’t think it is Caused by Beast, but I did not have any issue previously and I have been through a couple of roms now… as a note I am using Ubuntu 10.10 x64 on my desktop and also have a laptop with U10.10 32-bit dual-booting into win7 x64, although I try to never boot into windows. I have a microSD to SD converter that I plug into a SD to USB converter to copy files to the card.

  1. I copied the file to my 32GB MicroSD
  2. restarted into recovery mode
  3. wiped the cache and data
  4. restarted again (had to boot into v2.2 and renamed it to update.zip, as I have not reinstalled Clockwork since I left EdenX)
  5. restarted into recovery mode again
  6. wiped the cache and data
  7. selected update from external SD
  8. after the update it hung on the new Android logo (I let it sit for 73 minutes before giving up)
  9. restarted into recovery mode again
  10. wiped the cache and data again
  11. restarted the Adam again
  12. same result

I tried redownloading the .zip file and trying again

  1. renamed the file first this time
  2. copied it to my 32GB Micro SD
  3. this time I added some .apk files to the apps folder to try and save some time reinstalling things
  4. restarted into recovery mode again
  5. wiped the cache and data again
  6. selected update from external SD
  7. update failed update.zip (BAD)
  8. took the Micros SD out again
  9. and put it in my desktop
  10. I tried to open the .zip file and it failed to open, “Error: /media/disk/update.zip: Can not open file as archive”

rinse and repeat four times, same issue every time. Always the same issue if I try to reboot too, with it hanging on the Android logo.

Just to test if it was my Ubuntu install corrupting the file transfer I tried it from the laptop in Windows, same results, exactly.

I’ve tested the .zip both before and after putting it in the Adam, every time the same, doesn’t matter if I put the card in my desktop, laptop with either OS. It is always good before I put it in the Adam (yes I tested by copying it on one computer and opening it on the other before putting it in the Adam), and Always bad after I take it out of my Adam.

Now, I still have the Beast v2.2 update.zip on the internal SD; however when I flash to it, the Adam reboots and then gets stuck on the Android logo (from the new v2.2.1 rom) as such is obviously still Beast v2.2.1 even after what appeared to be a successful flash.

**** update ****
two other notes,

  1. I do have and have tried, a 2GB microSD card. same results.
  2. I called the file update.zip.zip (by accident on the Win7 machine, hidden known file types) one time and the Adam said it could not find the file, then when I put it in my laptop again (in Win7) and tried to open the file to make sure it was still good, Windows prompted me to “insert the last disk of the Multi-Volume set” Again, this was on a zip file that was working when I took it out of the laptop, was not named update.zip and it still had the issue when I took it out of my Adam.

Because of #2 here in the update section, I tested this by placing other .zip files in the root of the micro SD, and all .zip files are corrupted after I put the card in my Adam.

****update 2****
I downloaded the Beastv2.2.1 Rom from my own mirror location, saved it to my 2GB MicroSD and put it in the Adam. Flashed perfectly and then said “BYE” and restarted, I ran out to return a red box movie right as it flashed “BYE” and when I came back it was still sitting on the “ANDROID” logo, so no go there. The Good news is that the update.zip file was not corrupted when I stuck it back in the Win7 machine. not sure what changed, but it was the first time the zip file came back ok. So I just tried powering the Adam back on normal. Sat on the ANDROID screen for 10 minutes before I gave up. Went back in and wiped the Data and Cache and rebooted again, my reward for diligence was 10 more minutes on the ANDROID logo. I do want to note at this time that all times it sat on the Android logo, from the first flashing, the logo WAS animated, it was not hung, more like the Adam was waiting on something. Also I want to note I have tried flashing clockwork on to try and see if it would help, but get the same results. I also tried rebooting without the MicroSD card inserted, no difference.

I’m going to try a different Rom and see if it makes any difference.

Well, I failed with Vegan Rom also…
I guess I need to setup ADB and do an unbrick
strange enough it always flashes the copied Beastv2.2 from the internal card with no issues, other than it still boots with the Gingerbread Android Logo and gets stuck on it forever…

**** Update 3 ****
Stranger things have happened, I plugged my Adam into the Laptop while Win7 was booted and the Adam was trying to boot into something, and it recognized it, added 4 devices to my computer, including one called “Harmony” which I had to use the unbricking USB Driver to recognize, it turned into Android Debug Device after that… It did mount the storage device; however, I was not able to open it, it just told me to insert a disk. I will start the unbricking process in the morning, as I am tired now and don’t want to make any stupid mistakes.

Ok, so it is a new day, and I have successfully restored my Adam to the way it was when they shipped it to me.
As an fyi, my Adam normally boots with a white background, black text “Notion Ink” additionally in the recovery options it says:

  • reboot system now
  • apply internal sdcard:update.zip
  • apply external sdcard:update.zip
  • wipe data/cache
  • wipe cache partition
  • calibrate touch screen

I flashed with the unbricking file windows_PQ, it took about 2 minutes to complete, and my adam now has a white text, black background notion ink logo, and #4 in the recovery window says “wipe data/factory reset” and is stuck on the adam boot screen loop.

I am right now doing both wipe steps and rebooting again…
And my adam started up without issue.

**** update ****
I have (just for fun) checked for updates on my adam, while it was in stock mode and there was one available. I downloaded it, and it is a 81.48 MB file, I have copied it to a usb stick, just in case, and will put the results here after it runs. (not sure what to expect, as I am currently on NIP20040211.

**** after update ****
I got my black Notion ink logo on a white background back, and am now on build NIP20140211, kernel 2.6.32, Android v2.2, it remembered my wifi security key… and now reports my adam is up to date and the update file has disappeared from my internal memory and my external SD…

Now for fun, I am going to try and install clockwork and then the exact same Beastv2.2.1 file that I tried the first time that got me in this mess…

hmmm… every time I copy (or rename) the clockwork.zip file to update.zip using sniffer, if turns into an empty folder named update, which disappears if I switch to another filesystem (ie go to USB or SD2, then back to the internal SD), but if I try to copy it again, it tells me the file already exists…

I am having the same issue if I try to rename and save the file from my desktop or laptop as I was having originally. So at this point I have a Notion Ink Adam that looks, runs and functions exactly like it did when I received it. Which in my mind is not at all. Now I am stuck, I cannot get my Adam to switch to another Rom, I cannot install anything via the update.zip method.

******************* UPDATE ******************
This issue has been resolved and within about 5 minutes I have found the problem and fixed it and I am preparing now to reflash my Adam to my modified Beast v2.2.1

The problem was caused by Beast v2.2.1 dropping LauncherPro as an installed home launcher, and only including VTL.Launcher (which I cannot stand, personally I think the weird floating shortcuts on the sides are abominable!) So, I’ve installed Launcher Pro from the market, and backed it up with Titanium Backup and copied the backups to my MicroSD, that I’ll transfer into my modified Beast Rom and attempt to install again.

******************* FINAL UPDATE!!! **********************
This issue was caused by a counterfeit Kingston 32GB micro SDHC class 6 – according to the Kingston website, the 32GB micro SDHC is not manufactured in class 6

13 visitors online now
1 guests, 12 bots, 0 members
Max visitors today: 23 at 12:30 pm PST
This month: 23 at 02-05-2012 05:37 am PST
This year: 29 at 01-11-2012 02:49 pm PST
All time: 1100 at 08-08-2011 08:11 pm PDT
View in: Mobile | Standard