Skip to content
Skip to SEARCH-2
Skip to CALENDAR-3
Skip to RECENT-POSTS-2
Skip to RECENT-COMMENTS-2
Skip to ARCHIVES-2
Skip to TAG_CLOUD-2
Skip to CATEGORIES-2
Skip to META-2
Skip to CALENDAR-2

Micha's Blog

Micha's Daily Rant, updates, travels, and more..

Shrunk Expand

Primary Navigation

  • Home
  • Motorbikes
    • Micha’s Dragstar
  • Sample Page
← Older postsNewer posts→
  • Category Archives Technology
  • Computer Games | Computers | Android » PS4 | PS3 | PlayStation » Programming | Windows | Hardware | Linux
  • Recovering an LVM on a formatted disk

    Posted on 2017-05-10 16:34 by micha Comment

    Recovering an LVM volume group from a formatted drive.


    Computers Linux Technology 📎and tagged computers Linux
  • Windows 10 – fixing 4K Display Scaling

    Posted on 2017-05-05 16:40 by micha Comment

    Fix scaling issues for programs on Windows 10 with High-DPI displays.


    Computers Technology Windows 📎and tagged Win10
  • EDTracker

    Posted on 2017-04-15 08:50 by micha Comment

    Review of DIY-EdTracker and information about resolving a calibration issue.


    Computers Hardware Technology 📎and tagged Computer Games EDTracker Hardware technology
  • Gaming PC Upgrade 2017

    Posted on 2016-12-21 11:05 by micha Comment

    Upgrade of my main desktop PC for medium- to high-end gaming.


    Computers Hardware Technology Windows 📎and tagged Hardware windows
  • No Man’s Sky – first impressions

    Posted on 2016-08-10 23:05 by micha Comment

    My first impressions of No Man’s Sky for PS4.


    Computer Games PS4 📎and tagged Computer Games No Man's Sky PS4
  • Just a shout-out to my Garmin Map Update HOWTO from last year

    Posted on 2016-04-12 16:16 by micha 2 Comments

    Saved me tons of time again this year: Garmin Map Update HOWTO

    Or so I thought… it’s never this easy, is it?  “There was an error installing the Update”.  Well, that’s bloody useful, isn’t it, Garmin? Have I mentioned before that your software SUCKS???

    Luckily I’m an experienced hand with their shite, and creating a hard link on C: drive (where they INSIST on creating a temporary area to download their 5GB onto) to my D: drive (where I actually have room for it, and where I TOLD it to install the maps to) fixed this.

    Specifically, it abuses C:\ProgramData\Garmin\CoreService\Downloads as a temporary download location.

    To create a hard-link, also called a “Junction”, in Windows:

    mklink /J Downloads D:\Garmin\Downloads

    This still requires you to have at least 6GiB free space on C: drive, as the Garmin software still checks free space requirements even after you have already downloaded the maps prior to installing on your GPS device.

    I repeat, Garmin SUCKS when it comes to software.


    Computers Technology 📎and tagged Garmin technology
  • Debian “Jessie” – fix post-upgrade bootup problem (nfs mounts and systemd)

    Posted on 2016-03-05 22:41 by micha Comment

    Debian fails to boot after an upgrade; systemd tries to mount nfs before network. GAH!


    Computers Linux Technology 📎and tagged computers Linux
  • Debian “Jessie” – Fixing monitor resolution

    Posted on 2016-03-05 22:21 by micha Comment

    Fix monitor resolution using a custom EDID file.


    Computers Linux Technology 📎and tagged computers Linux
  • Android SDK, HAXM, and Avast!

    Posted on 2015-11-28 16:26 by micha Comment

    Checklist to support Virtualization for the Android SDK under Windows 10 and running Avast! antivirus.


    Android Computers Programming Technology Windows 📎and tagged Android computers
  • Installing Windows 10 on a Sony VAIO TZ

    Posted on 2015-10-14 21:05 by micha 8 Comments

    So I got bored and decided to see if I could get an old VAIO VGN-TZ27GN running Windows 10. The short answer is: Yes.

    UPDATE 2019-06 : Drivers download link.

    Summary

    After post-install fixes, these items are not yet working:

    • WebCam
    • Turning Bluetooth on/off via software

    And the following items have not been tested:

    • Modem

    Everything else seems to be working just fine. Not bad for a pretty old and underpowered laptop!

    Base Install

    The base install went quite easily, taking some time due to spinning disk, but nevertheless no worries. Ended up using just over 8GB of diskspace, around 9GB after a couple of updates and Skype was installed.

    Issues

    What worked?

    Almost everything. Not too shabby for an old bespoke piece of kit.

    The most surprising entry here was the fingerprint reader.

    What didn’t?

    • Three devices in the Device Manager: SD and MS card readers, and an unknown device.
    • The special hardware buttons on the front.
    • Some of the Fn keys.
    • The microphone and webcam. Nothing flagged up in Device Manager, but no go either.
    • Disabling bluetooth. Funnily enough disabling Wifi works.

    Post-install fixes

    All drivers were downloaded from the official Sony Support Site.

    Memory Stick and SD-Card reader

    Simple case of heading over to the Sony support site, downloading and installing the drivers. This sorted out the device errors in the Device Manager. A quick test showed them working now.

    Status: SUCCESS!

    Unkown Device

    The Unknown Device turned out to be the Sony Firmware Extension Parser (SFEP). A quick download from the Sony support site and it installed flawlessly.

    Status: SUCCESS!

    Microphone

    So the microphone did end up working just fine, it’s just that the TZ has both a built-in microphone as well as a microphone jack, and Windows 10 defaulted to the jack. Switching defaults in the properties and it’s all good.

    First Attempt
    • Downloaded Audio driver from Sony support site.
    • Created a restore point
    • Tried to install the driver.
    • The driver failed to install from the setup program, but installed fine when manually clicking on the various inf files in the driver package.
    • Microphone still not working, but found second device in Audio Settings now. Set other device as default, et voila, va haff a vorkink mikrofon! Now I wonder if it was always working… let’s try a System Restore!

    Status: SUCCESS!

    Camera

    As for all the other issues, Step 1 is to download the Camera driver from the Sony support site.

    Unfortunately the driver fails to install. Even forcing the install manually fails to get the camera working, as does running the installer in compatibility mode.

    For now, the webcam goes down as broken 🙁

    Status: FAIL!

     Keys

    To get the keys working, download and install the following drivers in this order, rebooting as necessary between each one:

    1. Install Sony Firmware Extension Parser (SFEP.exe)
    2. Install Sony Shared Library (Sony_Shared_Library.exe)
    3. Install Sony DLL Utils / Setting Utility Series (Setting_Utility_Series.exe)
    4. Install VAIO Event Service (VAIO _Event_Service.exe)

    And both hardware keys and Fn-keys are now armed and fully operational!

    Status: SUCCESS!

    Bluetooth

    While it works, it’s impossible to turn it off without using the hardware switch, which also turns off Wifi.

    Attempting to install the driver from the Sony support site failed with a message saying the software is incompatible with this version of windows.

    Status: FAIL!

     


    Computers Technology Windows 📎and tagged computers drivers technology Win10 windows

