Monday, February 15, 2010
Online Leather Couch Repair Help
Tuesday, February 17, 2009
Blackout New Zealand - Stand up against "Guilt Upon Accusation" for New Zealand
Tuesday, January 20, 2009
VMware, CPU VT Features and Asus Motherboards
Thank you for contacting ASUS Customer Service.
My name is Lyn and it's my pleasure to help you with your problem.
The motherboard supports Vanderpool Technology.
And it seems that you have enabled it in BIOS.
But as I know, Intel Vanderpool Technology has special requirements for the OS and the softwares too. For detail, maybe you can try to contact Intel directly for some help.
http://mysearch.intel.com/corporate/default.aspx?culture=en_US&q=Vanderpool+Technology&category=all&adv=0&value=0
Welcome to refer Troubleshooting & FAQ for ASUS products in ASUS website:
http://support.asus.com/troubleshooting/troubleshooting.aspx?SLanguage=en-us
http://support.asus.com/faq/faq.aspx?SLanguage=en-us
If having any problems, please don't hesitate to let me know. Let's discuss this issue together.
Thank you for using ASUS products and enjoying ASUS services!
ASUS Customer Service Center (Shanghai, China)

Thursday, December 11, 2008
VMware ESX3i Lab Machine at Home

After I finished the VMware Infrastructure 3: Install & Configure v3.5 course I decided to put together a cheap(!) PC that I could use to mess around a little more with ESX, particularly before I sit the VCP exam. So I looked around for hardware that could reasonably run a few Virtual Machines, and ESX, in as small a form-factor as possible. For a custom PC that mean looking for a Micro-ATX motherboard and Case, a CPU with VT and 64bit features, at least 4GB RAM and a reasonable amount of disk space.
- Supports the 45nm CPUs (lower power & heat - good for home)
- Onboard VGA, DVI and HDMI (capable of full 1080p output - might be nice for a future media center PC)
- eSATA connector for additional storage
I bought an Intel E8400 Core2 Duo 3GHz, which is a 45nm CPU. A bit more expensive than the older CPUs but I like the low power idea. Also the HDD I bought is low power rated and quiet - a Western Digital 1TB EACS.