Posts navigation

Previous 1 2 3 4 … 6 Next

  • October 2025
    M T W T F S S
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
    « Sep    
  • October 2025
    M T W T F S S
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
    « Sep    
  • Recent Posts

    • Mocking system functions in C++ with GoogleMock
    • Upgrading “boa” from Debian 11 to Debian 12
    • Renewing motor-vehicle inspection in Tokyo
    • Hiroshima Tour – Day 10
    • Hiroshima Tour – Day 9
  • Recent Comments

    • michamicha on Hiroshima Tour – Day 7
    • Jon-o AddlemanJon-o Addleman on Hiroshima Tour – Day 7
    • E NelsonE Nelson on Windows 7 – RTC using UTC
    • michamicha on Weekend ride-out to Karuizawa
    • ArchArch on Weekend ride-out to Karuizawa
  • Archives

    • October 2025
    • September 2025
    • August 2025
    • May 2025
    • April 2025
    • May 2024
    • January 2024
    • July 2023
    • June 2023
    • April 2023
    • November 2022
    • October 2022
    • August 2021
    • January 2021
    • September 2020
    • June 2020
    • March 2020
    • April 2019
    • October 2018
    • March 2018
    • February 2018
    • January 2018
    • November 2017
    • October 2017
    • August 2017
    • May 2017
    • April 2017
    • December 2016
    • August 2016
    • April 2016
    • March 2016
    • November 2015
    • October 2015
    • June 2015
    • May 2015
    • December 2014
    • November 2014
    • October 2014
    • September 2014
    • August 2014
    • May 2014
    • April 2014
    • March 2014
    • February 2014
    • January 2014
    • December 2013
    • August 1982
  • Tags

    airport Android autumn leaves C# c++ Computer Games computers CSharp debian dive computer Diving drivers food Garmin Git GPS Hardware japan Linux LVM Maps momiji motorbike Nextcloud onsen piwigo PlayStation Poland2015 programming PS3 PS4 PS5 Rant scuba diving shearwater shearwater peregrine Ski technology travel unit test Unity win7 Win10 windows wordpress
  • Categories

    • Android
    • Clothing
    • Computer Games
    • Computers
    • Diving
    • Entertainment
    • Food
    • Hardware
    • Japan
    • Linux
    • Live Shows
    • Micha's Daily Rant
    • Motorbike
    • Movie
    • PlayStation
    • Programming
    • PS3
    • PS4
    • Sailing
    • Skiing
    • Technology
    • Travel
    • Uncategorized
    • Windows
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

©2025 raindrops Entries RSS and Comments RSS Raindrops Theme