- Replace the oem.tgz file on the ESXi Installer CD with one that includes the SATA controller drivers (ICH10 in my case - from here).
- Install ESXi
- Boot from a Live Linux CD (I used Gentoo Minimal) and have a USB stick with oem.tgz on it connected
- Mount the ESXi partition (mount /dev/sda5 /mnt/gentoo)
- Mount the USB stick (mkdir /mnt/usb) and then (mount /dev/sdb /mnt/usb)
- Copy the oem.tgz file from the USB stick to the ESXi installation (cp /mnt/usb/oem.tgz /mnt/gentoo)
Friday, November 28, 2008
VMware Infrastructure 3: Install and Configure Day 4
Now to study for the VCP exam! (And maybe build myself an ESX Server lab machine at home to help me revise)
Here are my notes on the topics we've been through today.
Resource Management
- VMotion network can be used as a secondary heartbeat network for HA
- The final thing the VMkernel does after a VMotion is a Reverse ARP, ensuring the switch knows the Virtual Machine's MAC address is accessible via the 2nd ESX Host
- The time between VMotion and scheduling instructions on the 2nd ESX Host's CPU is typically between 50 and 200ms.
- For VMotion to work there must be a virtual switch and port group with an identical name (case sensitive) on the 2nd ESX Host.
- As CPU affinity can cause incompatibility with VMotion only use in a lab/testing environment.
Resource Monitoring
- HEC = Hardware Execution Context. An HEC is typically a CPU core (today), but also a HT CPU.
- vmmemctl = Balloon Driver. Takes RAM from guest machines when physical RAM in host is scarce, causing Guests to Page/Swap more.
- By default the Balloon Driver will not expand beyond 65% of the VM configured memory.
- Use iometer to generate artificial disk load for testing purposes
Data and Availability Protection
- Service Console backups are in reality limited to a small amount of configuration settings, 3rd party software/agents, and logs in /var/log partition.
- ESX Host restore can be scripted using anaconda kick-start files, using a finish script to recreate Virtual Switch settings etc.
- VMware HA does not increase availability, it decreases downtime.
- VMware HA restarts virtual machines when physical machines fail.
- VMware HA network ports:
- Incoming - TCP/UDP 8042-8045
- Outgoing - TCP/UDP 2050-2250
- VMware HA best practices: http://kb.vmware.com/kb/1002080
Thursday, November 27, 2008
VMware Infrastructure 3: Install and Configure Day 3
Virtual Machines...
- Open Filer is an Open Source Storage Appliance (NAS), including iSCSI support, runs well in a VM, available as a Virtual Appliance.
VMware Converter
- VMware Converter standard is free. Enterprise costs $.
- VMware Converter standard is used one machine at a time. Enterprise can run unattended converting multiple machines.
- VMware Converter standard can be operated in 'Hot' and 'Remote' modes, Enterprise is required for 'Cold' operation (boot from CD).
Virtual Machine Management
- VirtualCenter can now expand volumes, similar to the command-line tool: vmkfstools
Guided Consolidation
- Limited value - potentially only for very small environments
- Only collects 24 hours of data, from 8 perfmon counters
- Confidence Level is really a progress bar with 100% representing 24 hours of data collected. High Confidence does not necessarily mean the data collected is representative of the environment's typical workload.
- VMware capacity planner is a much better tool, collects all statistics for 30 days, and works on both Windows and Linux
Access Control
- VirtualCenter authentication is Windows only (AD or Local Windows Accounts)
- ESX (Service Console) authentication is local Linux user accounts or PAM (e.g. LDAP back to AD)
- VirtualCenter authenticates to an ESX host as 'vpxuser' (with a random password)
- Permissions = User/Group + Role (+ Privileges). Permissions -> applied to -> Inventory Objects
- Web Access 'Generate Remote Console URL' provides access (directly to an ESX host) for users/administrators to manage a single VM.
Resource Management
- CPU or Memory shares are never used unless there is contention for CPU or Memory resources
- Shares are only relative within resource pool siblings - not between resource pools
Wednesday, November 26, 2008
VMware Infrastructure 3: Install and Configure Day 2
Storage
- SAN Troubleshooting Guide available, recommended reading:
- http://www.vmware.com/pdf/vi3_san_design_deploy.pdf
- ESX can boot from an iSCSI SAN only when using a hardware initiator (iSCSI HBA).
- ESX does not currently support TCP/IP offload engine (TOE) NIC cards (although it does support TCP session offload).
- When using a software iSCSI initiator the session is established (TCP/3260) using the Service Console network interface (CHAP & SendTargets IP address discovery). Network Connectivity is required from the service console to the iSCSI SAN (could use a 2nd service console interface, just for this purpose).
VirtualCenter
- ODBC connection from Virtual Center to SQL 2005 DB needs SQL Native Client (not SQL Server ODBC driver)
- Virtual Center SQL Login needs db_owner on vCenter and MSDB databases
Important VMware communications - e.g for firewall security policy
- VirtualCenter to License Server: 27000, 27010
- Rebates and SDK Clients to VirtualCenter: 443, 80
- VirtualCenter to ESX Hosts: 902
- VI Client to VirtualCenter: 443
- VI Client to ESX Host Remote Console: 903
- By default VirtualCenter accumulates performance data on ESX Hosts and VMs for 1 year
- Commands to check the status of, or start the ESX host process (vmware-hostd):
- service mgmt-vmware status, service mgmt-vmware start
Virtual Machines
- As a guideline deploy single CPU VMs unless a multiple CPU VM is absolutely needed (e.g. multithreaded application requirement).
- As a guideline deploy multiple CPU VMs when there is at least a 2:1 ratio between virtual and physical CPU requirements (e.g. dual core VM, have quad core Host. Quad core VM have 8 core Host).
- There is no support in ESX for virtual USB devices (even though there is in VMware Workstation).
- www.digi.com have a USB to TCP/IP (5xUSB, 1xRJ45 - 10/100Mb Ethernet) converter - called AnywhereUSB. Software can be installed in the VM which provides access to the USB device over the VM's network interface.
Tuesday, November 25, 2008
VMware Infrastructure 3: Install and Configure Training
- Read the VCP on VI3 Exam Blueprint
- http://mylearn.vmware.com/lcms/mL_faq/1714/VCP3.5Blueprint.PDF
- Take the VCP on VI3 Mock Exam
- http://mylearn.vmware.com/quiz.cfm?item=639&ui=www
- Book the Exam through Pearson Vue (90 mins, 70% required):
- http://www.pearsonvue.com/vmware/
- VMware Authorized Consultants (VACs) can access a tool, VMware Capacity Planner, which helps plan virtualising a data centre.
- VCDX Certification intended to represent a similar 'level' of ability in VMware that the CCIE did 10 years ago. Intended to be very difficult to attain. Requires multi choice exam, hands-on labs and completion and presentation of a design to a board of examiners.
- The HCL is three documents, updated almost every week (Wednesday). System (Server), IO (NIC), Storage/SAN.
Installation
- swap Partition size = 2 x Service Console RAM (272MB) = 544MB (No 3rd party modules) = 2 x Service console RAM Maximum (800MB) = 1.6GB (Recommended for Production Use, permits the installation of additional 3rd party modules in the service console)
- /var/log = 500MB minimum, VMware recommends 2GB.
Labs
- Accessed the 'Lab' via VMware's 'Virtual Datacenter' - actually HP Proliant DL360G5 servers in one of two physical datacenters in San Francisco. (VMware have 700 physical hosts to run education around the world). Installed ESX 3.5 using HP iLO access, from a Citrix Metaframe XP connection to a VMware Classroom 'PC' (running the RES PowerFuse locked-down Windows shell).
- Commands for troubleshooting service console connectivity (wrong NIC selected as service console):
- esxcfg-nics -l (list NICs and PCI addresses in system)
- esxcfg-vswitch -l (list NICs and virtual switches)
- esxcfg-vswitch -U and esxcfg-vswitch -L (to link the correct NIC)
Networking
- ESX has three uses for networking:
- Virtual Machine connectivity
- Service Console connectivity
- Kernel Connectivity (Vmotion + Storage (iSCSI, NAS))
- Load balancing VM networking connections across multiple physical NICs based on IP Hash requires Etherchannel/802.3AD Aggregation support in the physical network switching infrastructure.
Wednesday, October 01, 2008
iPhone 3G, Snowboarding and Motor Racing
My non-technical pasttime this winter has been learning to Snowboard, with a couple of trips to different mountains in NZ completed so far (and I'm off again tomorrow). There was no chance of me leaving my gadgets behind though, especially not my iPhone 3G. I've become quite attached to it since I queued for it back on the launch day. (In fact most of my colleagues at FINAO have also become iPhone users since then - it's practically our corporate phone standard).
My biggest concern taking the iPhone Snowboarding was smashing it (I was only learning, after all) so I had to get a decent case. The morning I flew down to Queenstown I headed to Magnum Mac in Albany and picked up my Griffin Nu Form case, which was pretty much the best they had to choose from at the time. And while it did protect my iPhone during some pretty crash-filled days at Coronet Peak in the weeks after I returned it cracked and broke - becoming pretty much unusable (easily slipping off).
It wasn't from me dropping it or anything either. My colleague Mike has one too and his has also broken in exactly the same spot. It's obviously a weak point in the design. I took it back to Magnum Mac but they wouldn't exchange it or give me my money back, so I had to buy another one. From a different manufacturer of course. I definitely won't be recommending the Griffin Nu Form iPhone 3G cases to anyone that asks!So my new case is a Contour Design 'Fusion' for iPhone 3G. It's a much more 'rubbery' feeling case but it doesn't seem to have the same weak points as the Griffin case does, in that all the accessory switches are moulded over rather than cut around. It's also quite a nice deep gloss black - much like the phone itself - so doesn't look as cheap as the other one. We'll see how well it protects the iPhone Snowboarding tomorrow and Friday at Turoa skifield on Mt Ruapehu.
The other thing I've found interesting iPhone/Snowboarding related is the excellent Snowreports iPhone app, from www.snowreports.co.nz. It's been really useful with quick checkups of the conditions on the slopes days (or even weeks) before we headed to Coronet Peak, Mt Dobson and more recently Turoa. I have to say that I've still been falling back to the Metservice website for more details, but the iPhone app is very cool. I'm looking forward to new features in time for next year's ski season. In fact there may even be time left this year with Boxing Day skiiing already on the cards for Mt Ruapehu, due to the huge amount of snow we've had this year!
As soon as we're done Snowboarding (that's assuming the weather holds out and the wind goes away and we actually get out there) Jon & I are heading to Taupo to watch my cousin Dale racing in the first round of the New Zealand V8s Championship motor racing.
I've recently completed an update to his website, reflecting his new team colours, and I took the opportunity to move from a static HTML site which was hard for me to update to one based on Joomla. Although Joomla is free I sprung $50 for a professional site template which was quite nice, but other than that it's been a low-cost high functionality return. Administering content with Joomla is a breeze, and its been quite fun figuring out just what it can do. I'm not much of a programmer or web developer so it's nice to get quite a dynamic site without too much pain.
I'm always on the search now for new Joomla modules that I can play with, and possibly add some life to my own website.
Anyway I'll be blogging away this weekend (technology and Vodafone NZ 3G coverage willing) at dalewilliamsracing.blogspot.com. I really do need to hack my iPhone so I can use it as a tethered modem. It really sucks that AT&T won't let Apple enable that functionality. I really relied on that with my Nokia E61s (and earlier). Maybe my next Laptop (possibly a Toshiba Portege M700) will have to have 3G data built in. Will have to spring for _another_ $50 1GB monthly data charge then though! :-(
Monday, September 01, 2008
Media Server NAS
So the first thing I've been messing around with is my little NAS - a D-Link DNS-323, with a single 1TB (for now). It's an awesome little box, nice and quiet (except at bootup when the fan swings into action) with great features. Power consumption is nice and low, and the HDD spins down when not in use so I get some pretty nice 'always-on' features without upsetting Al Gore ;-) There's really good community support as well with loads of other users out there. I really like the funplug stuff - where you can run pretty much a full *nix OS on it and all sorts of add-on applications without much effort at all.
I'm using the Fonz Funplug (FFP), which is as easy to install as dropping the script and a .tgz file and rebooting. Then change the root password, enable the sshd daemon and your away. Check out this list of pre-compiled add-on packages!
One of the primary goals of running the NAS was as a Media Server for my XBox360 in my bedroom. Something to stream TV/movies and Video Podcasts without requiring another PC running all the time. I started out with Twonky - the 30 day trial version and it worked like a charm, with only a few hiccups. One issue I had with it - and many others have experienced the same thing - is while streaming Music it just cuts out. The song time keeps counting but there's no sound. You can skip to the next song and it starts and plays fine for a while, then cuts out again.
So I thought I'd have a look at alternatives before parting with my 30 euros :-} The main app that people have been discussing is uShare. I started by upgrading to FFP 0.5 (delete the old one, reboot, put the new files on, reboot) then I downloaded the pre-built archive mentioned here, extracted it and ran the install script. A quick edit of the /ffp/etc/ushare.conf file to point at my media directories and its up and running.
So far it works great for Videos, Music is still a bit random with it listing all files instead of sorting by Album etc. But I'm looking into a fix. I'm sure someone else has come across the same thing and hopefully knows the resolution.
The other thing I'd like to be able to do is Wake-On-LAN from the DNS-323. So I can VPN in, SSH to the NAS and startup a PC if needed. I'm sure there's other cool things that can be done too, the combination of price and features makes this a really nice little box. Highly recommended.
Tuesday, June 24, 2008
Rockstar!
Well I'm slowly working my way through GTA4. I've completed 67.81% of the game after 49 1/2 hours playing time, and I've only gone one more story mission left to complete. I haven't played much on multiplayer, but that's only down to limited time available (my global rank: 394,495!). I got the first game update today, which was interesting. Doesn't sound like it'll affect me that much yet. I had a couple of multiplayer rounds last night with my mate Pete, and got an achievement (Let Sleeping Rockstars Lie). Looking into it today, it's: "Kill a Rockstar developer in a ranked multiplayer match." Pretty cool really :-)
Motherboard Issues and a Media-Streaming NAS
1st disappointment: The Dual Core CPU wouldn't work in my brother's motherboard (although it says supports dual core on the box, the fine-print on the website list that CPU as not supported). So I've been thinking about getting a cheap replacement MB for his PC, so I can make use of the CPU (currently sitting on my desk).
2nd disappointment: Ever since I installed the Quad Core CPU in my PC I get full hardware lockups intermittently. Sometimes repeatedly, straight after turning the PC on. Pain in the backside. So although my MB fully supports the CPU, there's got to be some compatibility issue (MB=Asus Striker Extreme).
I have upgraded my BIOS a few times to try and resolve the issue, with no great luck - when I spotted the 3rd problem: My RAID-1 config has been broken - probably as the result of a BIOS upgrade & loading setup defaults :-( I have 2x 500GB HDDs in a mirror, to protect my data - and now I have two separate HDs showing in Windows with different amounts of data on them. Grrr.
So I need to recreate the mirror - but the last time I did that I lost data, so I need a backup before proceeding. I don't have enough spare HDDs to backup the 450GB I have on these drives, so I've been shopping for a 1TB HDD, and a little NAS to put it in. There are some really cool NASs around these days, for very little money. I've been looking at:
* Linksys NAS200
* WD My Book World Edition (Dicky's got one)
* D-Link DNS-323
I was looking seriously at getting the NAS200 - due to it's cheap price, I like the Linksys brand, and the Media Streaming capability intrigued me. I like the idea of streaming movies etc straight to my Xbox 360 without having my PC switched on (using TVersity). But then after more reading website reviews etc. the D-Link box looks superior to the Linksys. Both in terms of performance and features. The D-Link has a 10/100/1000 interface and the Linksys only has a 10/100, but the internal CPU speed of the D-Link is better too. These results show how well the D-Link performs. There's a good Wiki about the DNS-323 here.
The best price I've found for the D-Link is at Ascent ($370) although no-one seems to have any in stock. And I've ordered a WD Caviar 1TB HDD, (for $318) which looks to have some good power saving features (might be helpful if I leave the NAS on 24x7).So that'll solve my HDD issue. And hopefully provide a nice new media streaming system.
Now back to the motherboard issue. I've decided to buy a new MB for my PC - an Asus P5Q Pro, and move my Striker Extreme into my brother's computer. The main benefit of doing this for me will be the ability to run my Corsair Dominator 8500C5D RAM at 1066Mhz - where I can only run it at 800MHz in my current MB (has annoyed me all this time). Hopefully that'll give me a slight performance gain.
I gave up on the Striker Extreme following this weekend's hair-pulling antics after a BIOS upgrade gone wrong (Problem #4). In further troubleshooting my CPU hang issue I noticed that there was a (yet even) newer BIOS available from Asus - version 1504. I completed the upgrade using the EZflash function in the BIOS (from USB memory stick). It verified the BIOS upgrade OK, said it was restarting in 5seconds, then never came back.
The LCD Poster code was CODEINIT. Not a good sign. I tried all sorts of things to get past it, CMOS clear button, HW clock reset jumper everything. I was fully ready to remove it from the case and return to the supplier for an EEPROM replacement. And then I found a forum post mentioning something else I hadn't tried. Physically removing the CMOS battery from the MB - powering on for 10s - CMOS clear - powering off for 10s - replacing the battery - and powering back on.
It was back, working fine - but I still have the occasional lockup issue :-(
So it's new motherboard time. When the board and the HD arrive I'll backup my data and rebuild my machine. This time I'm going to install Windows Vista Ultimate 64bit SP1 - having finally obtained an SP1 slipstreamed install disk. I've waited almost 18 months to install Vista, following the hardware issues I had straight off I've run XP on it ever since, but with SP1 I figure it's about time to try again. And running 64bit should enable me to see the whole 4GB of RAM. Yay!
Monday, June 09, 2008
Slipstreaming XP SP3 - Issues with Windows Vista
Doh! Just found this out the hard way: If you try and create a slipstreamed Windows XP Service Pack 3 image (i386 directory for an ISO) on Vista it all looks like it works great until the machine you want to install boots into Windows - it won't accept a valid product ID. What a waste of time :-(
Back to the start, extracting Sp3 from the .exe (-x), extracting an i386 directory from my bootable ISO, and doing a update.exe /slipstream:c:\temp - this time from another XP machine...
Silly really to think that two Microsoft products would work well together.
Tuesday, June 03, 2008
SP1 has landed - Finally!

I was pleasantly surprised the other day when I was finally offered Windows Vista SP1. The surprise was really down to the fact that I still hadn't met the prerequisites for drivers that SP1 was previously looking for. I got one of the two drivers I was missing a couple of weeks back - a new version of the Sigmatel Audio driver (from Microsoft).
But as I wrote a while back, Microsoft Support (KB948343) said I needed a new UPEK Fingerprint Reader driver - which wasn't available from my manufacturer (Toshiba). It had been suggested to me that I just install the latest driver from the UPEK website - they have v2.10 build 118 available, whereas I have v1.9.2.74 - the latest available through Toshiba.
But I wasn't really THAT keen. BSODing my primary laptop wasn't really a good option for me - so I was waiting for updated drivers to be available through the OEM (as MS said there were issues with drivers pre-v1.9.2.99).
So when Windows Update offered me SP1 I went looking. Had I Windows-Updated the UPEK driver without knowing? Nope. Nothing had changed. Going back to KB948343 to double check - and that entry has gone. It's no longer a troublesome driver apparently. What? How is that possible? Either SP1 + bad driver = BSOD or it doesn't, surely.
So I tried searching around for a while to see if anyone else had experienced any issues, but couldn't find anything (Theory: If it's not Googleable then it doesnt exist). I then decided to proceed with the Service Pack update - but only following a couple of hours of extra backups to both another PC and an external HDD.
I guess the only stand out thing with this Service Pack, from all the (seems like 1000s of) other ones I've done in the past is that it took AGES. It said allow 1 hour or something, but I'm sure it took 2. A really long time anyway. But when everything came back without a problem I was happy. And from the relatively short time I've been using it, I'm sure its working faster than before. My niggly Outlook 2007 freezing on startup problem has gone away too, which is great.
I'll continue to keep my eye on it for a while before officially declaring it a success, but I'm happy for the time being. Yay!
Wednesday, May 07, 2008
Checkpoint SPLAT and hardware limitations
I found this useful summary from a Checkpoint forum post:
"The main point of moving to the 2.6 linux kernel is increased hardware compatibility. Check Point recommends that you stay on the standard R65 SecurePlatform unless you have hardware that is not supported by the standard R65 release. If you have hardware that is not supported by R65 standard, but is supported by the 2.6 kernel release, then use it.
See the Hardware Compatability List
Please note that there are a few systems not supported by the 2.6 release...
The initial SecurePlatform 2.6 release includes all standard release HFA 01 and HFA 02 fixes. Moving forward, the HFAs will be released separately - e.g., HFA 03 for R65 may be released in a month, and HFA 01 for SecurePlatform 2.6 may be released 3 months later. With different code trees, its recommended to stay with the "main branch" if you can. Same goes for the R65 management "plug-ins"... they're not available for SecurePlatform 2.6.
You cannot upgrade "in-place" from standard R65 to the 2.6 release, but you can upgrade in-place from prior versions. For standard R65 you can perform and export/import to move the SecurePlatform 2.6 release."
What a can of worms that is eh!
I also spotted this forum post which mentions he has the NC364Ts working with SPLAT 2.6 R65, so that's kind of reassuring. Funny though - the Release Notes for R65 mention nothing about all this - but I did find additional Release Notes for SPLAT 2.6 for R65 (which I found by searching - not listed in the documentation links).
Unfortunately that has caused me another problem:
"VPN-1 Accelerator Cards II, III, and IV are not supported in this release. They will be
supported with new drivers in the future."
Saturday, May 03, 2008
Grand Theft Auto IV Easter Eggs
Grand Theft Auto IV Easter Egg Finds | Game | Life from Wired.com
Love the cheat URL www.whattheydonotwantyoutoknow.com :-)
I haven't come across anything that cool yet - how do these people find these things? More time on their hands than I've got, obviously. I'm only 17% through so far - been spending a bit of time playing Multiplayer tonight, which obviously doesnt get me anywhere further ahead (good to work on my aim, though).
My favourite things so far in GTA4:
- The Cybercafe (web interface is cool, SPAM email is funny)
- Ricky Gervais standup comedy on TV in the apartment
- The Police Car computer
- Flying through the window after a headon collision (ended up in a tree once!)
- The Mobile phone (dial 911 for a police car, SMS text message to restart mission)
- Walked 17,296 miles
- Driven 124,050 miles
Its definitely the only exercise I've done this week!
Sunday, April 27, 2008
Xbox 360 Elite and TVersity
So I got the new console all up and running, using the USB WiFi connection I already had (went wired on the other Xbox a while back). Got connected to my main PC (via TVersity) and was browsing around the music & videos and then tried the 'Internet Videos' link. Low and behold I found YouTube - sweet!, I thought. Stupidly I never realised that TVersity streams and recodes YouTube content too :-) And it works a charm.


So I had a play around with adding more Internet URLs -Video RSS feeds, and got Tekzilla, Mahalo Daily working, and also added the TWiT audio podcast.
Totally stoked. Even though I knew I'd be able to use the new 360 for DVDs and Streamed Videos I never clocked that I'd be able to use it for Podcasts and YouTube too, so thats definitely a big bonus. Now I only need one more thing to make me truly happy - Region 2 (+4) DVD playback!I've also got to try and find a Black Xbox 360 controller battery pack somehow - it doesn't look like anyone sells the Black ones in NZ!
Saturday, April 12, 2008
Wahoo - Stable Internet Again
It was quite funny actually - after I got Duncan's comment on my Blog on Thursday I dropped him an email, then went home from work. Pretty much as soon as I got home (about 7PM-ish ) the Internet died. Wasn't impressed. No Internet at all now! I thought: one of two things might be happening here, either Duncan's not happy with my Blog so Orcon's cut me off :-), or they're trying to resolve the issues that me and presumably other users were facing.
So I waited for an hour or so for it to come back on (but it didn't), then called the helpdesk (I _hate_ calling helpdesks!). I sat on hold for 15 minutes (listening to some rather amping techno music) and got through to a very well-meaning young lady. She said she tried to do a reset on my DSL port, but was unable to as there were people working in the Browns Bay exchange, but when they had finished she would get one of the L2 techs to check again to see if I still had a problem. I thought that was kind of funny, as there probably wouldn't be people in the exchange if there wasn't actually a problem. So she said it I'll probably have to wait until morning before I got reconnected. I turned my router off (first night it's ever been off since I got it I think) and waited till morning.
Come the morning and I switched the router back on, fingers crossed that my link would come back up. It did. Wahoo! I thought. Back online. So I went to work. I logged in from work to the Orcon system, which shows every connect & disconnect, a few times during the day and it looked pretty good. Got home last night & it was all good too. By this afternoon I was quite happy that the problem had gone away, and got a lovely email from Lee@Orcon confirming the fault had been resolved.
Even better though, later on this afternoon I got a call from Orcon explaining that the product/service I had received wasn't up to what they would expect so I'm going to get a full month's credit on my bill. Nice! :-) So thanks to Duncan and the rest of the Orcon crew. Customer happy on that account.
Now all we have to do is sort out this speed issue. Have to get my speed back up to where it should be - can't let my Facebook profile suffer!

Tuesday, April 08, 2008
Broadband Speed and 'Upgrades' to ADSL2
Not only did my link come up 'slow' but it went down again. And came up again. And went down again... more than a dozen times yesterday (more today)! (My old Xtra connection hardly ever went up/down - definitely nothing noticable like this). I've upgraded my Netgear DG834N DSL Router to version 1.02.08 - the first upgrade available for it in like 18months! Hopefully that will improve things somewhat (there's this in the release notes: "Enabled ITU G.992.5 Annex M which extends the capability of basic ADSL2 by doubling the number of upstream bits").
So I get into some downloading - to test the speed of the International bandwidth - all that I'm really interested in (local access speed is kind of meaningless really). And it's noticably slower than usual. Time for the 'Facebook Broadband Speed Challenge'. Yep definitely slower than my Xtra service.
Lucky I've been compiling some stats over time really. I was interested a while back when I noticed that my Xtra Broadband had increased in local access speed from 7ish Mb to over 10Mb - 'I must be on an ADSL2 access, I thought'.
I ran a few tests and sure enough, even the Facebook Broadband app constantly showed I had a good 10+Mb of Internet access. 'Nice' (I thought).
Then I noticed that my speed would drop down every now and then - back to ADSL speeds. Were Telecom messing with my connection, putting me back on the old gear? Hmmm.
But anyway then I 'upgraded' to Orcon. The '10 Day' installation lead actually took 3 weeks. Over which time I never once had an email or a phonecall from them confirming my order (I rang them up and told them what I thought of their rubbish customer care). They said they had sent me a confirmation email (to my new Orcon email address! which of course I had no idea how to access). I logged in, but there was no mail there (rubbish! I thought). So I switched my router settings over anyway to the new username/password. And today I get the 'welcome' email. A bit late, I thought, I've already been using your service for a day!So today - my second day as a new LLU'd conversion - I run my speed tests. And no matter how fast my access speed is, the Facebook app doesnt lie. I've never had such a low speed result before :-( Disaster. One of my Facebook friends is bound to catch me now! (There can be only one #1)


All I can say is that I hope things better. I hope Orcon's customer service improves. Their self service website is definitely nice (gives me great reporting functionality - like seeing how many times a day my link drops!). I hope their international bandwidth picks up. And I hope the boys enjoy their free calls. Cause I sure don't enjoy life in the slow lane :'-(
Tuesday, March 25, 2008
Where's my SP1?
OK, so I'm getting kind of anxious now. Windows Vista SP1 has been released. Like a really long time ago! And I still can't get it. Well OK, I can get it (manually), but I've read the reports, the horror stories, the incompatible drivers that will brick my machine (which I use all day every day). So I've patiently waited, installed everything that Windows Update has thrown at me (even Silverlight!) but still no SP1. Do I still have incompatible drivers? I've installed all the new drivers I could find on the Toshiba website (for my Portege M400) but still no SP1.So check this out: http://support.microsoft.com/?kbid=948343
And you get this list of reasons why:
Cause 1
You are already running Windows Vista SP1.
- Nope, not me!
Cause 2
Windows Vista SP1 has not been released for the language of the language pack that you have installed.
- Nope, speaka da English
Cause 3
Windows Service Pack Blocker Tool is used to block the delivery of Windows Vista SP1 from Automatic Updates or from Windows Update.
- What? The Service Pack Blocker Tool? Sacrilege! I'm not under the control of some crazy sysadmin who can stop me getting SP1! (quick check of HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate - just in case)
Cause 4
You tried to install Windows Vista SP1, and the installation failed with a known inconsistency in the file or registry structure.
- Nope, haven't even gotten that far.
Cause 5
A hardware device driver or device software was problematic when you updated to Windows Vista SP1.
- But I haven't updated yet, right?
The Windows Update service can detect the small set of device drivers and software that falls into this category. The Windows Update service will not offer Windows Vista SP1 until an update for the hardware device driver or the device software has been installed.
- Now how could I possibly know? How long am I going to have to wait for new drivers?
Cause 6
You have installed a prerelease version of Windows Vista SP1, and you must uninstall the prerelease version, or start with a new installation of Windows Vista.
- Nope. Not me. I'm legit.
Cause 7
You used the third-party program vLite to configure the system, and you may have removed required system components that have to be available for Windows Vista SP1 to be installed.
For more information, visit the following vLite Web site:
http://www.vlite.net (http://www.vlite.net/)
- Nope. Haven't come across that one before.
Cause 8
You see one or more updates for Windows Vista when you run Windows Update. However, you do not see Windows Vista SP1 listed.
- Nope. No updates at all.
So I guess I'm stuck with Cause #5. So what does that mean? A quick scan of the list, and a 'Search' of my system shows two likely candidates:
Method for Cause 5
To help ensure a positive update experience, Windows Update will temporarily not offer Windows Vista SP1 to systems that have the following device drivers. In some cases, these device drivers are problematic on Windows Vista-based computers when you update to Windows Vista SP1. By installing updated device drivers, you will resolve the issue and enable Windows Update to offer Windows Vista SP1.
Audio drivers
SigmaTel
• For x86-based computers: Sthda.sys - version 5.10.5762.0 or earlier
SigmaTel
• For x86-based computers: Stwrt.sys - version 6.10.5511.0 or earlier
Biometric (Fingerprint) Sensors
• UPEK Fingerprint Sensor with the Tcusb.sys driver file – version 1.9.2.99 or earlier
Bugger! The latest version available from Toshiba is:
12-20-2006 Toshiba Fingerprint Utility for Windows Vista/XP (v5.6.0 Build 3284; 12-15-2006; 12.65M)
And I've already installed what seems like a newer version of the audio driver:
01-10-2007 SigmaTel HD Audio Driver for Windows Vista (v6.10.0.5286; 01-05-2007; 8.17M)
But still my .DLL is version 5.10.4866.0 :-(
I think I'm going to be waiting a while yet for my SP1...
For reference:
http://www.winsupersite.com/showcase/winvista_sp1_ga.asp
http://computerworld.co.nz/news.nsf/news/436CBFFE7DCD7B54CC25741000738ADE
Update: I'm glad I'm not the only one!



